• 1 Post
  • 181 Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle


  • It won’t rise much beyond that, since you only get one update per package. Whether it’s upgrading Firefox from version 120 to 121 or to version 130, it doesn’t change much in terms of download size, nor the number of updates.

    At least, I assume, Arch doesn’t do differential updates. On some of the slower-moving distributions, they only make you download the actual changes to the files within the packages. In that case, jumping to 121 vs. 130 would make more of a difference.

    If you do want lots of package updates, you need lots of packages. The texlive-full package is always a fun one in that regard…






  • On distros like Debian, openSUSE and Fedora, you need to enable a separate repository, if you want icky software, like proprietary drivers or patented codecs. In particular, you can’t watch MP4 videos. So, PeerTube and YouTube work, but if a webpage is hosting its own videos, or you happen to acquire a video file in some other fashion, there’s a good chance that it’s an MP4 file and you can’t look at it.

    I’m hoping that when these patents expire, that it’s possible to ship the MP4 codecs directly, and then at least for me, that would currently result in not needing to deal with these separate repos.




  • I mean, as someone who hasn’t encountered these same issues as you, I found btrfs really useful for home use. The snapshotting functionality is what gives me a safe feeling that I’ll be able to boot my system. On ext4, any OS update could break your system and you’d have to resort to backups or a reinstall to fix it.

    But yeah, it’s quite possible that my hard drives were never old/bad enough that I ran into major issues…


  • Ephera@lemmy.mltoLinux@lemmy.mlKDE Vs Gnome - Heavyweight Championship
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    16 days ago

    My standard position is that GNOME is good, if you want to just use an existing workflow, whereas KDE is good, if you’re looking to create your own workflow or you’re fine with a mediocre, familiar (Windows-like) workflow.

    But unfortunately, GNOME is really disappointing in some ways. Every so often, we have someone at work accidentally using it, because it’s the default, and they always run into the same nonsense, like not being able to type a file path into the file manager, or not being able to give a name to the file they’re trying to save. These are pretty bad problems that normal users are quick to encounter. It’s a mystery to me, why these can’t be fixed, but ultimately I just tell people to install KDE and they’ve all been happy about it.






  • Hmm, I don’t know anything about Whoogle, but from other privacy-conscious search engines, I would expect it to work when you use that URL in your bookmark.

    Three things I can imagine:

    • Something in your hosting stack strips the URL parameters, like maybe your reverse proxy, if you use one. You might be able to see in the Whoogle or web server logs, which URLs actually reach it. Might need to set it to debug/trace logging.
    • Maybe there’s a flag in the Whoogle configuration you need to enable to accept these preference URLs.
    • It’s a bug in that Whoogle version.