Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rough-sea
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rough-sea
1mo ago
workerd is missing the scheduler - the thing that allows it to operate across nodes. Durable Object storage are just local sqlite databases. celld is the full distributed system (albeit single tenant). It distributes DOs (cells) across any
2.
▲
by
rough-sea
3mo ago
It's not about enforcing read-only - we want agents to do destructive things. Like rebooting a pod, rolling back a deployment, etc. Plus a lot of these services are reached by tunneling through something else. We tunnel into k8s where
3.
▲
by
rough-sea
3mo ago
Could work - but our agents (codex/claude/openclaw) spawn subprocesses - imagine an engineer uses claude to debug an issue, it spawns psql directly, routing around MCP. Wire level interception is the only place a process tree can
4.
▲
by
rough-sea
3mo ago
Yes works at the wire level, not http. Have a look at the example config file https://github.com/denoland/clawpatrol/blob/d2e531d8cb0f1a3a... Claw Patrol holds credentials - so probably doesn't make sens
5.
▲
by
rough-sea
3mo ago
If the operator isn't around, then it shouldn't be approved. But yes, this is a problem, we have to ask the agent to retry after approval if its timed out. Currently the design philosophy is that the agent doesn't need to kno
6.
▲
by
rough-sea
3mo ago
There's a plugin API https://clawpatrol.dev/docs/plugins/
7.
▲
by
rough-sea
3mo ago
You can define different profiles that are associated with different credentials. Take a look here https://clawpatrol.dev/docs/credentials/#single-credential-t...
8.
▲
by
rough-sea
3mo ago
Thanks! Don't forget wire level protocol parsing - this is important because agents usually can spawn subprocesses and if they have postgres credentials, you're just one psql call away from disaster if you only have MCP/HTTP
9.
▲
by
rough-sea
3mo ago
Yes default allow and no rules by default. Some sort of default policy would be a great feature - I've been considering it. No one wants agents to DROP tables. We have a big and detailed config file for our own internal use - but reluc
10.
▲
Show HN: Claw Patrol, a security firewall for agents
(github.com)
112 points
by
rough-sea
3mo ago
|
31 comments
11.
▲
by
rough-sea
4mo ago
Unless you ascribe to some meta-physical soul - you believe human consciousness is encoded in matter - in the interactions between atoms. Actually at a much higher level of abstraction- neurons - but it’s all simulatable in principle. Thus,
12.
▲
by
rough-sea
2y ago
deno added this about a year ago https://docs.deno.com/api/web/~/Temporal https://deno.com/blog/v1.40#temporal-api
13.
▲
by
rough-sea
2y ago
JSR supports sigstore https://jsr.io/docs/trust
14.
▲
by
rough-sea
2y ago
Love the effort but... > We are targeting Summer 2026 for a first Alpha version on Linux and macOS. This will be aimed at developers and early adopters. this is frighteningly far out for a prototype...
15.
▲
by
rough-sea
2y ago
use deno! https://docs.deno.com/runtime/manual/basics/permissions
16.
▲
by
rough-sea
2y ago
"embeds TSC as a library" understates the integration: https://github.com/denoland/deno/blob/75efc74931c1021fdc41c9... https://github.com/denoland/deno/blob/75efc74931
17.
▲
by
rough-sea
2y ago
deno does type checking. https://docs.deno.com/runtime/manual/tools/check
18.
▲
Deno 1.43 released with much faster LSP
(deno.com)
9 points
by
rough-sea
2y ago
|
0 comments
19.
▲
by
rough-sea
3y ago
Don’t underestimate the difficulty of semiconductor manufacturing. It’s not that they’re trying to implement a fixed target - the technology has been exponentially advancing for the last 50 years.
20.
▲
by
rough-sea
3y ago
excellent idea! and use `deno compile` to ship it as a self contained binary
21.
▲
by
rough-sea
3y ago
The authors of the original Imagen paper have gone on to create https://ideogram.ai/
22.
▲
by
rough-sea
3y ago
https://github.com/denoland/deno is at 91.5k
23.
▲
by
rough-sea
3y ago
Thank you for the detailed feedback. Deno 1.38.4 was just released with a partial fix for the VSCode issue you mentioned. We're fixing the twisted issue too. https://github.com/denoland/deno/issues/21389
24.
▲
by
rough-sea
3y ago
Yet another misguided comment. We cannot simply stop driving anymore than we can stop using an increasing amount energy. There are huge portions of humanity that live in places that depend on cars. It’s a non-solution to say people should j
25.
▲
by
rough-sea
3y ago
Thank you. It’s depressing to find so many people on HN expressing sympathy for the nonsense written in the manifesto. People should read “Beginning of Infinity” for a strong counter argument.
26.
▲
Cross platform shell tools for Deno inspired by zx
(deno.land)
1 points
by
rough-sea
4y ago
|
0 comments
27.
▲
by
rough-sea
4y ago
Deno | Software Engineers | REMOTE | full-time Deno makes it easy to use JavaScript outside of the browser to build all types of software. Our open source runtime is one of the most popular projects on Github. Our business is hosting JavaSc
28.
▲
by
rough-sea
4y ago
Built with Deno
29.
▲
by
rough-sea
4y ago
It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time. For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/
30.
▲
by
rough-sea
4y ago
https://deno.com/blog/fresh-1.1#experimental-denoserve-suppo... Just use --unstable to enable it.
More ›