this post was submitted on 20 Aug 2025
340 points (97.8% liked)

Programmer Humor

25843 readers
2894 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
 
top 35 comments
sorted by: hot top controversial new old
[–] Grandwolf319@sh.itjust.works 5 points 37 minutes ago

Controversial opinion: I think software moving fast isn’t a good thing.

The more versions come out and the more focus there is on new features, the more half baked/abandoned the existing features become and there will be more vulnerabilities.

[–] joyjoy@lemmy.zip 31 points 4 hours ago (2 children)

The boss wanted me to find savings, so I started unplugging servers.

[–] defaultusername@lemmy.dbzer0.com 11 points 3 hours ago (1 children)
[–] CosmicTurtle0@lemmy.dbzer0.com 16 points 4 hours ago

Isn't that what Elon did when he bought Twitter? Just randomly started unplugging shit?

[–] dotslashme@infosec.pub 20 points 4 hours ago (4 children)

At work we have the following quote on the fridge

"A ceramics teacher announced on opening day that he was dividing the class into two groups. All those on the left side of the studio, he said, would be graded solely on the quantity of work they produced, all those on the right solely on its quality. His procedure was simple: on the final day of class he would bring in his bathroom scales and weigh the work of the “quantity” group: fifty pound of pots rated an “A”, forty pounds a “B”, and so on. Those being graded on “quality”, however, needed to produce only one pot — albeit a perfect one — to get an “A”. Well, came grading time and a curious fact emerged: the works of highest quality were all produced by the group being graded for quantity. It seems that while the “quantity” group was busily churning out piles of work – and learning from their mistakes — the “quality” group had sat theorizing about perfection, and in the end had little more to show for their efforts than grandiose theories and a pile of dead clay."

We are a software development company and my reply to this was basically that pot making hasn't changed in a long time, it's basically shaping and firing clay. Software development is comparatively new and has a vastly more dynamic landscape.

Also, the comparison is stupid because we don't write code, realize it was shit and write a new one. If we did business like that, we wouldn't be in business.

[–] CanadaPlus@lemmy.sdf.org 1 points 23 minutes ago

Also, the comparison is stupid because we don’t write code, realize it was shit and write a new one.

I mean, you shouldn't, but it sounds like the quote-poster is asking for that kind of boondoggle of a project.

[–] bridgeenjoyer@sh.itjust.works 4 points 1 hour ago

That quote sounds like an excuse for mass production worship a la brave new world, lol.

[–] How_do_I_computah@lemmy.world 20 points 3 hours ago* (last edited 3 hours ago) (1 children)

That's a really terrible anecdote. Real life quantity group would find ways to do less and less for the same reward. You would end up with fifty pounds of clay with a fist shape indention. Call it a pot and be done.

[–] CanadaPlus@lemmy.sdf.org 1 points 25 minutes ago

Yeah, I highly doubt it happened.

[–] BrokenGlepnir@lemmy.world 3 points 3 hours ago

It seems like such a little story that it would probably have an origin. It doesn't seem like the ceramics class, the people who created the story mentioned, ever existed. When asked, they said it was actually a photography class (from the professor Jerry Uelsman). I'd also argue that while that may hold true for learning skills (if it does) it doesn't necessarily hold true for performing skills. Also I'd say the main reason it could work, is that it got them to actually do something.

[–] SnotFlickerman@lemmy.blahaj.zone 68 points 5 hours ago (2 children)

Hey Farva, what's the name of that design philosophy you like that's got all that goofy shit and no respect for established norms?

[–] eclipse@lemmy.world 7 points 2 hours ago

A litre of cola.

[–] Empricorn@feddit.nl 52 points 5 hours ago (2 children)

Oh, you mean "move fast and break things"?

[–] floofloof@lemmy.ca 23 points 5 hours ago

I live by "Move things and breakfast."

[–] pennomi@lemmy.world 40 points 5 hours ago (2 children)

It’s fine to do that if you’re pre-customer and you’re just dabbling with a new idea. Once you are ready to go public though you need to be stable and secure. The big problem is when people try to apply the same development philosophy between established software and pre-alpha software.

[–] BleatingZombie@lemmy.world 7 points 3 hours ago

I agree. It heavily depends on the "things" you're breaking

If it's prod, that's bad

