• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • It really really depends on what you have for heating.

    Floor heating + heat pump? You don’t need to mess around with target temp much because the principle behind it is thermal mass buildup and maintaining that. You have to tune thermostatic valves on the room level. Then you can have one central thermostat simply slightly change the target temperature with many hours of delay. That doesn’t seem too useful to me to automate.

    Do you have radiators? Then you can get zwave or ZigBee valves and tie them together with whatever thermostat that you want in home assistant. Then you can set per room/zone heat depending on whatever sensors you have.

    Do you have central forced air heating and air conditioning? Then you have pretty much target temp and on/off control unless you want to put in motorized automatic registers or redesign your entire duct system for per-room duct valves.

    Individual heat pumps/airco units with radiator based heating is the most “per room” customizable and probably the most useful to put automations on in Home Assistant.

    Ventilation can be useful by monitoring CO2 levels and humidity. Then you can use either the fan units themselves or socket switches to actuate those and put whatever sensors you want wherever it is useful.

    I am probably missing some stuff here, but there are only a few HVAC setups that actually benefit from automation, in my opinion. Mainly ventilation, infrared, and non centralized forced air heat pumps. Plus heating and cooling is something you want to work 100% flawlessly even if your router dies, your home assistant falls off a cliff, and your ZigBee/zwave controller dies.


  • Different philosophy.

    Ntfy uses pub-sub like MQTT. It publishes messages and anyone (with access) can subscribe to it. Want to connect 250 clients across 50 people to have the same messages delivered? Easy.

    Gotify uses end to end messaging. A user creates an application on their chosen client. Gotify uses a REST api send the notification pulled from the chosen app to the user who made it. Want to do the same as above? You have to set it up 250 times. Gotify was the first to have authentication and some people say it is more robust, but I can’t speak on that. Also gotify is easier to set up and makes sense for a single user.

    Someone can correct me if I am wrong, but that is the biggest architectural difference.


  • I saw it just yesterday.

    And a week ago.

    And a month ago.

    And I had it myself 2 months ago, fixed by going to the online element client that just happened to still be “verified” after a while of no use and then I could verify the rest of my clients. I would be SoL if I didn’t have one of my original sessions upon making the account years ago still. Interesting system.

    That was in the 1 encrypted chat I am a part of.

    99% of rooms aren’t encrypted so are completely and totally insecure anyway. Which I guess is fine for community discussion spaces.

    I like fluffychat but it doesn’t have threading. Element is also fine and what I have to use on desktop because neochat fucks up so much, but I can’t use it on my phone because it causes an extra 1%/hour drain on my phone battery in the background which is insane. Uninstalled it a year or two ago.


  • Discovery? Interesting thought.

    I tried out pixelfed and the pixelix app for the past couple weeks.

    The “discovery” page on the official app is worse than useless. It shows almost nobody with over 10 followers, highlighting one person with 50-100 followers, then shows “popular on the fediverse” which are thumbnails of posts of the people it just recommended. It always recommends at least 5 of the same people day after day, week after week, even people you already follow.

    The official app can’t even show a global feed so it is literally impossible to discover new people unless you know their name and specifically search for them, or they are recommended by luck on the discover page (of which there are multiple repeats per day, so not likely)

    Pixelix at least allows you to view a global feed though. Definitely a better experience, but Lemmy discovery is not any worse than that.



  • I am using the app. I sent a message to Stix the admin of the instance and magically a few hours later I was able to see everything (but no response). I wonder if there is a timed lockout or simply a soft ban to prevent spam on that instance. I also verified that discover indeed linked to other instances, but the results were still all but useless.

    However, there is still no way I can find to switch to or even view the global feed on the app, but I can do that on the web browser app easily. Is there a setting that I am missing or so? It is very straightforward on every mastodon and lemmy app…


  • Gram.social

    To me, the entire idea behind federation is that, like mastodon and Lemmy, you can see everything in the space, not just what is on your own server, especially by default or extremely upfront and clear way to make the behavior like that. That is the entire thing people are afraid of when they have to choose a server which leads to centralization or people simply leaving.

    I mean I also don’t get any of the hashtags I follow on my feed. Only the 5 accounts they forced me to follow by default.

    It’s hard for me to believe the number of 44k monthly active users and yet the “most popular accounts” that I can see on discover have 45 followers and there is virtually no activity outside of a few photographers that imported their Instagram account.




  • It will die when there is an alternative app that competes with marketplace. That + messenger keep most people there. Signal (or whatsapp which while meta, isn’t tied to fb account)'already can replace messenger.

    That is simply the truth. Here is Belgium we have an app called 2dehands which is very prolific and have a way better interface and experience than marketplace (even though it is nowhere near perfect or great).

    Marketplace is definitely completely secondary to 2dehands in the Flemish part. Brussels still uses marketplace a lot, but literally all marketplace needs in order to slowly die off is competition but the 2nd hand market is not a lucrative app space with no real funding opportunities outside of data sale so nobody does it.



  • Yes but as a somewhat layperson (electronics engineer and light firmware design, and some hobby sysadmin stuff), I can learn systemd’s “language” in 30 minutes and most attributes are so self evident that you can puzzle them together without learning the language at all.

    That Shepherd mess I would have no idea what to change to make a small tweak without spending hours and hours learning it because it is written extremely cryptically in comparison.

    It’s the difference between modifying a config with human readable names and having to go into the source code to change heavily abbreviated variables that require a lot of background knowledge to even read.