

Started messing around with it some time in 2003, on Mandrake Linux when I was 21 years old. Experimented and ran servers with various distros in the years since but it didn’t become my daily driver until about 2014-15, with Debian.
Started messing around with it some time in 2003, on Mandrake Linux when I was 21 years old. Experimented and ran servers with various distros in the years since but it didn’t become my daily driver until about 2014-15, with Debian.
It was enough for yo mom ohhhhhhhh!
j/k
The world is going to be absolutely fucked when the older engineers and techies who built all this modern shit and/or maintain it and still understand it all retire or die off.
Gotta save that stock price somehow. Activate investor bullshit machine.
Nope, stolen from a Telegram group chat, not sure where it’s originally from.
That’s the static variable in the function sticking around and watching the madness unfold.
The article is about Altair BASIC. That one was actually homegrown.
I remember some dude on the Internet with a jar and an MLP figurine that might be able to help you out.
Who asked for this? Did y’all ask for this? I don’t remember asking for this.
Looks around room in confusion
KDE since 2002. KDE 4 lyfe.
Tastes comment
C and assembly programmers: first time?
Actually, my distaste for Big Tech is nothing new. It’s been building for decades.
First, little stuff like the inkjet printer that you invited into your house that claims to need, “Just a little more cyan, bro. I’ll print your black and white page after I get my cyan. Come on, bro.”
That’s because it needs to print the tracking dots on every page: https://en.m.wikipedia.org/wiki/Printer_tracking_dots
It’s also because we started doing shit like using JS in places it really shouldn’t belong. Half the programs on my PC are just webapps running in a sandbox environment, instead of using systems languages like C/C++ directly like was the case 15-20 years ago. Abstractions on top of abstractions on top of abstractions. JS was fine for embellishing elements of a web site and facilitating AJAX, it should have never been turned into an app language.
That’d be like if interpreted BASIC was taken seriously in the 80s as more than just a toy and the majority of popular software was written in it. We’d rightfully question WTF society was thinking.
Another big part is learning how to set it up in a way that it’s functional and productive the first time and then STOP FUCKING WITH IT.
Who has time these days to read stuff and research it before spamming that “buy” button? 😉
std::vector<std::vector<bool>> is how I stored the representation of a play field for a Tetris game I made once.