• 0 Posts
  • 99 Comments
Joined 2 years ago
cake
Cake day: February 19th, 2024

help-circle
  • 10W? That’s incredibly low - under 100mA wherever in the world you live. About the same as an LED bulb, or a tenth of an average incandescent lightbulb.

    For comparison: my NAS and NUC (mix of HDD and M.2 drives; both hosting services) draw 75W combined at idle, measured via Home Assistant and a smart plug, and that’s generally considered low-power self-hosting.

    I’d be pleasantly amazed if you could get a laptop to use less, so I look forward to other replies.


  • I still use all 3, though I’m slowly moving CPU intensive containers to the NUC. The Pi is untouched so far, partly because having edge services there will make it easier of I decide to implement a DMZ.

    The NUC+Proxmox is a great combination. Bit of a learning curve (eg. as with Docker, you need to pass devices in Proxmox and then to the container; same with CIFS shares), but there are lots of resources out there. I have no regrets going this route, and it had low power consumption.

    On Windows thing, I was specifically referring to the server OS as the NUC came with Win11. Do whatever works for your desktop/gaming setup.

    Though I also switched that to Linux (EndeavourOS, though there are other game-friendly options) a couple of years ago, and its worked out great. Guild Wars 2 was my most modded Windows game, and I can run all except one of the Windows-based addons I want for it. Setting it all up the first time is a ball ache (as it was with Windows, but that was done over time 🤷‍♂️). 😊


  • I was hosting most of my Docker stuff on my Synology DS920+, use Docker in a Pi 4B for AdGuard Home and WireGuard, and found myself wanting to use Home Assistant.

    Can’t use Docker for HA if you want HACS (addons) and Synology decided to kill USB drivers some time back, so looked around for options. Considered a Nabu Casa Yellow with a CM5 compute module (for Voice PE) and its price was more than a GMKtek N150 NUC, which has far higher specs and enough headroom for other things. So I got the NUC.

    First thing I did was nuke Windows and replaced it with Proxmox, then installed Home Assistant OS (HAOS) as a VM in it. Plenty of headroom left, so now it’s also got a Linux VM, a few LXCs, etc. (The Proxmox Helper Scripts site makes it very easy).

    Could easily install AGH or PiHole and a bunch of other things on it. Think it’s the best bang for buck thing I’ve bought in years.







  • In case anyone is unaware of the point of this: it’s about the UK’s (for now) new age verification law, where you have to be 18 to have a credit card.

    This really is the least-worst implementation of this I’ve seen so far, providing you have (or can get) a CC.

    And at least it lets you continue buying games/content until this awful law gets repealed or rewritten by competent adults.


  • Doubling down on the batshit. Everyone knew VPNs were going to be the low effort workaround to this authoritarian batshittery.

    I get what the (well meaning, I think) people lobbying for this are trying to achieve, but everything from the lobbying to legislation to enforcement seems to be happening in the worst way imaginable. Almost like it’s an intentional “You want to see how badly can we do this? Hold my drink! YOLO!!”

    For me, the tell was UK PLC leaving it up to the sites themselves to decide who/how the verification would be done. Classic bad management “I don’t understand the slightest thing about any of this, but HOW HARD COULD IT BE?!” response. It’s like the “series of tubes” stupidity all over again.





  • Same here. And the reasons you mention are exactly the reason I deleted that account a few years ago when I switched to Fastmail.

    A couple of my friends are willing to put up with it, but always mention the volume of spam they deal with.

    I’ve had my new email address for 6-odd years and only have one regular spam source - from a hack of an online shop - but as I used a username+shopname email alias for it, it’s easy to detect and automatically handle.

    Now I use Fastmail’s “Masked Email” feature for each online account. When (not if) a site gets hacked, I just change the site to use a new masked address and block/delete the old one, and then it’s useless to scammers/spammers.




  • Is there any other platform other than github for submitting issues?

    Depends on the developers. Some rely entirely on the repo’s Issues, but many have alternative channels like Telegram, Matrix, Discord, etc.

    I reckon it is time to turn away from github like how we switch from reddit to lemmy

    Many are doing exactly that. Sites like Codeberg are popular, if your project is FOSS.

    Or you can host your own Gitea or Forgejo instance. The latter is what Codeberg runs on.