- Do not subscribe to every service at once. Most free credits expire quickly. Test them one by one and move to the next when your current credits run out.
- Register, verify your account, and claim your credits. Follow each platform’s documentation to connect your coding tools.
- Keep your API keys private. Do not share them publicly. (save or star this gist for future update)
Discover gists
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.
| local utils = require 'mp.utils' | |
| local msg = require 'mp.msg' | |
| local ls = { | |
| path = "livestreamer", | |
| } | |
| mp.add_hook("on_load", 9, function () | |
| local function exec(args) |
| name | fomofam | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| description | Headless fomo.family account control with FOMO Solana + EVM private keys. Robinhood bags trade via Uniswap v3 DEX signed by FOMO_EVM_PRIVATE_KEY (wallet 0x48bb…). Solana FOMO API swaps use FOMO_SOLANA_PRIVATE_KEY. Never use Bankr's session wallet for FOMO funds. Lives in github.com/anondevv69/fomofam (skills/fomofam). | ||||||||
| tags |
|
| ## TL;DR | |
| setopt extendedglob | |
| ls *(<tab> # to get help regarding globbing | |
| rm ../debianpackage(.) # remove files only | |
| ls -d *(/) # list directories only | |
| ls /etc/*(@) # list symlinks only | |
| ls -l *.(png|jpg|gif) # list pictures only | |
| ls *(*) # list executables only | |
| ls /etc/**/zsh # which directories contain 'zsh'? |
| According to all known laws of aviation, there is no way a bee should be able to fly. | |
| Its wings are too small to get its fat little body off the ground. | |
| The bee, of course, flies anyway because bees don't care what humans think is impossible. | |
| Yellow, black. Yellow, black. Yellow, black. Yellow, black. | |
| Ooh, black and yellow! | |
| Let's shake it up a little. | |
| Barry! Breakfast is ready! | |
| Coming! | |
| Hang on a second. | |
| Hello? |
Para empezar el curso, les dejo una lista de las instalaciones generales que les recomiendo. Recuerden que más adelante tendremos una sección dedicada a la configuración y generalidades de ClaudeCode, estas son configuraciones generales del equipo.