Thanks for the suggestion, gonna look into this. I didn’t want to use real images even though kitty supports them because I like the retro look and wanted it terminal agnostic for when I use termux on my phone.
- 1 Post
- 56 Comments
/etc/update-motd.d/01-random-art don’t forget to chmod +x it and put ‘art’ in /usr/share/motd-art. MOTDs are limited to 80 characters wide, so don’t over do it. I made image_to_ansi.py to resize and convert the images.
I considered using kitty’s built-in ssh kitten to display real images, but I ended up liking the retro look more.
/etc/motd no, but it runs the scripts in /etc/update-motd.d/
*Ctrl+tab for those that don’t know.
It’s an April Fools Day post about Nvidia’s numbering scheme, there was a 6800 back in 2004: https://www.techpowerup.com/gpu-specs/geforce-6800.c1775
Finadil@lemmy.worldto PC Gaming@lemmy.ca•What do you do with admin access on your gaming PC?English1·3 个月前Why not sudo -s?
Finadil@lemmy.worldto Gaming@lemmy.zip•Modulus is a "Zen" factory builder in which you build pieces for other factoriesEnglish2·3 个月前Not yet released, store page: https://store.steampowered.com/app/2779120/Modulus/
People who work on the equipment claiming it’s not accurate in-game and posting (classified) proof.
Aviation mech, my rule is harbor freight for everything you don’t put a lot of force on or trust your life to. (Breaker bars, extensions, sockets, lanyards, jacks, etc) Also Snapon is no longer worth it, it’s all Chinese rebranded shit nowadays, I’ve seen them bend/break as much as any harbor freight tool.
Finadil@lemmy.worldto [Moved to !iiiiiiitttttttttttt@programming.dev, check pinned post.] iiiiiiitttttttttttt.@lemmy.world•Yelling at servers.1·4 个月前I’m the other way around, started reading the top and thought ‘what does an omelette have to do with a server.’
Got me the first time I was writing a bash script, sleep(1000)… Why is this not working???
Finadil@lemmy.worldtodatahoarder@lemmy.ml•Seagate smashes largest HDD world record with 36TB hard drive and reveals a 60TB model is coming31·5 个月前I use 5 at home, after all it’s for things I could just ‘acquire’ again if needed.
Finadil@lemmy.worldto RetroGaming@lemmy.world•What is your favorite obscure Retro Game?English2·5 个月前One of my favorite NFS games. I love how you work through the history of Porsche starting with their old cars.
Looking at the source they thankfully already use a temp of zero, but max tokens is 320. That doesn’t seem like much for code especially since most symbols are a whole token.
Finadil@lemmy.worldto And Finally...@feddit.uk•Frontier Airlines passenger had his genitals ‘disfigured’ after tea incident: suit6·7 个月前As an pedantic aviation nerd… that’s an old picture, Frontier doesn’t have any A319s in their fleet anymore. Sorry.
Yay, a fellow KSPer! Though I’m just barely over at 1,041 hrs.
Finadil@lemmy.worldto Ukraine@sopuli.xyz•[Combat] Russian buggy explodes on an anti-tank mine.4·8 个月前If it’s an anti-tank mine then it’s probably an explosively formed penetrator (EFP) designed to puncture armor. If that’s the case most of the force was centered around that penetrator, the blast was more of a secondary effect.
It’s beautiful! I actually adjusted my python code to your method and just for optimization checked if the current two pixel colors match the previous two and if so leave out the color info. Much more fidelity in the images now!