514

Sudo rm -rf .

you are viewing a single comment's thread
view the rest of the comments
[-] ghodawalaaman@programming.dev 6 points 3 days ago

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;
[-] ulterno@programming.dev 0 points 1 day ago

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

[-] mavu@discuss.tchncs.de 3 points 3 days ago
this post was submitted on 16 Mar 2026
514 points (97.6% liked)

Programmer Humor

30494 readers
3095 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