qqq

joined 2 years ago
[–] qqq 7 points 4 days ago* (last edited 4 days ago)

The real issue is definitely people not having total control over their own devices.

It doesn't need permissions to be sent pictures from messages though, that's all local and likely done via an exported Service. Good chance other Google products are or will make use of it in the future.

[–] qqq 13 points 4 days ago* (last edited 4 days ago) (2 children)

There are definitely good, non malicious reasons to have it as a separate app and that should actually be preferred. Off the top of my head:

  • Separation of permissions - it only has the permissions it asks for instead of every permission messages has
  • It can be disabled/removed without disabling messages
  • it can be reused by other applications if that's a desirable feature

Some people might actually like this: thinking of women getting unsolicited dick picks in particular

[–] qqq 15 points 1 month ago (1 children)

As someone who has worked outside of the US on an "immigrant visa", I was paid normal wages and treated like a normal employee. I also could quit and look for any job I wanted. I don't know anything about H1B, but substandard treatment definitely shouldn't be expected just because you're an immigrant.

[–] qqq 2 points 1 month ago

Ah sorry yea agreed, at least for the units I know about

[–] qqq 3 points 1 month ago* (last edited 1 month ago) (4 children)

That is the simplest possible thermostat and works great for setting a temperature, but that's not the ideal thermostat. The temperature your house "feels like" also depends on humidity. You may also care about the temperature more in a spot further from the thermostat and getting accurate measurements in that location can save you money and waste less gas. There is also the decision of how long you should run a furnace and, in the case of multiple stages, which stage you should run, although some furnaces control the stages themselves. Then there is air flow. Controlling the fan separately is useful if the house doesn't evenly heat. Sometimes you can just have the fan turn on more often and use the actual furnace less, saving gas again.

Also sometimes it makes sense to heat your house slightly more during high demand hours to save money. I dunno there is just a lot that could be done with an intelligent thermostat, it's one of the few things that makes sense to make smart to me.

[–] qqq 10 points 1 month ago* (last edited 1 month ago) (1 children)

Programmers love to oversimplify things; "do easily with an RPi and some simple Python" is kinda meaningless. Like, yes, an RPi is a general purpose computer and Python is turing complete, thanks.

For one, UI/UX is actually hugely important for a consumer device and definitely nontrivial, but on top of that, there is way more that goes into creating custom hardware than a bill of materials (which isn't just saying "Raspberry Pi") and choosing a programming language...

A thermostat is controlling a very expensive device that runs on a highly flammable gas that costs me real money to use. I want 0 serious bugs. I also want 100% uptime. A poorly made "smart thermostat" is way worse then the old school analog metallic ones imo. I also want my partner to be able to control the temperature in the house. These devices are actually not simple at all and I assume that's the reason there isn't a good open source/open hardware solution.

Embedded systems aren't some mystical impossible thing - contrary to the previous commenter I actually find working with them easier then designing GUIs - but the commercially available devices are definitely nontrivial to recreate

[–] qqq 11 points 1 month ago* (last edited 1 month ago) (4 children)

Smart thermostats do way more than just set the temperature: that's just table stakes and of course easy. Off the top of my head the ecobee will:

  • Set the temperature also taking the room's humidity into account

  • Communicate with sensors throughout your house

  • Can change things via the Internet in case you accidentally forget to set it to a better temperature when you'll be gone for a few days

  • Tweak your schedule based on demand

I'm probably missing things, but they're actually pretty useful, and I'm someone who thinks most IoT is shit.

[–] qqq 2 points 1 month ago* (last edited 1 month ago)

A smart thermostat is the only "smart device" I have in my home (ecobee). I figure it actually is better than something I could design in a week so it seemed worth it. Do you know of an actually competitive open hardware/open source solution?

[–] qqq 1 points 1 month ago* (last edited 1 month ago)

Yea, but there are also some things AppArmor just can't do. Although in my experience most aren't as big of a deal. Things like saying "only processes of this type can bind to port X" for example and much more fine grained control of file or directory actions. Does AppArmor provide kernel module controls?

They both have really bad documentation though :(

[–] qqq 2 points 1 month ago (2 children)

AppArmor is great but it isn't nearly as powerful as SELinux. Way more user friendly though.

[–] qqq 2 points 1 month ago* (last edited 1 month ago)

I haven't looked around that much in years beyond NixOS, what else has MAC by default these days? I remember a lot of the Debian based ones having some things constrained by AppArmor, but I personally prefer SELinux and it wasn't everything.

I don't know if it ships with a firewall, but that's definitely easier than an ad hoc SELinux setup. I always just transfer my iptables (nftables now) rules over.

[–] qqq 8 points 1 month ago (4 children)

One of the few with SELinux by default

view more: next ›