this post was submitted on 03 Jun 2024
8 points (100.0% liked)

People Twitter

4931 readers
1774 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] rikudou@lemmings.world 0 points 3 months ago (1 children)

That would be currently possible with a combination of AI and standard computing.

  1. Have a camera on all the places you store food, let AI analyze it to tell you what's missing.
  2. Do some standard web scraping for prices.
  3. Use some clever algorithm to calculate the route (might not be always optimal, but there are some good algorithms for the travelling salesman problem).
  4. Let a LLM write some bullshit around the data to appear human.
  5. ???
  6. Profit
[โ€“] McWizard@feddit.de 0 points 3 months ago

You don't need a clever algorithm for #3. You'll likely only have 4-5 potential targets. You can brute force that in reasonable time.