- 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
Discover gists
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.
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.
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.
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.
- Establish the coverage contract
Inspect the repository and inventory every identifiable subsystem.
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.
| #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 |
