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!
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.
/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.
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.
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.
Maybe I'm just old school, but I'm two spaces for life. I will die on this fucking hill. If you use tabs after just a couple indents all the code is off screen. I ain't trying to scroll in two dimensions all the time.
Intel made waves when it disabled AVX-512 support at the firmware level on 12th-gen Core processors and later models, effectively removing the SIMD ISA from its consumer chips.
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!