Live data from Hacker News

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

news.ycombinator.com

831–840 of 1001 posts

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

#834
Working on https://github.com/BowlingX/super-release, a semantic-release alternative written in rust - that supports mono-repos (but otherwise behaves similar).

Why? semantic-release does not officially support mono repos and I (and the companies I work for) where using workarounds (or other community projects on top of semantic-release) + we had performance issues with repos with many tags and branches.

Since the initial release I added some more thinks like a official github action + pull request previews.

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

#836
I'm working on a side-project called tech-professor.com which is a platform for learning. The content is built directly from the source code in your pull request and repositories you follow. So you can quiz yourself and your team based on the code you ship. It's in beta and a lot of changes are still on the way, but if you want to check it out and give feedback, feel free to sign up for free.

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

#837
I built a guest list management tool for a music festival.

Nothing technologically ground-breaking: Two front-end apps and the back end to support them. The project gave me an opportunity to try out Svelte and FastAPI in a substantial way, as well as operate in the capacity of product designer and owner which I haven't in many, many years of being a developer, since long-gone days of holding the title, "webmaster."

The two main parts were an administrative list management app, where names are entered and credentials allocated, and a checkin app designed to be used on a mobile device on the day of the festival. The challenges were making a data entry and lookup UI significantly better than the systems which had been used before, which ranged from loose sheets of photocopied hand-written notes to poorly-conceived, resource-intensive, and error-prone spreadsheets. It may sound like a low bar, but some of the biggest hurdles were convincing particular stakeholders who had been doing things one way for years to give up some control in exchange for widespread and timely synchronization.

The most satisfying part was the feedback I received as I made a dozen or so people's lives easier for a moment. The tool I built literally saved several relationships which had been frayed over the years over, yes, the seemingly inconsequential task of managing a guest list. A relatively large one, to be sure. After several years of working for companies and on projects with seemingly no direction and little direct customer feedback, it was extremely gratifying to work on something with clear goals and transparent, timely insight into how people were using the apps, enabling targeted and rapid turnaround for suggestions and requests.

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

#838
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)

#840
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

Post reply on HN