I'm sorry, but why the fuck those exist and WHO THE FUCK is buying them!?...
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
People wondering why this was designed to need the cloud, it requires a subscription fee. Overpriced greedy product. Its actually a good idea (bed temp control), but too greedy
I feel weird because I've like never had a problem with bed temperature lol maybe pillows but even then that hasn't been a problem for me in years.
A smart bed that can't function without checking in with mother ship? That's the dumbest thing ever. You can always tell the businesses that skipped testing lol.
Its a feature, make the product unusable if its not used as they intend. Take the sim card out of your car and watch it go into limp mode.
I don't have a smart car though, I use a bike. No registration, no tax, barely any regulations and fewer that are actually enforced.
They crave your data! They made it so that it cannot function without your sweet sweet sleep number!
You can feel the smart in these.
- Invent incredibly dumb device.
- Brand it as "Smart" to lean into Dunning-Kruger effect sales.
- Profit!!
Man, reality is way weirder than i thought..
good. I hope that whole industry fails. plug in anything is bullshit. give me old fashioned!!!
This is right up there with the Louvre security being connected to the internet and was hackable. Maybe some old fashioned alarms and guards would've been better.
Do you seriously think old alarms were unhackable?
Not being able to do it from a distance would probably be a boon to security.
It doesn't matter if you can disable it by cutting a wire, it's the same amount of security in this case.
There were of course alarms that you couldn't disable by cutting an obvious wire, just like there are smart alarms that you can't actually hack easily.
Can't just unplug them?
That would require thought. Something that anyone buying a "smart" device, lack.
Lol
Hahahah wtf is this world anymore, beds getting fucked up because an internet service broke, this is the stupidest timeline.
Here i am with my primitive bed with zero electronics.
These are the same people that elected trump AFTER seeing his stupidity for four fucking years.
I get that the people who buy this stuff might not know what needing an always-online service to function entails, but what were the designers thinking?
Designers were probably thinking "well this is stupid but it's what I'm paid to do and I didn't decide to have a fucking bed be always online". The execs that made the decision are probably thinking "why didn't the designers think of this problem and prevent it? We should fire some. "
I think coding a contingency for loss of internet connectivity has got to be as basic as preventing Little Bobby Tables from deleting your data.
But then you might be able to bypass the €25/mth subscription on your €3059 mattress cover.
“Eight Sleep confirmed there’s no offline mode yet, but they’re working on it.”
There's an offline mode after all. Unplug it!
then they will have to cope of buying a 2000$ "normal" mattress. its the same people that bought 1800$ smart fridge from samsung. last december deal we purchase a normal mattress for less than 120$
When AWS went down, users lost access to the app that manages its water-cooled coils, leaving them stuck with whatever setting was last active.
That's ridiculous. The app should merely talk to the device over wifi, if available. The cloud should only be used to connect from outside the wifi network.
Why is everything so crappy?
IoT devs avoid MQTT and Multicast traffic like the plague.
Because we have webdevs and think of them as devs. They are not devs. They are mostly idiots.
What do you mean? Webdevs are devs, just within a specific platform. And like any dev, they can suck or be great.
It just so happens that overwhelming amount of them do what they should not do - create actual apps (webapps in reality). We could thank Google or frameworks for this, but ultimately their incompetence leads to situations like this. Webdevs thinking of everything as a platform for their stuff that should be working at all times. If they were actual devs they would build proper native apps, think more about how devices actually supposed to work, and rely on cloud less.
What's wrong with webapps?
I get that many could be static pages, but you're comparing web vs desktop. And in that case, I prefer web most of the time. Why? It works the same everywhere, and I can probably access it just fine on my phone without having to get their mobile app, which probably has fewer features and more telemetry.
Web doesn't make sense for everything, but it's far better than desktop apps for relatively simple use cases. If the app isn't performance sensitive and doesn't need to store a ton of data, web is my preferred platform, especially since I'm a Linux user and would likely need to run the app through WINE instead.
Not desktop. Native. You can build native apps for smartphones and pretty much anything. Web comes into play when you decide you won't build native version of what you want. In some cases that is guided by thoughts like "I know web will fit this project. I know the platform and will remember to keep memory and internet usage low", but in most cases it's about "no idea what that startup is about, but I know some AngularJS and they said I can use AWS so that'll do".
Similar thing is happening now with Unreal Engine 5. The difference between devs and webdevs became very similar to the difference between coding and vibe coding.
and doesn't need to store a ton of data
I know by data you mean "data I care about as a dev" but that should also include data that is actually processed and saved on user's device. And webapps are notoriously bad at keeping their caches and data usage low.
The difference between devs and webdevs
There is no difference, webdev is someone who solves problems with web tech, mobile dev is someone who does mobile apps, embedded dev works with low level components, etc. It's all development, and often the two will mix.
For example, I worked at a startup using C for embedded stuff, Go for the server stuff, and web tech for the FE. Rust wasn't out yet, so C was the best option for interfacing with the board components (in this case a math module for our signal processing), Go was a good mix of performance and ease of training new devs, and a web FE was the lowest barrier to getting our customers using our product (basically a high end IOT device). We built a small native FE for certain simulations, and eventually moved it to a server with a web FE.
At my current role, we build a reporting and simulation app for a niche industry. We do everything from simple forms to 3D rendering to simulations that take hours to complete (most are 15-45min). Our customers use crappy laptops, so doing the processing locally isn't an option (they probably don't have enough RAM anyway), so we're going to need a server. Because of that, we decided to build it as a web app. We still have native components (some simulations use C++, another was Fortran until recently, etc), and they're maintained by Ph.Ds in our field because the hard part isn't the coding (our JS specialists could handle that, they've built a 3D app in the last few months with complex transformations and calculations due to business login needs), but knowing the math behind it all, hence the researchers.
Not all web apps are overengineered crap because they hired a dev team to build a static site, there are apps like the two I mentioned that do interesting things and happen to use web technologies.
Not all web apps are overengineered crap
I didn't say that. There are always well engineered apps and things. But few. Compared to that, a lot of mainstream desktop apps are now web apps for no good reason. The actual reason is webdevs not challenging themselves to become something else or at least better.
If I read your case correctly, it's basically "customers use crappy laptops -> we decided to make them use web browsers" which sounds insane to me because web content IS the reason why tons of otherwise unnecessary upgrades are done in recent 10 years or so. Office guys can't use Chrome with just 8 GB of RAM because it will affect their business performance.
Not that I don't believe your case doesn't contain other specifics that make web a right choice. And I don't need to know more of that. It's just how it sounded to me.
it’s basically “customers use crappy laptops -> we decided to make them use web browsers” which sounds insane to me because web content IS the reason why tons of otherwise unnecessary upgrades are done in recent 10 years or so
We do processing on the cloud because our customers use crappy laptops. We use a web browser because:
- convincing customers to get approval for our app is hard (corporate IT), whereas they already have a recent browser
- it's faster to get the result we want
- our dev env (macOS) is different from our target platform (Windows); this is because it's easier to work around our IT Dept than with them (and nobody on the team likes Windows), and our servers are Linux, and macOS is close enough for BE dev
- audits are easier - just need to test the API, not the whole desktop app platform since auditors trust the browser
The same is true for my the other project I mentioned. If your business is largely B2B, then browser apps are a much easier sell than a desktop app. We're getting a little pushback as we're breaking into a new market, so we're turning to Tauri to provide a desktop-app experience, a different keep the web app for the rest of our customers.
i heard people got locked in, or out of thier house on thier smart"locks", and also ring cameras were affected because the ALARM SOUNDS WOULDNT TURN OFF.
You're asking for trouble if you bought a "smart" bed that requires an internet connection to function.
Reading the comment from the guy about his bed was a sauna all night from the heat. Did he not just think to unplug it? I mean I’ve never seen one of these beds, what happens if you do??
anyone who buys a mattress that can't work without being connected to the internet deserves this