primaprashant

↗ HN profile [ 94.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This Month in Agentic Coding: May 2026 (agenticcodingweekly.com)
  2. Codex CLI Cheat Sheet (agenticcodingweekly.com)
  3. Codex CLI Cheat Sheet (agenticcodingweekly.com)
  4. 5 Best Open-Source Speech-to-Text Tools (agenticcodingweekly.com)
  5. An awesome list of curated open-source speech-to-text and voice typing tools for Linux, macOS, Windows, Android, and iOS.

  6. Ran a hands-on workshop in Tokyo where ~50 engineers built a CLI coding agent from scratch in Python and now, I've converted it into a self-paced exercise. GitHub Repo: https://github.com/primaprashant/alduin This…

  7. I ran a hands-on workshop in Tokyo where ~50 engineers built a CLI coding agent from scratch in Python. I've converted it into a self-paced exercise. GitHub Repo: https://github.com/primaprashant/alduin We start from a…

  8. Curious what tools people are using that aren't GenAI/LLM-based. Things that have actually changed how you work, not just minor conveniences.

  9. 2025 Agentic Coding Reading List (agenticcodingweekly.com)
  10. 2025 Agentic Coding Reading List (agenticcodingweekly.com)
  11. I want to give a lot of fucks (anandprashant.com)
  12. Use hns, a speech-to-text CLI tool to transcribe your voice from your microphone directly to clipboard. Integrate hns with Claude Code, Ollama, LLM, and more CLI tools for powerful workflows. hns transcribes your voice…

  13. hns: CLI tool that records your voice, transcribes it locally using faster-whisper, and copies the transcription to your clipboard Install: `uv tool install hns` or `pipx install hns` Run `hns`, ramble for 5 minutes,…

  14. Claude Code is great with detailed context, but I got tired of typing long prompts in the terminal all the time. I wanted local speech-to-text (STT) tool that actually worked in the terminal, so I built `hns`. It pipes…