Based on an early prototype that helped me find our current house.
Ask HN: What Are You Working On? (July 2026)
441–450 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#442https://github.com/ricccrd/dd I was annoyed by the speed of docker on Mac’s, so I took a journey and decided to rewrite everything about it. DD was original working name and I’m in process of rebranding. But we can run docker on Mac’s with no vm. And its destroying qemu. We have plenty of new features that are comming. Rendering native apps, workspaces, much more.
Re: Ask HN: What Are You Working On? (July 2026)
#443KEIBIDROP: Makes remote files appear as local (it hides the network latency in order to let you open and edit a peers file without downloading it upfront or re-uploading it fully back).
For version 0.4.0 I am planning multi-user support, using UDP (QUIC) instead of TCP as the networking layer, optimization of live-edit regions of files, and to test it even more for data heavy workflows.
Here is the website: https://keibidrop.com/
And here is the github: https://github.com/KeibiSoft/KeibiDrop/
Re: Ask HN: What Are You Working On? (July 2026)
#444https://github.com/ricccrd/dd I was annoyed by the speed of docker on Mac’s, so I took a journey and decided to rewrite everything about it. DD was original working name and I’m in process of rebranding. But we can run docker on Mac’s with no vm. And its destroying qemu. We have plenty of new features that are comming. Rendering native apps, workspaces, much more.
Re: Ask HN: What Are You Working On? (July 2026)
#445Re: Ask HN: What Are You Working On? (July 2026)
#446Two wonderful books which initiated me into this topic are
https://archive.org/details/lml-remarkable-curves https://archive.org/details/StraightLinesAndCurves
I learnt a lot from these, and found other books which are detailed explorations. Using interactive applets would make wonderful companions for these explorations.
I am planning to use jsxgraph for the interactive applets.
Re: Ask HN: What Are You Working On? (July 2026)
#447Re: Ask HN: What Are You Working On? (July 2026)
#448Re: Ask HN: What Are You Working On? (July 2026)
#449Being unemployed and wanting to make something, I started studying quantitative trading concepts and got into algorithmic trading.
I decided to build out an algorithmic trading platform using the tools I developed for myself.
It's written entirely in Rust but user algorithms are written in TypeScript. It uses a Cloudflare-workers inspired approach to run the user functions.
The server uses under a megabyte of ram to run and user functions also use a negligible amount of memory per invocation.
It's also super fast, with round trip latency of 3ms - well, at least it does when I use the proper server. I'm running it on my low cost server right now so latency is around 50ms.
I know no one will use it, but it's been very fun to make
Re: Ask HN: What Are You Working On? (July 2026)
#450I can start a remote tmux session from my laptop, close the lid, grab my airpods and continue on the same sessions while in a gym or a bicycle.
Planning to open source it soon.