rellfy

↗ HN profile [ 360 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN. til is a timeline file format and CLI with a web viewer and editor. A timeline stores 3 main things: events, ranged events, and tags. Events can point to external refs (URIs, UUIDs, etc; a ref is an arbitrary…

  2. Asterbot is a modular AI agent where every capability, such as web search, memory, LLM provider, is a swappable WASM component, sandboxed via WASI. Components only have access to what you explicitly grant (e.g. a single…

  3. For the past few months, I've been working on a WebAssembly (WASM) component model registry and runtime (built on wasmtime) called asterai. My goal is to help make the WASM component model mainstream, because I think…

  4. A web app that lets you yeet a cube with a natural language request rather than by pressing a button. The code is available at https://github.com/rellfy/yeet-the-cube The AI part is done as a plugin that defines the…