Live data from Hacker News

Ask HN: What are you working on? (August 2026)

news.ycombinator.com

841–850 of 1001 posts

Re: Ask HN: What are you working on? (August 2026)

#841
I’m working on a programming language[1] that started as an excuse to read PLT papers and build a syntax I could easily read to help explore some ideas. I ended up building a functional language with a capability system that doesn’t require you to thread capabilities through every call with an effect. I also ended up building a package manager, cargo like tool, hoogle like code search, and a slew of other features. I’ve mainly been running the development process through Claude because I’m more interested in learning about the higher level concepts than the particulars of turning code into an LLVM IR.

It’s usable today but the capability features are not ready in the last numbered release, just main or nightly. You can also try it in the site via js_of_ocaml[2]. The docs are a little rough, I plan to hand rewrite them soon.

[1] https://march-lang.org

[2] https://march-lang.org/docs/playground/

Re: Ask HN: What are you working on? (August 2026)

#843
Offline web search. Private web search. No cloud. No server. Just highly structured meta-database of valuable internet domains, communities, and personal web spaces directly on your local device.

Contains predefined database with common domains, YouTube channels

Available only through f-droid for now.

https://github.com/rumca-js/OfflineWebSearch

Re: Ask HN: What are you working on? (August 2026)

#845
User curated social media app.

https://narro.info

You enter the profiles you want to follow from Instagram, TikTok, x, etc.. and the app only shows posts from those profiles.

There's no algorithm, ads or infinite scroll, so when you've seen all the new posts, that's the end of the feed. It provides a natural stopping point for your scrolling.

Re: Ask HN: What are you working on? (August 2026)

#846
post #612

I've been working on the Jane Street reverse engineering puzzle that was posted here a few days ago[0]. As usual I've not made much progress on the actual challenge because I've fallen down a bunch of rabbit holes. So far I've built a digital circuit simulator, a parser for my circuit design language, and now a parser for my simulator language (so I can run the sim on known inputs and have the machine enforce asserts…

Wish you good luck. It feels like we still live in the stone age regarding the tools in circuit design. We need something easily written by LLM's.

Re: Ask HN: What are you working on? (August 2026)

#849
I quit my job in September to co-found a disclosure editing, sharing, and reviewing platform for real estate professionals.

https://docuview.ai

We’re slowly positioning ourselves as the place where the majority of the transaction takes place, by giving the entire party a single place where communication and transparency can happen.

It’s working out great so far :)

Post reply on HN