If it's your "fuck-around" branch, go for it

[–] OsrsNeedsF2P@lemmy.ml 6 points 5 hours ago (2 children)

Once you are ready to go public though you need to be stable and secure

Is that really true though? If you have a product people actually want, they'll use it regardless of bugs

[–] tatterdemalion@programming.dev 4 points 2 hours ago (1 children)

That won't be true once your competition catches up to you and your bug-riddled product is pissing off customers, pushing them towards your competitors.

[–] boonhet@sopuli.xyz 4 points 1 hour ago

I think move fast and break things is more what you do before you get any real competition, or to get better than the competition in some areas by taking shortcuts in others.

You stop doing this when you're the big dog. Then you embrace the image of reliability and stability.

[–] pennomi@lemmy.world 19 points 5 hours ago

That’s sadly the opinion of a lot of tech companies.

[–] monotremata@lemmy.ca 5 points 2 hours ago

I'll break all the shit if the board of investors are the ones paying for it.

[–] lowspeedchase@lemmy.dbzer0.com 26 points 6 hours ago (2 children)

Sorry bruce, these boys get a little crazy when they get that -CoPilot/Claude/Cursor- in them...

[–] dohpaz42@lemmy.world 11 points 5 hours ago* (last edited 5 hours ago)

Fun fact: some of those syrup bottles were filled with iced tea. Some. Not all.

[–] OsrsNeedsF2P@lemmy.ml 9 points 5 hours ago* (last edited 5 hours ago) (1 children)

Going slow doesn't mean you don't break things either. If you don't want to break things, you need test plans, logging and alerts

[–] masterspace@lemmy.ca 7 points 5 hours ago* (last edited 15 minutes ago) (1 children)

Meta's philosophy has bit them before, but they at least do it better than anyone else. Other companies hear the Meta philosophy and their CEOs take that as an excuse to underfund development to the point of constant errors and shipping broken products.

They don't seem to realize that the reason that Meta can operate that way is because they are / were relentlessly focused on figuring out why things broke and then building out new products and systems to let them keep working fast and breaking things without their being a big downstream impact.

They have incredibly robust testing, monitoring, and alerting systems in place for all of their products, including newly developed ones. They found it faster to work in a giant monorepo and share code, but they actually monitored and recognized when it scaled too big and was slowing development down and had teams building out custom version control software and virtual disk utilities to fix this (Microsoft did similar with Git when they moved Windows development to it), and when Meta found that coding in raw JavaScript and HTML was creating scaling difficulties with their app, they built React. Same thing with their customized version of PHP on the backend.

I don't think Meta's impact on the world has been positive, and I don't think they should move fast and break things from a product design and ethics standpoint, but from an engineering standpoint, I do have respect for how they have executed that philosophy, and think that literally everyone else who tries it fails because they view it as a way of cutting short term costs, instead of as a way to identify and build long term infrastructure.

[–] marcos@lemmy.world 5 points 4 hours ago (1 children)

The reason Meta could operate that way was because they were a platform for people sending funny texts to each other with no promises of security or privacy.

By the way, even they don't operate like that anymore.

[–] masterspace@lemmy.ca 5 points 4 hours ago* (last edited 4 hours ago) (1 children)

I'm basing that on my experience contracting there ~ 1.5 years ago. They've added new control systems to address things like the GDPR, but they are all still designed to be fully productized parts of their developer framework so that developers don't have to think about them and can still move just as fast with product / feature development.

And while their product market had a little bit to do with it, they quite frankly have buggy software in production for less time than most major SAAS vendors or contract built systems.

[–] marcos@lemmy.world 1 points 4 hours ago

As you noticed, they have had a quality assurance structure for way longer than 2 years. They've had it for close to 20 years now.

When they used to have this philosophy, they did always have something broken on their site, and go out of air once in a while. And they did benefit greatly from the speed they got from it, for a while, until it started being harmful.

[–] lockhart@lemmy.ml 2 points 3 hours ago

"Say that again and I'll move fast to break your face"

[–] jaark@infosec.pub 3 points 5 hours ago

I much prefer "Move slowly and fix things" (I so wish I had thought of that myself but can't remember where I saw it).

[–] grrgyle@slrpnk.net 2 points 3 hours ago

Move intentionally and fix things.