this post was submitted on 18 Jan 2024
142 points (97.3% liked)
Programmer Humor
19512 readers
321 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I also like the sl command for linux: https://github.com/mtoyoda/sl
The animation takes ages and you can't cancel it XD
IIRC the train travels at a constant speed so you can make it faster by resizing your terminal so it's narrower. Thus the train has a shorter distance to travel and the animation length is reduced.
echo 'while true; do sl; done' >> ~/.bashrc
TIL
And it has a whole set of options based on common ls options. Classic and brilliant.
the best part is the version with the flags -al
you mean
-Flacked
you can actuall stop it by pressing ctrl-z and running bg
The average bash user doesn't know how to do that.
I'm sure there's an asciicast of this beautiful steamroll somewhere...