this post was submitted on 15 Aug 2026
316 points (98.5% liked)

Technology

87515 readers
3100 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

This feels like bad design

Smart pet-feeder company Petlibro suffered an outage on Tuesday, giving users a harsh reminder of the risks of relying on smart devices.

Petlibro makes pet feeders that connect to Wi-Fi and, for setup with Petlibro’s mobile companion app, Bluetooth. Users can set the feeders to automatically dispense food at scheduled times, which is handy for pet care when the owner is out of the home.

In a statement to The Verge, Petlibro CEO York Wu said this week’s outage was “related to how the Petlibro app communicates with devices through its online servers.”

Some user reports have also conflicted with Petlibro’s claims about offline functionality. As The Verge pointed out, various users online claimed that during the outage, their devices did not perform any scheduled feedings, performed some feedings but not others, or performed feedings late (examples here, here, here, here, and here).

top 50 comments
sorted by: hot top controversial new old
[–] ramble81@lemmy.zip 139 points 1 week ago (2 children)

automatically dispense food

Okay

use an app to set it up

Makes sense

cloud outage caused missed feedings

wtf? Doesn’t the thing have an internal clock? Doesn’t it just set a cron job? Seriously, if you want to farm data all day long, do that and just send it back. But if having to be online to do its core function is required, that’s extremely poor design.

[–] ThatGuy46475@lemmy.world 99 points 1 week ago (1 children)

They can’t charge a subscription for an internal clock

[–] NaibofTabr@infosec.pub 29 points 1 week ago

Or push ads, or gather data on users.

load more comments (1 replies)
[–] shortwavesurfer@lemmy.zip 77 points 1 week ago (9 children)

And this is why you use local only devices fools.

Get yourself a Zigbee Pet Feeder and pair it with Home Assistant and you're good to go.

[–] NaibofTabr@infosec.pub 35 points 1 week ago (7 children)

Why in fuck would a device that activates a motor once or twice a day on a schedule need any kind of network connectivity? This is an ultra-dumb programmatic function, it shouldn't need any more compute power than an alarm clock. Why would you hook it up to a smart home anything?

It should be exactly this complicated:

Anything beyond that is like killing a housefly with a bazooka.

[–] Septimaeus@infosec.pub 9 points 1 week ago

Totally agree (keep it simple) and I use a simple timer failsafe on mine, but just pointing out:

Minimum interval of that plug will fill the bowl jam the motor. Gears will strip without intervention.

Nbd tho, you can wire up a secondary timer relay circuit for portion control. Just keep the wires tidy, and raised if there’s a water bowl nearby.

And probably don’t want 220 anywhere near the feeding area so use a 5v wall wart or whatever.

Eh, might also want to consider a battery backup option in case power goes out while you’re on a work trip.

Just make sure to keep both interfaces accessible for later manual adjustments. Can take a while to dial it in, you know, based on current activity levels, which can change seasonally. Also be ready to fuck with it pretty much any time you switch their feed.

Etc etc

I kid — I’m sure you get why nerdy control freaks wire these things up to HA and whatever

load more comments (6 replies)
[–] Signtist@bookwyr.me 6 points 1 week ago

I've got a dispenser that basically works like a gumball machine. Goes every day and only needs to be refilled maybe once every month or two. Even has a battery backup in case the power goes out while we're on vacation or something. No need for smart home integration, just listen to your pet when they complain that they don't have any food, and make sure you're full up before leaving for an extended amount of time.

load more comments (7 replies)
[–] mastertigurius@lemmy.world 65 points 1 week ago (6 children)

The level of sophistication of our pet feeder at home is a fistful of kibble pulled out of a bag and dropped in a bowl. If we're away, we have a good neighbour who drops in to check on the cat, or the cat stays with my family. I'm an IT professional, and prefer my house to be as dumb as possible.

Of course I will post a picture of my cat when mentioning him. His name is Nemo.

[–] Holytimes@sh.itjust.works 23 points 1 week ago (1 children)

Nemo appears to be starving. You should ensure nemo is given many treats to fix this problem.

[–] mastertigurius@lemmy.world 13 points 1 week ago

His hunger is insatiable, as evidenced by his annoyed moaning whenever he glimpses the bottom of his food bowl. His foster home had turned him into a mega-chonk, but I got him in the right track. Now he's part killing-machine, part cuddle-machine.

[–] WatermelonPaloma@lemmy.world 10 points 1 week ago (1 children)

Nemo is such a beauty, he looks very soft and cuddly.

[–] mastertigurius@lemmy.world 9 points 1 week ago

Thank you. He's indeed soft and cuddly, though also drooly and clawy. We love him.

load more comments (4 replies)
[–] devaly@ani.social 52 points 1 week ago

