Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
9029
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
9029
2mo ago
Another post suspects Nvidia drivers: https://davidjusto.com/articles/m2p-latency/#results
2.
▲
by
9029
2mo ago
You can replace it with a generic one to hopefully blend in https://madaidans-insecurities.github.io/guides/linux-harden...
3.
▲
by
9029
3mo ago
Related: "How I made a 60fps Eink Monitor" https://www.youtube.com/watch?v=nHbA2-_qzH4
4.
▲
by
9029
4mo ago
I'd recommend reading the post, it's not that long
5.
▲
by
9029
4mo ago
Is it possible to reason or prove the correctness of an LLM?
6.
▲
by
9029
4mo ago
Not gp but I really like the sound of my GK Kuntens and 7Hz Zero2s. Both have a rather V-shaped sound signature, some like it and some don't. Though unfortunately the Zero2s feel a bit uncomfortable in my ears when using them for longe
7.
▲
by
9029
7mo ago
I'd guess the speed improvement in those cases likely came from learning a better technique, like touch typing and using more of your fingers. Afaik a lot, if not most, of the fastest typists are still on qwerty.
8.
▲
by
9029
8mo ago
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 for firmwa
9.
▲
by
9029
9mo ago
I thought it worked just fine on LTSC 2021 (21H2)
10.
▲
by
9029
9mo ago
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 layering changes on
11.
▲
by
9029
9mo ago
It seems this vuln was already publicized in june, or is that interview from earlier?
12.
▲
by
9029
9mo ago
> 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 to set up public ce
13.
▲
by
9029
9mo ago
> But also, rewriting history only works if you haven't pushed code and are working as a solo developer. Weird, works fine in our team. Force with lease allows me to push again and the most common type of branch is per-dev and short
14.
▲
by
9029
9mo ago
I like that Zig allows using relaxed floating point rules with per block granularity to reduce the risk of breaking something else where IEEE compliance does matter. I think OpenMP simd pragmas can be used similarly for C/C++, but that
15.
▲
by
9029
9mo ago
C++ lambdas can be used to achieve a similar result, not as pretty though https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines... But in general I agree!
16.
▲
by
9029
10mo ago
Tangential but funnily enough calling std::expected::error is ub if there is no error :D
17.
▲
by
9029
10mo ago
This is exactly where Bazzite is convenient since it comes with the latest drivers (including 32-bit) out of the box.
18.
▲
by
9029
10mo ago
I have used this setup for 6 years or so with KeePassXC and it's fine. Just being mindful of not editing stuff on other devices before the first one has had the chance to sync has been enough to avoid pretty much all sync conflicts. I
19.
▲
by
9029
11mo ago
Seeing such pivotal announcement be poorly vetted slop doesn't really inspire confidence in the quality of their product.
20.
▲
by
9029
11mo ago
Do you have an opinion on the keyboard firmware ZMK? They seem to use LESC but MITM during pairing is still a concern: https://zmk.dev/docs/features/bluetooth
21.
▲
by
9029
11mo ago
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-conversi
22.
▲
by
9029
11mo ago
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/fastrac
23.
▲
by
9029
11mo ago
Is this vibe coded or is it just the readme that's AI-generated?
24.
▲
by
9029
11mo ago
> 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 that th
25.
▲
by
9029
11mo ago
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 HTML is gu
26.
▲
by
9029
11mo ago
> I am curious what their editing process was They said: > I typed in the new code as that's faster than modifying the existing code
27.
▲
by
9029
11mo ago
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 with ASPM enabled for e
28.
▲
by
9029
11mo ago
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 to stay in C10. Some o
29.
▲
by
9029
11mo ago
The difference is that unlike Brave and Vanadium, Firefox doesn't come with an ad blocker. You will have to install uBO. If you want to also trim tracking query params, you will have to enable a non-default filter list. Modifications l
30.
▲
by
9029
11mo ago
While I still use Firefox on desktop, on Android I recently switched from Firefox mobile to Brave out of security concerns and frustrations with performance. It has built-in tracker, query param and ad blocking, and is recommended by the Gr
More ›