bionade24

joined 2 years ago
[–] [email protected] 9 points 1 year ago

I'm suprised the family didn't have UPS & generator at their house when a member's life depends on a running machine. It's not like many people built batteries in their homes just to store their solar energy. I highly doubt that a BYD is cheaper than a generator.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (4 children)

If Linus would be a non-techie, he would have tried to install it with a graphical AppStore, it wouldn't have worked and he'd either given up or found the flatpak version of Steam, which would have worked. Not restricting power users is a good aspect. If I play around with Windows registry to force the removal of edge, Linus would blame me, not Windows. You have to differentiate between things normal users tried and things Linus attempted because he has some technical knowledge.

Some random user saying anything doesn't make anything true, you don't believe flat-earthers on the internet, either.

[–] [email protected] 2 points 2 years ago (6 children)

The bug was that you couldn't install steam without faking a the installation of a dep that went down the dependency chain ending in a conflict of essential packages. The functionality to still proceed is a feature. Linus could also just have copied rm -rf --no-preserve-root / from the internet as solution and would have trusted it blindly. If you want to be nannied all the way, I'd suggest you switch to iOS for everything.

[–] [email protected] 5 points 2 years ago (10 children)

IIRC it was already fixed when Linus did this, just not distributed. It was caused by the bluntness Linus developed due to unmeaningful Windows warnings in the 1st place.

[–] [email protected] 5 points 2 years ago (1 children)

Real people only use cat.

[–] [email protected] 20 points 2 years ago* (last edited 2 years ago) (1 children)

Eugen isn't the Fediverse. At least for the Twitter Exodus most Masto instances used a fork that allowed for longer posts than Eugen liked. There's 0 reason to care about what he's doing, he can't control the network.

[–] [email protected] 1 points 2 years ago

This wouldn't work in the fediverse anyway, as it'd even easier to fake your user karma here (on an own instance).

[–] [email protected] 1 points 2 years ago (1 children)

And you still couldn't be sure, could be parsed the other way around for historic reasons.
Just reading the source code (if possible ofc) is imho easier than reading.

[–] [email protected] 2 points 2 years ago (4 children)

You still don't know which location is preffered and how get they get merged. In my experience, digging into the source is the most straighforward. But my usual problem is more that the config option doesn't do at all what the documentation says it does.

[–] [email protected] 3 points 2 years ago (8 children)

The *nix equivalent is the lsof command. This doesn't help you finding out in which hierarchy config files are parsed when the program accesses multiple ones, which is often the case.

[–] [email protected] 33 points 2 years ago

What's imho worse is how often config options or command flags don't actually do at all what's described in the manpage. I then have to dig into the source code once again and since you have to read through the whole behaviour it takes much longer than just looking up where the program tries to read config files.

Please - if you find such wrong docs in Open source software, submit a fix to the doc. It's as important as normal bugfixes.

view more: next ›