this post was submitted on 29 Aug 2023
796 points (99.1% liked)
Technology
59092 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How do they get the data?
They reverse engineered the ordering API (that the app uses) and try to add a McSundae to an online order. If the ice cream machine is broken, it won't let you add that item to an order for the specific location. If the McSundae machine is working, it will let you add that item to the order for the designated location.
It updates each location every 30 minutes, so is very up to date.
More details about it here: https://hypebeast.com/2020/10/mcbroken-site-mcdonalds-ice-cream-machines-working-tracker-info
If its the one I know, it sends an online ice cream request through the API, and then cancels the successful ones before they reach the stores. The unsuccessful ones are broken machines, essentially.
iirc it used to get it through a reverse engineering of the McDonald's app api. Not sure about now tho