Earlier quoted context omitted.
> I always wondered why we cannot find hot filled appliances in the old continent. You can find them but they'll be in the semi-professional space and above (relatively expensive high-duty). They're very rare in the consumer space because - it requires running more hot water lines / extensions, historically houses are built with lots of cold water lines but hot water lines only where required - for their heating requ…
Also, in quite a few houses, the initial run of water out of the hot tap is cold for quite some time until the hot water has either made it round from the hot tank, or if you have a combi boiler system then after that has fired itself up, got up to temperature, and then the hot water has made it round the pipes from there. It may be that the washing machine uses so little water that most of the water it gets from the…
What's that touchscreen in my room?
391–400 of 576 posts
Re: What's that touchscreen in my room?
#392> There were two strings printed with labels “SSID” and “Pwd”. I froze in horror. They wouldn’t dare. It is literally 3 meter distance. These are embedded devices, they do not need this complexity… Not surprising at all. I would expect that a lot of these are bought as retrofits, and not as a part of new construction. Running wires through existing walls can be annoying, and they don't want to put that barrier to sal…
> A 3A fuse would burn out in a fraction of a second if you tried to do that. he bought it on Amazon. He has every reason to be worried that it won't burn out. Louis Rossman did a video[0] where he put 8 amps through a 2 amp fuse and left the room for quite a long time, I think it was several minutes with 8a going through a 2a fuse. [0]: https://www.youtube.com/watch?v=B90_SNNbcoU
Re: What's that touchscreen in my room?
#393I'm curious, how do people record the history of their adventures like this? I assume this doesn't all come from memory. And writing some kind of diary for everything you mess around with must be hard. Or is it common?
mknote () {
emacs -nw $HOME/notes/`date "+%Y-%m-%d-"`${1}.txt
}
so that I can do: $ mknote FooTopic
and start recording things.I also have enote:
enote () {
local newest=$(ls -Ft $HOME/notes/\*.txt | grep "$1" | head -n 1)
emacs -nw $newest
}
to go back and edit them by name.Re: What's that touchscreen in my room?
#394> C in IoT stands for “cost-effective” I guess. Thanks, that got a laugh out of me.
Re: What's that touchscreen in my room?
#395Re: What's that touchscreen in my room?
#396Earlier quoted context omitted.
> Once the government has that info, it will be able to come up with bespoke taxes for you according to what it ordains as fair use. 'Your showers are too long', 'your toolshed is too big a draw on the electric' therefore 'you need to buy carbon credits to offset the environmental damage you are causing'. I am very conflicted. Deeply share your concerns regarding misuse of such info. It will be used as a weapon. But…
It’s up to individuals to decide if they are wasting their own resources. Everyone has a different perspective. Personally, I think SUVs are a waste and should be banned, but wouldn’t that be overreaching? Individuals don’t pay for their waste when they aren’t paying for negative externalities. That’s why a carbon tax is a better solution - it ensures people are paying the true price for a resource. Let people decide…
For example, if there's a water shortage and someone decides they can afford (financially) to use as much as they please, that's not going to end well.
I don't quite understand the obsession with carbon. Not everything can be mapped to carbon without some mental gymnastics.
Re: What's that touchscreen in my room?
#397> There were two strings printed with labels “SSID” and “Pwd”. I froze in horror. They wouldn’t dare. It is literally 3 meter distance. These are embedded devices, they do not need this complexity… Not surprising at all. I would expect that a lot of these are bought as retrofits, and not as a part of new construction. Running wires through existing walls can be annoying, and they don't want to put that barrier to sal…
> Running wires through existing walls can be annoying, and they don't want to put that barrier to sale in front of them. It also makes it more convenient to compromise the device from across the street (or across town with a directional antenna). Though of course that's not a problem if your security is up to par and the device continues to receive regular security updates, and we can only surmise that the author ha…
And for a device like this -- a rare one where it seems they sold it without any kind of online subscription service -- their goal is to sell units, and telling people they'll have to cut holes in their walls and run wires (for most people this probably means hiring someone) is certainly going to sell fewer units.
Re: What's that touchscreen in my room?
#398> There were two strings printed with labels “SSID” and “Pwd”. I froze in horror. They wouldn’t dare. It is literally 3 meter distance. These are embedded devices, they do not need this complexity… Not surprising at all. I would expect that a lot of these are bought as retrofits, and not as a part of new construction. Running wires through existing walls can be annoying, and they don't want to put that barrier to sal…
>> To be honest, the whole thing was a bit scary, since I was very close to the mains I laughed at this. Changing a fuse is… a bit scary? They literally teach this in elementary school in the U.K. - or they did. As you say, no need to fretfully check the fuse - either it blows or it doesn’t, and you’ll know when it does. At least he didn’t find the receptacle holding a dead fuse, carefully wrapped in the ceremonial a…
I feel like I was at the tail end of when it was ok to experiment with technology as a kid and teen. The early '00s brought much more in the way of disposable, locked-down devices. Kids growing up today (despite the educational push of orgs like the Raspberry Pi Foundation) are presented with hermetically-sealed devices that present a sanitized interface. Manufacturers explicitly don't want their customers taking things apart, discovering how they work, or tinkering with them in any way... and often even try to put legal barriers in place to keep people from doing stuff like this.
This is a far cry from when I was very young (and before I was born) when computers and kits would come with full schematics and datasheets!
Re: What's that touchscreen in my room?
#399I like how the author is surprised by the technological aberration that form Linux powered home appliances. A node server to power and publish over wifi a web site, an API, a web socket, while the site is being displayed by a outdated webview engine within an heavily constrained terminal which cant be reused for anything else. That's... the norm. All this is very common. And yet displaying a couple of digits and a ba…
> With the power supplies of this era, this pair of devices probably pumps 16w idle. Running 24/24 7/7, they probably consume as much as a small fridge as a whole. The LCA of the solution must be consterning as well, especially compared with few one dollard microcontrollers. At the average cost of electric in the USA this amounts to under $2/month. Seems negligible to me? https://www.wolframalpha.com/input?i=16+watts…
Re: What's that touchscreen in my room?
#400"urban archeology": The device was using an ARM processor extension that could directly execute Java bytecode. https://en.wikipedia.org/wiki/Jazelle
I want to know more. History of java is just insanely weird.