Skip to content

Instantly share code, notes, and snippets.

import torch
from loraw.network import LoRAMerger
from stable_audio_tools.models.factory import create_model_from_config
import json
from stable_audio_tools.models.utils import load_ckpt_state_dict
from stable_audio_tools.training.utils import copy_state_dict
# Key prefixes and delimiters
prefixes = {
'default': 'model/model/',
@wiz0u
wiz0u / MessageEffectIds.txt
Created September 25, 2025 00:56
Telegram Bot API - All message_effect_id values
πŸ‘ 5107584321108051014 animated effect
πŸ‘Ž 5104858069142078462 animated effect
❀ 5159385139981059251 animated effect
πŸ”₯ 5104841245755180586 animated effect
πŸŽ‰ 5046509860389126442 animated effect
πŸ’© 5046589136895476101 animated effect
πŸ₯° 5170169077011841524 animated effect
πŸ‘ 5170166362592510656 animated effect
😁 5048771083361059460 animated effect
πŸ€” 5170257231215591956 animated effect
@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.

@VivianBalakrishnan
VivianBalakrishnan / okf-graph-wiki.md
Last active August 16, 2026 08:14
OKF Graph Wiki β€” Agent-Maintained Knowledge Graph for Context Retrieval

OKF Graph Wiki β€” Agent-Maintained Knowledge Graph for Context Retrieval

I've been running Andrej Karpathy's LLM Wiki pattern for several months β€” reading sources, compiling them into a compounding, git-diffable wiki instead of re-deriving everything from scratch every session β€” and I'm a genuine convert. But two things kept nagging at me: query salience (finding the right page reliably, not just something plausible) and token economy (not re-reading half the wiki to answer one question).

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.

@tin-z
tin-z / VR_roadmap.md
Last active August 16, 2026 08:07
Becoming a (pre-AI) Vulnerability Researcher roadmap: my personal experience
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 16, 2026 08:01
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on 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 most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@sundowndev
sundowndev / GoogleDorking.md
Last active August 16, 2026 08:01
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"