Anyone that thinks they’re “coding on the go” with something of this form factor is kidding themselves.
Professional software engineer, musician, gamer, stoic, democratic socialist
Anyone that thinks they’re “coding on the go” with something of this form factor is kidding themselves.
From the looks of it, season 2 will follow the game’s part 2.
Clutch team killing in Rainbow Six Siege. A rare occurrence but so much adrenaline.
Hillcrest in The Last of Us 2. Never have I had so much fun trapping and hunting people down. It really brings out the psycho killer energy.
No doubt, but where does the documentation explain that? It’s not totally surprising that the firmware would remain closed source for now.
Regardless of the fact that firmware and userspace components are still closed source, this is still an improvement for the Nvidia + Linux relationship.
Nvidia released open source drivers in 2024.
I don’t think there is a world where Linux gains significant market share AND users care what sudo is. In order for Linux to be more mainstream, those kinds of details should not be the concern of laypeople. GUIs are what average people are able to stomach.
It’s almost 30 years old. Not to knock cURL, it’s a staple for sure.
HTTPie and xh
claim to have a more intuitive UX. If the functionality is comparable, I choose tools written in memory-safe languages by default.
xh
is a nice modern alternative.
There is actually a JS library called Planktos that can serve static websites over BitTorrent. I don’t know how good it is, but it sounds like a starting point.
deleted by creator
Organizationally, you don’t want your API handler to care about implementation details like database queries. All DB interaction should be abstracted into a separate layer.
Generally API handlers only care about injecting any “global” dependencies (like a database object), extracting the request payload, and dispatching into some lower-level method.
None of this requires generic code. It’s just about having a clear separation of concerns, and this can lead to more reusable and testable code.
Because they often won’t let you.
It’s the first sentence of the article.