this post was submitted on 06 May 2026
346 points (98.3% liked)

Programmer Humor

31294 readers
1426 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
[โ€“] Brewchin@lemmy.world 15 points 12 hours ago (1 children)

A battery-powered electric knife (itself not a bad evolution of an existing technology) that provides the manufacturers with the options of remote bricking, subscription and forced obsolescence. The future suuuuucks.

[โ€“] Jakylla@jlai.lu 11 points 12 hours ago
if(payment == false) {
    blade.sharpness = 0;
    handle.confort = -2;
    reflection.displayAdd();
} else if(updated == true) {
    blade.sharpness = 4;
    handle.confort = 3;
} else {
    blade.sharpness = 3;
    handle.confort = 2;
    speaker.playSound("needUpdate.mp3");
}