Live data from Hacker News

Ask HN: What Are You Working On?

news.ycombinator.com

1–10 of 22 posts

Re: Ask HN: What Are You Working On?

#2
Building Sensonym (https://sensonym.com), a vocabulary learning app that uses phone sensors (gyroscope, camera, mic, accelerometer) to create physical interactions tied to word meanings. Based on embodied cognition research. I've just launched it on iOS and Android in Germany with support for 10 languages.

Re: Ask HN: What Are You Working On?

#3
I am working on a P2P VPN app that lets you route your traffic through a friend's Internet connection easily. It has a few distinct uses, but right now I am testing whether emigrants from authoritarian countries will be interested in providing censorship-free connectivity to their family/friends at home.

It's called Spora: https://spora.to/

The current MVP is about 90% vibe-coded while being a fairly sophisticated piece of software.

Re: Ask HN: What Are You Working On?

#4
I'm building a robust sandboxing environment for AI agents.

It supports multiple sandboxing backends such as docker, podman, kata, firecracker, and for Mac seatbelt and tart.

Any agent is in theory supported, but it has specific support for Claude, Gemini, codex, aider, and opencode.

Your workdir is never touched by the AI, nor is your system. It doesn't have access to your secrets (beyond what you've explicitly given), and you can restrict network access.

You move changes back to your workdir using diff and apply, so you choose which changes to keep.

I use it for all my agentic work, and couldn't go back to using Claude without it.

https://github.com/kstenerud/yoloai

Re: Ask HN: What Are You Working On?

#7
post #2

Building Sensonym ( https://sensonym.com ), a vocabulary learning app that uses phone sensors (gyroscope, camera, mic, accelerometer) to create physical interactions tied to word meanings. Based on embodied cognition research. I've just launched it on iOS and Android in Germany with support for 10 languages.

That's a really interesting concept! I think there's a lot of untapped potential with phone sensors.
Post reply on HN