1. LLM notes

    llm.md - playing with the llm module.

    To paste in token command-V doesn't work, need to right click and select paste. huggingface-cli login mkdir Mistral-7B-OpenOrca-GPTQ huggingface-cli download TheBloke/Mistral-7B-OpenOrca-GPTQ --local-dir Mistral-7B-OpenOrca-GPTQ --local-dir-use-symlinks False

    Getting …

    read more
  2. Neovim

    gf opens file in new window :e# goes back

    ^W f opens file in split window. yayish. - should follow a file, doesn't work for me, does bring up a screen :h gf

    • custom browsing with a special handler :h gx

    I blame Robert Kaye :-)

    :checkhealth

    :help nvim-from-vim

    .config/nvim

    • I …
    read more
  3. Clear Lake level, with pandas

    I live on Clear Lake, and watching the level rise and fall is one of my minor obsessions.

    Clear Lake has a special way of measuring the height of the Lake. It uses the 'Rumsey Scale.' There are some nuances, but pretty much a guy named Rumsey put a stick …

    read more
  4. Vim notes

    (I have vi notes, or as the cool kids call it, vim, all over my file system. But now I have the One True Path of TIL.

    Mouse support

    From notes that I didn't write that are in my .vimrc

    • Mouse cut and paste: set mouse=r (or v)

    • Select …

    read more

links