addoo
No user record in our sample, but addoo has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but addoo has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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 (‘remaster’ tweaks), it can only be…
> 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 really wish that e-ink could be…
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 aside, companies rarely make older builds…
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 it doesn’t matter because we also have a…
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 me thing, but I hard fix a version and…
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) problems, usually in small teams or solo. For…
> 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 who is a senior developer, but a…
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 general, they’ve been gaming the system for…
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 annoyed with the arguments used for…
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 to do both and have your cake and eat…
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 readable either.
Unimportant detail: The prices in the image in the article are 48% lower than the prices at my local California In-n-Out.
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 'wouldn't this require more…
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 thesis was because I started noticing…
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 examples, you need to stop and do 2…
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 strictly structured dictionaries not…