• Catoblepas@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    29 天前

    Racking up that large a phone bill with dialup internet is very impressive! Today if a 7 year old spends that kind of money it’s almost certainly because someone forgot to lock the app store/roblox account.

  • anguo@piefed.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    29 天前

    “She told Who Me?”

    This managed to confuse me every time it was written, and it appeared a lot.

  • Nougat@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    29 天前

    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”?
    • mic_check_one_two@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      29 天前

      My guess is that the script ran repeatedly, even after a good connection was established. Telecom companies only billed whole minutes, so a call of 13:01 would be billed as 14 minutes. Or to put it simply, if her script made multiple calls every second, the library would get billed for multiple minutes per minute. If I made fifteen 1-second calls in a minute, I would get billed for 15 minutes of calls in that single minute.

      Also, phone companies would typically bill a large flat fee for each long distance call. So making a ton of short calls was more expensive than a single long call. If her script was configured to reestablish the connection in between each upload (instead of simply starting it the once, then uploading multiple times), then the library would get billed a lot of those flat fees for each individual call.

      I also found out the hard way that cell phone providers’ “free minutes” plans (back before virtually every phone plan had unlimited minutes) didn’t kick in if the call was started before the time. If your minutes were free after 8PM and you started a three hour call at 7:59, the entire call would be billed, instead of only the first minute.

    • jqubed@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      29 天前

      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.

        • jqubed@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          26 天前

          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.