I'm building Tela ( https://github.com/paulmooreparks/tela ), a self-hosted relay that tunnels TCP services through encrypted WireGuard connections. The key difference from Tailscale and similar tools is that it requires no TUN adapter, no root access, and no admin privileges on either end. It runs entirely in userspace. My initial motivation was wanting to RDP and SSH into my home workstation from a locked-down corp…
Ask HN: What Are You Working On? (April 2026)
451–460 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#452Re: Ask HN: What Are You Working On? (April 2026)
#453Both peers mount a virtual FUSE folder. Files shared by one side appear in the other's folder in real time. You can open, copy, and browse your peer's files as if they were local. Files go directly between devices over encrypted gRPC. (by default it tries over LAN, then direct IPV6, then uses a data relay).
The hardest part has been making git repos work through the FUSE mount between peers.
(Been developing the tool for 12 months now, very close to a full release)
Re: Ask HN: What Are You Working On? (April 2026)
#454I'm building Tela ( https://github.com/paulmooreparks/tela ), a self-hosted relay that tunnels TCP services through encrypted WireGuard connections. The key difference from Tailscale and similar tools is that it requires no TUN adapter, no root access, and no admin privileges on either end. It runs entirely in userspace. My initial motivation was wanting to RDP and SSH into my home workstation from a locked-down corp…
Re: Ask HN: What Are You Working On? (April 2026)
#455So I built my own package manager that's almost ready for alpha.
Re: Ask HN: What Are You Working On? (April 2026)
#456Re: Ask HN: What Are You Working On? (April 2026)
#457Re: Ask HN: What Are You Working On? (April 2026)
#458Basically a google streetview tour of your Datacenter or large industrial plant.
You can do some nice things like draw 3D linework to trace the paths of pipes, conduits, eg : https://youtu.be/t8nRhWUl-vA add notes with markdown and html links at useful places in the 3D space.
We have add-ons for generating an 'xray' view floorplan to make it nicer to navigate a large space.
I think we are the first to have a web uploader that can preview and import .e57 panoramas, directly in the web page [ and skip the points if you dont need them ]
Currently in use by a telco in the Americas.
Re: Ask HN: What Are You Working On? (April 2026)
#459Also recently built a home energy cost/consumption display for the TRMNL - https://andrewhathaway.net/blog/ambient-cost-display-for-oct...
Re: Ask HN: What Are You Working On? (April 2026)
#460turns out starting a popular open source project comes with ongoing work attached