Skip to content

Instantly share code, notes, and snippets.

-- Torch Android demo script
-- Script: main.lua
-- Copyright (C) 2013 Soumith Chintala
require 'torch'
require 'cunn'
require 'nnx'
require 'dok'
require 'image'

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.

@Klerith
Klerith / claudecode-instalacion.md
Last active August 8, 2026 04:03
Instalaciones recomendadas para el curso de ClaudeCode

Claude Code: Guía completa para desarrolladores de software

Para empezar el curso, les dejo una lista de las instalaciones generales que les recomiendo. Recuerden que más adelante tendremos una sección dedicada a la configuración y generalidades de ClaudeCode, estas son configuraciones generales del equipo.

@luckylittle
luckylittle / Mock Exam 1.md
Last active August 8, 2026 02:57
Prometheus Certified Associate (PCA)

Mock Exam

1

Q1. The metric node_cpu_temp_celcius reports the current temperature of a nodes CPU in celsius. What query will return the average temperature across all CPUs on a per node basis? The query should return {instance=“node1”} 23.5 //average temp across all CPUs on node1 {instance=“node2”} 33.5 //average temp across all CPUs on node2.

node_cpu_temp_celsius{instance="node1", cpu="0"} 28
node_cpu_temp_celsius{instance="node1", cpu="1"} 19
node_cpu_temp_celsius{instance="node2", cpu="0"} 36
node_cpu_temp_celsius{instance="node2", cpu="1"} 31
@zaferayan
zaferayan / AGENTS.md
Last active August 8, 2026 02:26
AI coding agent'lar için proje talimatları, proje profili, iOS/Android yayın checklist'leri ve release status şablonu

Agent Instructions

Başlamadan önce

  • Kod veya yapılandırma değişikliği yapmadan önce aşağıdaki dosyaları okuyun:
    • docs/PROJECT_PROFILE.md
    • Hedef iOS ise docs/IOS_SHIP_CHECKLIST.md
    • Hedef Android ise docs/ANDROID_SHIP_CHECKLIST.md
    • docs/RELEASE_STATUS.md
  • Yalnızca PROJECT_PROFILE.md içinde bu proje için etkinleştirilen özellikleri uygulayın.
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Archived by toriko ;v";
Text = "All hail Toriko the certified ball sucker";})
Duration = 90;
game:GetService("StarterGui"):SetCore("SendNotification", {