primaprashant

↗ HN profile [ 81.3 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…

  15. Get a random ASCII art for LGTM by visiting the website [1] or by calling the API [2]. I sometimes use these in the comment when approving the PRs. [1]: https://lgtms.app/ [2]: curl -sL lgtms.app/api | jq -r '.art'

  16. Hey HN! I built a simple CLI tool called "tqu" to match my workflow for tracking tasks and todos. Previously, I kept tasks grouped in a single text file, adding tasks to the right group whenever they came to mind, and…

  17. You are writing a prompt for Claude and you press the enter key to add a new line but you end up sending the text. How annoying! Has it ever happened to you on Slack? On Discord? I spend a lot of time writing text in…