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.

@VladimirMakaev
VladimirMakaev / ventoy-macos-install.py
Last active July 12, 2026 17:35
Install Ventoy on a USB drive from macOS - no VM, no macFUSE, no Linux required. Writes GPT + boot code directly via Python.
#!/usr/bin/env python3
"""
ventoy-macos-install.py - Install Ventoy on a USB drive from macOS.
This script installs Ventoy on a USB drive without requiring macFUSE,
Linux, or a VM. It writes the GPT partition table, boot code, and
EFI partition image directly to the raw block device.
Usage:
sudo python3 ventoy-macos-install.py /dev/diskN [--exfat|--ntfs] [--ventoy-version VERSION]
@clintongormley
clintongormley / load_test_data.sh
Last active July 12, 2026 17:33
Run these commands in your shell to setup the test data for Chapter 5
curl -XPUT 'http://localhost:9200/us/user/1?pretty=1' -d '
{
"email" : "john@smith.com",
"name" : "John Smith",
"username" : "@john"
}
'
curl -XPUT 'http://localhost:9200/gb/user/2?pretty=1' -d '
{

竟0

淨零碳規劃管理師-初級能力鑑定 題庫整理

  • 整理日期:2026/01/22

說明

本文彙整了「淨零碳規劃管理師-初級能力鑑定」113-115 年度的考古題,內容僅供參考,考試命題不一定會相同,請考生留意。

  • 使用方法:Ctrl + F 直接輸入題目關鍵字搜尋即可
@mikepruett3
mikepruett3 / shell-setup.ps1
Last active July 12, 2026 17:28
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018
@Toffikk
Toffikk / response.md
Created July 12, 2026 16:28
A Response to “A Critical Examination of CanvasMC’s Response”

A Response to “A Critical Examination of CanvasMC’s Response”

Addressing Claims of Deflection, Manipulation, and Lack of Accountability

The recent critique of CanvasMC’s response presents the situation as a straightforward case of intentional license violations followed by an attempt to avoid responsibility. However, this framing leaves out important context regarding the development history, communication between projects, the nature of the disputed patches, and CanvasMC’s actual response after concerns were raised.

This response is not intended to deny that mistakes occurred. CanvasMC has acknowledged multiple times that attribution mistakes happened and has taken steps to correct them. The disagreement is not whether every process was perfect; it is whether those mistakes represent malicious behavior, deliberate plagiarism, or the kind of misconduct being claimed.

1. The Difference Between License Mistakes and Malicious Intent