Skip to content

Instantly share code, notes, and snippets.

@egmontkob
egmontkob / Hyperlinks_in_Terminal_Emulators.md
Last active April 12, 2026 08:39
Hyperlinks in Terminal Emulators
@rwcitek
rwcitek / homebrew.md
Last active April 12, 2026 08:37
Installing and running Homebrew under Ubuntu in Docker
@wudi
wudi / homebrew_proxy.txt
Created October 12, 2015 15:18
homebrew proxy 代理
ALL_PROXY=socks5://127.0.0.1:9001 brew upgrade

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.

@comoc
comoc / document.md
Last active April 12, 2026 08:35
ROS 2でWi-FiカメラのRTSPをYOLOする
@ossa-ma
ossa-ma / tropes.md
Last active April 12, 2026 08:33
AI Writing Tropes to Avoid — tropes.fyi by ossama.is

AI Writing Tropes to Avoid

Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns. Source: tropes.fyi by ossama.is


Word Choice

"Quietly" and Other Magic Adverbs

@jeremybep
jeremybep / fusion_studio-exprerssion.md
Last active April 12, 2026 08:29
Fusion studio - Expression

Fonctionnement

Une expression est évaluée comme s'il y avait un = au début

result = expression

les conditions :

result = iif(condition, expression1, expression2)