Live data from Hacker News

Viewing profile — rhaps0dy

rhaps0dy

HN member
Joined
Thu, May 07, 2015, 7:08 AM UTC
HN karma
1,579
Public activity
557 items

About rhaps0dy

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #48586377

    Yes. That's why you should use Doom Emacs.

  3. comment
    Comment #47318580

    Thank you, this was fun, I sang notes for a bit :)

  4. comment
    Comment #46202634

    Thank you for saving me a skim

  5. comment
    Comment #46109275

    No RSS? I want to subscribe :'(

  6. comment
    Comment #46094659

    Possible! But fixing this seems easier than re-writing in Rust with reasonable expectation that the software behaves the same?

  7. 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…

  8. story
  9. story
  10. comment
    Comment #46063651

    Unless we go extinct. But I concur.

  11. comment
    Comment #45933692

    I'm vegan, I don't eat tortured animals. Thanks though.

  12. comment
    Comment #45933683

    Yeah, that's fair. There's hope though!

  13. 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.

  14. 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…

  15. comment
  16. comment
    Comment #45425108

    This is awesome. Measurement and experiment for a very quotidian thing is a great vibe.

  17. 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. ;)

  18. 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.

  19. 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…

  20. 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.

  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. 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…