HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dragonfax

no profile record

Submissions

Intent-Driven Development

jason-stillwell.com
3 points·by dragonfax·há 4 meses·4 comments

comments

dragonfax
·mês passado·discuss
No, it's like that on desktop too.
dragonfax
·há 2 meses·discuss
Reminds me of word processing on DOS back in the 80s and early 90s. Pre-WYSIWYG.
dragonfax
·há 2 meses·discuss
Shouldn't it be called something like "Copilot Voice"?
dragonfax
·há 3 meses·discuss
Huh, somehow I had no idea that Obsidian wasn't open source. I guess I was fooled by the open source plugins.
dragonfax
·há 3 meses·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
·há 3 meses·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
·há 3 meses·discuss
Given that it's paywall, there's a good reason for that. (gift link below no longer works)
dragonfax
·há 3 meses·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
·há 3 meses·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
·há 4 meses·discuss
Oh my gosh, he's trying to stay awake but having a hard time so he keeps tiping over.
dragonfax
·há 4 meses·discuss
Nice! I'll read up on it.
dragonfax
·há 4 meses·discuss
As software engineers, I get the feeling we’re moving almost entirely away from code.
dragonfax
·há 5 meses·discuss
The backwards horse is my fault, period. I didn't read the direction.
dragonfax
·há 5 meses·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.