HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cirwin

no profile record

Submissions

Shell permission errors for busy coding agents

da.vidbuchanan.co.uk
2 points·by cirwin·7 เดือนที่ผ่านมา·0 comments

Green Tea Garbage Collector

github.com
108 points·by cirwin·ปีที่แล้ว·11 comments

comments

cirwin
·7 เดือนที่ผ่านมา·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
·11 เดือนที่ผ่านมา·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
·ปีที่แล้ว·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
·ปีที่แล้ว·discuss
We currently download node if the system version isn't recent enough (we used to always download it, but I fixed that...).
cirwin
·ปีที่แล้ว·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
·ปีที่แล้ว·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
·2 ปีที่แล้ว·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