Skip to content

Instantly share code, notes, and snippets.

@chaudharyachint08
chaudharyachint08 / gate_da_material.md
Last active August 23, 2026 12:30
GATE(DA) Preparation Material

Probability and Statistics (with Counting/Combinatorics)

  • Mathematics (Class 11 & 12) - NCERT Relevant Chapters
    • Class 11 - Ch 1. Sets
    • Class 11 - Ch 2. Relations and Functions
    • Class 12 - Ch 1. Relations and Functions
    • Class 11 - Ch 6. Permutations and Combinations

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.

Discord HypeSquad Badge Script (Updated December 2025)

Current Status (as of December 24, 2025):
Discord officially removed the HypeSquad section from settings in September 2025, meaning you can no longer join via the in-app quiz. Existing badges remain visible on profiles, but new users can't join officially.

Good news: The internal API endpoint (/hypesquad/online) still works! This console script lets you add a HypeSquad house badge directly.

Important Warnings:

  • This is unofficial and may violate Discord's Terms of Service (considered automation).
  • Use at your own risk—account bans are rare for this but possible.
@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@TwilightZebby
TwilightZebby / discordbadgeinfo.md
Last active August 23, 2026 12:22
Obtainability of Discord Badges

Obtainability of Discord Badges

Written by TwilightZebby so he can link this for the next 1000 people to ask this very common question.

Important

  • Please do NOT treat Discord Badges as trophies or collectables. They are not.
  • Please do NOT be the next reason why Discord makes yet another Discord Badge unobtainable or shuts down another Program because of "badge hunting" culture.
    • Yes, it's happened too many times.
  • No, gaining a Discord Badge won't earn you friendships or relationships. Only an influx of spam & scam DMs/Pings!
  • Discord's Badges are just pixels on your screen. They literally don't mean anything in the grand scheme of things.
@TylerCode
TylerCode / install_unity_fedora.sh
Created May 25, 2024 16:34
Install script for installing Unity Hub on Fedora Linux
#Use this to install unity on Fedora
sudo dnf install openssl openssl-libs GConf2
sudo sh -c 'echo -e "[unityhub]\nname=Unity Hub\nbaseurl=https://hub.unity3d.com/linux/repos/rpm/stable\nenabled=1\ngpgcheck=1\ngpgkey=https://hub.unity3d.com/linux/repos/rpm/stable/repodata/repomd.xml.key\nrepo_gpgcheck=1" > /etc/yum.repos.d/unityhub.repo'
# For beta hub, use this
#sudo sh -c 'echo -e "[unityhub-beta]\nname=Unity Hub Beta\nbaseurl=https://hub.unity3d.com/linux/repos/rpm/unstable\nenabled=1\ngpgcheck=1\ngpgkey=https://hub.unity3d.com/linux/repos/rpm/unstable/repodata/repomd.xml.key\nrepo_gpgcheck=1" > /etc/yum.repos.d/unityhub_beta.repo'
sudo dnf check-update
sudo dnf install unityhub
@mcauser
mcauser / mou.md
Created October 1, 2013 06:41
mou.md

Mou

Mou icon

Overview

Mou, the missing Markdown editor for web developers.

Syntax