lunemercove

witchy girl/virtual snep

^ computer witch ^
^ self-taught 3D modeller ^
^ 🏳️‍⚧️, fan of girls ^
^ old enough ^
^ anarchist 🟥⬛^


see them uncombined here


you can always find me here
lune.gay/
the blog specifically
lune.gay/blog/

lunemercove
@lunemercove
made with @nex3's grid generator

this is the kind of thing that historically led me to a bunch of 256color incantations I don't understand, and a WSL that produces hideous blue tmux going to any of my other computers. but surely this time I'll figure it out.


lunemercove
@lunemercove
made with @nex3's grid generator

bash script below


# Based on: https://gist.github.com/XVilka/8346728

awk -v term_cols="${width:-$(tput cols || echo 80)}" 'BEGIN{
    s="gay";
    for (colnum = 0; colnum<term_cols; colnum++) {
        r = 255-(colnum*255/term_cols);
        g = (colnum*510/term_cols);
        b = (colnum*255/term_cols);
        if (g>255) g = 510-g;
        printf "\033[48;2;%d;%d;%dm", r,g,b;
        printf "\033[38;2;%d;%d;%dm", 255-r,255-g,255-b;
        printf "%s\033[0m", substr(s,colnum%3+1,1);
    }
    printf "\n";
}'

You must log in to comment.

in reply to @lunemercove's post: