558
Someone has to stop him (startrek.website)
you are viewing a single comment's thread
view the rest of the comments
[-] aksdb@lemmy.world 19 points 8 months ago* (last edited 8 months ago)

I am a senior software engineer. I refer to my current project as a chain of side quests.

All I wanted was to optimize a batch operation in our system. That needed a feature of a new version of our database. So I upgraded the database. But to utilize this, I needed to use a newer version of the db driver/sdk. The one we use is tightly coupled to the object mapper. So I needed to start upgrading the object mapper first. That is a major version change which breaks a few different spots in our system I then tackled one by one. I am still not done.

[-] viking@infosec.pub 7 points 8 months ago

And this is why temporary fixes live in production databases for decades.

We had a similar issue with batch management, and the quick & dirty fix was to export the relevant db entries to .csv, run it through a parser, apply the necessary modifications, export to .sql with all new column labels, and then change the front-end to display the value of the new fields only.

Ran that through a cron-job every 5 minutes and done.

End users complained about the "nil" in the field initially right after inputting new data. The quick fix to the quick fix? Set a default value to "calculating, please stand by" instead of nil. They'd be frantically reloading, but never again blame IT.

[-] FlyingSquid@lemmy.world 1 points 8 months ago

Gamifying is a great idea that can help a lot of people. Unfortunately, it is also becoming part of some people's official jobs, which I am not a big fan of.

https://www.theverge.com/2021/3/15/22331502/amazon-warehouse-gamification-program-expand-fc-games

this post was submitted on 11 Feb 2024
558 points (99.5% liked)

Funny: Home of the Haha

5539 readers
1073 users here now

Welcome to /c/funny, a place for all your humorous and amusing content.

Looking for mods! Send an application to Stamets!

Our Rules:

  1. Keep it civil. We're all people here. Be respectful to one another.

  2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry. I should not need to explain this one.

  3. Try not to repost anything posted within the past month. Beyond that, go for it. Not everyone is on every site all the time.


Other Communities:

founded 1 year ago
MODERATORS