Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jachris
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jachris
1mo ago
Agreed. Network control and secret injection together with a microVM setup is as good as it gets right now, although I believe that we need more fine-grained tools down the road. It sounds like Microsandbox would be the perfect fit for what
2.
▲
by
jachris
1mo ago
But in both cases, I want the secrets to be undiscoverable by the AI. Agreed! But if you use domain-scoped header-only substitution within Isolade, then the AI really has no way to get the actual value (unless the service behind th
3.
▲
by
jachris
1mo ago
Most people run their coding agents directly on the host system. In my opinion, this is not a good long-term solution. Regular usage requires some kind of isolation, unless you like living on the edge. Codex ships with a lightweight sandbox
4.
▲
Show HN: Isolade, a local-first coding agent workbench with secretless microVMs
(github.com)
3 points
by
jachris
1mo ago
|
4 comments
5.
▲
by
jachris
2mo ago
I would totally prefer to buy something without spyware. But so far I have not found a good alternative to my 42" C-series OLED. You do have to carefully configure it to not phone home, but besides that (and some minor problems with pe
6.
▲
by
jachris
9y ago
Let me know if you have any questions or feedback.
7.
▲
Introduction to a Cross-Platform Build System: Cook
(getcook.org)
1 points
by
jachris
9y ago
|
1 comments
8.
▲
by
jachris
9y ago
Let me know if you have any questions or feedback. I'll try to answer everything.
9.
▲
Introduction to Cook
(getcook.org)
2 points
by
jachris
9y ago
|
1 comments
10.
▲
by
jachris
9y ago
You could take a look at https://getcook.org/docs/features/ or the examples provided at https://github.com/jachris/cook/tree/master/examples to know more.
11.
▲
Cook – A Modern Build System Written in Python
(getcook.org)
1 points
by
jachris
9y ago
|
3 comments
12.
▲
Show HN: Cook – An Extensible, Dynamic, Fast and Cross-Platform Build System
(getcook.org)
2 points
by
jachris
9y ago
|
0 comments
13.
▲
by
jachris
9y ago
Well, at the moment your best bet would be "Bazel" I think. It has rules for many languages. I try to do something similar with my own project https://github.com/jachris/cook – it's not ready though, but
14.
▲
by
jachris
9y ago
Yes, the original motivation for me was because I did not want to mess with Make or similar build systems every time I create a new project or make a big change. It is more similar to systems like Bazel or CMake, where you define tasks in
15.
▲
Show HN: Cook – A Modern Build System
(getcook.org)
4 points
by
jachris
9y ago
|
2 comments