- 0 Posts
- 64 Comments
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Simple inexpensive cloud backup?English
1·8 days agoI’ve been pleased with it. Family is very relaxed about projects like this, but yeah it’s low power draw. I don’t think I have anything special set up but the right thing to do for power would be to spin down drive when not in use, as power is dominated by the spinning rust.
Uptime is great. Only hiccups are that it can choke when compiling the ZFS kernel modules, triggered on kernel updates. It’s an rpi 3/1GB RAM (I keep failing at forcing dkms to use only 1 thread, which would probably fix these hiccups 🤷).
That said, it is managed by me, so sometimes errors go unnoticed. I had recent issues where I missed a week of rsync because I switched from pihole to technitium on my home server and forgot to point the remote rpi there. This would all have been fixed with proper cron email setup…I’m clearly not a professional :)
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Simple inexpensive cloud backup?English
14·8 days agoNot the same, but for my Immich backup I have a raspberry pi and an HDD with family (remote).
Backup is rsync, and a simple script to make ZFS snapshots (retaining X daily, Y weekly). Connected via “raw” WireGuard.
Setup works well, although it’s never been needed.
qjkxbmwvz@startrek.websiteto
Climate@slrpnk.net•High power bills impeding heat pumps, California’s electrification goals9·14 days agoIn much of California, it’s not the electric energy costs that are high, it’s the delivery/grid fees. Not that it matters as far as the electricity bill goes, but it’s worth noting.
On my recent bill I paid 16¢/kWh for on-peak electric generation and 49¢/kWh for electric delivery. (There’s a small baseline credit for delivery so it’s a little more complicated, but you get the idea.)
So if someone tries to tell you electricity is expensive because CA is a hippie state with lots of solar, I would be a little skeptical.
qjkxbmwvz@startrek.websiteto
Privacy@lemmy.dbzer0.com•Your ring camera is being used to abduct your neighbors
11·1 month agoLots of local-only options out there for security cameras. Doorbell cameras may be a little harder to find, but it looks like they exist.
I have a few Amcrest PoE bullet cameras, and they work great local-only. They’re on a separate VLAN, only my server can talk to them, and I have had zero problems with them. They even support NTP, which my router provides, so the clocks stay synced with no intervention. I’m running them with Frigate.
Obviously you should use an exponential search, assuming you don’t know the age of the oldest human.
qjkxbmwvz@startrek.websiteto
Programmer Humor@programming.dev•Guys, what's the best Linux distro to install on my PC?
8·2 months agoTorvalds uses it too I believe, so you’re in good company (Debian for me, though my heart belongs to Slackware).
qjkxbmwvz@startrek.websiteto
Linux@programming.dev•Chinese semiconductor outfit has Linux MPP repository on Github disabled after a DMCA takedown request & FFmpeg team accuses it of using libavcodec code without attribution
9·2 months agoI bought a Rockchip SBC (Orange Pi 5+), and when it worked it was awesome…but man, the software support (mainly kernel space) is just not there. Exercise in frustration to get everything working at the same time.
Currently running armbian. I don’t think HW acceleration is working, and I don’t think HDMI out is even working, but for my use case it’s a stable config…for now.
deleted by creator
qjkxbmwvz@startrek.websiteto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
81·3 months agoPer the Linux kernel coding style:
Tabs are 8 characters, and thus indentations are also 8 characters. There are heretic movements that try to make indentations 4 (or even 2!) characters deep, and that is akin to trying to define the value of PI to be 3.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Fun/interesting things to self host?English
2·3 months agoMaybe not a service in the typical sense, but setting up your router+server to route your home network traffic through a VPN is a fun project.
My router (MikroTik) supports WireGuard, so I can use it with Mullvad for the whole house—but wg is demanding and it’s a slow router, so while it can NAT at ~1Gbps, it can’t do WireGuard at more than ~90Mbps. So, I set up WireGuard/Mullvad on a little SBC with a fast processor, and have my router use that instead. Using policy based routing and/or mangling, I can have different VLANs/subnets/individual hosts selectively routed through the VPN.
It’s a fun exercise, not sure I implemented it in a smart way, but it works :)
I know right? What a poser!
/s
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Promised myself I will support them after they go stable. They kept their promise and so did IEnglish
5·4 months agoI used Photoprism years ago, so my knowledge is probably pretty outdated.
My experience of Photoprism was that mobile was not tightly integrated. At the time I used Syncthing to sync photos — it worked ok for me, but I wasn’t going to set it up on my partner’s phone, for example.
Immich Just Works on both mobile and desktop. Multi user is great, sharing is great, and the local ML and face detection work remarkably well.
Whatever works for you is the best of course! Immich fits the bill for me, and it was very much worth it for me to “buy” it.
qjkxbmwvz@startrek.websiteto
Opensource@programming.dev•Python Foundation rejects $1.5M grant with no-DEI strings
90·4 months agoThere’s a joke about whitespace here somewhere, I just know it.
qjkxbmwvz@startrek.websiteto
Selfhosted@lemmy.world•Internal domain and reverse proxyEnglish
2·4 months agoRegarding DNS servers, what router do you have? Some routers have simple enough DNS capabilities — I have a MikroTik, and have it set up with DNS entries for internal services (including wildcard). Publicly accessible services just use my registrar’s DNS (namecheap — no complaints).
Oracle Free tier, amd64. Only use it because it’s free—limited bandwidth, but given I have slow upload at home it’s never really been a bottleneck. Hate to admit it given it’s Oracle, but I’ve been completely happy with it.
If I switch to a paid VPS I will probably go with racknerd (suggestions welcome though if you have thoughts).
Especially after adding in all the power draw of the automation requires…
What exactly is the incremental power draw for automation? My network gear and server (a little nuc) are sunk power costs as I self host other services.
Idling, my home uses around 100W with the fridge off. One 10W light is an additional 10% of my power budget, and I have a lot more than one light in my house. I also pay about $0.40/kWh.


I feel like logging in as root on a headless system and hoping you type the command(s) to restore functionality is a rite of passage.