If you’re living in a place where renting a pod with less space than a prison cell costs nearly as much as a studio somewhere else… move.
If you’re living in a place where renting a pod with less space than a prison cell costs nearly as much as a studio somewhere else… move.
Manner of death: “Natural.” That’s bullshit. Manner of death: “Religious” or “Political.”
I’m going to go ahead and say convicted felons probably shouldn’t be eligible for the country’s highest office, either.
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 hate Trump almost as much as Putin, but in the midst of a global pandemic, should we be providing testing devices, vaccines, etc to whoever needs them as long as we have some to spare? Trump has a whole list of crimes that he should be locked away for. This isn’t one of them.
Half of Americans are barely literate at all, forget media-literate.
Where are you finding a livable home for 300k? I live in a rural area, and I love it here, but you’re never going to find a house for 300k unless you’re willing to put another 150k into stripping it down to the studs and renovating it.
Meanwhile, “~x” is drooling on itself over in the corner.
Isn’t it fair to say that most people are not single-issue voters? This article is hardly surprising.
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.
Is it just me, or do these two people look like they could be siblings?
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.
Someone should ask them where they were on January 6th.
Republicans like to use the term “fact-check” as if it’s unfair and biased.
Fact-checking is only a problem if what you’re saying is untrue. That says a lot about the Republican party.
I’m curious, why does this require OpenSSL in order to compile? I’m not aware of any audio formats that use encryption, but I could be wrong.
My first thought was for connecting to https streams, but I don’t remember Winamp having this capability. “Back in the day,” I used Winamp for playing local audio and RealPlayer for what little streaming was available.
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.
Wouldn’t find any. It’s all in his diaper.