HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dragonfax

no profile record

Submissions

Intent-Driven Development

jason-stillwell.com
3 points·by dragonfax·قبل 4 أشهر·4 comments

comments

dragonfax
·الشهر الماضي·discuss
No, it's like that on desktop too.
dragonfax
·قبل شهرين·discuss
Reminds me of word processing on DOS back in the 80s and early 90s. Pre-WYSIWYG.
dragonfax
·قبل شهرين·discuss
Shouldn't it be called something like "Copilot Voice"?
dragonfax
·قبل 3 أشهر·discuss
Huh, somehow I had no idea that Obsidian wasn't open source. I guess I was fooled by the open source plugins.
dragonfax
·قبل 3 أشهر·discuss
Claude Code (subscription) has Agent Teams built in. Teams of Agents communicate with local files that they use as inboxes and task list. Has tmux and iTerm 2 integration. https://code.claude.com/docs/en/agent-teams

They can rack up some extra tokens if you leave agents going idle. Because they loop, checking for new messages for them.

This fellow reverse-engineered exactly how it works and then abstracted the pattern into an MCP server that any Harness/agent can use. https://github.com/cs50victor/claude-code-teams-mcp
dragonfax
·قبل 3 أشهر·discuss
People always warn that this setup can corrupt your stuff, which I understand you definitely wouldn't want to try to share Git via Google Drive.
dragonfax
·قبل 3 أشهر·discuss
Given that it's paywall, there's a good reason for that. (gift link below no longer works)
dragonfax
·قبل 3 أشهر·discuss
Using Claude Channels can make it easy to inject prompts and get just the response back without having to identify it in the terminal output or fight with the TUI.

But they're not well designed, and some things just have to go in through the terminal interface like slash commands (i.e. `/clear`)
dragonfax
·قبل 3 أشهر·discuss
The law of Software Envelopment. Jamie Zawinski in 1995 stated that "software inevitably expands to include email functionality, or it is replaced by software that does"

Clearly, that's not the case anymore. Nowadays you just swap out "email" for "LLM"
dragonfax
·قبل 4 أشهر·discuss
Oh my gosh, he's trying to stay awake but having a hard time so he keeps tiping over.
dragonfax
·قبل 4 أشهر·discuss
Nice! I'll read up on it.
dragonfax
·قبل 4 أشهر·discuss
As software engineers, I get the feeling we’re moving almost entirely away from code.
dragonfax
·قبل 5 أشهر·discuss
The backwards horse is my fault, period. I didn't read the direction.
dragonfax
·قبل 5 أشهر·discuss
1. Start with root to bind the port below 1024.

2. give up root because you don't need it any further.

3. Only accept non-root logins

4. when a user creates a session, if they need root within the session they can obtain it via sudo or su.