Viewing profile — paoda
paoda
HN member- Joined
- Sun, Jun 13, 2021, 6:21 AM UTC
- HN karma
- 47
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About paoda
No profile information was provided.
Recent public activity
- comment
-
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…
-
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…
-
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…
-
comment
Comment #35587898
If that's their policy, they genuinely make zero effort to follow it.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #29090168
I think it's rather clear that using "based" in this context is more common in certain communities than others.
-
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…