I take my shitposts very seriously.

  • 4 Posts
  • 286 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle

  • rtxn@lemmy.worldtolinuxmemes@lemmy.worldapt install firefox
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    4 days ago

    Switching to Ubuntu is way, way better than staying on Windows.

    That being said, Ubuntu is maintained by the Canonical company, and they have made some really sus decisions in the past. Things like putting Amazon ads in the application launcher and then trying to gaslight people when the inevitable backlash arrived.

    The meme above refers to Canonical’s own Snap packaging format (think of it like UWP/Microsoft Store apps vs. “regular” Win32 apps), and the way they’re pushing for its adoption. Snap is installed by default on Ubuntu and official Ubuntu flavors. You can uninstall it manually, but Canonical has modified the APT package manager so that when an application is available as a Snap package, it automatically installs the Snap back-end and the application as a Snap package without notifying the user (instead of installing the .deb-packaged applications, which is what happens on all other distributions that use APT). Canonical recently also ordered that official Ubuntu flavors (which are maintained by independent groups) can’t include Flatpak, a universal packaging format that directly competes with Snap, in their default installations.









  • rtxn@lemmy.worldtolinuxmemes@lemmy.worldI'm looking at you, ubisoft
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    15 days ago

    …except manage the game’s environment, download and install local files and updates, validate those files to make sure they’re not compromised, provide an API for service integration in games, manage middleware like Gamescope or Wine…

    It would be like banning all loud and annoying freight trucks inside city limits, and then wondering why food doesn’t show up in stores anymore.








  • F-droid exists as an alternative. Manually installing APK files is also an alternative. You can have a full and complete experience without ever touching Google Play or Google services.

    This is why nobody likes stallmanites. You can nitpick as much as you want with that attitude and find something non-free somewhere in the ecosystem, but that does not mean that the entire project is now non-free. Again, you are arguing in bad faith against the first guaranteed freedom of free software.



  • What is a “typical VM”?

    Qubes uses the type-1 Xen hypervisor that runs at a similar privilege to the kernel of other OSes. KVM is a type-1 hypervisor implemented as a Linux kernel module. VirtualBox is a type-2 hypervisor that runs in userspace. Of these three, Xen is the most performant hypervisor because virtualization is all it does.

    If by “typical VM” you mean a guest OS running inside a window of the host OS, then Qubes will always come out on top because the graphics pipeline is much less of a bottleneck.


  • rtxn@lemmy.worldtoPrivacy@lemmy.mlIs GrapheneOS not actually FOSS?
    link
    fedilink
    English
    arrow-up
    37
    ·
    edit-2
    1 month ago

    You can install and run non-free applications (like games or the nvidia driver) on Linux distributions. Does that make Linux non-free?

    I would argue that restricting an OS to run exclusively FOSS code robs the user of the first guarantee of free software: “the freedom to use the program for any purpose”.