this post was submitted on 16 Mar 2025
973 points (98.6% liked)

Programmer Humor

24425 readers
82 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 3 months ago* (last edited 3 months ago) (7 children)

I used to perform data analysis of robotics firmware logs which would generate several million log lines per hour and that was my second job out of college.

I don't know how you fuck up 60k lines that bad. Is he nesting 150 for loops and loading a copy of the data set in each one while mining crypto??

[–] [email protected] 5 points 3 months ago

I would love to see the output of EXPLAIN on his query to see what he’s doing.

load more comments (6 replies)