To everyone criticizing the people who bought the device: It is sold as being capable of running without internet, and it often does. The problem is that some update along the way broke this functionality ( maybe on purpose ).

The device has 3 D batteries to survive even power outages.

I'm not defending the company, I absolute despise them, they lied to consumers and should suffer a class action lawsuit.

[–] deathbird@mander.xyz 46 points 1 week ago (3 children)

Repeat after me: Local control. Local control. Local control.

"The Cloud" is just other people's computers.

[–] popekingjoe@lemmy.world 20 points 1 week ago (1 children)

Home Assistant, my beloved.

load more comments (1 replies)
load more comments (2 replies)
[–] Smoogs@lemmy.world 44 points 1 week ago (3 children)

wtf why is it requiring wifi for a mechanism that should simply just rely on electricity if nothing else?

[–] Aneb@lemmy.world 8 points 1 week ago

This is reminding me of the copypasta where the it admin keeps a gun next to the printer.

Also my automatic pet feeder is dumb and only runs on electric

load more comments (2 replies)
[–] wonderingwanderer@sopuli.xyz 33 points 1 week ago (3 children)

It is bad design. The entire system control could be on a microcontroller inside the machine itself. There's no reason to route data through a cloud server just for basic functionality (other than greedy data farming, of course).

That's a single point of failure, and not even very reliable, for something that provides a basic necessity to a living being.

That being said, any pet owner who relies on an automated feeder and doesn't check it regularly to make sure it's working properly, is neglecting their pets. They share a portion of the responsibility here.

Still, I wish products marketed for pets were regulated better to ensure safety.

load more comments (3 replies)
[–] MrNesser@lemmy.world 25 points 1 week ago* (last edited 1 week ago) (5 children)

Why can't these schedules be held locally in the device memory.

[–] Sidyctism2@discuss.tchncs.de 22 points 1 week ago

But then they cant turn off the servers in 18 months, forcing you to buy a new one?!

[–] roofuskit@lemmy.world 7 points 1 week ago

The answer is lazy design. It was cheaper and easier to make it a dumb device that gets all direction from a server. Less complexity and more control on their end. Also, subscription.

load more comments (3 replies)
[–] tal@lemmy.today 19 points 1 week ago (2 children)

I have someone coming for check-ins, but they can’t come in 5 times every day to give food,” a Reddit user said.

You can pamper your cat however you want, but your cat is not going to die if they don't have someone portioning out food five times a day.

load more comments (2 replies)
[–] Lenny_Kravitz@lemmy.zip 18 points 1 week ago (3 children)

These smart gadgets could be good but they are so terrible. I bought a discount smart LED bulb. I was like let's try it out, it can't be that bad. Then I realized why was it discounted:

The lightbulb does not work without being connected to the internet, it just flashes in the most annoying way.

Nowhere on its box it was written, hey you have to connect this lightbulb 24/7 to the internet. Just some nice things, like you can dim it and change the colors. Not to mention these shady apps selling your data, asking access for your contacts, pictures and files.

They far overdid the opportunistic predation in many ways.

I can easily imagine a nightmare, where everything people own, get locked down this way. The world is going into that direction.

load more comments (3 replies)
[–] muusemuuse@sh.itjust.works 18 points 1 week ago

“So we create an unnecessary dependency to force them to upgrade whenever shareholders demand it. There’s a slight chance a malfunction will starve cats to death buuuuuut….”

[–] Jankatarch@lemmy.world 18 points 1 week ago (1 children)
load more comments (1 replies)
[–] UnLocoPoco@lemmy.world 17 points 1 week ago (2 children)

Again, why do we need to unnecessarily complicate stuff with multiple IoT options?? Why can't it have a fallback offline like idk...a SIMPLE TIMER? Or is it another case of "AI integration" into yet another thing which doesn't need AI!

load more comments (2 replies)
[–] Itdidnttrickledown@lemmy.world 17 points 1 week ago (1 children)

Sounds like a dumb way to feed your pet that the device can't work without the cloud. Nothing new but still you have to be real stupid to buy a device that will one day be cut off when the company abandons support.

[–] douglasg14b@lemmy.world 21 points 1 week ago* (last edited 1 week ago) (6 children)

Ah yes, the classic "the stupid consumers are stupid" argument.

This was sold as being an offline-capable device. It even has battery slots for power outages.

Perhaps instead of shitting on people for buying something they thought would be nice and work well, we shit on the company that can't even give a pet feeder an on-device offline schedule after selling people on a device that's supposed to work offline and even during power outages.

And figure out how we can hack it and enable folks to control the hardware they own, because they weren't stupid for buying a pet feeder. The company that runs it just does so in a moronic way.

