Skip to content

Instantly share code, notes, and snippets.

<!-- i have to warn you, this code SUCKS! i DO NOT recommend using this code, but you can if you want -->
<div style="width:calc(442px + 28px * 2); outline:1px solid #232323; border-radius:8px;position: absolute;top:0;left:0;translate:calc(50vw - 50%) calc(50vh - 50%); box-sizing: border-box;container-type: size;height:600px;contain:strict">
<div style="overflow: clip;contain:strict;width:100%;height:100%;position:absolute">
<div style="padding:28px;display: flex;height:100%;box-sizing:border-box;flex-direction: column;align-items: center;justify-content: center;">
<svg class="nv-block sm:nv-hidden nv-h-6 nv-w-auto" style="width:100px;margin-top:2px" viewBox="0 0 1230.574 519.774" xmlns="http://www.w3.org/2000/svg" aria-label="Cloudflare"><path d="m784.025 512.011 5.872-20.311c6.998-24.169 4.394-46.511-7.349-62.926-10.801-15.122-28.804-24.022-50.666-25.056l-414.114-5.281c-2.788-.147-5.096-1.403-6.518-3.471-1.44-2.123-1.773-4.856-.886-7.478 1.366-4.08 5.41-7.164 9.62-7.349l417.954-5.299c49.576-2.271 103.2

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.

@FranciscoG
FranciscoG / convert.sh
Last active June 5, 2026 17:09
Convert Video to Image sequence using ffmpeg
ffmpeg -i input.mov -r 0.25 output_%04d.png
# -i followed by video file sets input stream
# -r set framerat. 1 = 1 frame per second.
# and then set the output file with the number replacement
# more info: https://ffmpeg.org/ffmpeg.html#Main-options
# https://superuser.com/questions/135117/how-to-convert-video-to-images
@lassekongo83
lassekongo83 / snap-remover.sh
Last active June 5, 2026 17:02
Completely remove snaps from Ubuntu.
#!/bin/sh
# Remove snaps completely from Ubuntu
# Tested on Ubuntu 22.04
# WARNING: This script will remove ALL snap applications. (Includning Firefox and the Software store).
# Make backups of your configurations, bookmarks, etc. You should also make sure to have replacements
# ready for software that you use. (Like Firefox for example.)
# Lists all installed snap applications and then uninstalls them.
@wh01s17
wh01s17 / prefijos-vue-transitions.css
Created May 23, 2026 00:45
La parte fade o v es el prefijo; los sufijos importantes son enter-from, enter-active, enter-to, leave-from, leave-active, leave-to y move.
/* Si <Transition name="fade">, Vue usará el prefijo .fade */
/* Estado inicial de entrada: cómo parte el elemento antes de aparecer */
.fade-enter-from {}
/* Estado activo de entrada: define la transición/animación mientras entra */
.fade-enter-active {}
/* Estado final de entrada: cómo queda el elemento al terminar de aparecer */
.fade-enter-to {}
@u10root
u10root / docker-unlock.md
Created May 31, 2024 15:14
Прокси сервер для registry-1.docker.io - hub.docker.com / Обход блокировки Docker Registry

Этот прокси можно использовать, если вы получаете ошибку

Error response from daemon: pull access denied for nginx, repository does not exist or may 
require 'docker login': denied: 403 Forbidden Since Docker is a US company, 
we must comply with US export control regulations. In an effort to comply with these, we now block 
all IP addresses that are located in Cuba, Iran, North Korea, Republic of Crimea, Sudan, and Syria. 
If you are not in one of these cities, countries, or regions and are blocked, 
please reach out to https://hub.docker.com/support/contact/
@ItzLevvie
ItzLevvie / README.md
Last active June 5, 2026 16:55
All of the flashable factory images for Google Pixel devices running Android Canary builds.

Android Canary (202605) — ZP11.260417.009 (15372612)

Device Flash Download SHA-256 Checksum
Pixel 6
(oriole)
Link Link b6c1d3c3d2b5f073cb1a5a4e4ac4952b30f27df8988b0c054d688e23bae8236f
Pixel 6 Pro
(raven)
Link Link 560abbf2314c8f55193b985b6ef5dde132939cff37f58c7df85b0cf17ab90148
Pixel 6a (bluejay) Link Link f74dffd2e77ef1a1c1244e9fabed34452aae8d96adf1691ca
@wasulabenjamin
wasulabenjamin / How to activate Sublime Text Build 4200 x64.md
Last active June 5, 2026 16:53
How to activate Sublime Text Build 4200 x64

Activate Sublime Text Build 4200 x64

  1. Go to https://hexed.it/
  2. Click Open File in the top left corner, navigate to instalation folder and select sublime_text.exe
  3. On the Search for bar in the left panel, input: 0F B6 51 05 83 F2 01
  4. Now in the editor, click on the first byte (0F) and start replacing each byte by: C6 41 05 01 B2 00 90
  5. Finally, in the top left corner again, click on Save as and replace the old executable file with the newly created one.

Enjoy an Unlimited User License!