primaprashant
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Talking to My Terminal with Local Speech-to-Text and Pi Coding Agent (agenticcodingweekly.com)
- Show HN: Talking to My Terminal with Local Speech-to-Text and Pi Coding Agent (agenticcodingweekly.com)
- This Month in Agentic Coding: May 2026 (agenticcodingweekly.com)
- This Month in Agentic Coding – May 2026 (agenticcodingweekly.com)
- Step 3.7 Flash loves to use wait in the reasoning (gist.github.com)
- Gemini CLI will stop working from June 18, 2026 (developers.googleblog.com)
- Codex CLI Cheat Sheet (agenticcodingweekly.com)
- Codex CLI Cheat Sheet (agenticcodingweekly.com)
- Stop Typing Prompts to Your Coding Agent (agenticcodingweekly.com)
- 5 Best Open-Source Speech-to-Text Tools (agenticcodingweekly.com)
- Show HN: Awesome Voice Typing (github.com)
An awesome list of curated open-source speech-to-text and voice typing tools for Linux, macOS, Windows, Android, and iOS.
- Show HN: Build Your Own CLI Coding Agent in Python (github.com)
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…
-
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…
-
Curious what tools people are using that aren't GenAI/LLM-based. Things that have actually changed how you work, not just minor conveniences.
- 2025 Agentic Coding Reading List (agenticcodingweekly.com)
- 2025 Agentic Coding Reading List (agenticcodingweekly.com)
- I want to give a lot of fucks (anandprashant.com)
- Show HN: Transcribe Your Voice in Terminal Locally (hns-cli.dev)
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…
-
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,…
-
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…
- Show HN: LGTM ASCII Art as a Service (lgtms.app)
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'
-
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…
- Show HN: I Use Minimal In-Browser Text Drafting Area (gist.github.com)
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…