Skip Navigation
Bazzite founder might shutdown whole project if Fedora drops support for 32 bit packages
  • Ugghhh, I just got it set up with arr stack on my media computer. Can someone more familiar with the trajectory of the project tell me the odds of this actually happening? Or is it more of a PR move to get people's attention on the Fedora project?

  • Breaking another presidential norm, Trump drops the f-bomb on camera
  • Same. If you have a strong argument and a weak one, only make the strong one. If you say both, they both (and you) look weak by association. Any corpo Dem still trying to play the "decorum" game is fucking incompetent.

  • Share a script/alias you use a lot
  • Polls for potential zombie processes:

    # Survive the apocalypse
    function zombies () {
      ps -elf | grep tsc | awk '{print $2}' | while read pid; do
        lsof -p $pid | grep cwd | awk '{printf "%-20s ", $2; $1=""; print $9}'
      done
    }
    
    export -f zombies
    alias zeds="watch -c -e -n 1 zombies"
    
  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BI
    bitjunkie @lemmy.world
    Posts 0
    Comments 1.3K