• 9 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • The easy part of this was that the foundation is just a big square. I picked an arbitrary size: ten 6x6 foundation blueprints on each side. The rest I just copied from inspiration images I found online. I pretty much copied an ancient building called the Ziggurat of Ur.

    I think the important thing was that I built the thing first, then started figuring out what to put in it. If I did it the other way around, I figured I’d get stuck in analysis paralysis. I did know I generally wanted to build tier 9 parts in it, so I did make sure one floor was tall enough for particle accelerators, but that’s all i planned in advance.








  • cosmicrose@lemmy.worldtoSelfhosted@lemmy.worldServer build for Family
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    11 months ago

    I’ve had a great experience with the TrueNAS Mini-X system I bought. ZFS has great raid options, and TrueNAS makes managing a system really easy. You can get a box built & configured by them, with 16 GB ECC RAM and five (empty) drive bays, for about $1150 at the most affordable end. https://www.truenas.com/truenas-mini/

    One thing to be careful about: you can’t add drives to a ZFS vdev once it’s been created, but you can add new vdevs to an existing pool. So, you can start with two mirrored drives, then add another two mirrored drives to that pool later.

    (A vdev is a sub-unit of a ZFS storage pool, and you have to choose your RAID topology for each vdev and then compose those into a storage pool)