redbeard

Results 32 comments of redbeard

CoreOS isn't built on ChromeOS. They both use the same SDK, but technically Gentoo is the upstream. CoreOS maintains their own [eBuilds](https://github.com/coreos/coreos-overlay) and keeps a [portage mirror](https://github.com/coreos/portage-stable) on GitHub.

Same here. Inspection under a microscope reveals a manufacturing defect. Looking at the solder joints (including the two THT suport pins) it clear that the micro usb port did not...

Replacement came yesterday, I noticed that it's date code (labeled `D/C: ` on the box) was 2022.3.18. My previous board's date code was 2022.2.10. Unfortunately this one was identical in...

I was experiencing this... turns out it was Google Chrome. In Chrome version 73 direct support for hardware media keys was added. After disabling "Hardware Media Key Handling" and relaunching...

out of curiosity, based on the stated outcome why not use `pgrep` (https://www.man7.org/linux/man-pages/man1/pgrep.1.html)?

Previously there was [booksonic] (along with a corresponding [client]). Alas, updates to the project have stopped. Potentially there are some lessons learned to be taken from [booksonic]. [booksonic]: https://github.com/popeen/Popeens-Subsonic [client]:...

Since it's related to this, there's now a `platformio.ini` definition in the [iMXRT1062 driver](https://github.com/grblHAL/iMXRT1062/pull/3). I've tested it out quite a bit: both making sure it's repeatable by starting from a...

+1 I think that this would allow for a lot of novel configurations. Additionally this removes the need for certain operations requiring `CAP_NET_ADMIN` from the realm of container execution and...