Hi, what’s wrong with Briar?
Also on Mastodon: @pedroapero@mastodon.top
Want to send me a tip? XMR:89oiUKyACFZ655sTikh42RF8wpd46EQDmbTQUQiHHRWFEatjp5xxj4tZBhMMfjC4X45qvq4EdEGXkBsdxT1kP9xyVia8mPD
- 1 Post
- 13 Comments
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•Replacing Tailscale with a 2-VPS WireGuard setup (No port forwarding)English
1·19 days agoIt’s not clear to my why you absolutely don’t wan’t to expose your home port.
From a security standpoint, you are still exposing your services to the public anyway (only the TCP stack is not, which is likely the smallest attack surface).
If you had a simpler reverse-proxy VPS, it would still hide your home server IP from clients. Your ISP would still only see encrypted traffic (https). Since you use adguard already, you can target dns-over-https upstreams to hide all DNS traffic too (eventually have a firewall rule to block outgoing dns queries if you don’t trust your application).
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•Self-hostable projects that are just for fun?English
4·19 days agoYou could host a Tor relay node (or an i2p node). These networks need crowd and bandwidth.
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•Cfait: CalDav TODO list handler written in Rust (TUI+GUI)English
1·3 months agoHi, it looks great, any plan to have a web UI or iphone version? (on Altstore maybe…)
It doesn’t support tags / filtering, so it’s pretty lame. I heard they actually removed this feature to push users towards icloud.
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•Madblog: A Markdown Folder That Federates EverywhereEnglish
2·3 months agoLooks very similar to Plume, the “no DB required” is neat though!
pedroapero@lemmy.mlto
Technology@lemmy.world•After outages, Amazon to make senior engineers sign off on AI-assisted changesEnglish
65·3 months agoYes, so now when there’s a success, it gets attributed to AI. When there’s an outage, that’s the fault of humans not reviewing correctly. These senior engineers will get fucked in all scenarios.
pedroapero@lemmy.mlto
Technology@lemmy.world•Android will become a locked-down platform in 194 daysEnglish
1·3 months agoRegarding Google, looks like it’s in the pipe yes, Fushia is non-GPL (permissive licenses, so no redistribution clause in case of a sudden licensing switch).
pedroapero@lemmy.mlto
Technology@lemmy.world•Android will become a locked-down platform in 194 daysEnglish
2·3 months agoCode signing for EXE is already a thing. And @DFX4509B@lemmy.wtf is right, the same thing is happening there. Restrictions are getting more inconvenient, with Microsoft now talking about a maximum code signing certificates validity of 72 hours, with identity verification getting more strict too. Valid code signing certificates are not mandatory yet but I guess it’s a matter of time before we need to type powershell commands to disable restrictions.
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•How to Use Local IP for Services when at Home?English
0·4 months agoThere are Wireguard clients that connect based on wifi / mobile status. On f-droid WG Tunnel, WG Auto Connect, or Rethink should do.
pedroapero@lemmy.mlto
Selfhosted@lemmy.world•I accidentally became a FOSS maintainer and all I got was this lousy new perspective on librarianshipEnglish
0·4 months agoWhen I tried Bookwirm (a while ago), it didn’t look like there was any kind of metadata sharing between instances. Each book was present on each library, thus destroying the user experience (per-instance ratings and reviews for a single book).
Agree, very lightweight, simple once-and-forget setup.


I’ve been using a raid1 btrfs pool to store offline backups for around 10 years. It’s 4 rotating drives (2x4TB+2x12TB). I replaced / rebalanced 3 disks with larger / newer ones already (went fine). I identified a bad usb/sata controller, and lots of bitrots on one old disk (scrub was able to correct a few thousands errors).
I’m getting around 80MB/s read/write throughput (not great but OK for offline backup). I’m able to mount it on low-powered / low-memory devices (not the case for ZFS). Scrub takes around 2 days IIRC (for around 10TB of actual data), so I run it once a year.
I keep it simple and thus am not using advanced features (dedup / encryption / snapshots / subvolumes / raid5/6/10). So far its a good match for my needs.