• 0 Posts
  • 6 Comments
Joined 11 months ago
cake
Cake day: October 17th, 2023

help-circle
  • I can’t speak about AMD but here is a rundown for Intel CPUs.

    • 6th gen - Widely available, cheap, supports the bare minimum. It transcodes the most widely available codes - h.264, h.265.
    • 8th gen - Same video capabilities as 7th gen but has more cores. Relatively cheap and widely available. I bit more rounded codec support.
    • 11th gen - Previous generations 9th and 10th are incremental and meaningless. 11th introduces AV1 transcoding (Decode only) but it’s still a very meaningful impact because AV1 is both size efficient and very high quality (in most cases, doesn’t play well with noise).

    These are the 3 tiers that I look at. Metor Lake is about to be released with native encode and decode support for AV1 but it’s too early to matter.

    More info in the chart here.


  • I built my first thing from scratch. I say “thing” because it was neither a NAS, nor a server, or a hypervisor. It had storage, standalone services, containers and VMs.

    If you are unclear on what you need, DIY is probably the best approach.

    I’ve invested a lot in my DIY machine. It’s a node in a proxmox cluster. The other two nodes are mini PCs. If I was starting from scratch now, I would probably go with a prebuilt NAS and a bunch of mini office PCs for running VMs and other things.

    DIY gives a lot of flexibility but you are managing every aspect of it. Borking the storage, borks your whole setup. It’s a lot of fun but you need to know what you are getting yourself into.

    Getting only a NAS will be insufficient once you start experimenting. Which means you will need to get another machine for hosting services/VMs. It can get expensive quickly.

    If you go the DIY way, start witha hypervisor and virtualize everything else. That way you will have a more stable setup.



  • Kudos to you sir. I’m first to jump against RPi in homelab posts but this is on a whole other level. I think everyone would love a detailed explanation on it.

    The Compute blade comes to mind and I’m drawing parallels between them. AFAIR, the compute blade does power and management over the front ethernet port. Which requires the PoE stuff to be there too. Does your backplane simplify the boards (and make it the project cheaper)?


  • Here is my config. I use the i5-7500 and can say that it’s pretty good. It’s in the main node of my proxmox cluster that hosts my NAS VM and main Docker instance with lots of containers. Average power consumption is about 65-70W.

    I started out with just this node as a standalone server so it has everything. I got a FD Define R5 case because it can hold lots of drives. Define R7 is recommended too. R6 isn’t because its generation is the only one using its own HDD trays (IIRC). Overall, they are the best NAS tower cases. Sound-proofed and every HDD is mounted with gromets. I use a Seasonic Focus PSU because they come with a lot of HDD power connections out of the box and I don’t need to daisy-chain.

    This is the 4th iteration of this machine and the item I’ve carried over since v1 is the HBA. (RAID card in IT mode). It removes the requirement of the MB to have a high amount of SATA connections. The whole card is passed through in my NAS VM.

    What I’m planning to do is to add a NIC. Not sure 4x1GbE or 2x10GbE. Or maybe both. With them, the power usage might go in the mid 80s but that’s fine for a machine that can be a hypervisor, a docker server, a NAS and a network appliance all in one. The downside is that if you reboot it, you lose the network for a while.

    Additionally, I got two Lenovo Tiny 920q that run my experimental stuff. They are purely for compute and for HA failover in case the main node fails.