this post was submitted on 18 Jul 2024
326 points (99.7% liked)
TechTakes
1374 readers
62 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I rescued an office spec HP desktop from a trash heap and upgraded it with second hand components from https://computerstoreberlin.de/?lang=eng. Its running Ubuntu server and I use it as a wordpress dev server and also my yt-dlp machine which dumps the files into a samba share. I'm very proud of it
yeah, you can get quite damn far with something like that. best other advice I can give you is to make sure your provisioning and backups are solid (because something will break sometime), and to keep an eye on power draw
not everything needs to be 902834098234 cores and distributed systems shit
the backups is good advice. I need to put in a second drive and work out how to make it keep a backup. I'm learning all that as I go.
As for power draw, I only turn it on when I need it and it's not connected to a display - just ssh-ing into it, so hopefully not wasting too much juice.
I'm using two 16TB HDDs in a Raid 1 configuration (one mirrors the other) on my Linux Mint daily driver. I just set it up with mdadm. There are obviously much more complicated ways, but this was simple and convenient for my needs right now.