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?
269 points | 1002 commentspage 27
thangalin 1 day ago|
http://autonoma.ca/calculators/rocket/antimatter/

Given a distance, an allowable time to reach that distance, a payload to send, and an expected exhaust velocity, how would you calculate the time required to convert energy into antimatter fuel and how much antimatter needed to arrive at the destination (starting from the Moon)?

There are a few side calculations, such as the size of the radiator, estimated footprint of the fusion reactor itself, and how much metamaterial is needed. This is to help figure out timelines for a sci-fi novel, so ballpark answers are completely fine.

The calculations yield what appear to be values around the correct order of magnitude. Would be delighted to have insights, comments, and corrections.

stroebs 1 day ago||
An EU replacement for PagerDuty, focusing on the absolute basics - SSO as the minimum even on free, no AI driven workflows, overviews etc. but may include ML/AI driven insights in future since that’s the way the world seems to be going.

https://rotadeck.com/

justhw 21 hours ago||
I've been working on https://thumbnail.ai/ full time for a year now. It lets you make thumbnails for your social media and youtube videos with preset templates. Going great so far. I'm looking for a marketer/content creator to grow it.
taegee 21 hours ago|
I'm sorry, but this is precisely the reason I'm using DeArrow.

https://dearrow.ajay.app/

jwilliams 1 day ago||
I've been working on JavaScript runner for untrusted code. The whole API is only exposed via messages passed over stdio. Security layers: V8 isolates, two-stage seccomp, frozen globals, mount namespaces, landlock, and more. https://github.com/jonathannen/hermit

Plus it's too early to really show, but also working on a dataflow language (w/ immutable data) that uses some code semantics from Rust/Zig and friends: https://github.com/jonathannen/badger

thearn4 18 hours ago||
Good old fashioned machine learning (GOFML?) Using mixes of different sensor data from industrial 3d printing processes to production quality. Not as fashionable as LLMs at the moment but there's new innovations to make in the space, so it's honest work.
rcarmo 1 day ago||
I’m stabilizing piclaw (https://rcarmo.github.io/projects/piclaw) - it is now my main IDE for all my personal projects, and I run several instances with different plugins. This is _not_ an OpenClaw clone, it is pi in a web trenchcoat, with (I hope) most of the philosophy in place.

I am also working on various other things (a Go Clojure interpreter with IR/WASM, my own inference library, etc.). All are linked from the page above to a degree.

edumucelli 15 hours ago||
Fast, customizable, and extensible dock application -- fully written in Python, with built-in applets and full Linux desktop integration.

https://docking.cc

bad2j 17 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.

pizzly 1 day ago||
Paste Redactor. It redacts Personable Identifiable Information (PII) from your clipboard when you copy and paste text. It uses a custom trained local AI model so that your PII never leaves your device. That is what it does now. Currently working on it to make it work for agents as a privacy protection layer. The idea being that the most powerful AI models live in the cloud but need access to your local files to be useful. We instead want everything to go though a local protection layer before it is sent to the cloud possibly with labels and then reconstructed locally when the cloud sends back its results. Kind of like a Adblocker but for agents and private data instead.

https://redactor.negativestarinnovators.com/

vulkoingim 1 day ago|
Been working on and off on a Spotify recommendation egnine after getting tired of Spotify’s repetitive recommendations.

You get to choose the genres you're interested in, and it creates playlists from the music in your library. They get updated every day - think a better, curated by you version of the Daily Mixes. You can add some advanced filters as well, if you really want to customise what music you'll get.

It works best if you follow a good amount of artists. Optionally you can get recommendations from artists that belong to playlists you follow or you've created. If you don't follow much or any artists, then you should enable that in order for the service to be useful, as right now that's the only pools of artists the recommendations are based on.

https://riffradar.org/

More comments...