Viewing profile — rhaps0dy
rhaps0dy
HN member- Joined
- Thu, May 07, 2015, 7:08 AM UTC
- HN karma
- 1,579
- Public activity
- 557 items
- HN profile
- View on Hacker News ↗
About rhaps0dy
No profile information was provided.
Recent public activity
-
comment
Comment #48664368
I can't figure out why this font is better than DejaVu Mono, or Monaco (mac). They all look basically the same to me. I actually would love someone to explain what the difference/i…
-
comment
Comment #48586377
Yes. That's why you should use Doom Emacs.
-
comment
Comment #47318580
Thank you, this was fun, I sang notes for a bit :)
-
comment
Comment #46202634
Thank you for saving me a skim
-
comment
Comment #46109275
No RSS? I want to subscribe :'(
-
comment
Comment #46094659
Possible! But fixing this seems easier than re-writing in Rust with reasonable expectation that the software behaves the same?
-
comment
Comment #46092375
Most Linux CVEs are memory corruption bugs. Previously I argued that we should compile C to be memory-safe rather than translating all C to Rust, to avoid introducing logic bugs. H…
- story
- story
-
comment
Comment #46063651
Unless we go extinct. But I concur.
-
comment
Comment #45933692
I'm vegan, I don't eat tortured animals. Thanks though.
-
comment
Comment #45933683
Yeah, that's fair. There's hope though!
-
comment
Comment #45933635
Yeah, but long term it will increase GDP due to the UK being able to have better (fewer) regulations than those allowed by the EU. It does require Parliament getting it together.
-
comment
Comment #45915890
To solve all the problems with Helm it seems easy enough to use Python dataclasses that serialize to YAML (or your favourite language). Then to convert a new Helm chart to this you…
- comment
-
comment
Comment #45425108
This is awesome. Measurement and experiment for a very quotidian thing is a great vibe.
-
comment
Comment #45379375
Yeah, it's very clearly LLM-edited, but it's fun to read. The LLM did a good job. It's not just a tech blog post - it's a thriller. ;)
-
comment
Comment #45350652
Basically Emacs Lisp. Where `nil` is the only falsy value, and anything else (including `t`, which analogizes to `Some(())`) are truthy values.
-
comment
Comment #45345220
> First, like others mentioned, you'll have N+1 problems for nested lists. That is, if we call comments() on each post and author() on each comment, we absolutely don't want to hav…
-
comment
Comment #45221158
Super cool work!! How much of a limitation is it to have the robot be basically 3D-printable? Though I can see it's basically required for making it buildable by others.
-
comment
Comment #45156146
The easiest thing to do is probably use A* to find the solution, then imitation learning on the NN to learn it. (The immediate feedback gets rid of the vanishing/exploding gradient…
-
comment
Comment #44967412
latest update from Xe: > After further investigation and communication. This is not a bug. The threat actor group in question installed headless chrome and simply computed the proo…
-
comment
Comment #44967349
> Wouldn't the other way around be easier for finding good tools? I agree, and Pyrefly seemed good; I was just wondering why people don't mention it. Thank you for the comparison t…
-
comment
Comment #44967262
I mean, sqlalchemy until very recently needed a mypy plugin to type correctly ( https://docs.sqlalchemy.org/en/20/orm/extensions/mypy.html ), which was just deprecated in 2.0.0. Pe…
-
comment
Comment #44967247
Hah, I stand corrected. In my defense, Ty make it a lot more obvious and ominous on their github ( https://github.com/astral-sh/ty ): > /!\ Warning > ty is in preview and is not re…