lettres

  • love (wip)
    • self-healing and love
  • growth after death
  • education and pedagogical implications on next generations
  • recommendation system and word2vec
  • social interactions a la carte.

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 😄
  • disappearing text

écriture

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