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.

@NikSneMC
NikSneMC / AllowMultiMCUsageWithoutMicrosoftAccount.md
Last active August 30, 2026 05:06
Allow usage of MultiMC-based launchers without Microsoft account

Allow usage of MultiMC-based launchers without Microsoft account

Warning

I don't recommend using this. Please, use Microsoft account to play Minecraft!

How to use this json:

  1. Install any MultiMC-based launcher (e.g. Prism Launcher)
  2. Launch it
  3. Open the launcher root folder
@ryan4yin
ryan4yin / Qwen3.8-Flash-Next.md
Last active August 30, 2026 05:01
Best llama.cpp config for Qwen3.8-Flash-Next (RTX 4090 24GB)

Qwen3.8-Flash-Next — llama.cpp on RTX 4090 24GB

Platform:

  • CPU: Intel Core Ultra 7 270K Plus (24C/24T)
  • RAM: 96GB DDR5-5600 (2x48GB dual channel, ≈89.6 GB/s theoretical bandwidth)
  • GPU: RTX 4090 24GB

Model: unsloth/Qwen3.8-Flash-Next-GGUF, UD-IQ3_XXS (≈82GB, 76.3 GiB) + mmproj-F16 (≈900MB, vision enabled). llama.cpp mainline (ghcr.io/ggml-org/llama.cpp:full-cuda13). Final config as of 2026-08-29.

@imba-tjd
imba-tjd / .Cloud.md
Last active August 30, 2026 04:51
☁️ 一些免费的云资源

  • IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字处理)。BaaS一般类似于非关系数据库,但各家不通用
  • 云服务的特点:零前期成本 & 按需付费 & 弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)

如果你想补充内容,建议优先给 free-for-dev 提PR,还能混个高星repo的contributor,没必要加到本列表里。
If you want to make improvements, I would recommend you contributing to free-for-dev rather than this list.

其他人的集合

@maxried
maxried / $README.md
Last active August 30, 2026 04:48
Automatically Sign Kernels After Installation

This script goes into /etc/kernel/postinst.d. You have to make it executable by root, e.g. chown root:root /etc/kernel/postinst.d/00-signing ; chmod u+rx /etc/kernel/postinst.d/00-signing. It assists you with automatically signing freshly installed kernel images using the machine owner key in a way similar to what dkms does. This is mainly useful if you want to use mainline kernels on Ubuntu on Secure Boot enabled systems. This needs shim-signed to be set up. If you have questions this one might help you: While I made this for Ubuntu 20.04, it should work on current Debian based distributions. YMMV.