Skip Navigation

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/)KI
Posts
9
Comments
99
Joined
2 yr. ago

  • Lxqt, with pcmanfm's desktop ability turned off. I use the terminal for my file management anyway

    I usually have several terminal tabs and web browser tabs open plus a tmux session. Neovim for coding and writing, feh and mpv for viewing media, mpd, supysonic, and minidlna for streaming and playing music.

  • A lot of people who vote Democratic; Democratic politicians were overwhelmingly in favor of the TikTok ban because the ADL, which is another mouthpiece for Israeli interests, said tiktok is bad for Israel.

  • Here's the code:

     
            #!/bin/bash
        cmd=$@
        if echo $cmd | grep '/$'
        then
            xargs -rd '\n' -I {} $cmd{}
        else
            xargs -rd '\n' -I {} $cmd {}
        fi
    
    
      

    Usage is like:

     
            ls *zip | iter shasum
    
    
      

    or

     
            ls *zip | iter shasum ../zipfile_archive/
    
    
      

    The second one would get the shasum of zip files that have the same name as ones in the cwd

    This assumes, of course, that the input files have sane names, ie, no spaces, etc

  • The Atlantic published an article last year saying the murder of Gazan children should not be considered murder because it was legal under Israeli law. They are shameless imperial Zionist pieces of shit, and that article earned them a place in my boycott list.