Live data from Hacker News

Ask HN: What are you working on? (July 2025)

news.ycombinator.com

201–210 of 900 posts

Re: Ask HN: What are you working on? (July 2025)

#201
Working on SAAS Community Builder - https://kocial.net

We saw an increase in demand for individuals willing to build their own HackerNews, Product Hunt, or Reddit-like Community.

So, we built a SaaS platform for them, where they can launch their own community with their custom domain in just a few seconds.

Demo community - https://kocial.co

Get your own community here - https://kocial.net

Re: Ask HN: What are you working on? (July 2025)

#202
I'm working on an engine for Excel-like formulas, which will be available both as a library and as a service (which I've mentioned on HN a few times before). I originally started work on the engine back in 2008, when our app builder needed it.

This is a wheel I see people reinventing all the time, often for use in SaaS applications. The implementations are often underwhelming: function support is limited, documentation is sparse to non-existent and errors are typically only communicated at runtime -- if at all. Formula editors usually lack autocomplete, making them frustrating to use.

I've spent years solving all these problems (with a statically-typed language), and I'd love for others to benefit from the work. I have extracted the formula engine from our app compiler, so the library is nearly complete. The runtime part (evaluating formulas) has been rewritten in TypeScript. Next, I'll build a service around it to validate, compile and evaluate formulas -- which should be fun.

I'm planning to do a Show HN once I have a preview up and running.

Re: Ask HN: What are you working on? (July 2025)

#203
I'm digitally cataloging all US vintage print advertisements I can get my hands on (https://adretro.com). The backend is built on MySQL and Lucee and the full page ads published with Notion and Super.so. I'm using OpenAI vision to extract entity data from the images.

So far I've cataloged about 1500 advertisements out of the ~100,000 in my possession. Of which that is probably only 0.1% of all the major material out there. It's going to take a long time! I'm going at a rate of about 10,000/year. I'm going to have to speed this up :) But I've gotten the process to catalog a full magazine down from a week to a few hours.

I'm thinking of ways to support the archive. I am doing original art from the ads I may sell, or sell really nice copies of rare ads.

Re: Ask HN: What are you working on? (July 2025)

#204

My roommate and I are still working on Tornyol, our mosquito killing drone! It uses ultrasonic sonar to detect mosquitoes, and missile control theory to ram into mosquitoes and grind them in its propellers. Our target platform is a 40 grams tinywhoop so it’s safe to fly everywhere and makes almost no noise :). A Roomba for mosquitoes! The main plus compared to traditional systems is that a drone can cover an enormous…

Please make sure it is specific to mosquitos and does not attack other insects. Insect populations worldwide are experiencing significant declines in both abundance and diversity, with several studies reporting reductions ranging from 40% to 75% over recent decades. Estimates suggest that 5%–10% of all insect species have disappeared in the last 150 years, and some global meta-analyses indicate terrestrial insect pop…

From the linked Hackaday article:

> If you don’t want to kill flies, wasps, bees, or other useful pollinators while eradicating the tiny little bloodsuckers that are the drone’s target, you need to be able to not only locate bugs, but discriminate mosquitoes from the others.

> For this, he uses the micro-doppler signatures that the different wing beats of the various insects put out. Wasps have a very wide-band doppler echo – their relatively long and thin wings are moving slower at the roots than at the tips. Flies, on the other hand, have stubbier wings, and emit a tighter echo signal. The mosquito signal is even tighter.

Fascinating engineering! Doesn't seem like it would be possible but it apparently is. There's also more visuals at about 17 minutes in the video embedded in that article, the signatures seem fairly distinct.

Re: Ask HN: What are you working on? (July 2025)

#206
I am working on DataGrid Toolkit. Based on my experiences building and selling (Excel like) data grids, people always look for your data grid, "but can it do this"? With DataGrid Toolkit, a developer can choose his own building blocks/modules and make a more Excel-like data grid, or make a more DataTables style traditional paginated table. The toolkit is headless and stateless by design and comes with different renderers. Canvas, html or some hybrid. It is written in Typescript and the data store is in Rust/Webassembly.

Re: Ask HN: What are you working on? (July 2025)

#207
We’re building a P2P protocol that replaces capitalist value systems with contribution-based logic. It measures value through actions, prestige (trust), and system response—not profit.

The model is mathematically proven to converge to π, symbolizing natural harmony. So people can choose it not as a dream, but as a rational system for real well-being.

GitHub: https://github.com/contribution-protocol/contribution-protoc...

Re: Ask HN: What are you working on? (July 2025)

#208

I have been unemployed for the last few months, and there's only so much TV and YouTube I can watch without going utterly insane between interviews, Since WGU just started doing masters degrees in CS, I decided it would be a way to kill large amounts of time while getting at least a little out of it, so I registered for it. I've been a professional software person for like fourteen years, so I was able to knock it ou…

Good for you. Cross my fingers that you'll land a good job soon. Or create your own job.

I have a few prospects lined up.

I'm actually planning on doing a second masters from a slightly more prestigious university with a more theory-heavy degree [1], but it's nice to at least have an official graduate degree now. Hopefully it helps me find work a bit quicker, and if nothing else it's just kind of fun to pile up degrees.

[1] https://www.open.ac.uk/postgraduate/qualifications/f04

Re: Ask HN: What are you working on? (July 2025)

#209

I am working on DataGrid Toolkit. Based on my experiences building and selling (Excel like) data grids, people always look for your data grid, "but can it do this"? With DataGrid Toolkit, a developer can choose his own building blocks/modules and make a more Excel-like data grid, or make a more DataTables style traditional paginated table. The toolkit is headless and stateless by design and comes with different rende…

What are some of the more obscure requirements people have on data grids?

Re: Ask HN: What are you working on? (July 2025)

#210
Built a bespoke loyalty points system for a chain of gas stations back in 2020. Thought at first it would be a one time deliverable and then I could move on with my life. Cut to today and I'm trying to launch it into it's own platform.

Nothing much to show other than one client, but I'm on the cusp of charging them monthly vs getting paid by the hour.

Post reply on HN