Skip Navigation

Posts
9
Comments
273
Joined
2 yr. ago

  • I love it. My little black void is more of a "lay on top of everything" kinda girl.

  • I can recommend as well. It is maybe not the most beginner friendly OS since it works quite differently than most other OS's unless installed in a curtain way. Iirc. The installer is quite helpful in getting it set up correctly.

  • I'm surprised noone have mentioned Lubuntu yet. It's a debloated and light weight version of Ubuntu and can run on very old hardware. I've used it in the past before on shitty hardware with great success

  • How is the report generated andwhere is the data sourced from? I often have huge issues with weather reports being very wrong or not up to date fast enough to be useful so I end up just using the national report but their app is terrible.

  • BS like this has made it impossible to maintain a consistent experience for my parents who aren't super tech savvy. It's so frustrating helping them over the phone for hours only to realise that windows just on a whim changed major settings without any user interactions. Changed theirs OS to Debian now. Much better.

  • Probably something based on 1/6 th of a byte that originates form old IBM systems that used 6 bits per byte that was then later never changed into 8 bit systems so you now have to convert between 6 bit and 8 bit systems and then fractions, gotta get those good fractions. So they'd say something like my SSD is 170⅔ GB for a 128GB drive

  • Dvorak doesn't really make sense for phones anyway. There's zero benefits. Maybe even negatively since qwerty spreads out the most common keys it's easier for autocorrect to guess what you are actually trying to hit. I have no scientific data on it tho. Just a feeling.

  • Thank you! It's so much more comfortable to typ on. Not faster, but Comfortable. I hate the awkward and annoying questions from colleges tho: wHY iS yOuR nOt woRkinG NoRmAllY?

    And the mess that ctrl-c ctrl-v becomes is also super annoying. Mostly on windows its annoying. Linux is a bit more consistent.

  • I think my most unusual step os to select dvoark keyboard layout. Otherwise I'm pretty vanilla.

  • Isn't this a TV series on netflix... Oh yeah The Handmaid's Tale...

  • My best advice is to NOT think of it as addons. If you want grafana or node red for example, just install them in seperate in a container not considering anything else about HA. Then just use them normally. You can still use the integrations for grafana and node red. Integrations work perfectly fine on HA in a Docker container.

    Remember, very important: INTEGRATIONS ARE NOT ADDONS they are two very different things.

  • I can see that quickly becoming an issue if people just run random yaml files without understanding the underlying functions. I'm happy I never took that route because I leaned so much

  • Hmm I should maybe have added that I only ever touched docker cli tools and have never used a front end of any kind. I do know that they exists, but I like having my fingers in the mechanical room so to speak so it gave me a quite steep learning curve writing my own docker compose files from scratch and learning the syntax, environment variables and volumes working manually. I still to this day only use cli version of Docker because its the only thing I ever learned.

  • Came here to write exactly this. It's a steep learning curve but well worthwhile. Although I'd specify and say: learn docker compose.

    Edit: what I ment was learn docker cli tools (command line tools) and use Docker compose that way. It gives you a much better understanding of how Docker actually works behind the scene while still keeping it high level

  • Do you have anything more to back up the claims about haos breaking privacy other than sone DNS queries? Just because there is a DNS query doesn't mean any actual data is being sent. I'm only asking because I'd be sad to hear if there are really issues. HA is fully open source so I'm surprised if this is really and issue.

  • I can also add that if you want to run multiple programs that each have a web interface it's easy to direct each interface to the port you want instead of having to go through various config files that are different for each program or worst case having to change a hardcoded port in some software. With docker you have the same easy config options for each service you want to run. Same with storage paths. Various software stores their files at seemingly random places. With docker you just map a folder and all you files are stored there without any further configs.