projets.

  • LaTeX codeblock renderer for neovim, in editor
  • yet another emulator in Rust
    • Want to stream current running process and make it clickable?
    • Vim and Emacs support
    • multiplexer
    • stream TTY?
    flowchart TD
    
    1[GUI] --> 2[tty] --> 3[rsh]
    1 --> 5[multiplexer]
    2 --> 1
    
  • rsh: new shell language written with Rust-like syntax
    • I get fed up with bash
    • Should be cloud-first?
    • Nix inspiration for caching and package management?
  • Rust key-value store
    • Think of it as MongoDB but has Redis capability
  • Dockerfile for LLM
    • ollama’s Modelfile.
    • Dockerfile frontend, BuildKit, OCI-compliant frontend.
    • Stay away from Docker 😄

écriture.

  • bazil: A Bazel for the unversed
    • Bazel is hard to get started with