Top
Best
New

Posted by david927 1 day ago

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

What are you working on? Any new ideas that you're thinking about?
263 points | 978 commentspage 19
meandave 16 hours ago|
Diagnostic tool for all vehicles.

Describe your symptoms in as much detail as detail as you like and get a full diagnostic report with parts links, tutorials, price estimates, guides for diy

Includes car sales tool, generates all the documents you need for the dmv in your county/state

iPhone all connects to Bluetooth obd2 sensors for check engine lights and live driving data

Setup search alerts for “dream cars”

This one has been a blast to build

https://crewchief.cc

https://apps.apple.com/us/app/crewchief-auto/id6760673109

pythonbase 19 hours ago||
Working on halalcodecheck.com - a platform to verify food ingredients. Something that started as a tool to scan or upload product labels to verify ingredients has now transformed into a repository of brands, food types, and guides covering major accreditation bodies in the US, UK, Canada etc.

In April, the site receievd 3,500 clicks from Google - 7× growth month-on-month. Cited by ChatGPT, Claude, Gemini, and Perplexity.

Working as a solo founder, some of the stuff I shipped last month:

⤷ Launched a seasonal gifting vertical - new revenue surface, new content format, reusable template for future occasion launches

⤷ Audited verdicts for all brands and food items, incorporating data from various authentic sources and official accreditation bodies

⤷ Expanded programmatic SEO across ingredient and brand categories

⤷ Turned zero-result dead-ends into a list growth lever

seugur 21 hours ago||
I am working on a cohort-based coach application. People register with a commitment and aim to do daily tasks. Meanwhile, they can communicate with an AI for any difficulties or feelings that AI keeps the cohort spirit.

But not sure people will be willing to use it. A commitment is highly generic, maybe I need to narrow as daily exercise or something.

Cilvic 18 hours ago|
What's the url?
seugur 12 hours ago||
[dead]
theaniketmaurya 7 hours ago||
Building an execution layer for AI agents so people don't have to use Mac minis to run OpenClaw.

https://docs.celesto.ai

letharion 18 hours ago||
Building a GNSS/RTK-based lawnmower.

The existing ones were quite expensive, especially when I started out. A friend had the idea to get a cheap/non-functioning lawnmower second hand, and tear out the circuit board. We're in the process of coding up a new ROS2 based stack that will roam the lawn on GPS with RTK in the charging station. My friend does most of the electronics stuff, and I focus on the software.

I'm at the point where I will start testing a simple bounding box soon and just have it drive around until it "hits the edge" and then randomly pick a new direction.

It's fun so see the software I build "in real life" instead of as a web-site, as is the case for my my daily job.

Jemm 17 hours ago|
Would love to see your progress as I am very early on in the same project. I was thinking of using ArduPilot and some custom waypoint generators.
letharion 16 hours ago||
Feel free drop me an e-mail on [nick] @ [the big G].com and we can discuss. :) Haven't seen ArduPilot before. Since I'm using ROS already, on of my goals is to lean as much as I can on that and avoid custom work where I can. Nav2 appears to be the most common "go from point A to B" framework in ROS-space.
8note 1 day ago||
my embroidering is going fairly well now, but i need to be able to figure out what floss to buy.

the general idea is to take pictures of birds and mountains, and use a bunch of colour-theory-from-minecraft

to first meanshift a bunch of the image to come up with a lower colour resolution image, then to match that to dmc threads

but then i also want to use tools like the axiom mod to fill in gradients, and to do hue shift/temperature changes to represent shadows, like how bdouble0100 uses purples as a shaded green, rather than a darker green.

ive also been using it to see how the claude code for web setup works, and it feels real poor compared to the cli.

the main problem i think i need to pull to local and do my own code for is the colour sampling from the oklab space. when i try to create gradients from colours already in the list, i ve got a visualization of the line its aiming to follow, but its picking the next colour and placing it out of order vs projecting to the line.

likely my biggest issue is that claude and the like are still bad at thinking in more than 2 dimensions, but i think my vocabulary is also subpar for giving the feedback either in clear linear algebra or colour theory terms.

next idea is for when thats done is to make a mod that turns a survival game into a roguelike - in the style of the hades 2 challenge runs, so i can play a session of the game in a certain biome without having to do all the grind first to get there on a new character.

totemandtoken 14 hours ago||
I have like 14 side projects running, but one I think might be interesting to this crowd is this: https://ideasthetician.substack.com/p/grasping-at-the-future...

Its not far along, but I'm trying to expand upon the ideas of Lisp into a new programming language I call Grasp. If Lisp is a list processing language, Grasp is a graph processing language

bad2j 9 hours ago||
Working on a tool to speed up iterations of backtesting Algo trading strategies (https://foxtradetools.com/):

- Visual tool for building strategies

- Backtest on site or MT5 EA using same json configurations

- Running EA live (or paper mode) in prod automatically feeds the trades back to the site for analysis

- The thing I am most happy with: you can click any trade in backtest result and see exactly which rules were true at the bar that fired

You can try it in action w/o signup using taster page (https://foxtradetools.com/taster)

Solo dev. Open to any feedback.

And1 14 hours ago|
I've started watching soccer more seriously in prep for the world cup (I'm in Canada) and watching live games is never going to happen, so I only watch replays.

There's so many games played per week, I want to find the best/most exciting games to watch, without spoilers. I built a little model to classify games and give me control over the level of spoilers shown so I can watch the best games of the week.

https://nospoilersclub.com

More comments...