
I'm obsessed with privacy, owning my identity and web security
I’ve probably listened to every episode, and I’ve spent years thinking about how to solve the problems we have on the web.
After working on a peer-to-peer compute network idea for the last three years, I think I’ve finally found the core issue:
We give systems too much access by default, then spend the rest of our time trying to claw that access back with permissions, firewalls, TLS, access control, routing rules, configuration layers, and increasingly fragile infrastructure.
Each layer creates new problems.
TLS creates routing complexity.
Routing creates configuration complexity.
Configuration complexity creates lazy admin shortcuts.
Lazy admin shortcuts create security failures.
My core realization is simple:
We need identity-based routing.
Your identity should be your public key. Any data meant for you should be sealed directly to you as the recipient.
That changes the whole model.
If the message content is already encrypted to the recipient, we no longer need to care as much if the message is captured, stored, routed through the wrong machine, or temporarily handled by an untrusted relay. The relay can move the packet, but it cannot read it.
The missing piece is incentives.
Nobody wants to relay traffic for free forever. But it should be possible to account for relay work without revealing message contents. In the simplest form:
I relay your messages.
You relay mine.
The network can prove useful work happened without exposing private data.
From there, the model becomes much more powerful.
Your device has an identity.
Your apps have identities.
Your data is sealed to the identities that are allowed to access it.
Even in failure cases, the blast radius becomes much smaller.
Instead of trusting platforms, cloud providers, app stores, and tech giants with everything by default, we could join our devices into a global overlay network where identity, routing, compute, and data ownership are built from the ground up around cryptographic control.
The goal is apps that can run anywhere, on any platform, while the user remains the guardian of their identity and data.
I know this sounds naive. I know it sounds too broad. But I’ve been building toward this for years.
The repo is here:
https://github.com/Sylchi/edgerun-c
The long-term goal is simple:
A world where people can run software freely, communicate privately, share compute voluntarily, and stop giving 30% of their digital lives to tech giants just because the current web architecture made that the default.