Skip to content

Instantly share code, notes, and snippets.

@retlehs
retlehs / backlinks.sh
Created April 17, 2026 15:54
Backlinks for any domain via Common Crawl
@jinjier
jinjier / javdb-top250.md
Last active April 19, 2026 08:08
JavDB top 250 movies list. [Updated on 2026/01]

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.

CavalryOnLinux

A guide to running the Cavalry motion graphics software on Linux using Wine.

This guide has been tested exclusively on Wine 11.

Initial setup

Set up a new prefix

@hiddenest
hiddenest / ios-like-squircle.css
Created April 16, 2026 09:25
iOS-like Squircle with Tailwind
/* Figma squircle G2 path — smoothing=0.6, bezier→arc→bezier per corner
* p=1.6r, coefficients: 1.04r, 0.76r, 0.546r, 0.109r (from Figma blog) */
@utility rounded {
--r: var(--radius-md);
@apply border-shape-squircle;
}
@utility rounded-* {
--r: --value(--radius-*, [length], [*]);
@apply border-shape-squircle;
}
@kazzohikaru
kazzohikaru / index.html
Created April 19, 2026 07:56
Infinite loop spiral
<div id="credits">All images come from <a href="https://unsplash.com" target="_blank">Unsplash.com</a></div>
<div id="instructions">infinite spiral loop</div>
<div class="copy">&Toc</div>
<div id="webgl-container">
<canvas id="webgl-canvas"></canvas>
</div>
<div class="infos" id="lesInfos" onclick="this.style.display='none'">scroll | drag || Click me to hide.</div>