Meanwhile, “~x” is drooling on itself over in the corner.
Meanwhile, “~x” is drooling on itself over in the corner.
Isn’t it wonderful when your VPN client refuses to connect repeatedly until you realize you need to reboot your PC or restart the VPN service… and then go change your underwear.
I appreciate the suggestion, but that looks like a Java library. Interpreted languages make me feel dirty. Java makes me feel even dirtier. If it’s not C, C++, or ASM, is it really worth using?
I’m okay with the “human-readability,” but I’ve never been happy with the “machine-readibility” of XML. Usually I just want to pull a few values from an API return, yet every XML library assumes I want the entire file in a data structure that I can iterate through. It’s a waste of resources and a pain in the ass.
Even though it’s not the “right” way, most of the time I just use regex to grab whatever exists between an opening and closing tag. If I’m saving/loading data from my own software, I just use a serialization library.
I’d like to hope that by the time Win10 is no longer supported, we have Win12 that doesn’t suck. The way things are going, though, I doubt it. I’m expecting that Win10 will be the last version of Windows I use.
I still prefer Windows over Linux for gaming and software development, but everyone has their limit. I am strongly opposed to advertisements, and when I can no longer block ads from my operating system, it’s dead to me.
I use a mixture of Linux and Windows 10 LTSC on my PCs/servers/VMs. I will be the first to admit that Windows does sometimes make sense to use. My desktop PC and my dev environment are both Windows 10.
That being said, what is the advantage in using Windows 11 over 10? As far as I can tell, it’s worse in every way. Built-in ads, a crappier UI, forced obsolescence with TPM requirements, and “feature” bloat that nobody asked for.
10 was a clear improvement over 8, but 11 just seems all-around worse.
C++ is just as “safe” as Rust if you use modern language features (std::unique_ptr, for instance). I would argue that anyone who says Rust provides better memory safety than C++ most likely is not familiar with modern C++ and still sees the language as “C with classes.”
reinterpret_cast<int*>(&a_nut)
I like to live dangerously.
Fuck religion. All of them.
From Israeli taxpayers?
Maybe I’m misunderstanding, but if Israel purchased the equipment, how are taxpayer dollars being used for this?
I would have read the article, but the huge “Your phone is infected with a virus” scam pop-up made it kind of hard.
C++ compiler errors still won’t fit on either screen.