this post was submitted on 07 Jul 2025
220 points (98.7% liked)

Programmer Humor

24874 readers
1180 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
[–] [email protected] 27 points 2 days ago (9 children)

Oh there are some details left out that I desperately need to have clarified.

  • Wouldn't the cost have been the same (perhaps more) if the exact same calls were being made during the day?
  • What exactly was the bug, and how would it have been resolved?
  • Did she get "fired"?
[–] [email protected] 8 points 2 days ago (1 children)

I think the bug and the cost were not that the cost was different at that time of day, but that by running at night without worry of interruption her script ran multiple times doing upload after upload after upload. If it had been during the day they would only have a few succeed because the line would get interrupted or couldn’t be used. Maybe during the day they’d only succeed on 3-5 calls but at night the script was making 50, 60, maybe even 70 calls.

[–] [email protected] 2 points 11 hours ago (1 children)

but then there wouldn't have been a 'bug' for the librarian to fix?

[–] [email protected] 1 points 22 minutes ago

I think the fix was to put a limit on the script, just have it run a couple times, the same as it would during the day, not just keep going until it gets stopped.

load more comments (7 replies)