• 2 Posts
  • 241 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle

  • Personally, I try to avoid wifi devices, because they tend to communicate through a central server, and it’s harder to be sure they aren’t secretly phoning home. Zigbee and Zwave intrinsically lack internet connectivity, so they are necessarily local-first. My network is Zwave - no experience with zigbee - and it’s been great. Devices all have a little QR code that you can scan to add the device to HA, whenever the device gets powered up. Good range of available devices, from switches & lights to environmental sensors. Most of my devices are Minoston or Zooz, bought from their websites; haven’t had any trouble. Honeywell thermostat. Aeotec outdoor thermometer.

    I run HA in a container on an RPi, and I have some sensors running off the Pi’s GPIO. Actually started with the GPIO sensors and only got HA running because its visualizations looked easy. Those sensors include temperature, CO2 and airborne particulates.



  • It’s a great topic to bait class conflict.

    I imagine a lot of lemmy users are tech-savvy, decent jobs, basically ‘comfortable’ in life. People who consider college education a necessity and part of parental responsibility, whether that means paying tuition outright, co-signing loans, or just letting their kid live at home until graduation.

    I also imagine a lot of lemmy users are young people, struggling to balance the increasingly burdensome costs of housing, life, maybe school debt (depending on nationality). Maybe with their own kids put completely off the table by their immediate financial situation.

    Both of those stereotypes can resent wealthy people. That first group means trust-fund kids and nepo-babies who graduate into leadership positions in their parents’ companies. The second group means the first.


  • The ‘manage money’ part is the real trick. How do you wean a kid from ‘daddy pays for everything’ to ‘live within my own means’? At least for me, that really began/begins in college with a budget that paid for essentials like tuition, rent & food, but not luxuries like concerts or vacations. That encourages to get a job to pay for those luxuries, which in turn encourages to learn a work-life balance. But parents are still there to cover any significant fuckups.

    It’s very much a class question, though. Lower/working class isn’t going to have the spare resources to let a kid idle through an extra 4-8 years of school. Upper class can supplement income perpetually and give away a house (and even there, there’s a difference between half a duplex in Youngstown and a beach house in San Diego). Higher the parents’ class, the more they need to think about how much they’re willing to let their kids’ standard of living drop.










  • tburkhol@lemmy.worldtoSelfhosted@lemmy.worldAWS is having a bad day
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    1
    ·
    9 days ago

    It is still a logical argument, especially for smaller shops. I mean, you can (as self-hosters know) set up automatic backups, failover systems, and all that, but it takes significant time & resources. Redundant internet connectivity? Redundant power delivery? Spare capacity to handle a 10x demand spike? Those are big expenses for small, even mid-sized business. No one really cares if your dentist’s office is offline for a day, even if they have to cancel appointments because they can’t process payments or records.

    Meanwhile, theoretically, reliability is such a core function of cloud providers that they should pay for experts’ experts and platinum standard infrastructure. It makes any problem they do have newsworthy.

    I mean,it seems silly for orgs as big and internet-centric as Fortnite, Zoom, or forturne-500 bank to outsource their internet, and maybe this will be a lesson for them.



  • I’m hung up on unrecognized charset #255. Tried rolling everything back to utfmb3; suppose I could go all the way to Latin1. I imagine there’s a lot of depth I could learn, but dropping mariadb for mysql seems like the path of least resistance right now.

    eta: got the character set sorted. Had to make a new dump, confirm that everything in the dump was utf8mb3, then re-prime the replica with that data. Wasn’t enough just to change the character sets internally.




  • If you have the spare cash, I found the N100 NAS motherboard to be a great source of occasional weekend projects, and now it very definitely looks like I’ve gone overboard.

    I started out just wanting a file server to store backups.then…

    • DHCP and NAT because my ISP would only allow one user.
    • DNS so I could refer to systems by name
    • pihole
    • mythtv/tvheadend so I could watch OTA tv & archive CDs & DVDs
    • hostapd for Wifi
    • homeassistant
    • immich
    • nextcloud
    • tandoor recipes
    • just added fastenhealth for medical records

    It didn’t feel like a lot, because it took years. Among the amazing things has been all the times I’ve been able to upgrade the motherboard by just plugging the HD into the new board. Started out just using old desktop boards; the N100 was the first purpose-bought board, and also the most complicated upgrade, because it added UEFI. There definitely are projects out there that don’t have an arm option, so something x86 is more flexible.


  • Pi 4 should be plenty to run Jellyfin, homeassistant, pihole and octoprint. Docker setup is pretty straightforward, and I can vouch that HA & pihole containers work great on RPi, if you want to leave the Jellyfin setup as-is and put the others alongside.

    If you’re looking for an excuse to expand, my vote is for an N100 type system. I got one with 4 ethernet ports, PCIe for a wifi card, couple of NVME slots, and a half dozen SATA ports for $100-150. That’s a huge step up in potential without much increase in power draw. With the right wifi card, you can even use it to replace your WAP/router.