

I don’t think an average user is going to know how to interpret the output of mount or findmt


I don’t think an average user is going to know how to interpret the output of mount or findmt


My friend has a toddler and I always spoke to her like a regular person who just happened to not know things. She seemed to respect it a lot.


The world was fine aside from like the triangle shirtwaist fire and child labor and company scrip and all sorts of other horrors


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.


given democracy doesn’t work when people vote based on vibes or propaganda feels.
Unfortunately, it seems like a lot of people are primarily vibes driven. Everyone is, in some cases or other. For example, a lot of otherwise reasonable people will flip their shit if you suggest eating less meat for environmental or animal welfare reasons. You just get excuses and variations of “but i like it” and “but i’m a good person”.


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.
I offer a compromise of using python’s requests library. It’s got most of the listed benefits, but I like python better than shell scripting.
It’s weird that I’ve been seeing job posts that list postman as a required skill. It’s not great.
I did use “Bruno” for a while to have a GUI for making requests. It was fine.


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.


Do not buy any of these garbage products. Avoid like the plague!!
We all know most of these fools did not in fact avoid the plague.
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 it was only idiots who died from this kind of thing, it would be funny. Many innocent people will suffer and die, too. But somehow we’re supposed to treat republicans like a legitimate political party and their members like reasonable people.


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.


Isn’t Yarvin an absolute scumbag who believes in enslaving others and other evils? Hope he meets an embarrassing end.
It’s wild to me how some places I’ve worked are like locked down, all the infrastructure is in terraform or whatever and can be deployed immediately… and other places are like “ssh into prod with the credentials from confluence, edit the config in vim, and paste the new code into a new file”