As configured in my dotfiles.
start new:
tmux
start new with session name:
| 👍 5107584321108051014 animated effect | |
| 👎 5104858069142078462 animated effect | |
| ❤ 5159385139981059251 animated effect | |
| 🔥 5104841245755180586 animated effect | |
| 🎉 5046509860389126442 animated effect | |
| 💩 5046589136895476101 animated effect | |
| 🥰 5170169077011841524 animated effect | |
| 👏 5170166362592510656 animated effect | |
| 😁 5048771083361059460 animated effect | |
| 🤔 5170257231215591956 animated effect |
As configured in my dotfiles.
start new:
tmux
start new with session name:
As of macOS 12 (Monterey), Apple's Virtualization framework has nice support for macOS guest virtual machines, but with severe limitations: For example you can't install a macOS guest on Intel Macs, install guests with newer versions of macOS than the host, copy and paste between the host and the guest, or install third party kernel extensions in the guest. As usual for Apple, the functionality they do support is nicely implemented, but they've left out so much that the result is only marginally useful -- at least compared to
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.
| <?php | |
| /********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/ | |
| /* Remove Yoast SEO Change existing title or meta template variable | |
| * Credit: Moshe Harush | |
| * https://stackoverflow.com/questions/36281915/yoast-seo-how-to-create-custom-variables | |
| * Last Tested: Unknown | |
| */ | |
| // define the wpseo_replacements callback | |
| function filter_wpseo_replacements( $replacements ) { |
| /* inspired from https://github.com/Yoast/wpseo-woocommerce/blob/trunk/js/src/yoastseo-woo-replacevars.js */ | |
| /* global jQuery, YoastSEO, app, globals YoastACFAnalysisConfig */ | |
| var pluginName = "additionalVariablePlugin"; | |
| var ReplaceVar = window.YoastReplaceVarPlugin && window.YoastReplaceVarPlugin.ReplaceVar; | |
| var placeholders = {}; | |
| var modifiableFields = [ | |
| "content", | |
| "title", |
| {0: 'tench, Tinca tinca', | |
| 1: 'goldfish, Carassius auratus', | |
| 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', | |
| 3: 'tiger shark, Galeocerdo cuvieri', | |
| 4: 'hammerhead, hammerhead shark', | |
| 5: 'electric ray, crampfish, numbfish, torpedo', | |
| 6: 'stingray', | |
| 7: 'cock', | |
| 8: 'hen', | |
| 9: 'ostrich, Struthio camelus', |