This should be programmer horror
“If there were an Oscar for best theatrical performance by a country, Israel would win every year. It’s a country based on theater. It’s a lunatic state - completely insane”.
Norman Finkelstein
This should be programmer horror
True to his name, his bank got fried.
Not going to get excited about it until it had time to mature and actually used in production.
At which point, I am all for it.
I remember being hyped for GNUStep years ago and I still can’t just recompile my old Cocoa applications.
Wise decision. If public funds pay for something, then that thing should be public.
Shame!
Money spent on FOSS employs locals, and helps with technology independence.
I daydream about it. Sometimes* I curse the discovery of oil. Instead of herding goats I am debugging C++ template errors. Though I do love airconditioning.
* a lie, I never do :) though I do think about goat herding.
Why use bool when you can use int?
just never #define true 0
Technically there are many people who speak Latin natively, it is just that it is very late (too late?) Latin.
deleted by creator
If all they are using their PCs for is word processing and intranet webapps, perhaps they don’t need Windows anymore. It is not like ActiveX is supported anymore.
لا مؤاخذة 😞
It was a joke comment and a play on “Netcraft confirms it. BSD is dying” meme from 20 years ago
Meme confirms it. BSD is so dead it wasn’t worth mentioning.
At least you are getting a dump, count your blessings. Could be worse!
Just hook your app to a debugger and load the dump.
C is okay with good tooling. I wish it was possible to mix C and Rust code in the same project. I could be wrong but last I looked C code will have to sit outside in a library or something and called externally from Rust.
On projects where I had to write tests, I wrote them to pass the current code.