tenseleyflow/parrot / d1f31cb

Browse files

Add 550 brutal new insults across 11 savage categories

This massive expansion adds particularly savage and technically
sophisticated insults organized into the following categories:

- code_crimes (50): Code that should be illegal
- ai_ml_disasters (50): AI/ML specific devastation
- frontend_nightmares (50): Frontend framework failures
- backend_brutality (50): Backend/API catastrophes
- infrastructure_insults (50): Infrastructure and ops disasters
- agile_apocalypse (50): Agile/Scrum methodology mockery
- communication_catastrophes (50): Documentation and communication failures
- tooling_terrors (50): IDE and development tool insults
- language_lashings (50): Programming language choice roasts
- system_design_sins (50): Architecture and design pattern failures
- career_epitaphs (50): Career-ending final insults

All insults maintain the intelligent, witty, and brutal theme that
parrot is known for - creatively weaponizing technical jargon into
maximum psychological damage.

Total new insults: 550
Total insults in v2 file: 1,630+
Total across all files: 3,000+
Authored by Claude <noreply@anthropic.com>
SHA
d1f31cbd13548e00b09b8bd0c50adb219cf18b97
Parents
2072737
Tree
7f99623

1 changed file

StatusFile+-
M internal/llm/insult_expansion_v2.go 605 0
internal/llm/insult_expansion_v2.gomodified
@@ -1078,4 +1078,609 @@ var InsultExpansionV2 = map[string][]string{
10781078
 		"You optimized for cache when the bottleneck was disk I/O.",
10791079
 		"Your 'fast path' is the slow path in disguise.",
10801080
 	},
