this post was submitted on 30 Sep 2025
670 points (98.6% liked)
Programmer Humor
26747 readers
566 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
One of my friends had a production machine go down bc someone apparently left vim running on a log file all night. Took up over 300gb of ram by the morning. Apparently they got rid of session timeouts because devs were sick of having to log back in
Using memory limited users seems like it would be a good idea. Then again, that might be easier said than done on an existing system.
Yet another reason why
:set autoread
kinda sucks and shouldn't be used.Got a love 'watch tail'