Posted by david927 1 day ago
Ask HN: What are you working on? (August 2026)
The app has been my long term side project for more than 2 years now. I've been playing guitar for more than 20 years, mostly as a hobbyist. It started as a personal project and I've got immense value out of it in terms of speed building and consistency of practice. I believe other guitar players can find it useful too.
A few months back I got a burst of inspiration to pursue it more seriously. After my last contract ended, I've been primarily working on it. Eventually I may go back to contract work again but for now I'm excited to spend dedicated time on it! Do give it a try, or share it with guitar players in your circle.
I got inspired by the guys behind purelymail.com so I'm keeping the pricing simple $9/mo or $90/yr per project. The free plan has every feature, capped at 50 feedback items.
I'm running a promotion for the month of August: http://shiplog.ca/fairwinds
https://micro.mu https://github.com/micro/mu
Also have an agent harness and service framework in Go
My primary target right now is e-commerce due to rich data streams, however if you think your business would benefit from this tool, I would be happy to connect and discuss it.
Every day, players answer 5 questions that require estimating some quantity, such as distance, year, cost etc. Then you can compare against answers of other players and the real answer.
Working on finding the right balance of questions that are both fun and also help understand facts about the world.
It's a few classes of C# right now that parses a folder and auto generates the navigation, links, titles and summary off of the folder/file structure for the 1st level and then subsequent depth is mapped to individual items in the list view not on the nav bar (although I did that too, it looked weird with higher depth). So if you have a folder with 3 files and 2 additional folder you get 5 links in the nav bar, 3 content pages and 2 list pages. No other setup is needed. No llm written code, but I used deepseek v4 flash to ask various questions and get samples of some things.
I forgot just how much depth there is to exploring a simple problem. Loving it!
That’s a great problem to have! Keep going!
I believe typing is probably one of the most important skills in 21st century for knowledge workers and yet one of the most neglected. Hoping to change that.
Anyone can learn to type fast, without having to think about or look down at the keyboard. We are building the best tool to help people get there quickly
Small bit of feedback that might help it stand out more from the crowd and appeal to HN users: Add in training for Colemak, Dvorak, and maybe regional variants like AZERTY.
I definitely approached it from an engineering perspective - building what I thought was missing in the space that I wanted. In hindsight, it may not be the best business to quit a FAANG job for haha.
> Colemak, Dvorak...
We have these :). Have QWERTZ and British QWERTY as well. Going to add AZERTY next and a few others.
I an also exploring more uniqie/niche ones like Kinesis keyboards, etc.but no plans for this just yet.
> good luck!
Thank you!
Some more feedback
I'm a fairly fast typist (~120 wpm) so I didn't dig too deep into your tool, but I did see that you seem to have a metric around highlighting for letters where people might be making mistakes.
You might already be doing this, but my back-of-the-envelope thought is that you really don’t want to think about typing in terms of individual letters; you want to think in terms of clusters. Ideally, you’d use some kind of frequency corpus or Markov model or something similar to break text into commonly occurring constituent clusters, e.g. the -ing in a gerund.
It's essentially the equivalent of "memory chunking" but applied to typing analysis. That’s not to say letter-level analysis is not useful (especially for hunt and peckers learning where the keys are) but as the person progresses, you’d want to introduce this idea of statistical feedback on common sequential clusters.
Something I'm working on next as well is making it more engaging!
Thank you