• 1 Post
  • 54 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
rss
  • Most smart home devices are actually not that smart. They are simply a switch with wifi, which logs in to your local wifi and shouts “HERE I AM, I HAVE TWO MODES, YOU CANSWITCH BETWEEN THOSE” into the ether.

    Reasons to have a hub are:

    1. Not having to open the website of every single device or send a command from the command line if you want to use it, but rather have one place which registerss all devices and bundles them up to serve you in a nice web interface or app.

    2. Have more advanced/intercinnected functions (not only: send “up” to the blinds device but send “up” to the blinds device, if the time device says its later then 8:00 and the daylight sensor device senses dalight.

    3. Some hubs have security features, like claiming the device and establishing a password, so not everyone in you WiFi can do everything.

    4. Good ones act like a protective layer from you to the outside internet (esps and most smart home devices are simple devices, which are rather unsecure and where you don’t know which code is running (your Chinese security camera might not only send pictures to you but also to China, and you would not knowbif its connected to the internet directly). So you can only allow connections to the hub, and if you have an open source hub like HomeAssistant, you could be rather certain stuff like this will not happen as easily.

    5. Do all the heavy lifting with more CPU power (user and password login, updates, scripts, voice recognition if you want stuff like this, keeping date and time recently updated, merge (in the case of HomeAssitant) different protocols (like iqtt, phillipsHUE, ZigBee, etc. Pp.) Into one coherent system.

    Some other things also, and that being said: it is literally the device controlling your entire house and privacy, so get one you trust, preferable an open source one where you don’t have to accept agbs to give up all rights to Samsung or so.







  • Hatte to be mister smarty-pants here, but empirically if your life was ruined from the start, your chances of recovery through therapy are actually much higher then for someone who ruined it himself/got Ill later on in life.

    The thing is: finding therapy that works for you is a process on its own. You will likely have to try a lot of them to find a good one who has free slots. But you will find one eventually and if you have it does help!

    Just one word of caution: go to to ones who actually have a Dr./major/magister in psychology and are registered doctors.

    I hope you life in a country with good universal healthcare, if so you can just go to a therapist (they offer single sittings for cases like that) and discuss with him what kind of therapy could work for you and what the next address can be.

    I am someone who is not religious and believes everyone should have a free decision if they want to live or not, but my galeart says: man, don’t give yourself up, especially not because of damage inflicted on you by others. All the best from germany





  • If something is “easy to use” this includes the time you need learn said thing.

    Drinking rahmen from the bowl is easier then using chopsticks (even if you are more elegant with chopsticks)

    Driving automatic is easier then driving manual (even if you may be more efficient with manual if you practised shifting a lot)

    Walking is easier then flicflacs (even if you may be faster with flicflacs if you practised a lot)

    Using Ubuntu is easier than using arch (even if arch gives you more control and opportunities if you understand it)





  • Dunno what you used, but nano is literally a text editor that may be simple simple but it just works. Shortcuts are shown to the user, buttons work like you expect them to (arrow keys, ESC, shift, etc)

    With vim you open it and if you haven’t read 5pages of doc you won’t even be able to close it again. I see that its useful for power users, but for casuals who just want to edit a config once in a while nano is absolutely the way to go imho