Skip to content

Instantly share code, notes, and snippets.

@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active September 26, 2026 17:52
Active StarUml version 6 for Window | MacOS | Linux

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.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 26, 2026 16:10
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

@Ahmed-Asif1
Ahmed-Asif1 / gist:e7d1902755337f0a07298c1062b4e802
Last active September 26, 2026 17:41
NUST Semester 1 BSCS Full Syllabus
@eros18123
eros18123 / lingq scraper audio and sentences
Created September 26, 2026 17:40
lingq scraper audio and sentences
import os
import json
import requests
from aqt import mw
from aqt.qt import *
from aqt.utils import showInfo, showCritical
# --- CONFIGURAÇÕES ---
CONFIG_FILENAME = "lingq_scraper_config.json"
name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@fnky
fnky / ANSI.md
Last active September 26, 2026 17:37
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@arch1t3cht
arch1t3cht / video_noob_guide.md
Last active September 26, 2026 17:36
What you NEED to know before touching a video file

What you NEED to Know Before Touching a Video File

Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.

If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of time, computing power, storage space, or video quality.