

They’re not thinking with facts they’re thinking with feelings.


They’re not thinking with facts they’re thinking with feelings.


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


He kept talking about sin


may genuinely be unskilled when it comes to computers in general.
I do not accept this idea that people are so unskilled at computers they can’t install Linux, and are so immutably so they can’t get better.
Like yeah sometimes you have to ask for help or watch a YouTube video. That shit’s free and right there.
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 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 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.
I don’t think microsoft understands shit. I think their leaders are out of touch, lying, idiots. They continue to exist based on inertia and past success.
It’s frustrating because management are so colossally, transparently, stupid but they get the big paychecks and the workers get fucked. And then like half the workers sit there going “Well this is just and fair. this is a good world. If the people actually doing the work had more of a say, that’s communism and thus axiomatically bad”
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”