🌿

  • 1 Post
  • 12 Comments
Joined 1 year 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
    ·
    10 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.xyztoMemes@lemmy.mlWhy? Are we not doing enough?
    link
    fedilink
    English
    arrow-up
    10
    ·
    10 months ago

    opinion

    spoiler

    i know we want this platform to grow, but just an artificial boost as a result of the fall of the competition isn’t… frankly speaking, a sustainable growth… the reddit thing, obviously was good for lemmy and fediverse in general, but these platforms like mastodon [i was on mastodon.technology :( ] and lemmy have been around for years, growing silently, but this slow decline phase was inevitable given the unnatural influx… it’s like when a wave hits a shore and retracts… lemmy will keep growing (given, the communities and instances don’t implode), maybe not as fast as competitions but it will…


  • dot@sopuli.xyztolinuxmemes@lemmy.worldcomputer
    link
    fedilink
    arrow-up
    4
    ·
    1 year 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 ""
    }