Assembled by a notional panel: a musicologist (Western art music history), a conservatory professor of theory and analysis, a conductor specialising in historically informed performance, an orchestral librarian, a recording producer, and a cultural historian.
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Der Artikel bewegt sich zwischen drei Ebenen, ohne sie sauber zu trennen:
- evolutionsbiologisch (Fitness, Reproduktion, Paarbindung)
- kulturhistorisch (Normen, Religion, Institutionen)
- ideengeschichtlich (Romantik, Moralvorstellungen)
Das zentrale Problem: → Es wird implizit suggeriert, dass diese Ebenen kausal linear zusammenhängen, obwohl sie oft orthogonal oder nur lose gekoppelt sind.
| typeset -U path cdpath fpath manpath | |
| for profile in ${(z)NIX_PROFILES}; do | |
| fpath+=($profile/share/zsh/site-functions $profile/share/zsh/$ZSH_VERSION/functions $profile/share/zsh/vendor-completions) | |
| done | |
| HELPDIR="/nix/store/i3lac62jigipwhsrjd10zr9z8ihfqmwb-zsh-5.9/share/zsh/$ZSH_VERSION/help" |
| typeset -U path cdpath fpath manpath | |
| for profile in ${(z)NIX_PROFILES}; do | |
| fpath+=($profile/share/zsh/site-functions $profile/share/zsh/$ZSH_VERSION/functions $profile/share/zsh/vendor-completions) | |
| done | |
| HELPDIR="/nix/store/i3lac62jigipwhsrjd10zr9z8ihfqmwb-zsh-5.9/share/zsh/$ZSH_VERSION/help" |
| BREAKING BAD | |
| by | |
| Vince Gilligan | |
| 5/27/05 | |
| AMC | |
| Sony Pictures Television | |
| TEASER |
| [convert-UUP] | |
| AutoStart =1 | |
| AddUpdates =1 | |
| Cleanup =0 | |
| ResetBase =0 | |
| NetFx3 =0 | |
| StartVirtual =0 | |
| wim2esd =0 | |
| SkipISO =0 | |
| SkipWinRE =0 |
| set -x | |
| cat karabiner.yaml | ruby -r yaml -r json -e 'puts YAML.load($stdin.read).to_json' \ | |
| | jq --sort-keys 'del(.definitions)' > karabiner.json |
| // This renders the wiring diagram for the Makerbase 3D Touch probe for the Crealty 32bit Ender 3v2 board | |
| digraph { | |
| //rankdir=LR; | |
| node [ shape=record ]; | |
| touch [label=" | |
| <G1> G| | |
| <V> 5V| | |
| <S> S| |