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

People Twitter

4968 readers
843 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
[–] TrickDacy@lemmy.world 9 points 8 months ago (1 children)

Why are so many of you trivializing the fact that providing perfectly formatted input data that having set logic figure something out is a VERY different thing than providing a firehose of data and then asking the software to make sense of it? Like have you been paying attention here at all?

[–] sukhmel@programming.dev 1 points 8 months ago (1 children)

In this case I would suppose that there's no need to get firehose of data, especially if run locally. The user only has so many shops around and the fridge is not a factory scale big

[–] TrickDacy@lemmy.world 2 points 8 months ago (1 children)

Yeah true. I guess I should have said a mish mash of data. It's more about the fact that the data wouldn't necessarily be in some regular format -- the majority of the work you want the machine to do is find and compile that data

[–] sukhmel@programming.dev 2 points 8 months ago

Agreed, data regularisation will likely be a pain for this task