this post was submitted on 19 Nov 2025
113 points (96.7% liked)

Programmer Humor

27379 readers
1796 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
[โ€“] affenlehrer@feddit.org 18 points 5 hours ago (1 children)

Oracle databases also break their spirit. I've used the Oracle DB MVP server with an agent based ChatGPT 4o and it got stuck in a ever more desperate loop because the MCP Server listed the table names but in SQL you had to quote them if they are not all uppercase. Empty strings are also "special" in Oracle... It was funny and sad to read what the model tried to do to solve the problem.

Fuck Oracle DB.

(Though I can't say I'm particularly happy with the MS SQL Servers we're using at work either)