this post was submitted on 04 Apr 2025
547 points (90.8% liked)

Programmer Humor

22262 readers
689 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] 6 points 4 days ago* (last edited 4 days ago) (1 children)

Most recently:

I had to parse an html table with a column of printed python dictionaries, the dicts wrapped a mixed delimiter list of SQL statements of various types.

It’s truly an abomination.

I’ve never had to use pythons AST module to parse data before…

[–] [email protected] 2 points 4 days ago (1 children)
[–] [email protected] 2 points 4 days ago* (last edited 4 days ago)

It was 900mb raw and compressed to 1.6mb after cleaning.

That’s how much junk data there was.

Combing through that log is the only way to prove and identify where a big was introduced so I can fix it.