home.social

#separator — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #separator, aggregated by home.social.

  1. Separator Films (Battery-Grade) Market in the United Kingdom | Report – IndexBox

    Executive Summary The United Kingdom’s market for battery-grade separator films is at a pivotal inflection point, propelled by…
    #NewsBeep #News #UnitedKingdom #3921 #8547 #8548 #battery #Films #forecast #GB #grade #GreatBritain #HS3920 #market-analysis #separator #UK
    newsbeep.com/uk/420345/

  2. @zaire

    its just part of my fastfetch config that i spent too long building when i first set this machine up and moved over from neofetch

    the module is

    {
    "type": "command",

    "key": "{#separator}│ {#keys} System Age",

    "text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days",
    },

    the little icons are part of one of the nerd font packages, dont remember what it is off the top of my head as i only have it installed for them and dont use it anywhere else..

  3. @halcy

    Replying to @eichkat3r 's apparently now deleted post about cat:

    Incidentally, cat can be used as a tar replacement in a pinch:

    cattar.sh:

    #Separator
    echo "MEWMEWMRRP" > sep.txt

    echo $* > filenames.txt

    cat filenames.txt sep.txt $1 sep.txt $2 | gzip > archive.cattar.gz

    Unpacking by finding the separators and reconstructing the original files as well as extending the script to handle more than two files is left as an exercise to the reader :blobcatgiggle:​