primaprashant
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Copy Remote File Contents to Local System Clipboard with OSC 52 (anandprashant.com)
- Show HN: Hns – Local open source speech-to-text CLI (github.com)
- 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…