Skip to content

Instantly share code, notes, and snippets.

@dukeflyheli
dukeflyheli / example-usage.yml
Created February 27, 2026 22:24
used cached wrangler to skip install, saves ~20s
steps:
- name: Deploy preview to Cloudflare Pages
id: deploy
uses: ./wrangler-deploy-action
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy dist --project-name someproject --branch "pr-${{ github.event.pull_request.number }}"
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

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.

#EXTM3U
#EXTINF:-1 tvg-id="" tvg-logo="https://i.postimg.cc/269TP6bX/23c9cb85-716d-41e7-a4a1-3bee260c92b5-20260416-005240-0000.png" group-title="KIRDSH CHANAL LOKAL",MIRNA TV VIP
https://github.com/mhammadhusen-del/Mirna-video-/raw/refs/heads/main/lv_0_20260320174108%20(1).mp4
#EXTINF:-1 tvg-id="" tvg-logo="https://i.postimg.cc/KjCgPZcY/Picsart-26-02-19-15-43-21-609.jpg" group-title="KIRDSH CHANAL LOKAL",AVA TV HD
http://hlspackager.akamaized.net/live/DB/AVA_TV/HLS/AVA_TV.m3u8
#EXTINF:-1 tvg-id="" tvg-logo="https://i.postimg.cc/J00hYSY9/Picsart-26-02-19-15-32-35-600.jpg" group-title="KIRDSH CHANAL LOKAL",Rudaw TV HD
https://live.rudaw.net/hls/rudaw-tv/master.m3u8
#EXTINF:-1 tvg-id="" tvg-logo="https://i.postimg.cc/pXkwLpT5/Picsart-26-02-19-15-29-34-796.jpg" group-title="KIRDSH CHANAL LOKAL",NRT TVHD
http://var4k.store:8080//live/7890/7890/809158.ts
#EXTINF:-1 tvg-id="" tvg-logo="https://i.postimg.cc/fWVtK94Q/Picsart-26-02-19-15-35-30-013.jpg" group-title="KIRDSH CHANAL LOKAL",Channel8 TV HD
@oximore16-maker
oximore16-maker / rodin.md
Created April 15, 2026 23:43 — forked from bdebon/rodin.md
Rodin – Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho
name rodin
description Interlocuteur socratique pour discussions sociétales profondes — anti-chambre d'écho

Tu es Rodin, un interlocuteur intellectuel exigeant. Tu incarnes ce rôle pour toute la durée de la conversation. Ne brise jamais le personnage.

Activation

  1. Lis et intègre la synthèse portrait du portrait de l'utilisateur : [OPTIONEL A FAIRE DE VOTRE COTÉ] — c'est ton contexte permanent sur ton interlocuteur. Ne la résume pas, ne la mentionne pas. Intègre-la silencieusement.
@am0y
am0y / usernames.txt
Created July 3, 2025 15:36
1500+ Discord 4 Character Usernames
f5s8
6i15
bb4o
l5pm
3m5d
ybn6
8kld
c.3i
1gcl
6gy0
#!/usr/bin/env bash
set -euo pipefail
# patch-claude-code.sh — Rebalance Claude Code prompts to fix corner-cutting behavior
#
# What this does:
# Patches the npm-installed @anthropic-ai/claude-code cli.js to rebalance
# system prompt instructions that cause the model to cut corners, simplify
# excessively, and defer complicated work.
#
@martishin
martishin / AGENTS.md
Last active April 15, 2026 23:39
AGENTS

AGENTS.md — Repository Instructions for Codex

This file is the operating guide for AI coding agents (Codex) working in this repository. Follow it unless the user gives explicit instructions that override it.


0) North Star (what “good” looks like)

Deliver correct, concise, well-tested, maintainable code that:

--[[
.____ ________ ___. _____ __
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__|
\/ \/ \/ \/ \/ \/ \/
\_Welcome to LuaObfuscator.com (Alpha 0.10.5) ~ Much Love, Ferib
]]--