algonzalez
algonzalez
@algonzalez.bsky.social
Nice! I'm still on number of tosses between before a drop and that number is pretty close to your minutes 😆
November 11, 2025 at 3:25 PM
I had "look into ACP" on my backlog. Will be moving it up in priority. agentclientprotocol.com/overview/int... #ai #agentic #acp
Introduction - Agent Client Protocol
Get started with the Agent Client Protocol (ACP)
agentclientprotocol.com
August 27, 2025 at 2:15 PM
Looking to git worktrees (git-scm.com/docs/git-wor...) for this. I can have multiple agent sessions going and one for the human agent😉
Git - git-worktree Documentation
git-scm.com
August 26, 2025 at 5:26 PM
Perhaps something like this agents.md along with symlinks
AGENTS.md
AGENTS.md is a simple, open format for guiding coding agents. Think of it as a README for agents.
agents.md
August 22, 2025 at 1:49 AM
Would be nice if we could come up with common files/locations.

- Claude: CLAUDE.md
- Cursor: .cursorrules
- Gemini: .gemini/styleguide.md
- Copilot:
+ .github/copilot-instructions.md
+ .github/instructions/*.instructions.md
+ .github/prompts/*.prompt.md
- Windsurf: .windsurfrules

Sheesh!
July 7, 2025 at 3:36 PM
Great! Now I'll have to get various sensors around the house and garden to play with data I can send to this thing. 😁
June 27, 2025 at 1:27 AM
Nice! So, can you send to it directly, or does it only go through their servers?
June 26, 2025 at 6:23 PM
And a "db" profile, since Azure Data Studio is being retired (learn.microsoft.com/en-us/azure-...). Maybe even db specific ones like psql, mssql, ...?!
What's Happening to Azure Data Studio? - Azure Data Studio
Azure Data Studio is being deprecated.
learn.microsoft.com
June 26, 2025 at 3:53 PM
I'm happy with my Lenovo Slim 7i Aura Edition 14" OLED, but I don't think you can spec it up to 2TB. Also seems to be hit or miss availability on the Lenovo site. Had it for a bit over a month and still glad I got it instead of the 14" MB Air.
June 25, 2025 at 7:21 PM
const semver = require('semver');
console.log(semver.satisfies('1.0.0-rc.0', '^1.0.0-rc.1')); //false
console.log(semver.satisfies('1.0.0-rc.1', '^1.0.0-rc.1')); // true
console.log(semver.satisfies('1.0.0-rc.2', '^1.0.0-rc.1')); // true
May 21, 2024 at 8:18 PM
It seems to depend on the library used to check the constraints. The github.com/npm/node-sem... seems to give the expected results.
May 21, 2024 at 8:18 PM
What? 130ml! You can get like 4 espresso shots in there!
May 20, 2024 at 7:59 PM