220
Yes, I wrote a very expensive bug. In my defense I was only seven years old at the time
(www.theregister.com)
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.
Oh there are some details left out that I desperately need to have clarified.
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.
but then there wouldn't have been a 'bug' for the librarian to fix?
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.