

I think it would be pretty funny if jesus did return and cast all these rich assholes into the lake of fire. Because they fucking deserve it.


I think it would be pretty funny if jesus did return and cast all these rich assholes into the lake of fire. Because they fucking deserve it.
If you have a machine that runs Windows and the hardware is still good,
Linux is often more forgiving on hardware requirements. I recently put Mint (with xfce) on a like 2013 laptop and it’s fine. That’s not even an especially lightweight distribution.


I’m pretty sure the browser has more sandboxing than a desktop app running as me. The desktop app could do anything. Firefox tries to prevent webpages from doing nefarious stuff.


When I have to use discord, I use it in the browser. I don’t trust the app not to get up to no good.


Pop!_os worked fine for me out of the box. The UI is a little mac-like (dock on bottom, spotlight like search when you hit the super key) by default.
Steam just works. Heroic launcher just works. It’s simple.
I’ve also used mint, but had slightly less luck with its install working out of the box. All issues fixed eventually but there was some head scratching.
Linux nerds tend to have opinions and it’s easy to lose sight of what it’s like as a beginner.
But ultimately it’s pretty easy to switch distributions. They’re all free.


I think installing Linux exposes you to higher severity issues, like “now it won’t boot”. Once you get over that initial setup, it’s not much different than windows or apple.
If more computers came with it pre installed, it would be even easier for folks.
I think about half the time I’ve installed Linux it was fine. The other half were problems with esoteric solutions.
Still glad I made the switch.


Linux doesn’t really have the profit motives that lead to enshittification.
I guess a bigger entity could try to start charging for… something… Support, maybe, but that seems unlikely to take off.
Other people have good answers already. Chiefly to ask questions and talk through your reasoning.
But also I’ve noticed the difficulty of interview questions varies wildly. Some places would give dynamic programming problems I’m terrible at. Others would give trivial "find the largest number in this array of integers, in python. Don’t worry about efficiency. " problems.


I think there’s a certain kind of user who doesn’t really learn concepts, but rote actions. They click the start menu and then excel to open excel, but they don’t really understand that the start menu is an application launcher and Excel is an application that can be opened in other ways. It’s very one dimensional.
Then when something changes, like the application launcher is moved, they freak out. They don’t have a mental model.
That’s how my mother is, anyway. It’s all magic with no underlying coherent anything. Not sure how to fix that, because it usually comes up when they’re mad or scared, and that’s not a time anyone will learn.
Use a dedicated data type or library. Some languages also have something like python’s Decimal type
>>> .1 + .2
0.30000000000000004
>>> Decimal(".1") + Decimal(".2")
Decimal('0.3')
Yep. Open your browser’s console and do .1 + .2 and you get 0.30000000000000004.
One of the reasons not to use floating point when working with money.


If right wing people were smart they wouldn’t be right wing. Of course they’re going to believe and share AI slop video. They’re emotional driven fools.


I went back to windows for a few months on the newer desktop. I installed mint and discovered it had a lot of problems with the hardware. HDMI, Ethernet, WiFi, and various downstream things didn’t work. I fixed some of it with help from forums and such, but eventually I went back to windows.
But a couple months later, I tried Pop!_OS and that has worked perfectly out of the box. No regrets.


I decided I was done with reddit. I never used apps so I just signed out of my account and never went back.
My old desktop couldnt update to 11. But for my newer computer, Windows recall was a deciding factor. Fuck that shit. Also fuck their “ai” nonsense.
It’s nice that it’s free and doing little to nothing contrary to my interests.


I only buy drm free music and then back it up somewhere myself. Bandcamp at least is drm free, but who knows if they’ll turn to shit after being bought and sold.


Buying music on Bandcamp and similar has been good for me. When I got laid off I kept all the music I owned and didn’t have to pay anymore. All these subscription services suck.
I used to try to explain to management that some debt is high interest.


One of the guys at my old job submitted a PR with tests that basically just mocked everything, tested nothing. Like,
with patch("something.whatever", return_value=True):
assert whatever(0) is True
assert whatever(1) is True
Except for a few dozen lines, with names that made it look like they were doing useful.
He used AI to generate them, of course. Pretty useless.
I don’t think an average user is going to know how to interpret the output of
mountorfindmt