this post was submitted on 16 Mar 2026
516 points (97.6% liked)

Programmer Humor

30567 readers
1361 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 6 days ago (2 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 6 days ago
[–] ulterno@programming.dev 0 points 4 days ago

Aren't you just providing them with free pseudo-random data, while reducing the randomness of your own system?