mavdol04
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Vpod – Tiny Linux sandbox running in WASM (github.com)
Hi HN, I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any…
- WASI 0.3 (bytecodealliance.org)
https://github.com/WebAssembly/WASI/releases/tag/v0.3.0
- Show HN: Capsule Bash – Sandboxed Bash for Agents (github.com)
I've always felt that existing Bash wasn't adapted for agents. It gives way too much freedom and not enough feedback to enrich the context after each command. I ended up building this TypeScript-based sandboxed Bash. If…
- Reimagining Bash for Untrusted Contexts (capsulerun.github.io)
- Show HN: Sandboxing untrusted code using WebAssembly (github.com)
Hi everyone, I built a runtime to isolate untrusted code using wasm sandboxes. Basically, it protects your host system from problems that untrusted code can cause. We’ve had a great discussion about sandboxing in Python…
- Sandboxing Untrusted Python (gist.github.com)
- Show HN: Neural emotion matrix for NPCs (github.com)
Hey! I built this system to humanize NPCs by giving them emotions using Rust and ML. The system provides emotion coordinates (based on Russell's circumplex model) from text input or actions, with persistent emotional…
- Show HN: Cloudlvl – Generate and Deploy AWS Lambda with AI (cloudlvl.com)
It’s a tool that lets you provision and manage your cloud infrastructure from natural language. It supports many AWS services, but it’s currently best at deploying serverless functions (like Lambda). Note : there’s a…
- Show HN: Cloudlvl – Build cloud infra using natural language (cloudlvl.com)
I built a tool that lets you deploy and manage your AWS/GCP/Azure infrastructure using natural language. Cloud consoles are time-consuming, and traditional IaC tools aren’t always ideal for quick iterations or rollbacks…