HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cirwin

no profile record

Submissions

Shell permission errors for busy coding agents

da.vidbuchanan.co.uk
2 points·by cirwin·vor 7 Monaten·0 comments

Green Tea Garbage Collector

github.com
108 points·by cirwin·letztes Jahr·11 comments

comments

cirwin
·vor 7 Monaten·discuss
We'd love to (and, tbh, likely will).

Search had been a blocker, but that's coming soon; beyond that not sure that there's any reason other than inertia. Alacritty is totally fine, but excited for the Ghostty focus on performance (obviously), and the font rendering stuff looks excellent (though TBD how much of that we can "just use" vs needing to copy-pasta)
cirwin
·vor 11 Monaten·discuss
You can configure an arbitrary command to connect to ACP in your settings, maybe something like:

{"agent_servers": { "Container Gemini": { "command": "ssh", "arguments": ["hostname", "gemini", "--experimental-acp"] } }

could work?
cirwin
·letztes Jahr·discuss
Author here. Seemed like the least bad of the options.

Being able to comment out sections of a config file easily is a prime use-case; and that really implies using newlines as delimiters, and well, you fall into this trap..
cirwin
·letztes Jahr·discuss
We currently download node if the system version isn't recent enough (we used to always download it, but I fixed that...).
cirwin
·letztes Jahr·discuss
Zed maintainer here.

We use node.js to run a number of language servers and formatters (which are often written in node due to the VSCode ancestry...).

There've been a lot of requests to disable language servers by default; but I think that's not the right default for most users – things should work out of the box.

That said, better control over this is definitely something we will add.
cirwin
·letztes Jahr·discuss
I’ve been working on https://conl.dev, which fixes/removes YAMLs problematic features.

Trying to find a tag-line for it I like, maybe “markdown for config”?
cirwin
·letztes Jahr·discuss
This inspired me to write https://conl.dev

I agree with his premise that TOML is not user friendly, but INI is not useful enough. CONL attempts to land in the gap
cirwin
·vor 2 Jahren·discuss
I’ve been working on a configuration format [1] that looks surprisingly similar to this!

That said, the expectation in CONL is that the entire structure is one document. A separate syntax for multiline comments also enables nice things like syntax highlighting the nested portions.

I do like the purity of just a = b, but it seems harder to provide good error messages with so much flexibility

1: https://github.com/ConradIrwin/conl