HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ushakov

8,048 karmajoined 9 lat temu
https://mish.co

Submissions

Gemini Code Assist will be shut down on July 17

docs.cloud.google.com
64 points·by ushakov·8 dni temu·51 comments

Daytona is going closed source

daytona.io
5 points·by ushakov·16 dni temu·0 comments

Show HN: Expo Vibe – Expo apps that builds Expo apps

github.com
3 points·by ushakov·2 miesiące temu·0 comments

Almostnode – Node.js in the Browser

github.com
1 points·by ushakov·5 miesięcy temu·0 comments

Claude Code VJ

twitter.com
2 points·by ushakov·6 miesięcy temu·0 comments

ClickHouse raises $400M Series D

clickhouse.com
3 points·by ushakov·6 miesięcy temu·0 comments

How I Learned to Code

nicholaschen.me
3 points·by ushakov·6 miesięcy temu·1 comments

Faster Rust Builds on Mac

nnethercote.github.io
3 points·by ushakov·7 miesięcy temu·0 comments

Open Sourcing Pbcc: A Faster, Leaner Protobuf Compiler for Python

harmonic.fun
1 points·by ushakov·7 miesięcy temu·0 comments

Our new SAM audio model transforms audio editing

about.fb.com
168 points·by ushakov·7 miesięcy temu·66 comments

The billion-dollar AI startup rejecting 996 hustle culture

fastcompany.com
1 points·by ushakov·8 miesięcy temu·0 comments

[untitled]

1 points·by ushakov·8 miesięcy temu·0 comments

Docker and E2B: Building the Future of Trusted AI

docker.com
2 points·by ushakov·9 miesięcy temu·0 comments

Technological Optimism and Appropriate Fear

importai.substack.com
3 points·by ushakov·9 miesięcy temu·0 comments

Show HN: I made Android boot on Apple Silicon

twitter.com
3 points·by ushakov·10 miesięcy temu·1 comments

The Tatix System

thasso.xyz
2 points·by ushakov·10 miesięcy temu·0 comments

The Gold Card

whitehouse.gov
57 points·by ushakov·10 miesięcy temu·71 comments

Rolling Stone Publisher Sues Google over AI Summaries

wsj.com
3 points·by ushakov·10 miesięcy temu·0 comments

comments

ushakov
·15 dni temu·discuss
i’d say what AWS released looks closer to a bare compute primitive. E2B is up the stack and ships everything around VM like snapshots, networking, integrations.

also, there’s no lock-in, E2B is open-source and can be hosted on any cloud (AWS included).

plus supports bigger boxes, higher concurrency, longer timeouts (24hr).

disclaimer: i work at E2B
ushakov
·5 miesięcy temu·discuss
the code is not public, so we can't know. i think it's much more nuanced and certain users' comments might get a preferential treatment, based on factors other than the upvote count - which itself is hidden from us.
ushakov
·5 miesięcy temu·discuss
of course your comment attracts more upvotes - it's at the top.
ushakov
·5 miesięcy temu·discuss
i don't doubt this. i just find it questionable that one particular poster always gets in the spotlight when AI is the topic - while other conversations in my opinion offer more interesting angles.
ushakov
·5 miesięcy temu·discuss
i am curious, why are your comments always pinned to the top?
ushakov
·5 miesięcy temu·discuss
We are running Sandboxes for AI Agents using Firecracker microVMS @ E2B
ushakov
·5 miesięcy temu·discuss
$1.5M seed bets, maybe. not $60M though
ushakov
·5 miesięcy temu·discuss
just from looking at it

on Linux it runs Firecracker: https://github.com/jingkaihe/matchlock/blob/main/pkg/vm/linu...

on macOS uses the Apple's Virtualization.Framework Go wrapper: https://github.com/jingkaihe/matchlock/blob/main/pkg/vm/darw...
ushakov
·5 miesięcy temu·discuss
very cool, if you want cross-platform microvms, there's an interesting project called libkrun that powers projects like Podman and Colima.

here's a Go binding: https://github.com/mishushakov/libkrun-go

demo (on Mac): https://x.com/mishushakov/status/2020236380572643720
ushakov
·5 miesięcy temu·discuss
i think there’s a confusion around what use-case Monty is solving (i was confused as well). this seems to isolate in a scope of execution like function calls, not entire Python applications
ushakov
·5 miesięcy temu·discuss
we’re not disagreeing here - i meant for general use-case VMs are better, for some application-specific calls Monty this might suffice.

although you’d still need another boundary to run your app in to prevent breaking out to other tenants.
ushakov
·5 miesięcy temu·discuss
agree. you still need a secure boundary like VM to isolate the tenants in case the model breaks out of the sandbox.

everything that you don’t want your agent to access should live outside of the sandbox.
ushakov
·5 miesięcy temu·discuss
best answer is probably to have a layered approach - use this to limit what the generated code can do, wrap it in a secure VM to prevent leaking out to other tenants.
ushakov
·5 miesięcy temu·discuss
there’s no way around VMs for secure, untrusted workloads. everything else, like Monty has too many tradeoffs that makes it non-viable for any real workloads

disclaimer: i work at E2B, opinions my own
ushakov
·5 miesięcy temu·discuss
Factory, Nvidia, Perplexity and Manus are using E2B in production - we ran more than 200 million Sandboxes for our customers
ushakov
·5 miesięcy temu·discuss
for personal use, many ways: Vargant, Docker Sandbox, NixOS VMs, Lima, OrbStack.

if you want multi-tenant: E2B (open-source, self-hosted)
ushakov
·5 miesięcy temu·discuss
we aren’t worried about that.

when we were starting out we figured there was no solution that would satisfy our requirements for running untrusted code. so we had to build our own.

the reason we open-sourced this is because we want everyone to be able to run our Sandboxes - in contrast to the majority of our competitors who’s goal is to lock you in to their offering.

with open-source you have the choice, and luckily Manus, Perplexity, Nvidia choose us for their workloads.

(opinions my own)
ushakov
·5 miesięcy temu·discuss
we offer secure cloud VMs that scale up to 100k concurrent instances or more.

the value we sell with our cloud is scale, while our Sandboxes are a commodity that we have proudly open-sourced
ushakov
·5 miesięcy temu·discuss
both Docker and bubblewrap are not secure sandboxes. the only way to have actually isolated sandboxes is by using VMs

disclaimer: i work on secure sandboxes at E2B
ushakov
·5 miesięcy temu·discuss
10 seconds is actually not that impressive. we spin up Sandboxes around 50-200ms at E2B