(I don't own one of these, but I have considered it a few times, and this just pisses me off)

[–] AnUnusualRelic@lemmy.world 9 points 1 week ago

So is it poor design or cases where users didn't put batteries in?

load more comments (5 replies)
[–] Quill0@lemmy.digitalfall.net 13 points 1 week ago

My fish tank feeder had a clock, and I set the times. To feed it. There shouldn't be any smart needed.

[–] LievitoPadre@feddit.it 12 points 1 week ago

Happy user of petlibro here and I'm very happy that when I bought it, I went explicitly for the non wifi - non cloud connected version.

[–] hubobes@sh.itjust.works 9 points 1 week ago (1 children)

I have a Petlibro, but one of the old ones that has no cloud connection and no app. You just program it on the feeders interface itself. From a mechanical standpoint they are pretty awesome and feeding the proper amount of food is so much easier than doing it manually.

load more comments (1 replies)
[–] Undvik@fedia.io 8 points 1 week ago (1 children)

Thankfully I got one of the older models with zero IoT functionality. Works very well

load more comments (1 replies)
[–] the_riviera_kid@lemmy.world 7 points 1 week ago (7 children)

Its not hard to just put some food in a bowl. Not every damn thing needs automation.

[–] deathbird@mander.xyz 20 points 1 week ago (1 children)

It's actually pretty handy, and can be useful for portion control too.

There is no reason it should require a cloud connection.

load more comments (1 replies)
[–] devaly@ani.social 13 points 1 week ago

There are situations in which this device helps a lot:

  • Portion control
  • Preventing other cats from stealing food
  • Keeping the kibbles dry with silica gel packs
  • Automating food when the owner is away for some days
[–] ogy@fedia.io 12 points 1 week ago (4 children)

i don't have one yet, but we're planning to get one so we can go on overnight or even maybe 2-3 day trips without having to rely on someone coming around to feed the pets

[–] kurwa@lemmy.world 6 points 1 week ago (2 children)

The cheaper non smart ones work all by themselves, no cloud needed. They don't have an app to control it unfortunately though.

load more comments (2 replies)
load more comments (3 replies)
[–] Obituarykidney@lemmy.world 10 points 1 week ago

Some cats are psycho about food. Mine definitely, and screams at me for hours a day even though he knows when feeding time is and he still has food from breakfast. People recommend an automatic feeder because the cat stops associating the person with feeding time and bothers the feeder instead. I haven't tried it yet, but it makes sense to me and would probably work on the fat cunt

load more comments (3 replies)
[–] Kissaki@feddit.org 7 points 1 week ago

"smart" device

[–] artyom@piefed.social 7 points 1 week ago

This feels like bad design

Every modern tech product is.

[–] Cethin@lemmy.zip 7 points 1 week ago

This article says it's an issue with smart devices. It isn't. There are issues with them (mostly security), but this isn't that. This is an issue with making always-online services that have no need for it. There is absolutely zero reason this device should ever connect to the internet. The intranet should have everything it needs. The device should have its own clock (which I'm certain it does, or it wouldn't operate), and a connection should only be needed to change settings. Maybe it should expose itself to be connected to externally by your app to change settings or check status when you're away, but it shouldn't require a connection.

[–] aarch0x40@piefed.social 6 points 1 week ago

Why can’t Petlibro make money the old fashioned way, through planned obsolescence!

[–] Kintarian@lemmy.world 6 points 1 week ago (3 children)

What’s wrong with a ficking bowl?

[–] MonkderVierte@lemmy.zip 13 points 1 week ago (6 children)

Cats greed-stuffing until they barf. My orange one killed a roomba that way.

[–] brsrklf@jlai.lu 8 points 1 week ago* (last edited 1 week ago) (1 children)

Your cat must have quite the appetite to hunt and eat a whole roomba.

[–] MonkderVierte@lemmy.zip 6 points 1 week ago* (last edited 1 week ago)

No, the Roomba had the appetite. On the wrong thing.

Edit: now i'm imagining Garfield jump-attacking the XKCD roomba.

load more comments (5 replies)

Some cats are fucked in the head. Don't ever get a Bengal.

load more comments (1 replies)
[–] Melobol@lemmy.ml 6 points 1 week ago

There is always a switchbot.
It literally presses or releases a button at given times. You program it with BT and no wifi needed.

[–] ComradePenguin@lemmy.ml 6 points 1 week ago (5 children)

My pets got fed through the entire outage. I did not care to get a 100% reliable solution, as it is just a convenience for us. Not something we rely on. Actually relying on 100% on this is a bad idea.

At this point the most annoying part for me has been the wild amount of emails and info about this outage.

load more comments (5 replies)
load more comments
view more: next ›