• 2 Posts
  • 194 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle






  • If you have a driver’s license, do you know a car works besides the basic maintenance that is checking your oil and keeping the tires inflated? Some people don’t even do that last one, while it’s a thing you should check regularly.

    I think it’s a good thing the general public is able to use a computer without knowing the inner workings, but it also shouldn’t be obscured from them if they want to know/learn.


  • Yes, true.

    The whole “OS update when I want an app update” is because of how dependencies work on Linux. A library is installed once and referenced by any app that wants to use it. This way, an update in the library benefits all apps using it, as bugs het fixed. Also less storage is used when the one library is used by many apps.

    Windows programs keep their own versions of a library and hard link to that one. That makes the app more flexible. You can copy the app and it’s dependencies around and it will keep working. In this scenario multiple copies/versions of the same library can exist in the system, which takes more space.

    Of course there is some nuance. Both operating systems can have/use shared or hard linked libraries, but this is the general gist of it.



  • I maintain a bunch of PC’s and 2 of them won’t update anymore with some vague error code that only has a microsoft community forum post as search result. I’ll get it fixed, but Windows update is not quite flawless and a non tech person would be lost at this point.

    People seem to be having a hard time grasping that most of the time it works great on both Windows and Linux. Majority of people will have a solid experience. But on both platforms, when things go to shit, you need to get your hands dirty. And with that final thought, I like to add that because of it’s openness, is usually easier to troubleshoot an issue on Linux because it doesn’t obscure what it’s doing unlike Windows (“Please wait…”, “Setting things up”, … dafuq u doin, it says 100%, is it doing anything still or is it hanging?). Windows’ vagueness has been a pet peeve of mine and it’s only getting worse. I’m perfectly ok shielding it by default, but give me a verbose option.