You can replace it with a generic one to hopefully blend in https://madaidans-insecurities.github.io/guides/linux-harden...
Related: "How I made a 60fps Eink Monitor" https://www.youtube.com/watch?v=nHbA2-_qzH4
I'd recommend reading the post, it's not that long
That "officially supported" comes with a huge asterisk though. Security bulletins for old android versions already only include backports of high severity patches. On top of that the device also gets no security patches…
I think it could be interesting to explore Universal Blue based distros such as Bazzite for this kind of use cases. The OS comes from a standard OCI container image, which means you can create your own customized one by…
> For a lot stuff on my local network I don’t want the hassle and there are loads of use cases in local networks for normal people to just have port 80 no certs on something like 192.x.x.x because there is no easy way…
Tangential but funnily enough calling std::expected::error is ub if there is no error :D
This is exactly where Bazzite is convenient since it comes with the latest drivers (including 32-bit) out of the box.
Seeing such pivotal announcement be poorly vetted slop doesn't really inspire confidence in the quality of their product.
While we are at it, here are some more useful warning flags I have used: https://github.com/cpp-best-practices/cppbestpractices/blob/.... Some C++-only though, some are a bit opinionated (like -Wsign-conversion) and…
It has now been changed to if (rtt < 0.0) { fprintf(stderr, "Warning: Negative RTT detected (%.3f ms) - clock issue?\n", rtt); rtt = 0.0; } https://github.com/davidesantangelo/fastrace/blob/e8b19407a4...
Is this vibe coded or is it just the readme that's AI-generated?
> a parser may reject the document entirely if it occurs Ah, that's what I was missing. Thanks! The relevant part of the spec: > user agents, while parsing an HTML document, may abort the parser at the first parse error…
Maybe a dumb question but I have always wondered, why does the (authoring?) spec not consider e.g. "doctypehtml" as valid HTML if compliant parsers have to support it anyway? Why allow this situation where non-compliant…
Update on power draw for anyone interested: measured with a cheap AC power meter, I get 2.8-4.2W idle with occasional jump to up to 8W on my M720q with i5-8400T, 16GB ram and a single nvme drive. This is on Debian 13…
Used Intel 8th gen based mini PCs seem like a pretty good value. 100-150 bucks for a pc from a somewhat reputable brand (lenovo, dell, hp) with slightly better multi core than N150 and ~6W idle if you manage to get it…
LLM rizzmaxxing is crazy
I don't know how to feel about that. To me it sounds like an awful direction for the desktop experience on macOS, but on the other hand iPads are currently held back by iPadOS
I very much enjoy Everything whenever I use Windows. I wonder what's the equivalent for Linux, plocate?
Fwiw this has been my setup for ~10 years now and I don't really see an issue with it. Screen locker crashing would have been a concern back in the Xorg days but I don't think it's an issue nowadays with the…
Where does it say the app comes with Graphene???
It sounds good but I feel little uneasy about them paying Yandex
Something like this? https://rog.asus.com/us/desktops/mini-pc/rog-nuc-2025/ No idea about the noise though, and personally I despise the design.
Nope, this is not relying on optimization, it's just how compile time evaluation works. The language guarantees "folding" here regardless of optimization level in use. The inline keyword used in the original post is not…
The talk in question showcases a widget in the start menu that's using react native. Apart from the meme itself, I have not found indication of the start menu being a react native app. Every time this comes up it seems…
You can replace it with a generic one to hopefully blend in https://madaidans-insecurities.github.io/guides/linux-harden...
Related: "How I made a 60fps Eink Monitor" https://www.youtube.com/watch?v=nHbA2-_qzH4
I'd recommend reading the post, it's not that long
That "officially supported" comes with a huge asterisk though. Security bulletins for old android versions already only include backports of high severity patches. On top of that the device also gets no security patches…
I think it could be interesting to explore Universal Blue based distros such as Bazzite for this kind of use cases. The OS comes from a standard OCI container image, which means you can create your own customized one by…
> For a lot stuff on my local network I don’t want the hassle and there are loads of use cases in local networks for normal people to just have port 80 no certs on something like 192.x.x.x because there is no easy way…
Tangential but funnily enough calling std::expected::error is ub if there is no error :D
This is exactly where Bazzite is convenient since it comes with the latest drivers (including 32-bit) out of the box.
Seeing such pivotal announcement be poorly vetted slop doesn't really inspire confidence in the quality of their product.
While we are at it, here are some more useful warning flags I have used: https://github.com/cpp-best-practices/cppbestpractices/blob/.... Some C++-only though, some are a bit opinionated (like -Wsign-conversion) and…
It has now been changed to if (rtt < 0.0) { fprintf(stderr, "Warning: Negative RTT detected (%.3f ms) - clock issue?\n", rtt); rtt = 0.0; } https://github.com/davidesantangelo/fastrace/blob/e8b19407a4...
Is this vibe coded or is it just the readme that's AI-generated?
> a parser may reject the document entirely if it occurs Ah, that's what I was missing. Thanks! The relevant part of the spec: > user agents, while parsing an HTML document, may abort the parser at the first parse error…
Maybe a dumb question but I have always wondered, why does the (authoring?) spec not consider e.g. "doctypehtml" as valid HTML if compliant parsers have to support it anyway? Why allow this situation where non-compliant…
Update on power draw for anyone interested: measured with a cheap AC power meter, I get 2.8-4.2W idle with occasional jump to up to 8W on my M720q with i5-8400T, 16GB ram and a single nvme drive. This is on Debian 13…
Used Intel 8th gen based mini PCs seem like a pretty good value. 100-150 bucks for a pc from a somewhat reputable brand (lenovo, dell, hp) with slightly better multi core than N150 and ~6W idle if you manage to get it…
LLM rizzmaxxing is crazy
I don't know how to feel about that. To me it sounds like an awful direction for the desktop experience on macOS, but on the other hand iPads are currently held back by iPadOS
I very much enjoy Everything whenever I use Windows. I wonder what's the equivalent for Linux, plocate?
Fwiw this has been my setup for ~10 years now and I don't really see an issue with it. Screen locker crashing would have been a concern back in the Xorg days but I don't think it's an issue nowadays with the…
Where does it say the app comes with Graphene???
It sounds good but I feel little uneasy about them paying Yandex
Something like this? https://rog.asus.com/us/desktops/mini-pc/rog-nuc-2025/ No idea about the noise though, and personally I despise the design.
Nope, this is not relying on optimization, it's just how compile time evaluation works. The language guarantees "folding" here regardless of optimization level in use. The inline keyword used in the original post is not…
The talk in question showcases a widget in the start menu that's using react native. Apart from the meme itself, I have not found indication of the start menu being a react native app. Every time this comes up it seems…