josharsh

↗ HN profile [ 31.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a CLI tool that lets you do common video/audio operations without remembering ffmpeg syntax. Instead of: ffmpeg -i video.mp4 -vf "fps=15,scale=480:-1:flags=lanczos" -loop 0 output.gif You write: ff convert…

  2. I spent months watching AI tutorials on YouTube. Took notes. Felt like I learned a ton. Then I sat down to build something and... couldn't. I didn't actually understand a lot of stuff! The problem: Passive learning…

  3. Convert Markdown to beautiful PDFs AND extract Markdown from PDFs using local AI. Features 4 themes, VS Code syntax highlighting, and LLaVA vision model. Zero config, privacy-first, completely open source. No cloud, no…