Live data from Hacker News

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

news.ycombinator.com

691–700 of 773 posts

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

#692

https://curvefit.app it's a weight-training app that helps you train along your "pareto frontier" of weight vs reps. The idea is to train at lower weight-higher rep, medium weight medium reps, and higher weight, lower reps for every movement. I tried to develop my own weight training program following bits and pieces of advice from bodybuilding forums and ended up injuring several tendons in my first year. So I did a…

Interesting, this reminds me of my workout planning tool, which I've been working on. https://grademyworkout.com/

This is really awesome! I used to have an movement to tissue mapping in an earlier version of app but I opted to focus more on the weight-reps curve it because the tissue volume calculations added too much complexity to the interface, and it just encouraged me to do too many different movements. So exercise selection and tissue coverage is something I actually think about outside my app.

I had coefficients mapping each exercise to its tissue impact but it was kind of arbitrary and unscientific - even between athletes you will have different techniques on the same movement that will impact tissues differently. I do think that workout design is a super important area and I hope you crack it, it was too hard for me to do a good job on.

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

#694
I'm spreading my bets a lot lately, trying a bunch of stuff:

https://modelrigs.com - a website for running open weights models on various hardware setups, including benchmarks, how to run them, and a TCO economics analysis

https://riverfish.uk - this one's a bit different! It's basically a pSEO experiment in combining fish population surveys and river data across England

https://findclients.org - a B2B client prospecting database of UK companies across different cities and industries, with a market analysis of the different sizes and ages of companies

https://octoloops.com - AI growth app. I've downgraded my time on this as although I could get users to sign up, getting them to actually use the app hasn't worked out at all; new users won't reply to my nice founder emails either. Bit of a bummer because I invested quite a lot of effort but it just doesn't seem to be working. Ironically I still use it to dogfood on my own projects...

https://signalbump.com - another experiment: enrich people's projects in monday.com with data on new (capital) projects and expansions of their clients. It's a monday.com app, the marketplace submission process was very challenging as a solopreneur. We'll see, very early days.

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

#695
I’m working on OttoCAM (http://ottocam.com) - a Mac/Windows CAM app that aims to make CAM for makers/diy/hobby folks as easy as slicing for a 3d printer.

I wanted something that I could load in a step file, push a button and have the CAM just “happen” (while still having overrides and custom controls).

I build combat robots and am a Mac user. I was frustrated at the limited CAM options (fusion 360 is bulky, crashy, slow. kirimoto and many others only do STL files and don’t have adaptive tool paths).

I’ve been working on OttoCAM for the last 8 months. It’s free while in beta, and when it does go paid will be a single affordable purchase (like Lightburn).

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

#696
Nothing to special, but I made a workout tracker that allows me to only log a standard, scored workout.

This solves exactly n=1 user's issues: I tend to fall off the workout wagon without public accountability and when I dont get scores to improve on and especially to degrade and dillute my gym trips to the point of ennui.

It's free and public until it breaks:

https://aft.jodavaho.io

My progress

https://aft.jodavaho.io/track/46B8XWPCVK5MVS35R8X53Y8KY5

(heavily helpd by AI on the frontend - I am terrible at it)

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

#697
https://intestinate.com/gusco/

TUI file manager with Bitwarden/SFTP/S3 support written in go.

Runs pretty much anywhere.

Current feature in the works is built-in audio player.

As someone who still likes to purchase and organize music in files and directories, I couldn't resist the itch to code a worthy competitor to Cubic Player :)

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

#698
I built https://kadaster.club, which shows all land parcel data of the Netherlands. There's some existing sites for this but they quickly try to upsell you stuff and/or are slow and don't show the parcel data when zoomed out too much. None of the other ones I've seen render the parcel data as vectors either, which hurts my eyes.

I also just added https://kadaster.club/mcp so an agent can query the same data and even look in the data available on https://omgevingswet.overheid.nl/ to answer question around what is allowed and what permits you need for a specific location

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

#699
Queryable climate data for major cities. The main question I'm trying to answer is: where can I maximize the number of comfortable hours I can spend outdoors, whether doing light activity or just sitting around?

DeepSeek can query a processed climate dataset directly, and other agents can use the same interface:

https://climate.fiodorov.es

---

See also:

https://hn.fiodorov.es for RAG search across Hacker News comments

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

#700

https://curvefit.app it's a weight-training app that helps you train along your "pareto frontier" of weight vs reps. The idea is to train at lower weight-higher rep, medium weight medium reps, and higher weight, lower reps for every movement. I tried to develop my own weight training program following bits and pieces of advice from bodybuilding forums and ended up injuring several tendons in my first year. So I did a…

It looks interesting but as someone else noted, it needs more images and animations, way less walls of text. There's a huge database of licensable animations that several apps I've seen use. E.g. take a look at the animations in Hevy. I forget the name of it now but you should be able to find it easily.

yeah, point taken, I do need to rewrite the user-facing documentation to be more accessible (and less obviously LLM-assisted, heh - although I did review and edit all of it). Workout design (including teaching a user how to do an exercise) and logging are two legitimately different tasks in a workout app and I wanted to focus on being the best logger. Maybe this is paranoid but I felt that saying "here's how you do a workout" introduced a little more potential liability than punting to "if you don't know how to setup a workout and learn to do the movements, hire a personal trainer to help you figure out movements appropriate for your fitness level."
Post reply on HN