Viewing profile — llimllib
llimllib
HN member- Joined
- Sat, May 05, 2007, 2:29 AM UTC
- HN karma
- 6,715
- Public activity
- 1,480 items
- HN profile
- View on Hacker News ↗
About llimllib
http://notes.billmill.org
https://hachyderm.io/@llimllib/
https://github.com/llimllib
Recent public activity
-
comment
Comment #49243926
Your agent writes secret.txt with the placeholder, and the tokenizing proxy replaces it with the token, then the agent reads secret.txt
-
comment
Comment #49243794
Poorly! Apple’s facilities for this are the ones I know best, and they are woefully insufficient
-
comment
Comment #49242449
right, but say you give the agent access to github and it can push as you, or make a gist; now it can easily exfiltrate your secret. And that's just an easy case - really if it has…
-
comment
Comment #49242388
Operating systems ought to be providing us the utilities we need to safely sandbox processes (agent or otherwise), but they appear to not be interested in the job
-
comment
Comment #49242369
This is what I currently do, but my software uses docker and docker mounts act as a bypass for the file system restrictions, plus docker processes started outside the sandbox allow…
-
comment
Comment #48905598
“Smoking gun”
-
comment
Comment #48894278
> Is that built in protection really a filter, on code level yes, on mac it uses seatbelt and on other platforms it uses similar tools: https://code.claude.com/docs/en/sandboxing
-
comment
Comment #48821250
Yes, as a consequence of how aggressively transparent to the postgres wire protocol pgbouncer wants to be. This article does a good job explaining it: https://www.augusteo.com/blog…
-
comment
Comment #48470802
the author of this post (whom you were responding to) made `libgit`, the library that preceded `libgit2`, and contributed to libgit2 a long time ago as well. Here he is in 2010 wri…
-
comment
Comment #48470205
Is this new? I thought we had this already In my testing (iirc) filesystem performance was not good enough to be usable with node/rust dev where lots of small files get stat-ed upd…
-
comment
Comment #48445270
I remember sitting in the senior study lounge reading the previous Bishop book and implementing the perceptron from it, 22 years ago: https://github.com/llimllib/personal_code/blob…
-
comment
Comment #48416072
it's usually a "something is better than nothing" situation. If you have somebody willing to write custom release messages, that's definitely better; but conventional commits is be…
-
comment
Comment #48356515
the surreal docs should not say "surreal is open source", it's source-available under the BSL
-
comment
Comment #48315604
cross-checking your profile suggests that https://github.com/tensorzero/durable is the repo you're referring to You might consider another name for it, that one is wholly ungoogle-…
-
comment
Comment #48314295
Armin Ronacher's `absurd` is an implementation of durable workflows for postgres: https://lucumr.pocoo.org/2025/11/3/absurd-workflows/ https://github.com/earendil-works/absurd http…
-
comment
Comment #48308166
I've written typst, but if I understand correctly (which I'm really not sure I do?) the article is talking about markdown documents with pandoc commands in them that get translated…
-
comment
Comment #48303216
I wish the article showed what the markdown format for working with typst and pandoc looked like, and what an output PDF looked like. I have no idea whether I'm interested or not f…
- story
-
comment
Comment #48221552
3.15: https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-...
-
comment
Comment #48136244
bagder merged a fix to curl in response to my report: https://github.com/curl/curl/commit/b079595f2e903b820a027a68... Sorry for not believing you initially! I'm very surprised that…
-
comment
Comment #48084505
Interesting! I took a look with the agent and it looks like it was this change that went in at curl 8.8.0: https://github.com/curl/curl/commit/3eac21d86bc50ba459a9a8a0... (same one…
-
comment
Comment #48080430
> curl, for example, seems to illegitimately strip a trailing question mark (could be only for the command line, didn’t test library usage). umm what? I don't know what they're act…
-
comment
Comment #47619700
libgit2 is not nearly as thoroughly tested as the git CLI is, and it is not actually hard to imagine that calling the git CLI to create new repos is faster than shelling out to a C…
-
comment
Comment #47489325
It really feels like Firefox is not a supported browser on GitHub, I hit this and also find that much of the time the commit message is not correctly pulled from the PR description…
-
comment
Comment #47440643
My alma mater, Ursinus, is a very small school and has few claims to fame; but one of them is that John Mauchly taught there before going to Penn to design ENIAC. Wikipedia puts it…