I switched from an I3-530, nominal TDP 73W, to an N-100, nominal TDP 7W, and power from the wall didn’t change at all. Even the i3 ran around 0.1 CPU load, except when transcoding, and I’m left with the impression that most of the power goes into HDDs, RAM, maybe fans, and PS losses. My sense is that the best way to decrease homelab power use is to minimize the number of devices. Start with your seyrver at 60W, add a WAP at 10-15W, maybe a switch at 10-15W… Not because of the CPUs, necessarily, but because every CPU every CPU comes with systems to keep the CPU going, keep the power regulated, etc.
- 1 Post
- 8 Comments
tburkhol@lemmy.worldto Technology@lemmy.world•The largest cryptocurrency money-laundering ringEnglish17·2 days agoIt’s from a Molly White doot. I don’t see it on her website https://www.citationneeded.news/ but she’s definitely been all over Trump’s crypto.
tburkhol@lemmy.worldto Selfhosted@lemmy.world•Why all docker compose files use the managed docker volumes instead of directly mounting a custom directory?English4·3 days agoI’m not a huge docker expert, but I recently spun up a tandoor…dev, and their config instructions explicitly point out a couple of mounts that have to be volumes and can not be binds.
Docker’s own comments are https://docs.docker.com/engine/storage/volumes/ which my tl;dr is faster, can be shared by multiple containers, and can be a remote (NFS/CIFS) target.
I’d guess that maintainers use the volume structure to let docker handle the details of creating and maintaining the mount, rather than put it on the user, who may be spinning up their first-ever docker and may make all kind of naive mistakes.
tburkhol@lemmy.worldto Technology@lemmy.world•Donation-supported file host Catbox got kicked out of Patreon and temporarily from Ko-Fi, now running at deficit of approx. $1,388/month.English2·5 days agoThe reason for his post was that a provider shut down his access on the accusation of CSAM, without (according to him) much if any investigation. Cloud providers have all manner of automated systems for reporting CSAM, copyright, and other potential abuses, and generally seem to take a guilty-until-proven-innocent approach. They may or may not even be responsive to defense or explanation. Colo isolates you from abuse of those systems.
tburkhol@lemmy.worldto Selfhosted@lemmy.world•ISPs seem designed to funnel people to capitalist cloud servicesEnglish2·9 days agoMy ISP seems to use just normal DHCP for assigning addresses and honors re-use requests. The only times my IP addresses have changed has been I’ve changed the MAC or UUID that connects. I’ve been off-line for a week, come back, and been given the same address. Both IPv4 and v6.
If one really wants their home systems to be publicly accessible, it’s easy enough to get a cheap vanity domain and point it at whatever address. rDNS won’t work, which would probably interfere with email, but most services don’t really need it. It’s a bit more complicated to detect when your IP changes and script a DNS update, but certainly do-able, if (like OP) one is hell bent on avoiding any off-site hardware.
tburkhol@lemmy.worldto Selfhosted@lemmy.world•Do you actually audit open source projects you download?English17·9 days agoDaniel Stenberg claims that the curl bug reporting system is effectively DDOSed by AI wrongly reporting various issues. Doesn’t seem like a good feature in a code auditor.
tburkhol@lemmy.worldto Technology@lemmy.world•Prototype of RTX 5090 Appears With Four 16-Pin Power Connectors, Capable of Delivering 2,400WEnglish31·12 days agoI, for one, would rather just see them use a couple of 2/0 AWG welding cables, bolted onto a 5mm copper plate on the board. If you need 200 amps, make it look like 200 amps.
You can only spin drives down if they’re idle. If you have a service that touches it - say, homeassistant logging data, tvheadend updating EPG - then they’re going to keep spinning.