Discover gists
| # #@title Environment Setup | |
| ### setup ComfyUI ### | |
| from pathlib import Path | |
| OPTIONS = {} | |
| USE_GOOGLE_DRIVE = False #@param {type:"boolean"} | |
| UPDATE_COMFY_UI = True #@param {type:"boolean"} | |
| USE_COMFYUI_MANAGER = True #@param {type:"boolean"} |
| const { bot, setVar } = require('../lib') | |
| bot( | |
| { | |
| pattern: 'antibc ?(.*)', | |
| desc: 'set anti broadcast msg', |
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.
| { | |
| "Command": "skin, skins, skinbox", | |
| "Skins": [ | |
| { | |
| "Item Shortname": "fun.guitar", | |
| "Skins": [ | |
| 0, | |
| 809801196, | |
| 826914904, | |
| 809938266, |
the (known) origins of the term "comprehension debt"
Jeremy Twei coined the perfect term for this: comprehension debt. It’s certainly tempting to just move on when the LLM one-shotted something that seems to work. This is the insidious part. The agent doesn’t get tired. It will sprint through implementation after implementation with unwavering confidence. The code looks plausible. The tests pass (or seem to). You’re under pressure to ship. You move on.
- volume & verbosity inflation; PRs grow in size, making diffs harder to review & reason about.
| 4 amnesty amnesty-1 http://50jaar.amnesty.nl/IATIactivitystandaard_AINL_1stquarter2017.xml | |
| 4 amnesty amnesty-2 http://50jaar.amnesty.nl/IATIactivityorganisation_AINL1stquarter2017(f).xml | |
| 1 britishcouncil britishcouncil-activities | |
| 1 cafod cafod-latinamericageneral | |
| 8 cafod cafod-multipleglo http://www.cafod.org.uk/extra/data/iati/IATIFile_Multiple_GLO.xml | |
| 4 cafod cafod-yemenarabrepublic http://www.cafod.org.uk/extra/data/iati/IATIFile_Yemen_Arab_Republic.xml | |
| 1 cdc cdc-activity | |
| 8 ec-fpi ec-fpi-gm http://ec.europa.eu/europeaid/files/iati/XI-IATI-EC_FPI_C_GM.xml | |
| 1 ewb_canada ewb_canada-water_sanitation_2011 | |
| 8 fco fco-20131231_4 https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/322661/Official_Development_Assistance__ODA__Frontline_2013-14_Q3_-_XML_format.xml |
| @echo off | |
| title Microsoft Office 2019 versions are supported!&cls&echo | |
| ============================================================================&echo | |
| #Project: Activating Microsoft software products for FREE without software&echo | |
| ============================================================================&echo.&echo | |
| #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist | |
| "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist | |
| "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b | |
| ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b | |
| ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo |