• 4 Posts
  • 67 Comments
Joined 9 months ago
cake
Cake day: October 2nd, 2023

help-circle


  • Haven’t tried the other two, but I would say yes if you do roguelikes. The physics and reactions are the half of it, the wandbuilding mechanics let you build some completely bizzare and powerful wands, and with a little luck can start getting a godrun fairly quick… but you’re always vulnerable.

    Highly recommend going in blind, there are a lot of secrets to find, different sidequests, etc, winning the game once is a milestone.




  • +1 for Proxmox, has been a fun experience as there are plenty of resources and helper scripts to get you off the ground, jellyfin was the first thing I migrated from my PC, hardware encoding may give you a bit of a tussle but nothing unsolveable. Also note Proxmox is Debian under the hood, so you may find it easy to work with. I looked into unraid, it seems great if all you’re doing for the most part is storage, if you want Linux containers and virtual machines, proxmox js your bet.

    I got a small 4 bay 2U server from a friend on the cheap, 1000$ should get you relatively nice new or slightly older used hardware. Even just a PC with a nice amount of drive bays will get you started. And drives are cheap, a raid 1 setup was one of the things I did.

    In the end I’ll likely get a separate NAS rack server just to segregate functions, but as of now I simply have a Proxmox LXC mounted to my NAS drives and runs samba to expose them.

    Tailscale is a nice set and forget solution for VPN access, I ended up going the route of getting an SSL certified domain and beefing up my firewall a bit. The bit I’ve messed with it it certainly has a learning curve greater than openvpn, but is much more hardened and versatile.

    As for pihole, I’ve found AdGuard Home to be just about a suitable replacement, and can be installed along openwrt, though I have a bit of an unconventional router with 512MB of RAM so YMMV







  • Ah that sounds interesting, I took a full stack web development one. We just blazed through the fundamentals of JS before landing on MERN architecture the last couple weeks of class, my class of 28 was reduced to 15 by the halfway point, then 10 by the end.

    I certainly dont feel ready for the field by any means but I’m still yet to send it. I would honestly consider a class over managing a freelance business, but I’d be afraid it would pan out how yours did




  • Hey yes, add a person for each person you want to have access, only have yourself as admin that way they wont have direct access to entities.

    Now you can use either conditional dashboards, or conditional cards to control what utilities are available to users. For example, my dashboards home screen shows general controls for everyone, but conditionally shows light controls to each user on the same page. I then have myself an admin dashboard with server controls, etc.

    For the garage, that was an issue I sought to avoid, a simple automation that closes the garage if it has been opened for too long, and a toggle for that function as well as garage notifications seem to be plenty.

    Only one incident where my jerry-rigged Shelly relay remote had the sensor switch miss, and the auto close - thinking the garage was open - opened the garage. I added an error state so that it would attempt to close again and notify if the garage is open after autoclose, which works if its blocked as well. All of this because MyQ doesnt provide local or API access lol

    Edit: turns out I may be wrong about entity access, which is a bit of a shame, hopefully we can see that in a future update.