Ask HN: What are you working on? (May 2026)
161–170 of 1001 posts
Re: Ask HN: What are you working on? (May 2026)
#162a performance-first TypeScript checker written in Rust. Started 5 months ago and it's been mostly AI-written code. 99.8% tsc conformance test pass rate today. Single file benchmarks are 3–5x faster than tsgo.
Re: Ask HN: What are you working on? (May 2026)
#16382 sites published so far, with a really weird and wide range of content.
Working on a simple WYSIWYG website editor to go with the current functionality.
Re: Ask HN: What are you working on? (May 2026)
#164Re: Ask HN: What are you working on? (May 2026)
#165Re: Ask HN: What are you working on? (May 2026)
#166So, I built an agent to help remind me -- it's a subscription based service that sends you updates every morning, and stores your preferences so it can learn what you like.
Re: Ask HN: What are you working on? (May 2026)
#167Re: Ask HN: What are you working on? (May 2026)
#168I’ve been trying to reduce and eliminate my reliance of the Big Tech and the lack of user reviews and ratings was always a big pain point for me each time I tried to switch away from Google Maps.
I’ve started building a service where users can write reviews and rate “places” (POIs) in OpenStreetMap database, such as a cafe, a museum, or a shop. It’s a quite straightforward CRUD app with bunch of OpenStreetMap-specific features such as logging in with OpenStreetMap and querying places by their OpenStreetMap metadata.
It’s still in active development but it has good docs, a great API reference (including an OpenAPI spec), a demo app with the entire planet imported and queryable, and an early stage Android SDK.
Re: Ask HN: What are you working on? (May 2026)
#169The idea was borne out of wanting to use the review tools that you get on existing sites like GitHub, without having to push and start bloating PR lists. You'll be able to leave yourself comments and code suggestions after review, which you can then pull out in a Markdown file to feed back to your coding agent (or anything else for that matter).
I'm also trying to include some optional (very optional) AI extras where you can use your own keys, and then get a tour of what you've changed and a quick overview of the changes.
Re: Ask HN: What are you working on? (May 2026)
#170I have new features such as sharing bookmarks and possibly BPM detection planned but also some quality of life changes like better UI scalability for different size screens/split screen use.