I still think we're coming into the worst of it before it comes back down. NVidia and Microsoft are pulling back on datacenter deployments and CXMT is finishing up their rampup. CXMT has basically said it'll take on all of China's demand which is a massive blow to the big three's cartel, and then with slowing datacenters and obvious pushback it seems inevitable. Maybe not back to the prices from before, but I think we'll see a downturn. Combine that with they're trying to force companies into 5 year pricelocks shows they don't think this pricing will last forever, otherwise they'd be telling them to buy at market rate.
post
This is depressing because this is the year I wanted to start homelabbing and I'm not even looking for anything fancy but the prices are just too ridiculous. I really hope we see a downturn in the not so distant future.
Used gear on ebay is always there. Don't need top of the line brand new hardware for a home server
Yeah that is true, but just the general demand for it and shortage has driven the price of pretty much everywhere. But yes my best bet is used hardware.
I don't know about them but around me even used has gotten insane. You can still find deals if you know what to look for but someone new to homelab may not.
You could just fuck with raspberry pis and cheaper options and still do a ton of homelab stuff.
Unfortunately a 16GB Pi 5 where I live is $500 alone just for the board. Better off getting a mini PC for that price.
Seriously, try older models. For a lot of homelab experimentation, you can do fine with 1 to 4 GB ram older pis, like pi 3 or 4. The price is going to be way lower in comparison to a pi 5.
It depends of course on what you're doing, but there's a tendency for people to get the latest and greatest pi when older are just fine and far cheaper.
Yeah I think for the experimentation the older models would be fine and I am looking at getting one for cheaper, there is no stock anywhere at the moment either rn, but I was hoping to have a Jellyfin media server + arr stack and don't think I would be able to run that smoothly with just a Pi. For lighterweight services I could definitely get that, I was even looking at alternative SBCs from aliexpress around same compute power but cheaper.
Jellyfin is completely fine on a pi. I believe you just want a 4gb or more pi for that.
If you do 1080p video at least, I think you can get away with a USB 3 connection to an external hard drive or just a larger micro SD card.
I just looked up the "arr" stack, lol I get it now. I wouldn't plan on a whole kubernetes style stack unless you treat each pi like its own small vm you'd provision with kubernetes. Just get one pi that fits the minimum requirements for jellyfin, and start there, and then if you really want another part of the stack, you can get a pi that fits the minimum requirements and do that on another.
it's a difference in methodology. Some people get a big ass rack server and run kubernetes and containers and stuff and spin up tons of little apps on it. With a raspberry pi, you treat one as its own container/vm/whatever. You use whichever has enough resources to do the one task. You let that thing focus on jellyfin or postgres or whatever you want, then if it doesn't have plenty of ram to spare you use another pi for something else.
it might seem less flexible, but the neat thing is you can usually just swap in and out different micro SD cards between the same pi model if you want to "save" your jellyfin server and experiment with something new on that pi. And also, unlike kubernetes, you have access to GPIO pins and can start wiring your own LEDs or displays or buttons to each and customize them like crazy.
all 13 comments