Live data from Hacker News

Viewing profile — orneryostrich

orneryostrich

HN member
Joined
Mon, Jul 29, 2019, 9:47 PM UTC
HN karma
14
Public activity
12 items

About orneryostrich

No profile information was provided.

Recent public activity

  1. comment
    Comment #47796929

    Pre-wealth, Notch was friendly, kind, and downright jolly! Even as he started to accumulate wealth, he was donating huge sums of money to various indie games. Whenever a Humble Bun…

  2. comment
  3. comment
    Comment #36617189

    You never “need to” learn much of anything, but I think it would give you a different perspective. You don’t know what you don’t know.

  4. comment
    Comment #36617162

    This is fine advice for a personal project, but I don’t recommend proliferating a new custom framework if you expect other people to join and ramp up on your codebase. It’s nice to…

  5. comment
    Comment #27221317

    Oh! This erratum is the point I’ve been trying to get across. It sounds like we agree on this?

  6. comment
    Comment #27203317

    This isn't really the point I'm responding to. I am responding to this idea: > If you are relying on testing for correctness, you have already lost. In any language. As Dijkstra no…

  7. comment
    Comment #27200526

    C++ is even less well-defined than C, though. We find defects in the standard and inconsistencies between Clang/G++/MSVC every day. You’re demanding a rigor that is not possible wi…

  8. comment
    Comment #27162282

    You do know that every operating system and CPU in existence has ill-defined operations, right? The best-defined software I know of is SQLite. Every function is carefully documente…

  9. comment
    Comment #25565358

    It seems to me like TypeScript's soundness hole in #4 could be fixed. 1. I'd want TS to show an error on the line where the aliasing occurs, encouraging me to clone the list if I w…

  10. comment
    Comment #24063082

    But if your program is single-threaded, you don’t need an `Rc` type. The whole point of `Rc` and `std::shared_ptr` is so an object can have one owning pointer per thread, in cases …

  11. comment
    Comment #21989004

    Uh... Instagram is a Django app...

  12. comment
    Comment #20559850

    Keldon Jones’ Race for the Galaxy AI is brilliant. Every line is documented C. It trains and deploys a neural net. It has a fast and functional GUI. Most diehard RftG players have …