• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: February 19th, 2024

help-circle
  • If you’re after text, there are a number of options. If you’re after group voice, there are a number of options. You could mix and match both, but “where everyone else is” will also likely be a factor in that kind of decision.

    If you want both together, then there’s probably just Element (Matrix + voice)? Not sure of other options that aren’t centralised, where you’re the product, or otherwise at obvious risk of enshittifying. (And Element has the smell of the latter to me, but that’s another topic).

    I’ve prepared for Discord’s inevitable “final straw” moment by setting up a Matrix room and maintaining a self-hosted Mumble server in Docker for my gaming buddies. It’s worked when Discord has been down, so I know it works. Yet to convince them to test Element…


  • Can’t speak to Fedora specifically, but most package managers let you configure the number of concurrent download threads it will use. Most are 3-4 it seems. Finding yours and setting it to 1 will probably do exactly what you’re asking.

    Another option is to set it to only download the files, then install manually once they’re local to you. The options for this differ (eg. when installation order matters), so an RTFM is worth the time spent.






  • Brewchin@lemmy.worldtoLinux@lemmy.mlLibreOffice is pretty damn good
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    27 days ago

    Your initial response got peoples’ backs up because of its dismissive tone and (it seemed to me, as you hadn’t provided context) apparent advocacy for web-based tools like O365 or GSheets.

    Many office application users wouldn’t consider vim as an “office application”, as they have their word processing app, their spreadsheet app, their email app, their chat app, their file explorer/manager, maybe something other than Notepad as a text editor, etc, and don’t really know much beyond some of what each of them can do.

    The fact that vim (or Emacs or vim/nvim with plugins, or LazyVim or Doom Emacs) can do all of those things would blow many minds.

    But the setup effort and learning curve is still there, and also requires that they have sufficient permissions/policy to be able to install things.












  • Brewchin@lemmy.worldtolinuxmemes@lemmy.worldXDG_CONFIG_HOME
    link
    fedilink
    English
    arrow-up
    35
    ·
    3 months ago

    So much this. It’s like these clowns don’t read the XDG directory spec and think $XDG_CONFIG_HOME and $XDG_DATA_HOME are interchangeable, and even that cache files can be in either or both. No, one directory you need to backup for when things go sideways, and the other can go to /nev/dull.

    I’m not a fan of ~/.local/share/ being the data directory (two directories deep seems stupid), but it’s definitely where regular data belongs.

    Never mind developers who, in 2025, still think their project is special enough for a $HOME dotfile/dotdir or - somehow worse - those who put $XDG_CONFIG_HOME/<weird-name>/subdir/[subdir/]. The latter strikes me as well-meaning Windows developers trying to follow best-practice-like-Microsoft-does, but it makes my teeth itch.

    Rant over. :)