It runs code locally (written in Swift), includes examples, and has a Turbo Pascal–style theme for max nostalgia.
Ask HN: What Are You Working On? (April 2026)
561–570 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#562I'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)
#563Part of building this, I decided to build a BigQuery emulator from scratch and learned a lot about GoogleSQL (previously ZetaSQL) along the way: https://github.com/slokam-ai/localbq
I plan to maintain and improve this going forward. The goal is to see how much can emulators actually do.
Website: https://localgcp.com/
Re: Ask HN: What Are You Working On? (April 2026)
#564Re: Ask HN: What Are You Working On? (April 2026)
#565https://i.imgur.com/uHpnUox.png
(Don't mind the errors or display issues for now; this project will report which versions of programs are installed on the given computer, and which ones could be updated. A few smaller bugs still remain but the main rewrite was finished now.)
For work-related reasons I have to expand on some python tasks in the coming weeks. Trying to find something interesting here, but I guess I'll just focus on various bioinformatics-related tasks (also related to work). Programming for the most part is not extremely interesting - the only part I actually like is any creativity and useful end results. Fixing bugs is annoying to no ends. Writing documentation is also boring, but can not be avoided.
Re: Ask HN: What Are You Working On? (April 2026)
#566It's a newsfeed constructed from 130k substack RSS feeds but limited to the past 24h.
Its helping me discover writers other than just what the algorithm gives me.
Re: Ask HN: What Are You Working On? (April 2026)
#567Re: Ask HN: What Are You Working On? (April 2026)
#568Re: Ask HN: What Are You Working On? (April 2026)
#569Re: Ask HN: What Are You Working On? (April 2026)
#570I'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…
to access my home desktop machine, I run:
``` $ ssh itake@ssh.domain.me -o ProxyCommand="cloudflared access ssh --hostname %h" ```
and I setup all the cloudflare access tunnels to connect to the service.