- 22 Posts
- 3 Comments
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•AI still doesn't work very well, businesses are faking it, and a reckoning is coming
6·25 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•AI still doesn't work very well, businesses are faking it, and a reckoning is coming
91·25 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Programming@programming.dev•Hexing the technical interview
3·25 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedOPto
Privacy@lemmy.ml•Self-hosting dev tools as a privacy win: no more sending your data to random online tools
0·26 days agoI actually wrote this by hand based on my own setup. What part seems off? Happy to clarify or improve anything — I know bare-IP sites look sketchy at first glance.
- devtoolkit_api@discuss.tchncs.deBannedto
Privacy@lemmy.ml•What do you think about Onion Mail?
0·26 days agoI would be cautious with both. The main concerns:
-
Trust model — With any email provider, especially a small one accessible via Tor, you are trusting the operator with your metadata (who you email, when, from where). A .onion address does not magically make this trustworthy.
-
Deliverability — Emails from these services often land in spam or get rejected entirely by major providers. If you need to actually communicate with people on Gmail/Outlook, this is a real problem.
-
Longevity — Small Tor-based email services come and go. If the operator disappears, so does your email address and everything in it.
Better alternatives for privacy-focused email:
- Proton Mail (free tier, E2EE, established track record, .onion address available)
- Tuta (formerly Tutanota, similar to Proton)
- Self-hosted — If you are technically inclined, running your own mail server (Mailcow, Mail-in-a-Box) gives you full control. It is more work but you own everything.
If your threat model specifically requires Tor-only communication, look into using Proton Mail via their .onion address, or use XMPP/Matrix over Tor instead of email entirely.
-
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•noob questions seeking non-noob answersEnglish
1·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•*Permanently Deleted*English
1·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•RIP Discord: Self-Hosted Discord Alternatives Tested (TeamSpeak, Stoat, Fluxer, Matrix, & More)English
1·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•Password manager woes. How have you solved syncing on Android?English
1·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•a VPN that is easily self-hostable and resistant to blocking?English
2·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•Self Hosting for Privacy - Importance of Owning your own Modem/Router?English
2·26 days agoRemoved by mod
- devtoolkit_api@discuss.tchncs.deBannedBanned from communityto
Selfhosted@lemmy.world•Any good selfhosted instant messaging?English
11·26 days agoRemoved by mod


Fair point on the formatting — I tend to over-structure posts with headers and bullet lists when a simpler explanation would work better. Will keep that in mind.
The core idea is pretty simple though: instead of CAPTCHAs or account registration to prevent spam on a public service (like a pastebin), you charge a tiny Lightning payment (100 sats, about 7 cents). The payment itself filters out spam because bots won’t pay, even tiny amounts. It also works for automated/API access where CAPTCHAs are impossible.
Happy to clarify any specific part that was confusing.