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)
541–550 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#542I adapted my open source ruby on rails real estate website builder to work with EmDash and can already see a lot of potential.
It's not ready for production use yet but I'm really enjoying working on it:
https://github.com/RealEstateWebTools/emdash_property_web_bu...
Re: Ask HN: What Are You Working On? (April 2026)
#543Re: Ask HN: What Are You Working On? (April 2026)
#544I massively improve it every month. Pretty proud of it.
Re: Ask HN: What Are You Working On? (April 2026)
#545My mother is living alone in her house and we are getting to the point where she might not be able to live alone. I built "Still Kicking", a picture frame that monitors her motion and sends back basic reports and can detect falls and sleep quality to a phone app, to help give her more time at home. It's just an mmWave sensor connected to an ESP32. But it works nicely, and I'm thinking of starting a company making the…
In elder care, I am building https://statphone.com - one emergency number that rings multiple family members simultaneously and breaks through DND. Would love to chat/collaborate.
Re: Ask HN: What Are You Working On? (April 2026)
#546Simracing trainer.
I love simracing, I'm moderately competitive and want to improve, and I like to be efficient with my practice. So having access to and using a lot of telemetry, I noticed that the "turn a few laps, load telemetry, compare against reference lap, try again" is not as efficient as it could be.
Also a lot of my telemetry analysis is very rote and "rules based": Look at the biggest laptime delta jump against reference, try to determine the cause among a few usual suspects".
So I have started experimenting with a system that reads the iRacing telemetry in real time, and compares against the reference telemetry live, finding the biggest delta jumps, and trying to find the root cause of the time loss using an increasingly sophisticated GOFAI rule and pattern matching system. Then this report is fed to a cheap LLM call to be condensed into clear advice, and the result goes to the free Microsoft TTS API. So I get instant feedback of where I'm slow and maybe even why.
So far I fear it's mostly making me faster from all the test laps involved more than the advice itself, but when it clicks it does feel magical and really help.
But sometimes I feel like I'm just speedrunning the collapse of 70s AI, as it feels a bit too brittle and situational.
I also have added additional tools for tracking improvement across sessions, finding statistically problematic corners (where am I plain bad?, where am I inconsistent?) or even training my muscle memory by tracing fast driver brake traces using my pedal.
Yay compiler: The other ongoing thing is a clean room reimplementation of Jon Blow's Jai. I've been curious about the language for years, but it's a closed beta and for some reason I've never felt about asking Jon to get into it. I'm not really a game dev so I wouldn't even know what to put in the request.
So now I have 100k+ lines of Rust that can compile a very significant subset of the publicly available Jai source code. I just used various LLMs to condense the public information about the language and come up with a dev plan and started chipping at it. Once I had something in a kind of working state I started with the Way to Jai big tutorial and make sure every example there compiles and works as intended, fixing errors or missing features one by one.
I mostly use Claude Code or Codex, but sometimes what I do is having them guide me into the new feature and doing the edits myself while they explain, so I get to know how things really work under the hood.
It's a silly pointless project, but for some reason I find very satisfying watching it compile the examples.
Re: Ask HN: What Are You Working On? (April 2026)
#547Re: Ask HN: What Are You Working On? (April 2026)
#548I'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)
#549On that first link you can find a lot of answers to frequently asked questions.
[1]: https://news.ycombinator.com/item?id=47700880
[2]: https://uruky.com
Re: Ask HN: What Are You Working On? (April 2026)
#550Tracks usually post updates on Facebook, so riders end up checking dozens of pages manually. I scrape recent posts and use an LLM to infer whether a track is open, closed, or unknown for the upcoming weekend.
Currently Android-only, with iOS in progress:
https://play.google.com/store/apps/details?id=com.lynxleap.t...