this post was submitted on 18 Jan 2024
141 points (97.3% liked)

Programmer Humor

19197 readers
1202 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

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] abbadon420@lemm.ee 51 points 8 months ago* (last edited 8 months ago) (4 children)

I also like the sl command for linux: https://github.com/mtoyoda/sl

The animation takes ages and you can't cancel it XD

[–] idunnololz@lemmy.world 20 points 8 months ago* (last edited 8 months ago) (2 children)

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.

[–] user224@lemmy.sdf.org 12 points 8 months ago

echo 'while true; do sl; done' >> ~/.bashrc

[–] docAvid@midwest.social 13 points 8 months ago

And it has a whole set of options based on common ls options. Classic and brilliant.

[–] Kerb@discuss.tchncs.de 5 points 8 months ago* (last edited 8 months ago)

the best part is the version with the flags -al

[–] Kerb@discuss.tchncs.de 4 points 8 months ago (1 children)

you can actuall stop it by pressing ctrl-z and running bg

[–] joyjoy@lemm.ee 0 points 8 months ago

The average bash user doesn't know how to do that.