HN user

iRomain

312 karma

My website: https://romain.bariss.at

[ my public key: https://keybase.io/romainbarissat; my proof: https://keybase.io/romainbarissat/sigs/AV6GOtwcq9dF6EVRU1MJjj7JHidH6gqho8i9j3vHdzM ]

Posts6
Comments87
View on HN

Well there’s Bosch. Software wise I salute their home connect initiative which is maybe not the best UX but at least it works locally so either it is good forward thinking software engineering choices either it shows neglected software engineering practices.

I am glad home assistant (HA) gets some exposure. I run it in a VM on a proxmox server (because I use it for other stuff), it works like a charm. If you only need HA buy the dedicated hardware they sell or buy a mini PC. For my lights and switches (via the wall module), I am 100% Philips hue which is expensive but make the best smart lights money can buy and works as expected locally even if the internet or my HA server were to go down. Beware the rabbit hole of home automation though

The midwit home 3 years ago

I wired together all the cables behind the switches in my home and covered them with smart switches

The midwit home 3 years ago

Just go with Philips Hue, you can't go wrong.

Then, when you're ready, setup home assistant but setup everything so basic functionality still works even if your server or internet went down.

My hue bulbs are at the center of this strategy with each bulb controlled by either a remote control or a hue movement detector. Hint: remote controls in rooms where you stay, sensors where you pass by or if you stay only a little while.

I can also control everything via Alexa and can't wait for the day there is a viable privacy-friendly / low-maintenance alternative (Home assistant are working on this). Again, if internet goes down, I still have the remotes/detectors so my lights always work.

Also, for any other equipment you would buy, make sure it's compatible with Matter.

I stopped reading after « with nary a mainstream use case to show for it other than drugs and ransomware »

Wether you like them or not, DEFI, ICOs and NFTs are all very valid use cases which attracted people with backgrounds different enough that we can call it mainstream. Yes you can do pretty much all of them without blockchain but so can you with drugs and ransomware. I don’t know what is it with crypto that it generates so much extremism in both sides.

I laughed so hard at Gordon Inkeles' response.

Wendell Berry:

  My wife types my work on a Royal standard typewriter bought new in 1956 and as good now as it was then. As she types, she sees things that are wrong and marks them with small checks in the margins.
Gordon Inkeles:
  Wendell Berry provides writers enslaved by the computer with a handy alternative: Wife - a low-tech energy-saving device. Drop a pile of handwritten notes on Wife and you get back a finished manuscript, edited while it was typed. What computer can do that? Wife meets all of Berry's uncompromising standards for techno- logical innovation: she's cheap, repairable near home, and good for the family structure. Best of all, Wife is politically correct because she breaks a writer's "direct dependence on strip-mined coal."
  History teaches us that Wife can also be used to beat rugs and wash clothes by hand, thus eliminating the need for the vacuum cleaner and washing machine, two more nasty machines that threaten the act of writing.

I'm not saying "ai" is not a valid domain. I'm just guessing why people get to a website when they just type "ai".

I'm on my phone now, if you search for the ai entry in the root zone file (https://www.iana.org/domains/root/files) you should find that IP returned by your host command.

Can you try curling "ai" and see if the content returned (if any) is the same as the one from "www.ai"?

It is a valid domain in the technical DNS sense. But practically speaking, each TLD has "ns" entries in the root zone database, not "A", "CNAME", etc. entries. This is just a guy who registered www under a TLD that's it.

So they registered the domain "www" just like they could have registered "google" or "lol".

You can access Google by typing:

- google.com (domain name)

- www.google.com (subdomain)

The same for the domain in question:

- www.ai (domain name)

- www.www.ai (subdomain)

~~The reason why typing ".ai" or "ai", etc. In your browser works is in IMO due to the internals of the browser that automatically adds a www in front of the domain if it can't resolve it because historically so many websites run on http://www.example.com and neglect to setup http://example.com~~

Edit: as pointed by another comment (https://news.ycombinator.com/item?id=31690379) there are actually TLDs with A records which is the case here.

So to take my example from above: The registry responsible for the AI TLD set up a website on the domain name "www.ai" but neglected to set it up on the subdomain "www.www.ai" Instead, they set it up on the TLD "ai" which is indeed very unusual.