"I acknowledge that I made a huge mistake: leaving myself open to being held accountable for my decisions. Moving forward we will be holding community polls. I'm still gonna do the same dumb shit I would have otherwise, but now I'll have plausible deniability!"
sjolsen
Go for the remaster. If you were coming to the series blind I'd recommend starting with 3 (or even Elden Ring) but if you've already played ER I'd say go straight for Dark Souls 1.
At my last job, doing firmware for datacenter devices, almost never. JTAG debugging can be useful if you can figure out how to reproduce the problem on the bench, but (a) it's really only useful if the relevant question is "what is the state of the system" and (b) it often isn't possible outside of the lab. My experience with firmware is that most bugs end up being solved by poring over the code or datasheets/errata and having a good long think (which is exactly as effective as it sounds -- one of the reasons I left that job). The cases I've encountered where a debugger would be genuinely useful are almost always more practically served by printf debugging.
Profilers aren't really a thing when you have kilobytes of RAM. It can be done but you're building all the infrastructure by hand (the same is true of debugger support for things like threads). Just like printf debugging, it's generally more practical to instrument the interesting bits manually.
replace the meat and dairy industry with b e a n s
Based on the reporting two things seem clear to me: (1) the commercial value of Reddit is fundamentally a question of selling data access; and (2) the major subreddits will be made to continue operations come Hell or high water.
When (not if) Reddit circumvents the blackout by force, the obvious next move is to poison the well—make the data worthless by drowning it in noise (AI-generated, if you've a flair for the poetic). I doubt that will happen since (a) it would require coordination among a substantially larger and more dispersed userbase than the moderators and (b) it's something of a nuclear option, but it's an interesting idea.
Just simple searches like “Best gaming headphones”
Does this actually yield useful results? I've seen this several times in reference to Kagi, even iirc in their own docs, and my gut reaction has always been "surely no one ever searches for 'best X', that's a surefire way to get your time extremely wasted"
excellent
You can collapse comments on the web interface (don't know about the apps), but it doesn't appear to persist across page reloads. Might be a good feature request
Friendship ended with font gatekeeping and dogpiling, accessibility is my new best friend
All mine are modern budget models. As much cool factor as there is to a vintage axe it's nice not worrying about parts and electronics (and nitrocellulose finishes!) that are older than my parents :-). In terms of sentimental value, nothing beats my first, a 2003 Squier Affinity I got for Christmas:
Also most of mine only have four strings for some reason???
I was thinking the same thing today. Figured I'd post here instead of starting a new thread. There's an open issue on github for this feature request: https://github.com/LemmyNet/lemmy/issues/1026