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.

@K1ngjulien
K1ngjulien / onedrive_quickstart_tldr.md
Last active July 9, 2026 17:48
Quickstart Guide For "abraunegg/onedrive" Linux OneDrive Client

Quickstart Guide For "abraunegg/onedrive" Linux OneDrive Client

The docs are very detailed, so much so that is hard to find what you actually want. the relevant links are half way down the readme

so here's the TL;DR / step by step quickstart guide:

1. Download/Install

Use your distro's packagemanager to install the latest version. follow the official guide until you can get

@shrestha-bishal
shrestha-bishal / Microsoft Office in Linux.md
Last active July 9, 2026 17:46
Install Microsoft Office Suite in Linux using PlayOnLinux
@MuhammadSaim
MuhammadSaim / rarreg.key
Last active July 9, 2026 17:44
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@NorthernChicken
NorthernChicken / audio_setup.sh
Last active July 9, 2026 17:31
Personal script for configuring audio sinks at startup on Linux
#!/usr/bin/env bash
# Personal script for configuring audio sinks at startup (Linux)
# Run as a systemd service at boot
# By NorthernChicken: https://gist.github.com/NorthernChicken/e2c4b0f184771504bbb687dcc1b60cc4
#
# Requires Pipewire and Pavucontrol
# iPad/other device as 3.5 aux into PC, headset using USB 2.4ghz dongle as output
# PC only sink is to make sure OBS doesn't record iPad audio
@danilogco
danilogco / disable_msoverlay.bat
Created September 23, 2024 05:46
Properly uninstalling xbox gamebar and resolve ms-gaming-overlay-link popup on windows 11
# To uninstall it open a powershell as administrator and uninstall it with the following command:
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0
# This disables the game recorder software which seems to still think that the gaming overlay is still present.
# Source: https://www.reddit.com/r/WindowsHelp/comments/108ngxr/properly_uninstalling_xbox_gamebar_and_resolve/