

“New users” as you describe them don’t even know that the mouse wheel can be clicked at all. The only thing to be fixed is consistency with Ctrl-C clipboard.


“New users” as you describe them don’t even know that the mouse wheel can be clicked at all. The only thing to be fixed is consistency with Ctrl-C clipboard.


Middle click was standard initially in Unix world, then Microsoft Office came with it’s Ctrl-C, and users now expect every text editor to support Ctrl-C to copy (and not abort the active command like all terminals do).
As for languages that are acceptable for business logic, C++ is lolno, Java is kinda surprisingly okay because so much business logic is already written in it and debugging is trivial, Python is not worse than Java for the same reason when you are using proper linter to catch typos, C# / Go / Ruby are probably the best because they are most modern with the lowest footgun ratio.
JSON-in-a-string is a commonplace method of having a generic or any type when you are too lazy to write a proper structure for it, or want to save an object into a database without creating an additional table. In all fairness it has nothing to do with the language itself, and more with lazy coders. Postgresql even have additional SQL operators to access individual JSON fields inside a record, so yeah, you can dump a whole new unstructured database into a row of your existing database, it’s totally an acceped practice.
It’s Javascript with types. You are still using one hundred NPM packages to do the simplest thing. Any string can be JSON. And Node is single-threaded, so if you plan to create some kind of parallel computation, you’d need to run 16 Docker containers of your Node server, one per CPU core, with NGINX or some other load balancer at the business end, and hope that your database engine won’t reorder transactions. And yeah, Docker is mandatory, because Node version in your latest Ubuntu release is already outdated.
TypeScript and safety-critical paths should not be in one sentence.


The G is silent
CURL got some kind of contract with several embedded hardware manufacturers, at least it’s financially stable.


When an API request fails, the seconds clock handle becomes red, and the time health management microservice sends an alert SMS to your phone once per second (scaled with the number of clients)


Seconds hand does not show seconds.


You don’t need to close it, your HTML will be rendered correctly anyway.
I’m surprised that Tic Tac Toe is even winnable. There is always a perfect strategy to force a draw.
It makes so much sense on a plane. If you lose attention and lean on the control stick, the plane will tilt the nose down and yank you back into the seat. If the direction was up, the plane would slam you into the stick and the plane would do infinite loops, especially if you black out.
More like, take a bunch of screenshots of vibe coded website, and treat that as design document while rewriting the whole thing from scratch with clean architecture.
Non-commercial usage restriction makes this license not FOSS compatible.
Additionally, ‘no mortal hand’ restriction is strange, it permits someone like medusa to modify the code while forbidding that to actual software engineers, and would a software engineer dictating code to a medusa be a breach of this clause? I’m not saying that long-lived organisms cannot obtain programming skills, but it is exceedingly rare.


It’s goshujin-sama
The update from Debian 12 took me four hours. It works. Plasma did not load so I had to clear old configuration files and configure it anew. Plasma on Wayland is actually usable now, and looks stable so far. And I’ve got new wallpapers I’ve so desired.
And now it’s time to forget about OS updates for another two years.
Is it sleep mode not waking up?