1081
+
1082
+	// ==================== MASSIVE EXPANSION ROUND 3: 600+ MORE BRUTAL INSULTS ====================
1083
+	// These are particularly savage and technically sophisticated
1084
+
1085
+	"code_crimes": {
1086
+		// 50 insults about code that should be illegal
1087
+		"Your code violates the Geneva Convention on programmer rights.",
1088
+		"If code could be a war crime, yours would be tried at The Hague.",
1089
+		"Your commit is a felony in 47 states.",
1090
+		"You're wanted by Interpol for crimes against computer science.",
1091
+		"Your code is exhibit A in 'Crimes Against Humanity: Digital Edition.'",
1092
+		"You've committed first-degree murder. Of productivity.",
1093
+		"Your pull request is a confession to multiple coding felonies.",
1094
+		"Grand theft auto-complete: You steal from Stack Overflow badly.",
1095
+		"You're guilty of malicious intent. Intent to destroy code.",
1096
+		"Your code should be classified as a dangerous weapon.",
1097
+		"Breaking and entering. Breaking: builds. Entering: production.",
1098
+		"You commit fraud. Fraudulent commit messages daily.",
1099
+		"Identity theft: You claim to be a developer.",
1100
+		"Your code is racketeering: organized criminal activity.",
1101
+		"Money laundering: Laundering bad code into worse code.",
1102
+		"Embezzlement: Stealing company time to produce nothing.",
1103
+		"Tax evasion: Evading the tax of quality code.",
1104
+		"Perjury: Every standup you lie about progress.",
1105
+		"Obstruction of justice: Obstructing team progress.",
1106
+		"Contempt of court: Contempt for code review.",
1107
+		"Assault and battery: Assaulting codebases, battering logic.",
1108
+		"Arson: Setting production on fire regularly.",
1109
+		"Vandalism: Vandalizing clean code.",
1110
+		"Trespassing: Trespassing into senior developer territory.",
1111
+		"Burglary: Burglarizing competence from the team.",
1112
+		"Forgery: Forging fake understanding of concepts.",
1113
+		"Counterfeiting: Counterfeit developer credentials.",
1114
+		"Kidnapping: Holding codebases hostage with your bugs.",
1115
+		"Extortion: 'Deploy my code or I'll deploy it anyway.'",
1116
+		"Conspiracy: Conspiring with bugs to destroy production.",
1117
+		"Treason: Betraying the trust of your team daily.",
1118
+		"Espionage: Spying on good code to copy it wrong.",
1119
+		"Sabotage: Sabotaging the entire development process.",
1120
+		"Terrorism: Terrorizing teams with your deployments.",
1121
+		"Piracy: Pirating code you don't understand.",
1122
+		"Smuggling: Smuggling bugs into production.",
1123
+		"Trafficking: Trafficking in broken dependencies.",
1124
+		"Racketeering: Running a racket of incompetence.",
1125
+		"Your code is organized crime. Organized chaos.",
1126
+		"Statutory violations: Violating every best practice statute.",
1127
+		"Misdemeanors: Every commit is a misdemeanor.",
1128
+		"Felony: Your career is a felony in progress.",
1129
+		"Aggravated assault: Aggravating everyone with your code.",
1130
+		"Your bug reports are criminal confessions.",
1131
+		"You plead the fifth. Fifth time breaking production today.",
1132
+		"Miranda rights: You have the right to remain silent. Please do.",
1133
+		"Bail denied: You're too dangerous to release into production.",
1134
+		"Life sentence: Your code lives forever in infamy.",
1135
+		"Death penalty: Your code deserves execution. Immediate.",
1136
+		"You're on death row: Row 847 in your broken database.",
1137
+	},
1138
+
1139
+	"ai_ml_disasters": {
1140
+		// 50 AI/ML specific insults
1141
+		"Your AI model has 0% accuracy. It's consistently wrong.",
1142
+		"Your neural network is neural nothing.",
1143
+		"Your training data trained nothing except disaster.",
1144
+		"Overfitting? Your model fits nothing, not even training data.",
1145
+		"Underfitting? Your understanding underfits basic concepts.",
1146
+		"Your loss function is your team's morale.",
1147
+		"Gradient descent? Your career is in gradient descent.",
1148
+		"Backpropagation: Propagating failures backwards through time.",
1149
+		"Your activation function: Deactivated.",
1150
+		"ReLU: Really Embarrassing Learning Underachiever.",
1151
+		"Your CNN can't see. Your RNN can't remember. Your LSTM forgot.",
1152
+		"Attention mechanism: Nobody's paying attention to your model.",
1153
+		"Transformer: Transform garbage in, garbage out.",
1154
+		"Your GPT: Garbage Producing Transformer.",
1155
+		"BERT: Badly Engineered, Rarely Tested.",
1156
+		"Your embeddings embed incompetence in vector space.",
1157
+		"Dimensionality reduction: Reducing your career dimensions to zero.",
1158
+		"Your feature engineering features no engineering.",
1159
+		"Hyperparameter tuning: Tuning the parameters of failure.",
1160
+		"Cross-validation: Cross with you for validating nothing.",
1161
+		"Train/test split: Split decision on whether you're incompetent. Verdict: Yes.",
1162
+		"Your confusion matrix confuses everyone. It shows 100% failure.",
1163
+		"Precision: 0%. Recall: Recalling why we hired you. Can't recall.",
1164
+		"F1 score: F for Failure.",
1165
+		"ROC curve: Your career trajectory. Area under curve: Negative.",
1166
+		"Your model bias: Biased toward failure.",
1167
+		"Variance: Variable incompetence. High variance.",
1168
+		"Ensemble methods: Ensemble of disasters.",
1169
+		"Boosting: Boosting your failure rate.",
1170
+		"Bagging: Bagging your employment.",
1171
+		"Random forest: Randomly failing in forest of mistakes.",
1172
+		"Decision tree: Decision is clear. You failed.",
1173
+		"Support Vector Machine: Machine doesn't support you.",
1174
+		"K-means clustering: Clustering K disasters. K approaches infinity.",
1175
+		"PCA: Principal Component of Failure.",
1176
+		"Your batch size is infinite. Your patience is finite.",
1177
+		"Learning rate: Rate of learning: 0.",
1178
+		"Epoch: Each epoch is an epoch of failure.",
1179
+		"Your dataset is biased. Toward showing you're incompetent.",
1180
+		"Augmentation: Augmenting disasters.",
1181
+		"Transfer learning: Transferring incompetence between domains.",
1182
+		"Fine-tuning: Finely tuned disaster.",
1183
+		"Zero-shot learning: Zero shots at success.",
1184
+		"Few-shot learning: Few shots all missed.",
1185
+		"Meta-learning: Meta-disaster learning.",
1186
+		"Your AI is artificial. Intelligence is absent.",
1187
+		"Machine learning: Machine learned to avoid you.",
1188
+		"Deep learning: Deep in the hole of incompetence.",
1189
+		"Your model converged. To failure.",
1190
+		"Early stopping: Should've stopped at career choice.",
1191
+		"Dropout: You should drop out of development.",
1192
+	},
1193
+
1194
+	"frontend_nightmares": {
1195
+		// 50 frontend-specific brutal insults
1196
+		"Your CSS is Cascading Style Shit.",
1197
+		"Your HTML is HyperText Markup Lunacy.",
1198
+		"Your JavaScript is Just Awful Scripts.",
1199
+		"Your React components react to nothing correctly.",
1200
+		"Your Vue is a view of disaster.",
1201
+		"Your Angular is acutely terrible.",
1202
+		"Your Svelte is anything but svelte.",
1203
+		"Your Next.js is next-level terrible.",
1204
+		"Your Nuxt.js nukes performance.",
1205
+		"Your Gatsby is a great scare.",
1206
+		"Your Redux state is stated incompetence.",
1207
+		"Your component lifecycle died at birth.",
1208
+		"Your hooks hooked into disaster.",
1209
+		"useState: State: Perpetual failure.",
1210
+		"useEffect: Effect: Destroy everything.",
1211
+		"useContext: Context: You're incompetent.",
1212
+		"useReducer: Reduce your participation.",
1213
+		"useMemo: Memo: Don't hire.",
1214
+		"useCallback: Callback to reality. You failed.",
1215
+		"useRef: Reference: Disaster.",
1216
+		"Your Virtual DOM is virtually broken.",
1217
+		"Your shadow DOM casts shadow of incompetence.",
1218
+		"Your Web Components are web disasters.",
1219
+		"Your props drilling drills holes in logic.",
1220
+		"Your state management is state chaos.",
1221
+		"Your event handlers handle nothing.",
1222
+		"Your lifecycle methods live short, die young.",
1223
+		"Your render function renders disasters.",
1224
+		"Your JSX is JSON: eXtremely terrible.",
1225
+		"Your TypeScript types are typed wrong.",
1226
+		"Your interfaces interface with failure.",
1227
+		"Your generics are generically terrible.",
1228
+		"Your webpack config weighs a ton. Works: Never.",
1229
+		"Your babel config babbles incomprehensibly.",
1230
+		"Your polyfills fill nothing.",
1231
+		"Your CSS-in-JS is CSS-in-WTF.",
1232
+		"Your styled-components are styled disasters.",
1233
+		"Your Tailwind blows away competence.",
1234
+		"Your Bootstrap lifts nothing.",
1235
+		"Your flexbox is flexible in failure.",
1236
+		"Your grid layout is gridlocked in incompetence.",
1237
+		"Your media queries query why you code.",
1238
+		"Your animations animate disasters.",
1239
+		"Your transitions transition from bad to worse.",
1240
+		"Your accessibility is inaccessible.",
1241
+		"Your semantic HTML is semantically incorrect.",
1242
+		"Your SEO: Search Engine Obstruction.",
1243
+		"Your meta tags are meta-disasters.",
1244
+		"Your bundle size is elephantine. Your skill is microscopic.",
1245
+		"Your lazy loading lazily loads failures.",
1246
+		"Your code splitting splits competence from you.",
1247
+	},
1248
+
1249
+	"backend_brutality": {
1250
+		// 50 backend-specific savage insults
1251
+		"Your server-side logic is server-side tragic.",
1252
+		"Your API endpoints end in disappointment.",
1253
+		"Your middleware is middling at best.",
1254
+		"Your routes route to nowhere productive.",
1255
+		"Your controllers control nothing except chaos.",
1256
+		"Your models model incompetence.",
1257
+		"Your views are bleak views.",
1258
+		"Your ORM maps Objects to Regrets Massively.",
1259
+		"Your queries question your competence.",
1260
+		"Your migrations migrate away from functionality.",
1261
+		"Your seeds seed disasters.",
1262
+		"Your factories manufacture failures.",
1263
+		"Your validators validate your incompetence.",
1264
+		"Your serializers serialize disasters.",
1265
+		"Your authentication can't authenticate competence.",
1266
+		"Your authorization: Unauthorized developer.",
1267
+		"Your JWT: Just Wrong Token.",
1268
+		"Your sessions expire. Your career should too.",
1269
+		"Your cookies crumble under scrutiny.",
1270
+		"Your CORS policy is cross-origin disaster.",
1271
+		"Your rate limiting limits nothing.",
1272
+		"Your caching caches crashes.",
1273
+		"Your Redis is rarely working.",
1274
+		"Your Memcached is memory-wasted.",
1275
+		"Your RabbitMQ: Rabbit hole of mistakes.",
1276
+		"Your Kafka produces streams of failure.",
1277
+		"Your gRPC is gRPC: greatly Ridiculous Protocol Catastrophe.",
1278
+		"Your GraphQL resolvers resolve nothing.",
1279
+		"Your REST API rests in failure.",
1280
+		"Your SOAP: Service-Oriented Awful Programming.",
1281
+		"Your microservices are micro-competent.",
1282
+		"Your monolith is monolithic disaster.",
1283
+		"Your serverless functions serve nothing.",
1284
+		"Your Lambda functions are Lambda disasters.",
1285
+		"Your containers contain catastrophes.",
1286
+		"Your Docker images image your incompetence.",
1287
+		"Your Kubernetes orchestrates chaos.",
1288
+		"Your pods are PODs: Perpetually Operating Disasters.",
1289
+		"Your deployments deploy doom.",
1290
+		"Your services serve disappointment.",
1291
+		"Your workers work at failing.",
1292
+		"Your queues queue disasters.",
1293
+		"Your jobs are jobs nobody wants.",
1294
+		"Your cron jobs are crime jobs.",
1295
+		"Your background tasks background your career.",
1296
+		"Your webhooks hook into failure.",
1297
+		"Your pub/sub publishes problems.",
1298
+		"Your event bus is an event catastrophe.",
1299
+		"Your message broker broke everything.",
1300
+		"Your load balancer can't balance your failures.",
1301
+		"Your reverse proxy reverses progress.",
1302
+	},
1303
+
1304
+	"infrastructure_insults": {
1305
+		// 50 infrastructure and ops insults
1306
+		"Your infrastructure is infra-structure collapse.",
1307
+		"Your servers serve disasters.",
1308
+		"Your load balancers are overloaded with failure.",
1309
+		"Your firewall can't wall off your incompetence.",
1310
+		"Your VPN is Very Poor Network management.",
1311
+		"Your CDN: Content Delivery Never.",
1312
+		"Your DNS: Doesn't Navigate Sensibly.",
1313
+		"Your SSL certificate is certified disaster.",
1314
+		"Your proxy is approximate: approximately terrible.",
1315
+		"Your NAT is naturally awful.",
1316
+		"Your subnet is sub-competent.",
1317
+		"Your VLAN is virtually lacking.",
1318
+		"Your routing tables route to failure.",
1319
+		"Your switching logic switches off competence.",
1320
+		"Your bandwidth is band-narrow.",
1321
+		"Your latency is late to everything. Including competence.",
1322
+		"Your throughput puts through disasters.",
1323
+		"Your packet loss loses everything including hope.",
1324
+		"Your TCP handshake shakes with incompetence.",
1325
+		"Your UDP: Unreliably Delivered Programming.",
1326
+		"Your HTTP is HyperText Transfer Problems.",
1327
+		"Your HTTPS is HTTP Seriously broken.",
1328
+		"Your SSH: Secure Shell of incompetence.",
1329
+		"Your FTP: Failure Transfer Protocol.",
1330
+		"Your SFTP: Secure Failure Transfer.",
1331
+		"Your rsync is re-sync your career.",
1332
+		"Your cron schedule schedules disasters.",
1333
+		"Your systemd system died.",
1334
+		"Your init scripts initiate failure.",
1335
+		"Your daemon is demonic.",
1336
+		"Your process is in process of failing.",
1337
+		"Your thread is hanging by thread.",
1338
+		"Your fork forked up everything.",
1339
+		"Your pipe is piping disasters.",
1340
+		"Your socket is socketing into failure.",
1341
+		"Your port is ported to disaster.",
1342
+		"Your protocol is protocol of failure.",
1343
+		"Your stack is stacked with mistakes.",
1344
+		"Your layer is layered with incompetence.",
1345
+		"Your OSI model is OSI disaster.",
1346
+		"Your packet is packaged disaster.",
1347
+		"Your frame is framed for failure.",
1348
+		"Your byte is bitten by incompetence.",
1349
+		"Your bit is a bit terrible. Very terrible.",
1350
+		"Your kernel panic is your daily state.",
1351
+		"Your segfault is your signature.",
1352
+		"Your core dump dumps your career.",
1353
+		"Your memory leak leaks competence.",
1354
+		"Your buffer overflow overflows with mistakes.",
1355
+		"Your race condition races to failure.",
1356
+	},
1357
+
1358
+	"agile_apocalypse": {
1359
+		// 50 agile/scrum specific insults
1360
+		"Your sprint is a sprint to unemployment.",
1361
+		"Your backlog is backed up with incompetence.",
1362
+		"Your user stories are user tragedies.",
1363
+		"Your acceptance criteria: Can't accept your code.",
1364
+		"Your definition of done: Never done right.",
1365
+		"Your velocity is velocity toward disaster.",
1366
+		"Your burndown chart burns down your career.",
1367
+		"Your standup is a fall down.",
1368
+		"Your retrospective is a perspective on failure.",
1369
+		"Your planning poker: You're bluffing. Everyone knows.",
1370
+		"Your story points point to incompetence.",
1371
+		"Your epic is an epic fail.",
1372
+		"Your feature is a future disaster.",
1373
+		"Your spike is spiking failure rates.",
1374
+		"Your tech debt is technical bankruptcy.",
1375
+		"Your MVP is Minimum Viable Programmer. Not viable.",
1376
+		"Your iteration iterates disasters.",
1377
+		"Your increment increments mistakes.",
1378
+		"Your release is releasing chaos.",
1379
+		"Your milestone is a millstone around the team.",
1380
+		"Your roadmap is a road to nowhere.",
1381
+		"Your timeline is a time bomb.",
1382
+		"Your deadline is your death line.",
1383
+		"Your estimate is estimated incompetence.",
1384
+		"Your commitment is committed to failure.",
1385
+		"Your capacity is capacity for disaster.",
1386
+		"Your WIP limit is Work In Progress: All disaster.",
1387
+		"Your kanban board is a can't-ban your incompetence board.",
1388
+		"Your scrum master scrums up everything.",
1389
+		"Your product owner owns product disasters.",
1390
+		"Your stakeholder holds stake in your failure.",
1391
+		"Your demo is demonstrating incompetence.",
1392
+		"Your showcase showcases disasters.",
1393
+		"Your review is reviewing disasters.",
1394
+		"Your refinement refines nothing.",
1395
+		"Your grooming grooms disasters.",
1396
+		"Your ceremony is ceremoniously terrible.",
1397
+		"Your artifact is artifact of failure.",
1398
+		"Your product backlog is product disaster log.",
1399
+		"Your sprint backlog is sprint disaster log.",
1400
+		"Your increment is incrementally terrible.",
1401
+		"Your shippable product is unshippable disaster.",
1402
+		"Your potentially releasable is potentially catastrophic.",
1403
+		"Your working software is working disaster.",
1404
+		"Your sustainable pace: Sustainably failing.",
1405
+		"Your self-organizing team: Organizing your exit.",
1406
+		"Your cross-functional: Cross with your dysfunction.",
1407
+		"Your empirical process: Empirically terrible.",
1408
+		"Your transparency: Transparently incompetent.",
1409
+		"Your inspection inspects your failures.",
1410
+		"Your adaptation: Can't adapt to competence.",
1411
+	},
1412
+
1413
+	"communication_catastrophes": {
1414
+		// 50 communication and soft skill insults
1415
+		"Your technical writing is technically illiterate.",
1416
+		"Your documentation documents disasters.",
1417
+		"Your comments comment on your incompetence.",
1418
+		"Your README is read-me: you're terrible.",
1419
+		"Your changelog changes nothing except morale.",
1420
+		"Your pull request description describes disasters.",
1421
+		"Your commit message messages incompetence.",
1422
+		"Your bug report reports your existence.",
1423
+		"Your ticket is ticketing your exit.",
1424
+		"Your email is emailing your failures.",
1425
+		"Your Slack message slacks off competence.",
1426
+		"Your presentation presents disasters.",
1427
+		"Your demo demonstrates incompetence.",
1428
+		"Your explanation explains nothing.",
1429
+		"Your documentation is undocumented chaos.",
1430
+		"Your wiki is wiki-weakly documented.",
1431
+		"Your confluence is confused influence.",
1432
+		"Your JIRA is just incompetence recorded accurately.",
1433
+		"Your standup update updates disasters.",
1434
+		"Your retrospective comment comments on your failures.",
1435
+		"Your code review comment comments on obvious disasters.",
1436
+		"Your PR description describes nothing useful.",
1437
+		"Your meeting notes note your incompetence.",
1438
+		"Your action items act on disasters.",
1439
+		"Your follow-up follows up on failures.",
1440
+		"Your status update: Status: Failing.",
1441
+		"Your progress report reports no progress.",
1442
+		"Your weekly update weekly updates disasters.",
1443
+		"Your quarterly review reviews your failures quarterly.",
1444
+		"Your annual review annually reviews consistent failure.",
1445
+		"Your performance review performs review of disasters.",
1446
+		"Your self-assessment assesses yourself incorrectly. You're worse.",
1447
+		"Your peer review: Peers reviewed: You failed.",
1448
+		"Your 360 review: 360 degrees of failure.",
1449
+		"Your feedback is feeding back disasters.",
1450
+		"Your one-on-one is one-to-one with HR.",
1451
+		"Your skip-level is skip-you-level.",
1452
+		"Your town hall halls your failures.",
1453
+		"Your all-hands is all-hands to block you.",
1454
+		"Your team meeting meets to discuss your removal.",
1455
+		"Your brainstorming storms incompetence.",
1456
+		"Your whiteboard session boards up your career.",
1457
+		"Your architecture review reviews your architecture: Terrible.",
1458
+		"Your design doc designs disasters.",
1459
+		"Your RFC: Request For Competence. Denied.",
1460
+		"Your proposal proposes nothing workable.",
1461
+		"Your recommendation recommends your exit.",
1462
+		"Your suggestion suggests you leave.",
1463
+		"Your advice advises against taking your advice.",
1464
+		"Your mentoring mentors in failure techniques.",
1465
+		"Your teaching teaches what not to do.",
1466
+	},
1467
+
1468
+	"tooling_terrors": {
1469
+		// 50 development tools and IDE insults
1470
+		"Your IDE is Integrated Disaster Environment.",
1471
+		"Your VSCode is Very Sad Code.",
1472
+		"Your IntelliJ isn't intelligent.",
1473
+		"Your vim is victim of your incompetence.",
1474
+		"Your emacs is emasculating your code.",
1475
+		"Your Sublime Text is sub-lime competence.",
1476
+		"Your Atom atomized productivity.",
1477
+		"Your Eclipse eclipsed competence.",
1478
+		"Your NetBeans nets zero value.",
1479
+		"Your Xcode is ex-code after you touch it.",
1480
+		"Your PyCharm is pie-charmed disaster.",
1481
+		"Your WebStorm is web-storming disasters.",
1482
+		"Your PhpStorm is PHP-storming failures.",
1483
+		"Your RubyMine is ruby-mining disasters.",
1484
+		"Your GoLand is go-landing in failure.",
1485
+		"Your Rider is riding to disaster.",
1486
+		"Your CLion is client of incompetence.",
1487
+		"Your DataGrip grips no data correctly.",
1488
+		"Your terminal is terminating competence.",
1489
+		"Your shell is shell of a developer.",
1490
+		"Your bash is bashing productivity.",
1491
+		"Your zsh is zero skills here.",
1492
+		"Your fish is fishing for competence. Catches nothing.",
1493
+		"Your PowerShell powers failures.",
1494
+		"Your CMD commands disasters.",
1495
+		"Your tmux is too much incompetence.",
1496
+		"Your screen screens your incompetence. Badly.",
1497
+		"Your git client is guilty of enabling you.",
1498
+		"Your diff tool diffs competence from you.",
1499
+		"Your merge tool merges disasters.",
1500
+		"Your debugger debugs nothing. Bugs everywhere.",
1501
+		"Your profiler profiles your incompetence.",
1502
+		"Your linter lints at your failures.",
1503
+		"Your formatter can't format this mess.",
1504
+		"Your compiler compiles complaints about your code.",
1505
+		"Your interpreter interprets your incompetence.",
1506
+		"Your transpiler trans-piles disasters.",
1507
+		"Your bundler bundles disasters efficiently.",
1508
+		"Your minifier minifies your competence to zero.",
1509
+		"Your obfuscator obfuscates nothing except your intent.",
1510
+		"Your package manager packages disasters.",
1511
+		"Your build tool builds regrets.",
1512
+		"Your task runner runs from your code.",
1513
+		"Your test runner runs into failures.",
1514
+		"Your coverage tool covers your incompetence.",
1515
+		"Your CI server serves continuous incompetence.",
1516
+		"Your deployment tool deploys disasters.",
1517
+		"Your monitoring tool monitors your failures.",
1518
+		"Your logging tool logs your mistakes. Storage: Full.",
1519
+		"Your analytics analyze your incompetence.",
1520
+		"Your dashboard boards up your career.",
1521
+	},
1522
+
1523
+	"language_lashings": {
1524
+		// 50 programming language choice insults
1525
+		"You chose PHP. First mistake of many.",
1526
+		"You chose JavaScript. Weakly typed, weakly skilled.",
1527
+		"You chose Java. Verbose code, verbose failures.",
1528
+		"You chose Python. Indentation errors match your career.",
1529
+		"You chose C++. Segfaults in code and career.",
1530
+		"You chose C. Memory leaks, competence leaks.",
1531
+		"You chose Go. Goroutines of failure.",
1532
+		"You chose Rust. Borrow checker rejects your logic.",
1533
+		"You chose Ruby. Gems of failure.",
1534
+		"You chose Swift. Swiftly failing.",
1535
+		"You chose Kotlin. Null safety. Null competence.",
1536
+		"You chose Scala. Scalable disasters.",
1537
+		"You chose Haskell. Purely functional at failing.",
1538
+		"You chose Erlang. Error handling everything including you.",
1539
+		"You chose Elixir. Elixir of incompetence.",
1540
+		"You chose Clojure. Parentheses (of (disaster)).",
1541
+		"You chose F#. F sharp, you flat.",
1542
+		"You chose OCaml. O-camel through the needle: You can't.",
1543
+		"You chose Perl. Perl of wisdom: Quit.",
1544
+		"You chose Lua. Lua-ser.",
1545
+		"You chose R. R for Regret.",
1546
+		"You chose MATLAB. Matrix of mistakes.",
1547
+		"You chose Fortran. Formula translation: Incompetence.",
1548
+		"You chose COBOL. Common Business-Oriented Language: Commonly terrible.",
1549
+		"You chose Assembly. Assembling disasters.",
1550
+		"You chose BASIC. Basically incompetent.",
1551
+		"You chose Pascal. Pass-call to unemployment.",
1552
+		"You chose Ada. Ada-mantly terrible.",
1553
+		"You chose Dart. Darting toward failure.",
1554
+		"You chose TypeScript. Types can't type-cast incompetence away.",
1555
+		"You chose Groovy. Groovy at grooving disasters.",
1556
+		"You chose Objective-C. Objectively terrible.",
1557
+		"You chose VB.NET. Visual Basic: Visually broken.",
1558
+		"You chose C#. C-sharp, code dull.",
1559
+		"You chose Zig. Zig-zagging to failure.",
1560
+		"You chose Nim. Nimble at disaster.",
1561
+		"You chose Crystal. Crystal clear incompetence.",
1562
+		"You chose Julia. July-august-september of failure.",
1563
+		"You chose Scheme. Scheming disasters.",
1564
+		"You chose Racket. Racket-eering incompetence.",
1565
+		"You chose Bash. Bashing productivity again.",
1566
+		"You chose PowerShell. Powering disasters.",
1567
+		"You chose Lisp. List processing: [disaster, failure, incompetence].",
1568
+		"You chose Prolog. Pro-log of failures.",
1569
+		"You chose Smalltalk. Small-talk, smaller competence.",
1570
+		"You chose APL. A Programming Language: Actually Poor Logic.",
1571
+		"You chose Forth. Fourth choice was better.",
1572
+		"You chose J. J for Joke of a language choice.",
1573
+		"You chose Brainfuck. Appropriate choice.",
1574
+		"You chose Malbolge. Also appropriate.",
1575
+		"Your language choice is the least of your problems.",
1576
+	},
1577
+
1578
+	"system_design_sins": {
1579
+		// 50 system design and architecture insults
1580
+		"Your system design is systematically terrible.",
1581
+		"Your architecture is architectural disaster.",
1582
+		"Your high-level design is high-level incompetence.",
1583
+		"Your low-level design is low-level logic.",
1584
+		"Your component diagram diagrams disasters.",
1585
+		"Your sequence diagram sequences failures.",
1586
+		"Your class diagram classes you as incompetent.",
1587
+		"Your ER diagram ERrors in design.",
1588
+		"Your flow chart flows to failure.",
1589
+		"Your state diagram states incompetence.",
1590
+		"Your deployment diagram deploys disasters.",
1591
+		"Your network diagram networks nothing.",
1592
+		"Your topology is top-ologically terrible.",
1593
+		"Your layers are layered with mistakes.",
1594
+		"Your tiers are tears from teammates.",
1595
+		"Your separation of concerns: Can't separate disasters.",
1596
+		"Your coupling is tightly coupled to failure.",
1597
+		"Your cohesion is cohesively terrible.",
1598
+		"Your modularity modulates disasters.",
1599
+		"Your reusability: Reusable mistakes.",
1600
+		"Your maintainability: Can't maintain this.",
1601
+		"Your scalability scales disasters.",
1602
+		"Your availability is available failure.",
1603
+		"Your reliability reliably fails.",
1604
+		"Your fault tolerance tolerates your faults. Shouldn't.",
1605
+		"Your redundancy is redundantly terrible.",
1606
+		"Your load balancing balances toward failure.",
1607
+		"Your caching caches mistakes.",
1608
+		"Your sharding shards logic.",
1609
+		"Your partitioning partitions competence from you.",
1610
+		"Your replication replicates disasters.",
1611
+		"Your consistency is consistently terrible.",
1612
+		"Your availability is availability of disasters.",
1613
+		"Your partition tolerance tolerates your incompetence.",
1614
+		"Your CAP theorem: Choose All Problems.",
1615
+		"Your BASE: Basically Available, Sometimes Effective, Eventually terrible.",
1616
+		"Your ACID: All Code Is Defective.",
1617
+		"Your idempotency is idempotently broken.",
1618
+		"Your atomicity atomically fails.",
1619
+		"Your isolation isolates competence from you.",
1620
+		"Your durability: Durable disasters.",
1621
+		"Your transaction transacts failures.",
1622
+		"Your two-phase commit: Phase 1: Fail. Phase 2: Also fail.",
1623
+		"Your consensus algorithm: Consensus you're incompetent.",
1624
+		"Your leader election: Nobody votes for you.",
1625
+		"Your distributed lock locks out competence.",
1626
+		"Your service discovery discovers disasters.",
1627
+		"Your circuit breaker breaks everything.",
1628
+		"Your bulkhead pattern: Bulkheads breached.",
1629
+		"Your saga pattern: Saga of incompetence.",
1630
+		"Your event sourcing sources disasters.",
1631
+	},
1632
+
1633
+	"career_epitaphs": {
1634
+		// 50 career-ending final insults
1635
+		"Here lies a developer. Code: Buried. Career: Also buried.",
1636
+		"RIP: Rest In Production. Your code broke it.",
1637
+		"Epitaph: 'I committed to main.' Fitting.",
1638
+		"Tombstone: 'Git blame points here.' Forever.",
1639
+		"Memorial: 'Compiled once. Crashed forever.'",
1640
+		"Eulogy: 'They shipped bugs. Bugs shipped them.'",
1641
+		"Gravestone: 'Force pushed to main. Pushed out of career.'",
1642
+		"Obituary: 'Died as they coded. Poorly.'",
1643
+		"In memoriam: 'Deployed on Friday. Unemployed by Monday.'",
1644
+		"Headstone: 'Their code lives on. Unfortunately.'",
1645
+		"Epitaph: 'Merged without review. Merged with unemployment.'",
1646
+		"Rest in peace: 'Piece of code broke everything.'",
1647
+		"Final commit: 'fix: career'",
1648
+		"Last words: 'It works on my machine.'",
1649
+		"Famous last deploy: 'YOLO to production.'",
1650
+		"Career summary: 'Exception: LifeExpectancyException.'",
1651
+		"Final PR: 'Closed: by life.'",
1652
+		"Last standup: 'Stood up. Fell down. Stayed down.'",
1653
+		"Final retrospective: 'In retrospect: Bad idea.'",
1654
+		"Closing issue: 'Closed as: Won't fix developer.'",
1655
+		"Exit interview: 'Why are you leaving?' 'I'm not. You're firing me.'",
1656
+		"Performance review: 'Performance: N/A. Review: Termination.'",
1657
+		"Final day: 'Badge access: Denied. Career access: Also denied.'",
1658
+		"Severance: 'Severed from competence long ago.'",
1659
+		"Termination date: 'Terminated like their buggy code.'",
1660
+		"Notice: 'Two weeks notice. Team rejoices for two weeks.'",
1661
+		"Resignation: 'I resign to my fate of unemployment.'",
1662
+		"Fired: 'Fire-wall couldn't protect them.'",
1663
+		"Laid off: 'Laid off like their commented-out code.'",
1664
+		"Let go: 'Let go. Team holds on to sanity.'",
1665
+		"Career expired: 'Expiration date: Today. Freshness: Never.'",
1666
+		"Professional death: 'Cause of death: Terminal incompetence.'",
1667
+		"Code legacy: 'Legacy: Technical debt.'",
1668
+		"Final words: 'But it passed linting!'",
1669
+		"Last commit message: 'WIP' - was in progress, now in regress.",
1670
+		"Farewell: 'Fare thee well. Fare thee far from here.'",
1671
+		"Goodbye: 'Good. Bye.'",
1672
+		"So long: 'So long it should've been sooner.'",
1673
+		"Adios: 'Adios means goodbye. Finally.'",
1674
+		"Au revoir: 'Au revoir. Don't revoir.'",
1675
+		"Sayonara: 'Say-onara to this career.'",
1676
+		"Ciao: 'Ciao down to reality check.'",
1677
+		"Cheerio: 'Cheerio-ously time to go.'",
1678
+		"Toodles: 'Toodles to your tenure.'",
1679
+		"Peace out: 'Peace out. Pieces of broken code remain.'",
1680
+		"Later: 'Later means never. Perfect.'",
1681
+		"See you: 'See you never.'",
1682
+		"Take care: 'Take care. Of finding new employment.'",
1683
+		"Best wishes: 'Best wishes: That you find a new career.'",
1684
+		"Good luck: 'Good luck. You'll need it. Lots.'",
1685
+	},
10811686
 }