Owner of Eskimo North

  • 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • What it means is that you’re getting the libs the program uses with the program instead of using the system libs, this defeats the whole point of shared memory and wastes RAM, it is inefficient but saves them from having to compile for each distro, still, the system loader has to resolve and load these making loading slower, if they had to include the libs, a better way to do it is to simply compile the binary as a static binary with all the libs compiled in, at least that way it saves the loader overhead.











  • @Zyansheep Also both have their same evils, instead of using system shared libraries (and thus sharing memory) they are bringing their own libraries. If every large application did that we’d need a terabyte of RAM in our PC’s. Maybe a decade from now that will be affordable but beyond my budget at present.



  • @Zyansheep The main problem with switching versions of Firefox is if you go backwards, i.e., if the flatpack is even one point release behind the existing, it’s very difficult to get the existing profile to work. I’ve compiled my own version which seemed like the ultimate solution, then the version doesn’t change unless I decide it does, but wasn’t able to read my old profile which is a problem.