• 1 Post
  • 272 Comments
Joined 2 年前
cake
Cake day: 2023年6月15日

help-circle

  • 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.











  • Sounds like this is a good opportunity to learn something about yourself. It sounds like you don’t have any immediate needs for this windfall and it sounds like you don’t have strong desire to spend it frivolously. That’s good. Maybe you’re looking for an excuse to spend it frivolously. A lot of young people, given a big wad of cash, will rush out and spend it on some aspirational thing or experience - generally something that’s been all over media, or that their favorite influencers have raved about - then be left with the thing, which isn’t as cool after a few weeks or months as it seemed, or the memories. That pile of money came easy, left easy, so it doesn’t feel any different to be without it. That’s a trap known as the hedonic treadmill.

    You can do this experiment on yourself: take some of that gift - enough to feel like “a lot” to you - and get yourself a nice bit of bling. Something you’ve had your eye on for a while, but never thought was realistic. Write down why you chose that thing and maybe a 1-10 scale of how much you think you’re going to enjoy it. Come back to that page in six months.

    But I would definitely put most of it into some broad-market index/mutual fund, whatever’s available in Sweden. Making saving/investing part of your money habit early in life is a hell of a lot easier than trying to change bad habits later. And I don’t think your sis/BIL will offer you retirement the way they did your parents.


  • The short answer is: any amount of money is ‘worth’ investing.

    $10k at 6% for 40 years is $100k. That might let you retire a couple years early. Conventional wisdom, among people, let’s say 40+ years old, is going to focus on retirement, wishing they’d started saving earlier, and the incredible power of 40 years compound interest.

    At 19, though? You’ve probably got college and the potential for student debt coming up. Your first car. The down payment on a house. All of those things can be considered “investment,” too. They might have much better benefit to you, both in the short term and the long term. Or, if your BIL is ready to drop $15k as ‘pocket money,’ maybe you have enough family support that none of those things will be a concern. Hell, maybe you have enough family support that working a job from which to retire isn’t even a concern.

    This is a marshmallow problem. Do you want to buy a car, take a fantastic trip somewhere, or just gamble like a big shot right now, or would you rather have less college debt, buy a nicer house, sooner, or retire earlier? Nobody else can tell you what you’ll enjoy more.



  • I’ve used a retired desktop for my home server since 1999. It doesn’t have the fancy web-UI management of commercial NAS, but I’m comfortable with command line and config files.

    At some point, I realized I could use its wifi card and hostapd to replace my WAP. That was a bit of an adventure initially finding a card that really supports AP mode and setting up hostapd, but has now allowed me to migrate from 802.11g to n to ac much cheaper than buying whole new devices,

    Recently converted to an N100 with 4x ethernet ports, which let me unplug my little 5-port switch.

    Managing this doesn’t feel like a second job: it’s stable and just works. Automatic updates, with kernel blacklisted; periodically log in, update kernel & reboot. It does give me the opportunity, when I get inspired, for a weekend project, like adding hostapd or a new service, either via docker or bare metal. I like that I have one device doing “NAS,” WAP, and router jobs.