Maybe I’m totally wrong, but doesn’t EGR stand for EXHAUST Gas Recirculation? Is the Volt a hybrid? I thought it was an EV and thus had no exhaust.
Edit: This was a joke, wasn’t it?
Maybe I’m totally wrong, but doesn’t EGR stand for EXHAUST Gas Recirculation? Is the Volt a hybrid? I thought it was an EV and thus had no exhaust.
Edit: This was a joke, wasn’t it?
At least for me, the whole “made by devs for devs” isn’t really the major downfall. It’s the fact that it can’t be trusted to remain functional in a dynamic environment. I like using the command line, but sometimes that’s just not enough.
If I need a specific software package, I can download the source, compile it, along with the 100 of libraries that they chose not to include in the .tar.gz file, and eventually get it running.
However, when I do an “apt update” and it changes enough, then the binary I compiled earlier is going to stop working. Then I spend hours trying to recompile it along with it’s dependencies, only to find that it doesn’t support some obscure sub-version of a package that got installed along with the latest security updates.
In a static environment, where I will never change settings or install software (like my NAS), it’s perfect. On my desktop PC, I just want it to work well enough so I can tinker with other things. I don’t want to have to troubleshoot why Gnome or KDE isn’t working with my video drivers when all I want to do is launch remote desktop so I can tinker with stuff on a server that I actually want to tinker with.
I can only speak for myself, but I have always had bad luck with Linux on desktop. Something always breaks, isn’t compatible, or requires a lengthy installation process involving compiling multiple libraries because no .deb or .rpm is available.
On servers, it’s fantastic. If you count VMs, I have far more Linux installations than Windows. In general, I use Win10 LTSC for anything that requires a GUI and Ubuntu Server for anything that only needs CLI or hosts a web interface.
Win10 LTSC still has quite a few years left.
I was born in the 1980s. I remember growing up, I always had the impression that by this time in the 21st century, we’d have figured out some way to break the established laws of physics. Maybe it was because of watching so much sci-fi, but I feel like I’m not alone in this. The media seemed to reflect the same line of thinking. “Back to the Future 2” with its hoverboards and flying cars is now set several years in the past.
Be it anti-gravity, interstellar travel, teleportation, whatever, I always kind of assumed that by now, we’d at least have a working theory of how we might implement it in the next few decades. I think a lot of that has to do with the start of the “information age.” Computers and the way they could connect us were so revolutionary, it seemed like “magic” to the layperson. More “magic” would only be a few years away, right? If we could fit all this power into a box that sits on your desk, then it wasn’t beyond the scope of reason to think that anything was possible; it’d just take a few more years for us to figure it out, then we’d be planning the first NASA mission to another solar system.
What I never would have predicted is just how rapidly computer technology would advance. We now have supercomputers in our pockets, powered by CPUs that are well into the realm of nanotechnology and are now starting to run into limitations imposed by quantum physics. As a technological society, we’ve probably progressed farther than I would have ever imagined, just not in the way I expected.
Most people who have a concealed carry permit are generally law-abiding. I would certainly leave immediately if asked.
I don’t know the statutes offhand; I’m basing this on what I was taught in my CCW class years ago.
The general idea is that the state sets limited laws on where you can’t carry concealed. Government buildings, etc. These restrictions hold the force of law. For a private property owner, they can certainly say “no guns,” but it has the same legal weight as if they said “no hats.” They can set rules for their property, but those rules don’t magically become law. That’s where trespassing laws come in; if you’re asked to leave, they have the right to ask you to do so.
Some states do have laws in place stating that “no guns” signs are legally binding, but the signs must meet certain legal criteria as far as wording. Surprisingly, I think Texas is one of these states, but I could be wrong.
My state is solidly blue, so it does seem strange to me that the laws are written as they are.
Going out in public in your pajamas.
I have seen this on very few occasions, and each time, the pajama-wearing individual is very obviously only out in public so they can either stock up at the liquor store or meet their meth dealer. I don’t think this is common.
In some states, these signs don’t even mean that a person can’t carry a concealed weapon into the shopping center. In my state, for instance, assuming you are otherwise able to legally carry a gun (meaning you took a class and aren’t a felon), the list of areas where you can’t legally carry a gun is very limited: Federal buildings, courthouses, etc. If a business has a sign posted stating “no guns allowed,” you can still legally carry your weapon in that business. If an employee sees that you’re armed, they can ask you to leave, and you’re trespassing if you refuse, but nothing legally stops you from carrying a gun into the establishment in the first place.
As a disclaimer, I’m not arguing this one way or another. I have a license to carry a concealed handgun, in fact. Just sharing information.
Meanwhile, “~x” is drooling on itself over in the corner.
Aren’t there a few VPN providers that don’t even install writable storage in their servers? I can’t remember which, but I’m sure there’s at least one that boots their machines off of read-only media and only installation hard drives in the servers used for storing login credentials.
One day, you’re going to die. Unless you are fortunate enough to die suddenly, you’re going to experience the terror and the pain the comes along with dying. Anyone who cares about you is going to be saddened by your passing.
None of that would be true if you had never been born. Your parents, every parent, has condemned their children to death and has ensured sadness for anyone who comes to care about them.
The worst thing my parents did? Not using protection or having an abortion. Conceiving a child is the most selfish act any person can do.
Having my status turn yellow when I so much as look away from my screen is bad enough. I really hope this “feature” stays off.
How does Teams give away your location? I’ve used it extensively, but I’ve never seen someone’s location unless the enter it manually.
I’m a big fan of 4k/who gives a shit.
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.
That’s great until they decide to stop providing whatever content you licensed.
If you’re not receiving physical media, and you’re not saving a copy to local storage, then you’re not buying anything. You’re renting it.
When it comes to writing code, there is a huge difference between code that works and code that works *well." Lets say you’re tasked with writing a function that takes an array of RGB values and converts them to grayscale. ChatGPT is probably going to give you two nested loops that iterate over the X and Y values, applying a grayscale transformation to each pixel. This will get the job done, but it’s slow, inefficient, and generally not well-suited for production code. An experienced programmer is going to take into account possible edge cases (what if a color is out of the 0-255 bounds), apply SIMD functions and parallel algorithms, factor in memory management (do we need a new array or can we write back to the input array), etc.
ChatGPT is great for experienced programmers to get new ideas; I use it as a modern version of “rubber ducky” debugging. The problem is that corporations think that LLMs can replace experienced programmers, and that’s just not true. Sure, ChatGPT can produce code that “works,” but it will fail at edge cases and will generally be inefficient and slow.
Why is kernel-level anti-cheat even a thing?
If I was trying to prevent cheating, I’d hash the relevant game files, encrypt the values, and hard-code them into the executable. Then when the game is launched, calculated the hash of the existing files and compare to the saved values.
What is gained by running anti-cheat in kernel mode? I only play single-player games, so I assume I’m missing something.