• ↑↓ pour naviguer
  • pour ouvrir
  • pour sélectionner
  • ⌘ ⌥ ↵ pour ouvrir dans un panneau
  • esc pour rejeter
⌘ '
raccourcis clavier

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.
  • Lychian to watch.

projets

  • LaTeX codeblock renderer for neovim, in editor

    • Support KaTeX, and probably MathJax
    • Uses conceallevel
    • frabjous/knap
  • 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