
r/DigitalEscapeTools

Garage – Build your own cloud storage (S3 alternative, self-hosted)
Homarr – Self-hosted dashboard to manage all your apps in one place
Yamtrack – Self-hosted media tracker for movies, anime, games, books & more (Trakt / MAL alternative)
Spent a weekend actually understanding and building Karpathy's "LLM Wiki" — here's what worked, what didn't
After Karpathy's LLM Wiki gist blew up last month, I finally sat down and built one end-to-end to see if it actually good or if it's just hype. Sharing the honest takeaways because most of the writeups I've seen are either breathless "bye bye RAG" posts or dismissive
"it doesn't scale" takes.
Quick recap of the idea (skip if you've read the gist): Instead of retrieving raw document chunks at query time like RAG, you have an LLM read each source once and compile it into a structured, interlinked markdown wiki. New sources update existing pages. Knowledge compounds instead of being re-derived on every query.
What surprised me (the good):
- Synthesis questions are genuinely better. Asked "how do Sutton's Bitter Lesson and Karpathy's Software 2.0 essay connect?" and got a cross-referenced answer because the connection exists across documents, not within them.
- Setup is easy. Claude Code(Any Agent) + Obsidian + a folder.
- The graph view in Obsidian after 10 sources is genuinely satisfying to look at. Actual networked thought.
What can break (the real limitations):
- Hallucinations baked in as "facts." When the LLM summarized a paper slightly wrong on ingest it has effcts across. The lint step is non-negotiable.
- Ingest is expensive. Great for curated personal small scale knowledge, painful for an enterprise doc dump.
When I'd actually use it:
- Personal research projects with <200 curated sources
- Reading a book and building a fan-wiki as you go
- Tracking a specific evolving topic over months
- Internal team wikis fed by meeting transcripts
When I'd stick with RAG:
- Customer support over constantly-updated docs
- Legal/medical search where citation traceability is critical
- Anything with >1000 sources or high churn
The "RAG is dead" framing is wrong. They solve different problems.
I made a full video walkthrough with the build demo if anyone wants to see it end-to-end
Video version : https://youtu.be/04z2M_Nv_Rk
Text version : https://medium.com/@urvvil08/andrej-karpathys-llm-wiki-create-your-own-knowledge-base-8779014accd5
EU age verification app raises concerns after security researcher demonstrates PIN and biometric bypass
A security researcher demonstrated how the EU age verification app can be bypassed in under 2 minutes by modifying local files, including resetting PIN attempts and disabling biometric checks.
The demo is shown here: https://xcancel.com/Paul\_Reviews
The app is an open-source reference implementation published by the and is still under development, not a finished product.
Still, it highlights how weak local protections can compromise sensitive identity systems.
repo: https://github.com/eu-digital-identity-wallet/av-app-android-wallet-ui
Exciting News! Tuta Drive is officially in closed beta! 🥳🙌
After intensive testing by selected users, Tuta Drive will enter the public beta phase in a few months from now. 🗂️🔐
NEXT STEPS
👉 We invite selected Tuta users to test & give us feedback
👉 Our teams continue to develop & improve
👉 In a few months, we will release Tuta Drive in open beta
Find out more here: https://tuta.com/blog/tuta-drive-in-beta-launch
Thank you for your continued support & patience! We can't wait for you all to experience quantum-safe encrypted cloud storage. 🔐❤️
Tasmota – replace cloud firmware on your smart devices and control everything locally (no apps, no tracking)
MiroTalk – self-hosted Zoom alternative with P2P video calls (no accounts, no tracking)
Nomad Mk3: a tiny, offline, private media server (Open-Source, 600+ Stars on github)
Howdy!
I wanted to share a project I’ve been working on over the last few months that I think fits well in the digital escape tools space. I have not posted here before, but excited to be part of your community!
Nomad Mk3 is a pocket-sized, fully offline media server designed around privacy and portability. The goal is simple: give people a way to carry and share their data without relying on the internet, cloud services, or any external infrastructure, while still keeping the convenience of a full server-style experience like multi-user access and a clean web UI.
Once powered on, it creates its own Wi-Fi network. You connect to it like a normal network, open a browser, and immediately get access to everything stored on the SD card in a polished interface. It is not just a folder browser, it includes cover art and media-style presentation, so it feels much closer to using a dedicated media app than a plain file server. all media can be veiwed and enjoyed from the browser with no downloads just like a streaming site.
Why it fits this space:
- Fully offline, with no internet access required
- No accounts, no tracking, and no telemetry
- Nothing leaves the device unless you explicitly download it
- Works anywhere: road trips, travel, remote areas, and off-grid setups
- User activity like playback progress stays in the client’s browser, not on the device
- After the initial Wi-Fi password is entered, there is no sign-up or login flow for end users
What it does:
- Hosts movies, shows, music, books, gallery, and files
- Supports multiple users at once, with everyone connecting and streaming independently
- Works on any device with a browser: phones, laptops, tablets, and more
- Runs on 5V USB power, so it works with battery banks and solar setups well
- Uses microSD storage, up to 2TB
A few use cases:
- Offline entertainment for travel and camping (I road trip a lot...)
- A private way to carry and share files between devices
- A companion or backup system for a larger media server like Jellyfin or Plex
- Classroom or group environments where connectivity is limited or unavailable
Tradeoffs to be aware of:
- There is no transcoding, so media needs to be prepared ahead of time
- It is tuned for 480p streaming, with higher resolutions possible depending on conditions (if you dont mind only having 1-2 max streams you can pull 1080p under ideal conditions)
- Initial setup is a little technical, since it involves flashing firmware and formating/loading the SD card, but there is no soldering and the project is well documented
- Files must stay under 4GB to stream reliably, this is covered in more detail on the github. (FAT32)
In exchange, it is extremely low power, affordable, and completely self-contained. The whole project is open source, including the firmware and web UI, and it is meant to be something people can build, modify, and adapt.
This post contains affiliate links:
GitHub: https://github.com/Jstudner/jcorp-nomad (Project files, updates, etc)
Build guide: https://www.instructables.com/Jcorp-Nomad-Mini-WIFI-Media-Server/
Project site / pre-builts: https://nomad.jcorptech.net
Happy to answer any questions you may have on the project. If you have questions about building one, what it can do, or literaly anything further than whats in this post I am happy to help in any way I can!
Thx for checking out the project!
-Jackson
NetAlertX – self-hosted network monitor that shows every device on your network (detect unknown connections, no cloud)
OpenWRT with Raspberry Pi 4 setup questions.
So I’m interested in using my Raspberry Pi 4 Model B 4GB RAM as a home router.
My current network config is just my Xfinity gateway (which handles DNS, DHCP, and NAT. From what I understand Xfinity doesn’t allow you to customize these options with their rented gateways.)
I have an 8-port switch that is connected to the gateways LAN port and essentially thats my whole network.
My solution is running the Pi so that I can run things like pi-hole and other custom network settings. I want to run OpenWRT I just have a few reservations.
I don’t want a ton of bottlenecking from my current set and I’m a bit fuzzy on how I am supposed to configure this with my XFinity gateway.
Do I simply connect the pi to the switch and configure with OpenWRT?
Should I run it in bridge mode with the Xfinity Gateway?
How do I tell the gateway im using my own router?
I have a good knowledge of networking (configuring NAT, DHCP, IP subnetting, etc) I’m just trying to figure out the best way to go about to gain some privacy and control without overly sacrificing performance.
I’ve heard I may need a USB to ethenet to create a second port on the pi ? do i need to add any hardware to make wireless perform? or is there a way i can get “the best of both worlds” using the pi in conjunction with the modem?
AzuraCast – self-host your own online radio station (no platform, full control, open source)
BookStack – Open-source documentation platform you can host yourself
Average ‘we respect your privacy’ experience
Mindustry – Open-source automation + tower defense game (Factorio alternative)
PicoShare – Simple self-hosted file sharing with direct links (no limits)
Twenty – Open Source CRM (Modern Salesforce Alternative, Self-Hostable)
Where are you on this privacy iceberg?
Cloaked vs Guardio?
I’ve been looking into different tools lately after realizing how much of my info is just floating around online. Came across both Cloaked and Guardio and they seem to solve pretty different problems, but people compare them a lot.
From what I understand, Guardio is more focused on browser security, blocking malicious sites, phishing attempts, sketchy extensions, that kind of thing. Feels more like a real time shield while you’re browsing.
Cloaked seems more focused on your actual identity and data footprint. Things like creating alias emails and phone numbers, removing your info from data broker sites, and cutting down spam at the source. I saw some people mention getting their data removed from dozens or even hundreds of sites which is kind of wild. Anyone used any of these?