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.

@bradtraversy
bradtraversy / ssh.md
Last active June 30, 2026 23:54
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test

@mary-ext
mary-ext / bluesky-osa.md
Last active June 30, 2026 23:54
Bluesky's age assurance sucks, here's how to work around it.

Bluesky's age assurance sucks, here's how to work around it.

Bluesky has implemented age verification measures in response to regional laws that restrict access, prompting users to verify their age through Epic Games' Kids Web Services before they can access adult content.

This sucks, but thankfully there are ways to work around it.

Before diving in: I encourage you to read this entire document, including the

Syspro is a powerful software solution designed to streamline your workflow and enhance productivity. With its user-friendly interface, you can easily manage tasks and collaborate with your team effectively.

Key Features

  • Intuitive dashboard for easy navigation and task management.
  • Robust project tracking to keep your team on schedule.
  • Real-time collaboration tools for seamless communication.
  • Customizable templates to fit your specific project needs.
  • Comprehensive reporting features to analyze performance metrics.

Advantages

@Blackshome
Blackshome / sensor-light.yaml
Last active June 30, 2026 23:38
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# 💡 Sensor Light
**Version: 8.6**
Your lighting experience, your way - take control and customize it to perfection! 💡✨
@daformat
daformat / utf-spaces.js
Last active June 30, 2026 23:37
A list of the different UTF spaces
utfSpaces = [
{
name: 'Space',
utf: '\u0020',
html: [' ', ' '],
breaking: true,
width: 'Typically 1/4 em',
unicode_category: 'Separator, Space',
matched_by_s_character_class: true
},