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
·2 месяца назад·discuss
Reminds me of word processing on DOS back in the 80s and early 90s. Pre-WYSIWYG.
dragonfax
·2 месяца назад·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.