this post was submitted on 25 Dec 2023
1914 points (97.9% liked)

People Twitter

4975 readers
1099 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
[–] theblueredditrefugee@lemmy.dbzer0.com 3 points 8 months ago (1 children)

Yeah, I did think of the barcode approach, but I didn't think anyone would be willing to scan every item, which is why I ignored it

However, revisiting this question made me realize that we could probably have the user scan receipts. It would take some doing but you could probably extract all the information from the receipt because it's in a fairly predictable format, and it's far less onerous.

OTOH, you still have to scan barcodes every time you cook with something, and you'd probably want some sort of mechanism to track partial consumption and leftovers, though a minimum viable product could work without that

The tough part, then, is scouring the internet for deals. Should be doable though.

Might try to slap something together tonight or tomorrow for that first bit, seems pretty easy, I bet you've got open source libraries for handling barcodes, and scanning receipts can probably just be done with existing OCR tech, error correction using minimum edit distance, and a few if statements to figure out which is the quantity and which is the item. That is, if my adhd doesn't cause me to forget

[–] lightnsfw@reddthat.com 1 points 8 months ago

OTOH, you still have to scan barcodes every time you cook with something, and you’d probably want some sort of mechanism to track partial consumption and leftovers, though a minimum viable product could work without that

If you can also keep recipes in the system you could skip scanning the barcodes here. You'd just need to input how many servings you prepared and any waste. Even if the "recipe" is just "hot pocket" or something. If the system knows how much is in a package it can deduct what you use from the total and add it to the list when you need more.