• 1 Post
  • 14 Comments
Joined 9 months ago
cake
Cake day: December 30th, 2023

help-circle



  • They are from an illustration of how big wikipedia would be if it were printed in books like volumes of a typical encyclopedia. Unfortunately, it is misrepresented here, because they only show the equivalent of 4 bookshelves in this meme, when the original illustration was 17 shelves (about 4x what is pictured here). So basically, wikipedia would comfortably line the walls of an average-sized study. Source: WIKIPEDIA - Size in Volumes

    Interestingly, the link I just shared would fall under the category “Lording it over Britannica” in OP’s meme.







  • I hope many projects will convert from Appimage to Flatpak

    They seem like different projects with different goals. Appimages are portable executables.

    Flatpak, to me, is something you install on a system and run with a flatpak runtime that is installed on your PC. I think its a fantastic way to sandbox programs with differing dependencies, but you still install programs and run them on your PC.

    Appimage, on the other hand, is a wholly-contained executable. It is less efficient than flatpak in every way if you are installing apps on a system, but it is more portable. I can throw a handful of appimages on a USB stick and carry them from machine to machine (or mount an ISO in the case of VMs). I can plug in my “troubleshooting and development” stick to an otherwise barebones server at my datacenter, fix an issue with a comfortable set of useful apps, then unplug and leave the machine untouched.

    Appimage is not a replacement for flatpak, but it has its own purpose. Snap is more similar to flatpak, but inferior in every single way. If we must get rid of one, can we phase that one out?