Viewing profile — addoo
addoo
HN member- Joined
- Wed, Apr 23, 2025, 2:18 PM UTC
- HN karma
- 44
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About addoo
No profile information was provided.
Recent public activity
-
comment
Comment #43858001
Now imagine that the play cannot be altered (game build), it can only be performed on a specifically shaped stage (hardware requirements), actors can only be replaced by lookalikes…
-
comment
Comment #43857404
> one of them exists now My first thought was ‘this already existed, I could have bought virtually the same product already.’ …Which the article acknowledges even. Odd title. I rea…
-
comment
Comment #43857307
The article already touches on this, but in the modern day the games that exist on physical media are pretty much useless without their zero-day patches. Putting physical media asi…
-
comment
Comment #43835172
We use ruff for everything that isn’t a custom rule. The only thing I found it ‘missing’ was an indentation check (it’s in preview, I don’t turn on preview rules), but I realized i…
-
comment
Comment #43834699
I guess it’s all relative. One of my code bases still has pylint running with only a couple custom lint rules, that one is slow as hell. As for version bumping, maybe it’s just a m…
-
comment
Comment #43834516
For context, my experience is colored by the kind of work I do: building codebases from scratch that tackle ‘niche’ (read: not readily available as FOSS or described online) proble…
-
comment
Comment #43833515
> Humans Please describe in more specific terms. Are we talking non-technical, intern, junior, or senior experienced humans? Literally just yesterday I was diverted to help someone…
-
comment
Comment #43832847
This is political, so are the tariffs. It’s the same cat and mouse game with local/state regulations on restaurant staff compensation and ‘service fees.’ No love for Amazon in gene…
-
comment
Comment #43832354
A CLI argument specification and a parser that implements it. Mostly because I’m annoyed with Python’s argparse, so I’m adding blackjack and removing hookers. Also because I’m anno…
-
comment
Comment #43828739
While there's certainly an argument for keeping a geographic map, the new map is loads clearer at a glance on connections and peak/exceptional route changes. I don't see a good way…
-
comment
Comment #43808529
I’m pretty sure part of the intent is that it should be easy to write (type) in this format. Separator characters are not that. Depending on the editor, they’re not especially read…
-
comment
Comment #43806707
Unimportant detail: The prices in the image in the article are 48% lower than the prices at my local California In-n-Out.
-
comment
Comment #43804453
I appreciate this article a lot more because it contains an iota of benchmarking with an explanation about why this might be more performant. Especially since my first thought was …
-
comment
Comment #43797584
This doesn’t really surprise me at all. It’s an unrelated field, but part of the reason I got completely disillusioned with research to the point I switched out of a program with a…
-
comment
Comment #43773625
One thing I've learned writing documentation (and struggling) is that, when you find yourself writing at length, splitting text into sections, and peppering a copious amount of exa…
-
comment
Comment #43772804
The only things I’d have probably change about this list is the inclusion of some of the collections.abc containers for type annotations, TypedDict and how it can make working with…