Live data from Hacker News

Viewing profile — paoda

paoda

HN member
Joined
Sun, Jun 13, 2021, 6:21 AM UTC
HN karma
47
Public activity
17 items

About paoda

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #42520649

    I've been in the beta for quite a while, the only issues I had were resolved quite quickly. I never got to contribute that much in feedback since I honestly never had anything to c…

  3. comment
    Comment #38635288

    A second processor isn't that crazy of an idea for Nintendo given the 3DS had an ARM11, ARM9, and an ARM7! Famously, the 3DS has complete GBA hardware inside of it that never got u…

  4. comment
    Comment #36580845

    Unfortunately, vectors in Zig are the kind you use in SIMD and not in graphics programming. Perhaps there's some overlap, but I'm unfamiliar with both fields so I can't say to what…

  5. comment
    Comment #35587898

    If that's their policy, they genuinely make zero effort to follow it.

  6. comment
    Comment #35582520

    While I can appreciate their dedication to Linux, I find their application process arbitrary and random, if not confusingly prejudiced towards certain types of games. It's honestly…

  7. comment
    Comment #35289348

    From my point of view, dating sims have declined in popularity over the past two decades. The west has always had a niche following, but Japanese titles rarely made it over here, a…

  8. comment
    Comment #34183426

    I did an admittedly trivial amount of looking, but it seems like the videos surfacing right now about Andrew Tate being arrested are related to a previous arrest. As of the writing…

  9. comment
    Comment #33329753

    In my personal opinion, the rhythm game osu! [1] and the related osu!framework [2] are great examples of C# code. [1] https://github.com/ppy/osu [2] https://github.com/ppy/osu-fram…

  10. comment
    Comment #33145405

    Oh that's fair. Zig makes a big deal about ensuring that "what you're supposed" to do is the simplest/easiest option at your disposal. In service of this, even in Zig's current pre…

  11. comment
    Comment #33144575

    This may be the case with the current Zig ecosystem (even then, two community-created package mangers already exist), but my understanding is that at some point, Zig will receive a…

  12. comment
    Comment #33069309

    Perhaps I misunderstand, but I don't imagine most individuals or companies writing production C code to be on the same "level of competency" as a research company as prestigious as…

  13. comment
    Comment #32811501

    It definitely wasn't needed, but it goes against what I think makes SerenityOS so special. That being that everything in SerenityOS and its several related projects is made from sc…

  14. comment
    Comment #31448734

    Agreed. It's a wonderful talk. I'm elated that discoveries are still being made. Since this talk, the understanding has come to be that there are two independent pixel FIFOs. One r…

  15. comment
    Comment #30361114

    Perhaps "Safe Rust" would be more apt (de-referencing any pointer is unsafe), though I think it's quite fine and well accepted to refer to "Safe Rust" as just "Rust". Of course, th…

  16. comment
    Comment #29090168

    I think it's rather clear that using "based" in this context is more common in certain communities than others.

  17. comment
    Comment #28643501

    I can't say much about the use of macros, however there are some SM83-specific patterns you can take advantage of if you decode instructions using octals like what I do in my own g…