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.
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.
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.
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.
Yay, a fellow KSPer! Though I’m just barely over at 1,041 hrs.
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.
Also check to make sure the mobile browsers aren’t set to HTTPS only, or at least have an exception for that ip. I’ve seen that before several times.
Ollama on a ten year old laptop? Lol, maybe at 1T/s for an 8B.
Hell nah, jar. Next time you pan fry something, use the bacon grease to take it to a whole nother level.
This is interesting, have you had it index reddit? I’m just wondering how much storage space the database takes up.
It’s actually interesting, the evolutionary trait that gave us the edge is actually sweating. Only humans, primates, horses and hippos really have the ability to sweat sufficiently to cool themselves. Canines and felines can only sweat through their paws, not enough to cool themselves. They can pant, but not enough for duration running. Primitive humans literally ran down their prey until the prey would overheat.
Shit, I remember googling “How to kill a child”, my next search was “How to kill a child process.” I’m probably on a list somewhere.
OP commented if you didn’t notice:
For those who don’t know, Graydon Hoare created rust language after seeing memory bug on out of order elevator.
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!