this post was submitted on 06 Jan 2024
796 points (96.4% liked)
Programmer Humor
32410 readers
360 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
looks at the startup scripts I just took from a 2h runtime to 15m
Guess I gotta revert those changes.
I mean, runtimes can be a legit reason to say something's not working.
But it does work. Eventually.
Really, I fixed it because we're doing an OS upgrade and I didn't want to wait 2h every time I spun up a new instance to test a change.
that's the problem with the 'its working' argument.
if you hadn't touched the working code you might have missed the performance issue to begin with.