The fork is a traditional tool for poking manure-code.

The fork is a traditional tool for poking manure-code.



It’s hard to say until we have a working emulator. You don’t need CPU instructions translation, so it should not be 20X as the case with NES, however even with the same CPU architecture it takes 1.0 GHz host CPU to emulate 66 MHz machine, so it’s actually 15x multiplier.


PS5 emulation is a long ways off, because you generally need 2X faster processor to emulate any console processor.
PS5 has the same x86-64 CPU architecture as PC, but you still need 2X faster graphics card to emulate those fancy raytracing units.
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.
I’ve successfully used pyenv in the past, although uv claims that it includes all pyenv functions and more.
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.


Eh, Chinese manufacturers are also desperately trying to catch up with AI hype. In any case, we’ll see some new brands on the market, and it’s not a bad thing, and I would not spend my time worrying about giant rich corporations.
My actual worry is that once RAM prices go up, they won’t go down for quite some time. If we get another bubble after AI bubble pops, the prices may not decrease at all.


The G is silent
Recursively dumping all data from the server was always a wget thing, it will create a nice directory structure for you and will also convert links in webpages to point to your local file system.
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.


Considering that most techbro startups are going to be dead within a year, I’d say AI wins.
Plus most of the competent programmers already have high resistance for technobabble bullshit, and will simply refuse to work on something like an online contacts app (are you copying a Facebook or what?)


The future is here! And it costs $10-$50 per 1000 HTTP requests.
The salmon will be fine, pretty much the same as steam-cooking it. Just put some spices and a lot of lemon so it would not be bland.
The microwave, on the other hand, will gain a subtle and mysterious fish aroma, that will only become stronger with the passage of time.


You don’t need to close it, your HTML will be rendered correctly anyway.
BagueTV