site banner

Friday Fun Thread for November 1, 2024

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

1
Jump in the discussion.

No email address required.

I'm in my 40s and believe I'm finally hitting my stride as a young cranky old man. What did it?

Working at a company full of Python developers using Google Cloud.

OMFG I do not care about

  • Kubernetes
  • Terraform
  • cloud triggers
  • Celery jobs
  • Python in general
  • anything that ends with .yaml
  • Docker

It's not because I don't know these technologies and can't handle it. It's because they're stupid. They seem like they were some half-baked approach done by someone barely competent at the task they were given and bam they're now the industry standard and we all need to use it and everyone frowns at you like you're an idiot if you think people shouldn't be forced to huff that original barely competent developer's farts all day every day.

Well, fuck that and fuck you if you agree with them. We should not tolerate the simplest things taking 100ms (or 5 seconds) or taking 100MB (or gigabytes) or 10 approved PRs.

I'm going knee-jerk write everything I possibly can in C++ from now on. I'm pushing straight to main prod. I don't care if it's not memory safe or difficult to reason about or not "best practice". I will use indomitable volition to solve the problem and when I do it'll be so much faster and I get to really dig in and be cranky and old and superior. Behold, this actually takes only 50 micros and uses 5MB of RAM and the Hertzner server costs 1/10th and the overall cost is 1/100th and this is right and good and just. While you're entering day three debugging some inscrutable GCP error I'm shipping.

I am elite and I know how computers work and this is how you do it. Sorry if you can't keep up, young whipper snapper :sunglasses: :muscle_arm: :smug_smirking_face:

Get. Off. My. Lawn.

from now on. I'm pushing straight to main

The last guy I knew who pushed straight to master was a CTO and he bricked his company’s product while it was in active use by really serious clients.

I get that you’re exaggerating for effect and I’ve definitely known some very irritating guru programmers who insist that your one-man proof of concept prototype be audited like it’s intel assembly code, but stuff like docker and CI and PR requirements are used because it makes good things happen and bad things not-happen at a vastly superior rate.

Likewise we had a very good programmer who implemented a bespoke deployment solution based on ansible and a bunch of other stuff, and even before he left it had started to contort into a horrifying mess of spaghetti that was steadily losing features as they became unsupportable. We eventually ended up with a custom Debian for all_dependencies.deb because one of the tools he’d used had stopped supporting versions properly.

We eventually ended up with a custom Debian for all_dependencies.deb because one of the tools he’d used had stopped supporting versions properly.

based