This is so true tho
Its almost like his name was Dennis Richie and its a shame a blow hard like Jobs died around the same time as him and overshadowed his passing and his legendary legacy.
Had to use 'runk", because 'runc" is already taken. :P
Awesome usage of the word “consequential.”
handles all math on every machine on earth
That’s just gmp. The go-to unlimited precision arithmetic library.
Oh yeah, I love Ronald Burkiworkowskini
It’s pronounced Brutananadilewski!
It’s more often not the “face” that’s the crux, it’s the geek. Make nice with the actual casters. 🖖🏼
thanks Daniel Stenberg!
And they’re all pedophiles or white supremists
Ronald and runk, not Donald
DuckTrump.Billionaires? Yes.
Ronald is just some unpaid Polish immigrant in US, very often.
Not every person is a cunt in this world you know.
Fabrice Bellard is ten Ronalds.
FFmpeg and QEMU? Holy shit!
I had no ideaand tcc, which while maybe not as ‘important’, is extremely cool.
Is QEMU simply a VM?
It’s basically the best virtualization platform. It can do full system emulation across a number of platforms, or hardware assisted virtualization (using KVM). It’s incredibly useful for debug as well as doing real work.
I would say so? It’s an emulator and I personally use it to manage KVM on Linux. Makes my life easier.
Not really sure about the precise details, sorry
Ah. He must be a KDE contributor as well.
Qrunk
Kontributor
You know, I was VERY tempted to write it that way, but decided against it at the last moment.
Seems you’re too reserved to ever become a konqueror.
Klearly you are not a KDE Kontributor.
Khx klreno kor kour kontribution!
The amount of businesses with things you just can’t touch for whatever reason is surprising.
The reliance on something made that is barely understood by the entire company makes me think that society will drag on generations after any kind of societal collapse.
society will drag on generations after any kind of societal collapse.
Reminds me of the Imperium in Warhammer 40k how a lot of the tech they use is barely understood or some of it is not understood at all. Like the adeptus mechanicus believe in the Omnissiah (me too) and a lot of what they do is purely ritualistic.
But lots of those rituals are just stuff like turning something on in the right order. Or other mundane things that have become an arcane ritual after thousands of years that need doing for a thing to work right but nobody remembers why it needs to be done or how the thing works. Just that these are things you must do to please the machine spirits and make whatever random thing work right.
Honestly there is enough complexity in enough tech nowadays that I’m sure almost all of us are doing something similar in many areas of our life. Like I would struggle to explain how the Internet works or even how my television actually creates an image on itself. Maybe a better example would be cars, a lot of people use them but don’t know anything about necessary maintenance or basic principles of how they work.
You just explained the experience of anybody having to properly configure Apache for the first time.
Configure the right incantations and the machine god will serve your web pages, brother.
Social collapse isn’t an exciting day in your life, it’s a broad trend historians will puzzle over centuries later. Look at the bronze age collapse for an example.
That sounds like a ‘crunch’ category risk
Yeah, and things can putter on for hundreds of years before they really “collapse”
Some dude in the year 2345 will be shitposting about how we didn’t see it coming because we are dumb.
We did see it coming, but we are dumb
Dumb and selfish, but thats not solely human traits
Or more things will happen like the Bhopal disaster where a chemical plant, over a decade or so, laid off or failed to replace everyone who knew what their carefully designed multi-layered safety systems did. When those systems aged and needed maintenance, the remaining production people took them out one by one. Then 500,000 people were gassed with cyanide. 2,200 immediate deaths. https://en.wikipedia.org/wiki/Bhopal_disaster
On top of it all, Steve Jobs wasn’t even in tech. He was in sales.
The first examples are consequential in the same way Voldemort was.
They’re villains created by transphobes?
Self-made men 'n’all!
Reminded me of this, that basically every language just have a wrapper around.
Bless Ronald
Our math depends on him 🙏
Written in hand-optimized assembly with individual implementation for every CPU on the planet, with integer division function in 10000 lines of code impelented with XOR and bit-shifting which is somehow 0.3% faster than CPU built-in division operation.
The mention of division has triggered a memory. I think I actually saw a library like that once. It was in C, not assembly, and was almost certainly for one specific architecture (probably Intel), but other than that, there was a lot of low-level stuff that claimed to make division faster for all CPU-native data types.
It was above my skill level to just pick up and use, let alone read and understand, but I can tell you that it at least looked legit, and the author seemed earnest in their description, so something like your hypothetical is very much out there.
There is a video where a real game dev was showing how bad a specific benchmark was. It was basically read arguments, get a random number, do a for loop 10,000 times, inside there do another for loop 10,000 times, do some equation with a modulo, put result in array, pick a number from array and print to screen.
The biggest time cost was the modulo as that’s the hot path. He basically went through and typecast all the ints to double. He got 4x the speed. It went from almost 2 seconds to less than 0.5 second just on that change. This is mostly due to cpu and compiler now using simd instructions.
Small changes can have big impacts.
Yeah, I’ve actually written quick and dirty code that used both a division and a modulus, but then went back later to use the former to calculate the latter with a multiplication and a subtraction to get a speed improvement.
There have been other occasions where I’ve been able to replace something like
average = sum / count; if average > ywithif sum > count * y, when it’s not entirely obvious that y could be multiplied by anything and remain meaningful.But when a division can’t be avoided, you still want that genius-written magical library to take some of the sting out of it.
He didn’t do any of that. Just typecast the numbers to be doubles.
The whole benchmark was a mess but that part specifically surprised me.
He had to de-optimize the init sequence because the little trick he added that caused the init sequence to return a little power to the grid instead of taking it was causing grid stability issues because the returned power from offices starting up was a bit higher than the extra power required for factory startup weekday mornings.
I love that this is an actual possibility.












