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.
Ask HN: What Are You Working On?
11–20 of 22 posts
Re: Ask HN: What Are You Working On?
#12I got frustrated with Claude Code and Cursor producing plausible-but-wrong changes with no easy way to annotate and push back, without making a full PR. crit makes the review stage fun again!
Works on both plans as well as code itself. It’s been very rewarding hearing from folks who use it, everyone has been very kind! My most successful side project already :)
Re: Ask HN: What Are You Working On?
#13https://crit.md - a CLI tool for reviewing AI coding agent output like a GitHub PR. I got frustrated with Claude Code and Cursor producing plausible-but-wrong changes with no easy way to annotate and push back, without making a full PR. crit makes the review stage fun again! Works on both plans as well as code itself. It’s been very rewarding hearing from folks who use it, everyone has been very kind! My most success…
Re: Ask HN: What Are You Working On?
#14Re: Ask HN: What Are You Working On?
#15Re: Ask HN: What Are You Working On?
#16As an SRE, DevOps Engineer, and Platform Engineer, I've always wanted an external place to run scheduled executions of miscellaneous utilities -- checking in on a URL, running an SSL check, verification of DNS from outside, etc. REST API-centric with CLI tool and web UI control near-parity.
Backend and CLI are Golang. Frontend is React. Simple architecture--a bunch of aarch64+amd64 hosts run `outcrond` and use a shared PostgreSQL and Valkey/Redis.
Re: Ask HN: What Are You Working On?
#17Notifies you via Slack or Discord.
[1]: https://leedlime.com
Re: Ask HN: What Are You Working On?
#18https://outcron.com - hosted tool to schedule health checks, webhook calls, & container executions As an SRE, DevOps Engineer, and Platform Engineer, I've always wanted an external place to run scheduled executions of miscellaneous utilities -- checking in on a URL, running an SSL check, verification of DNS from outside, etc. REST API-centric with CLI tool and web UI control near-parity. Backend and CLI are Golang. F…
Re: Ask HN: What Are You Working On?
#192. https://boulderinglist.com - a catalog of climbing gyms across the world
3. https://livedsupport.com - AI driven support for colorectal issues
4. https://radiusing.uk - find where people are willing to do something to improve the social fabric of where they live
5. https://llmstxt.studio - generate rich and full llms.txt files for your website. Then we check if AI queries would cite you based on this.
6. https://probe.bike - aggregate and tell stories with your cycling data
7. https://paletter.dev - a color design system for the modern era - based on design systems
8. https://llmstxt.work - a directory of llms.txt files
Probably working on too many projects at the moment - but really enjoying building again.
Working hard to figure out how to market, interested in trying to push things out a bit more.
Working on a benchmarking tool with https://flopper.io for GPUs too - written in Rust - which should allow me to try to get people to submit their general flop values for consumer hardware to run local llms/models.
Any feedback super welcome!
Re: Ask HN: What Are You Working On?
#201) Etch-Detect API changes automatically using real traffic (no tests required)
https://github.com/ojuschugh1/etch
2) GhostDep-Detect phantom and unused dependencies across multiple languages using a fast Rust-based CLI
https://github.com/ojuschugh1/ghostdep
3) a local CLI that verifies whether AI coding agents actually did what they claimed