• 0 Posts
  • 23 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle
















  • So let me get this straight. You buy Phillips Hue devices because they work offline. Then they change how the devices you bought function making them only work online forcing you to create an account and allow them to collect data.

    This should not be legal. This is a breach of contract, they modified the contract after you already signed it (by buying the device). If they want to do this, they should offer full refunds to anyone that wants to exit the contract, or only apply the changed to new devices.



  • What I think the biggest problem with the traditional package managers is that (1) they don't isolate packages from each other (when you install a program files are placed in many random places, like /usr/bin, /usr/lib etc) and (2) you can't have multiple versions of the same package installed at the same time.

    This creates a lot of work for package maintainers who need to constantly keep packages up to date as dependencies are updated.

    Also, because of this, every distro is essentially an insane dependency tree where changing even one small core package could break everything.

    Because of this, backwards compatibility on Linux is terrible. If you need to run an older application which depends on older packages, your only choice is to download an older distro.

    This is what snap and flatpak try to solve. I think they are not great solutions, because they ended up being an extra package manager next to the traditional package managers. Until we see a distro that uses flatpak or something similar exclusively, the problem is not solved.