unhappychoice

↗ HN profile [ 34.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. "32 commits, 5 PRs merged" tells you nothing. This takes your GitHub activity and has an LLM write it up as a narrative you'd actually want to read. Published to GitHub Pages every Monday as static HTML. There's also a…

  2. I have never been able to keep a diary. Tried paper notebooks, journaling apps, daily templates. Always the same arc: a week of momentum, then nothing. The busiest days vanished first, because I was too busy living them…

  3. Gitlogue is a CLI that turns your Git commits into a typing-style replay. It visualizes diffs line by line, shows the file tree, and plays back each edit as if it were typed in real time. Key points • Realistic typing…

  4. I’ve been building GitType, a CLI typing game that generates problems directly from GitHub repositories. Instead of practicing on random text or predefined exercises, you type through real-world code. The latest release…

  5. I built a small Rust CLI game called GitType. It’s a typing practice tool that takes your own Git repository and turns the code inside into typing material. Instead of random words, you type through real functions,…

  6. Hi HN, I built a simple CLI tool called `mdts` (Markdown Tree Server) that serves Markdown files from a local directory with a web-based interface. Key features: - File tree navigation in the browser - Instant preview…

  7. Kotlinz (github.com)