Viewing profile — corv
corv
HN member- Joined
- Sat, Aug 23, 2014, 3:04 PM UTC
- HN karma
- 1,163
- Public activity
- 352 items
- HN profile
- View on Hacker News ↗
About corv
No profile information was provided.
Recent public activity
-
comment
Comment #49032001
It’s got electrolytes
-
comment
Comment #48968059
Who is behind this site? Is this another frontend to Alibaba or a reseller in Singapore?
-
comment
Comment #48869782
A successful example of reigning in progress: electric bicycles intentionally speed limited for safety
-
comment
Comment #48763209
Netherlands actually
-
comment
Comment #48675274
The 'flash vs html5' chart looks strange juxtaposed with that conclusion
-
comment
Comment #48429258
Less space than a nomad. Lame. To be fair, I find the term to be as contrived as “performant”
-
comment
Comment #47900273
The iPad + keyboard combo is typically as heavy or even heavier than a laptop. It's certainly more expensive and restrictive. I have agree with the author's thesis here
-
comment
Comment #47766146
As a Pythonista I tend to agree. I had high hopes for Mojo but it's taking its due time to become usable outside the narrow focus of GPU programming, whereas Nim fits multiple nich…
-
comment
Comment #47567193
https://flugschriften.com/wp-content/uploads/2020/07/flugsch...
-
comment
Comment #47422646
Really enjoying this so far! I’ve replaced about 900 lines of raw SQL and got validation and dashboard for free. The only gotcha I ran into is that Ty didn’t recognize some of the …
-
comment
Comment #47326988
This wasn't a judgement on systemd but the fact stands that Linux has long abandoned POSIX compatibility, udev being another prominent example. I'd say this is what ultimately driv…
-
comment
Comment #47325309
Systemd comes to mind, although it wasn’t as dominant initially
-
comment
Comment #47125879
Python is obviously too slow for web-scale
-
comment
Comment #47034236
When their questionnaire asked me for feedback I specifically mentioned that I hoped they would not reduce visibility to the point of Github Actions. I guess that fell on deaf ears…
-
comment
Comment #46811109
I’ve heard this before that common doses are unnecessarily high but why is that? Patents?
-
comment
Comment #46720119
Really goes to say something about starving artists
-
comment
Comment #46693161
I happen to use a Mac, even when targeting Linux so I'd have to use a container or VM anyways. It's nice how lightweight bubblewrap would be however. Consider one wanted to replica…
-
comment
Comment #46692651
I like the bubblewrap approach, it just happens to be Linux-only unfortunately. And once privileges are dropped for a process it doesn't appear to be possible to reinstate them.
-
comment
Comment #46692615
You're right that blocking on every operation would defeat the purpose! Shannot is able to auto-approve safe operations for this reason (e.g. read-only, immutable) So the agent can…
-
comment
Comment #46692229
Thank you, good to know it landed :)
-
comment
Comment #46691998
I'm pursuing a different approach: instead of isolating where Claude runs, intercept what it wants to do. Shannot[0] captures intent before execution. Scripts run in a PyPy sandbox…
-
comment
Comment #46638011
Looks like the underdog beats it handily and easier deployment to boot. What's the catch?
-
comment
Comment #46579515
I’m building Shannot, a human-in-the-loop sandbox for AI agents on production systems. Instead of filtering commands with heuristics (which agents work around), it dry-runs entire …
- story
-
comment
Comment #46509948
The gist dismisses sandbox-2 as “might as well use Docker or VMs” but IMO that misses what makes it interesting. The PyPy sandbox isn’t just isolation, it’s syscall interception wi…