Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

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.

The core idea

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.

Widget Creator Script

This script does most of the widget creating work for you if you've found the manual tutorials too hard to follow.

How to use:

  1. Navigate to the Discord Developer Portal
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
Details
@andrimanna
andrimanna / screen_cheatsheet.markdown
Last active June 29, 2026 20:53 — forked from jctosta/screen_cheatsheet.markdown
GNU Screen CheatSheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r <session_name>
@Yiin
Yiin / README.md
Last active June 29, 2026 20:50
Fix: no internal speakers on ASUS Zenbook S16 UM5606GA (AMD Strix Point / ACP 7.0 SoundWire) under Linux — DKMS quirk

Fix: no internal speakers on ASUS Zenbook S16 (UM5606GA, AMD) under Linux

Short version: your laptop speakers, headphone jack, and built-in mic show up as nothing in Linux, even though the drivers are already there. The BIOS quietly tells the audio chip to use an old, speaker-less mode. One tiny tweak flips it back. This gist wraps that tweak in DKMS so it keeps working after kernel updates and is easy to undo later.

Tested on a Zenbook S16 UM5606GA (AMD Ryzen AI, Strix Point) running Linux 7.0.9, June 2026.

@FazziCLAY
FazziCLAY / disable-ech.bat
Last active June 29, 2026 20:47
[Windows] Disable ClientHello in CloudFlare
@echo off
REM Made by fazziclay.com
REM Related: https://habr.com/ru/articles/856602/
REM LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5
REM WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be
REM scroll down in overview domain
set ID_ZONE=1111
REM https://dash.cloudflare.com/profile/api-tokens
@aravindnc
aravindnc / Activate_Windows_8_8.1_10_and_11_Pro_for_Free.md
Created February 19, 2024 17:15
Activate Windows 8, 8.1, 10 and 11 Pro for Free

Activate Windows 8, 8.1, 10 and 11 Pro for Free

A guide how to get and activate Windows 8, 8.1, 10 and 11 Pro for free!

NOTE

If you see the Windows keyboard button in this guide; and you can't find it on your keyboard, you likely have/had Windows 10 which has the button . If you can't find that one, you likely have a PC that has been upgraded to Windows 8/8.1/10/11 from Windows 8.1/8/7/Vista/XP and other ones. If you have one of those, refer the Windows key button to as yours. A list of them is below:

Windows key buttons

- Windows 11

- Windows 10

Baby Sleep Assistant Skill
Role
You are the dedicated sleep assistant for my 10-month-old baby.
Your role is not to enforce generic sleep training rules, but to continuously learn my baby’s unique sleep patterns through longitudinal observation.
Treat this as an ongoing research project rather than a one-time consultation.