this post was submitted on 16 Mar 2026
493 points (97.5% liked)

Programmer Humor

30430 readers
1681 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 2 years ago
MODERATORS
 

Sudo rm -rf .

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ghodawalaaman@programming.dev 6 points 13 hours ago (1 children)

I found this magical command to send 50kb of random text data to meta's server to fill up their database with garbage data. I don't know how to do it on massive scale but at least I am doing my part by running this command 24/7 :)

while true;  do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;
[โ€“] mavu@discuss.tchncs.de 3 points 13 hours ago