Viewing profile — 9029
9029
HN member- Joined
- Tue, Apr 11, 2023, 8:55 PM UTC
- HN karma
- 70
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About 9029
No profile information was provided.
Recent public activity
-
comment
Comment #48912899
Another post suspects Nvidia drivers: https://davidjusto.com/articles/m2p-latency/#results
-
comment
Comment #48822472
You can replace it with a generic one to hopefully blend in https://madaidans-insecurities.github.io/guides/linux-harden...
-
comment
Comment #48783658
Related: "How I made a 60fps Eink Monitor" https://www.youtube.com/watch?v=nHbA2-_qzH4
-
comment
Comment #48261347
I'd recommend reading the post, it's not that long
-
comment
Comment #48253146
Is it possible to reason or prove the correctness of an LLM?
-
comment
Comment #48200290
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…
-
comment
Comment #47084953
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 fast…
-
comment
Comment #46683938
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 t…
-
comment
Comment #46482458
I thought it worked just fine on LTSC 2021 (21H2)
-
comment
Comment #46470923
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 yo…
-
comment
Comment #46454580
It seems this vuln was already publicized in june, or is that interview from earlier?
-
comment
Comment #46440006
> 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 1…
-
comment
Comment #46439277
> 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…
-
comment
Comment #46401339
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…
-
comment
Comment #46334118
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!
-
comment
Comment #45975107
Tangential but funnily enough calling std::expected::error is ub if there is no error :D
-
comment
Comment #45907780
This is exactly where Bazzite is convenient since it comes with the latest drivers (including 32-bit) out of the box.
-
comment
Comment #45842051
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 …
-
comment
Comment #45816282
Seeing such pivotal announcement be poorly vetted slop doesn't really inspire confidence in the quality of their product.
-
comment
Comment #45797368
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
-
comment
Comment #45771418
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 opin…
-
comment
Comment #45771018
It has now been changed to if (rtt https://github.com/davidesantangelo/fastrace/blob/e8b19407a4...
-
comment
Comment #45770289
Is this vibe coded or is it just the readme that's AI-generated?
-
comment
Comment #45724146
> 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 ab…
-
comment
Comment #45722756
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 a…