🌿

  • 0 Posts
  • 10 Comments
Joined 10 months ago
cake
Cake day: September 25th, 2023

help-circle






  • it’s reliance farming. their value doesn’t lie in their static standings, it’s the affects their absence might incur. same going for apple, microsoft and very obviously for google. the more we rely on them, the more valuable they are. so, impaling a whole generation of digital natives with idea of cloud-reliance is the only way these companies can “stay relevant”. there are people using google docs and sheets as their go-to, regardless of privacy or reliance concerns. almost everyone on the internet uses youtube, creators fear going fully-independent, 'cause they know users only care about convenience and “free web”…


  • dot@sopuli.xyztoLinux Memes@sopuli.xyzYou're hired!
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    try out other DEs… gnome has a direction they are going in, and there are other projects that might be what you think is more desktop oriebted design, help them out. i know you’ve probably this all before, but yeah, no point in getting worked up over things we can’t control…





  • dot@sopuli.xyztolinuxmemes@lemmy.worldcomputer
    link
    fedilink
    arrow-up
    4
    ·
    9 months ago
    nfetch() {
        echo ""
    	echo "$USER @ $(hostname)"
    	echo ""
    	echo "kernel : $(uname -r)"
    	echo "uptime : $(uptime -p)"
    	echo "pkgs   : $(dpkg -l | grep '^ii' | wc -l)"
    	echo "bat    : $(acpi -b | grep -Po '(?<=: ).*(?=,)' | tr -d '[:space:]') " 
    	# need to install acpi to run bat
    	echo ""
    }