Skip to content

Instantly share code, notes, and snippets.

@reatlat
reatlat / README.md
Created January 11, 2026 09:58
Bash script to bulk delete Cloudflare Pages/Workers deployments when the dashboard won't let you

Delete Cloudflare Pages/Workers Deployments

A simple bash script to bulk delete Cloudflare Pages or Workers deployments via API.

Why?

Cloudflare won't let you delete a project with too many deployments. Their official solution requires Node.js and npm install. This script just needs curl and jq.

Usage

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.

@lancejpollard
lancejpollard / 50.md
Last active May 9, 2026 08:37
50 Machines (Open Source Ecology)

50 Machines (Open Source Ecology)

Trying to piece together the scattered, partial, and largely overblown notes OpenSourceEcology put together, after finally drilling down to this page in their wiki. Thank you ChatGPT for condensing and distilling this down a bit.

# Machine Description Status
1 Compressed Earth Block Press Builds compressed earth blocks for construction. Relatively mature
2 Concrete Mixer
@Pythonation
Pythonation / prompt.md
Last active May 9, 2026 08:35
3 PROMPTS OF CODING AGENTS

1. برومبت التخطيط المطوّر (The Planning Protocol)

[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]

[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":

@AKCodez
AKCodez / claude-code-statusline-guide.md
Last active May 9, 2026 08:29
Claude Code Status Line - Complete Guide: all fields, config, ready-to-use scripts

Claude Code Status Line - Complete Guide: all fields, config, ready-to-use scripts

Claude Code Status Line — Complete Guide

A persistent, customizable bar at the bottom of Claude Code that shows real-time session data.

image
@cmer
cmer / README.md
Last active May 9, 2026 08:28
Ultimate LLM Prompt for Deep Codebase Analysis & Documentation

🧠 Ultimate LLM Codebase Brain Dump Prompt

This prompt is designed for GPT-5, Claude Opus 4.1, Cursor, Claude Code, and cursor-agent to perform a deep, structured analysis of any codebase without pasting the entire repo into chat.

It guides the LLM to:

  • Browse and discover the codebase using built-in repo tools
  • Read only the necessary files in intelligent order
  • Analyze the system at high, mid, and low levels
  • Identify features, their business purposes, how they work, and how they interact
  • Output a complete master knowledge document inside codebase-analysis-docs/
@RobinCPC
RobinCPC / wine_setup.md
Last active May 9, 2026 08:27
Wine Setup

Install Wine with Mono & Gecko in Ubuntu 20.04

Warning: Do not try those command in your main PC, I test in a virtual Machine

Note: Most of commands are from the Dockerfile in Reference section. If you want to test wine, just run their docker container

1. Setup PPA

sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo tee /etc/apt/trusted.gpg.d/winehq.asc