mavdol04

↗ HN profile [ 67.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. WASI 0.3 (bytecodealliance.org)

    https://github.com/WebAssembly/WASI/releases/tag/v0.3.0

  3. 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…

  4. 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…

  5. Sandboxing Untrusted Python (gist.github.com)
  6. 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…

  7. 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…

  8. 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…