this post was submitted on 28 Sep 2024
678 points (96.1% liked)

Programmer Humor

19488 readers
1143 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 1 year ago
MODERATORS
678
Sometimes, it's backwards (sh.itjust.works)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 94 points 1 month ago* (last edited 1 month ago) (21 children)

More like:
"IT people when software people talk about their requirements"

No, we won't whitelist your entire program folder in Endpoint Protection.

[–] [email protected] 21 points 1 month ago (5 children)

Yep, unrealistic expectations.

Or "you need a 12th gen i7 to run this thing"... the thing is a glorified Avidemux.

[–] [email protected] 23 points 1 month ago (4 children)

Christ, if you could see the abysmal efficiency of business tier SQL code being churned out in the Lowest Bidder mines overseas...

Using a few terrabytes of memory and a stack of processors as high as my knee so they can recreate Excel in a badly rendered .aspx page built in 2003.

[–] [email protected] 2 points 1 month ago (1 children)

As a dev, I had to fix an O( n! ) algorithm once because the outsourced developer that wrote it had no clue about anything. This algorithm was making database queries. To an on-device database, granted, so no network requests, but jesus christ man. I questioned the sanity of the world that time, and haven’t stopped since.

[–] [email protected] 1 points 1 month ago

Oh yeah, I love people who stick SQL lookups in a For Loop. Even better, the coder who puts conditional if (but no then/else) clauses around a dozen raw text execution commands that fire in sequence. So you're making six distinct lookups per iteration rather than answering your question in a single query and referencing the results from memory.

Internal screaming

load more comments (2 replies)
load more comments (2 replies)
load more comments (17 replies)