- [1996] 187 Family - Solo Tape
- 1 - Real Niggas
- 4 - Drinking
- 5 - Player Haters
- 9 - Glock
- 11 - Back on the Track
Discover gists
###Go Horse Process (XGH)
- Thought about it? It's not XGH
- In XGH you don't think, you do the first thing that comes to your head. There's no other option, the only option is the fastest one.
- There are 3 ways to solve a problem: the right, the wrong and the XGH way, which is just like the wrong one, but faster.
- XGH is faster than any other software development methodology you know (See Axiom 14).
- The more you do XGH, the more you'll need to do it
- For each problem solved using XGH seven more are created. But all of them will be solved in the XGH way. XGH tends to infinity.
Content :
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.
Specifically from Rakuten TV (live.tv.rakuten.co.jp)
FMI: https://cdm-project.com/How-To/ & https://old.reddit.com/r/Piracy/comments/y30ffr/
- Install Tampermonkey: https://www.tampermonkey.net/
- Install yt-dlp: https://github.com/yt-dlp/yt-dlp#installation
| cat urls.txt | httpx -json -store-response -output httpx.json | |
| cat httpx.json | jq -r '"\(.stored_response_path) \(.path | ltrimstr("/"))"' | xargs -n 2 sh -c 'mkdir -p "$(dirname $2)" && cp $1 $2' sh |
