6 ms·
It only makes sense if we are measuring raw capability per dollar. Once you factor in noise, physical size, idle power, battery etc, I think the calculation cha
by coffeecoders 1mo ago
It only makes sense if we are measuring raw capability per dollar. Once you factor in noise, physical size, idle power, battery etc, I think the calculation changes.
For a home sever that's mostly idle, it is almost like commuting in a pickup truck.
- alightsoul 1mo agoalso factoring in spare hardware. most people have more spare phones than PCs.
- auspiv 1mo agoModern dell desktops (like 8th gen+) idle around 10W. Raspberry pi isn’t saving much
- p0w3n3d 1mo agoI made calculations and got the same results. Bought low profile and as a server
- lostlogin 1mo agoI’m impressed with that. I had a Nuc 9 extreme with a 10gb SFP card in it. It averaged 69w. The Mac Mini I replaced it with uses just under 5w. A Mini is possible the worst bang for buck. Also, the horror that that is Desktop Docker can’t be over emphasised. I know there are better ways of using Docker on a Mac, but having got something working I can’t face rebuilding it.
- microtonal 1mo agoBut when starting from scratch, it might be better to get an older Mini that is supported by Asahi and run Linux on it.
- kalleboo 1mo agoMy home router is a Lenovo ThinkCentre Tiny with a Core i3-8100T with a dual 10Gbit SFP in it (1x DAC, 1x 10GBase-T) and it idles at 14W, routing 10gbit full bore 24W. I got it for $80 I also have some Fujitsu office machine I picked up for $50 as my "I need to run some random task on a physical linux box" machine with an i5-7500 and it idles at 15W
- sgt 1mo agoWhat's wrong with Docker desktop? Been using it everyday for at least 5 years.
- chrisldgk 1mo agoIt’s sluggish, it’s incredibly bloated with all the services that Docker (the company) wants to sell you and the UI is badly designed. OrbStack is my go-to when it comes to running docker on Mac. It also uses macOS native containerization APIs so containers will be a bit more performant than they would (at least use to) be on Docker Desktop. Another good approach if you’re fine without a GUI or want to bring your own is just ‚brew install docker‘.
- sgt 1mo agoI'll check it out. Yes, no UI needed. I run Docker Desktop but I don't think I've used the UI more than on ce.
- knowaveragejoe 1mo agoThe main gotcha I encountered with orbstack was with pulling down internally built amd64 images and trying to run them on apple silicon. I just remember constantly running into issues and going back to docker desktop as a result, even if their solution is janky in its own way.
- cgyvbunji 1mo agoNot much, it's an "I use arch btw" kind of thing but for docker.
- lostlogin 1mo agoTrying to get it to open on startup and start containers in a particular order is a little finicky. But the real hell is trying to get it to start containers after the network shares have connected. I’ve got it working, but compared to doing it in compose, it’s awful.
- Peanuts99 1mo agoSome of those SFP cards can use quite a bit of energy on their own. They're not designed with energy efficiency in mind. I've got an Optiplex with an i5 and two hard drives and that idles around 12W when idling.
- TacticalCoder 1mo agoMy server is an extremely quiet Xeon workstation: unlike 1U servers, workstation are typically quiet. The good thing with a Xeon workstation is that it supports ECC RAM only and there are plenty used. For there's no market for used Xeon systems, so you can find stuff like 22-cores / 44-threads CPUs for $25 or something. Some mod Xeon systems to use regular PC PSU like Be Quiet! ones and Noctua fans, etc. but my HP Z440 workstation is so quiet already I didn't need to. In my case it's an headless server and is sits between the vacuum cleaner and the cat's food: there are literally only two cables connected to it, the power cable and the ethernet cable. I can live with the footprint of one tower. I run many VMs and containers inside those VMs: Git server, pastebin, NAS, containerized/VM-isolated AI agents, etc. but I don't need it to be up 24/7. I basically only need those when I'm working. So electricity usage ain't a big concern to me as it's more like running 8/7. I don't feel like I'm commuting in a pickup truck: I feel like I have the perfect machine for the task.
- bruckie 1mo agoWhere can you buy a workstation like that for so little?