Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SegmentTree
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
35 ms
·
1.
▲
by
SegmentTree
9d ago
Yes, that's how I am using it. However there is an experimental qemu microvm backend and a push for podman support if that is more interesting for you.
2.
▲
by
SegmentTree
10d ago
Personally I am using Eclipse Enclave to sandbox my agents. Good to see another fully open source solution in Coop.
3.
▲
by
SegmentTree
14d ago
We use MCP when security and tight capability boundaries are important. For example, even GitHub’s fine-grained tokens aren’t always fine-grained enough for our use cases. In those situations, it’s straightforward to build a small MCP serve
4.
▲
by
SegmentTree
1mo ago
Eclipse Enclave does exactly that: There is an outbound firewall and secret injections, so that the agent never sees a real key. And it's fully open source: https://github.com/eclipse-enclave/enclave
5.
▲
by
SegmentTree
1mo ago
As soon as I tried Claude Code it was clear to me that I want it to run in yolo mode, but safely. I can very much recommend the Eclipse Enclave sandbox which is fully open source, see https://github.com/eclipse-enclave/
6.
▲
by
SegmentTree
1mo ago
I agree. I am using Eclipse Enclave with great success to sandbox my agents https://github.com/eclipse-enclave/enclave
7.
▲
by
SegmentTree
7mo ago
Isn't the main vulnerability the cache poisoning in GitHub Actions? Yes, the agent installed a malicious package in its workflow. But if GitHub Actions had been properly isolated, the attack would not have been possible. It's basi
8.
▲
by
SegmentTree
1y ago
Thanks for the showcase. I have a question: Can your tool detect duplicates with lower resolution? A typical use case would be images received via chat apps, which are often downscaled to save bandwidth. If I have a higher quality version,
9.
▲
by
SegmentTree
1y ago
I think it's worth mentioning that the Theia IDE is a fully open source VS Code-compatible IDE (not a fork of VS Code) that's actively adding AI features with a focus on transparency and hackability.