HackerTrans
TopNewTrendsCommentsPastAskShowJobs

synparb

no profile record

Submissions

Local-First and Portable CI

prefix.dev
10 points·by synparb·2 เดือนที่ผ่านมา·8 comments

Slopification and Its Discontents

charlesleifer.com
3 points·by synparb·4 เดือนที่ผ่านมา·0 comments

comments

synparb
·4 เดือนที่ผ่านมา·discuss
I’ve been playing around with https://nono.sh/ , which adds a proxy to the sandbox piece to keep credentials out of the agent’s scope. It’s a little worrisome that everyone is playing catch up on this front and many of the builtin solutions aren’t good.
synparb
·ปีที่แล้ว·discuss
I'm also a long time conda user and have recently switched to pixi (https://pixi.sh/), which gives a very similar experience for conda packages (and uses uv under the hood if you want to mix dependencies from pypi). It's been great and also has a `pixi global` similar to `pipx`, etc the makes it easy to grab general tools like ripgrep, ruff etc and make them widely available, but still managed.