Viewing profile — vimota
vimota
HN member- Joined
- Mon, Nov 29, 2010, 12:54 AM UTC
- HN karma
- 606
- Public activity
- 136 items
- HN profile
- View on Hacker News ↗
About vimota
https://vimota.me/
https://twitter.com/vimota
Recent public activity
- story
-
comment
Comment #48365748
CoPlane ( https://coplane.com/ ) | Product Engineer | NYC (preferred) or Remote (North America) | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orch…
-
comment
Comment #47976068
CoPlane ( https://coplane.com/ ) | Product Engineer | NYC (preferred) or Remote (North America) | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orch…
-
comment
Comment #47664910
This is awesome - the snapshotting especially is critical for long running agents. Since we run agents in a durable execution harness (similar to Temporal / DBOS) we needed a sandb…
-
comment
Comment #47224649
CoPlane ( https://coplane.com/ ) | Forward Deployed Engineer | NYC | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orchestration platform that enabl…
-
comment
Comment #46828899
Thanks for taking a look and the feedback! We run the shim with internet access ( https://github.com/coplane/localsandbox/blob/main/localsandb... ) but the pyodide sandbox itself d…
-
comment
Comment #46828279
Simon - would love if you could take a look at Localsandbox ( https://github.com/coplane/localsandbox ) - it was partly inspired by your Pyodide post!
-
story
Show HN: Localsandbox – Agent sandbox with Bash, Python and portable filesystem
A Python SDK for sandboxed filesystem operations, built on just-bash, AgentFS, and Pyodide. Provides AI agents with a persistent, isolated environment backed by SQLite.
-
comment
Comment #46826331
Sharing our version of this built on just-bash, AgentFS, and Pyodide: https://github.com/coplane/localsandbox One nice thing about using AgentFS as the VFS is that it's backed by s…
-
comment
Comment #46468149
CoPlane ( https://coplane.com/ ) | Design Engineer | NYC or Remote (North America) | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orchestration pla…
-
comment
Comment #46113629
CoPlane ( https://coplane.com/ ) | Product/Design Engineer + Designer | NYC or Remote (North America) | Full Time The world doesn't need another ERP. CoPlane is building the Agenti…
-
comment
Comment #45801866
CoPlane ( https://coplane.com/ ) | Product/Design Engineer + Designer | Remote (North America) or NYC | Full Time The world doesn't need another ERP. CoPlane is building the Agenti…
- story
-
comment
Comment #45439039
CoPlane ( https://coplane.com/ ) | Infra (BYOC) Platform Eng and Product/Design Engineer | Remote (North America) or NYC | Full Time The world doesn't need another ERP. CoPlane is …
-
comment
Comment #45146327
CoPlane ( https://coplane.com/ ) | Founding Software Engineers | Remote (US/CAN Timezones) | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orchestra…
-
comment
Comment #44435595
CoPlane ( https://coplane.com/ ) | Founding Software Engineers | Remote (US/CAN Timezones) | Full Time The world doesn't need another ERP. CoPlane is building the Agentic Orchestra…
- story
- story
- story
-
comment
Comment #43960546
I gave Zed an in-depth trial this week and wrote about it here: https://x.com/vimota/status/1921270079054049476 Overall Zed is super nice and opposite of janky, but still found a f…
-
comment
Comment #41131010
CoPlane ( https://coplane.com/ ) | Founding Software Engineers | Remote (US Timezones) | Full Time CoPlane is building the data plane for trusted trade, deploying Stripe-caliber da…
-
comment
Comment #40123024
> We worked on py2wasm to fulfill our own needs first, as we want to accelerate Python execution to the maximum, so we can move our Python Django backend from Google Cloud into Was…
-
comment
Comment #40068204
Deno's Fresh is certainly a cool project! But I would say it's even further on the NextJS/bare-bones side of the spectrum.
-
comment
Comment #40068179
There's a clear philosophical difference between a framework like NextJS and Rails/Django/Laravel. The former takes the approach of expecting users to integrate various third party…
-
comment
Comment #40067932
inertiajs.com is one interesting approach to solving this by making React work somewhat natively in Rails/Laravel/Django - are there others?