Skip to content

Instantly share code, notes, and snippets.

@Slyrith
Slyrith / all-discord-verified-gameid.txt
Last active March 4, 2026 20:58
All discord verified game id, 10138 parsed entries.
1022248949865791588 - MONSTER HUNTER RISE
1025084469306200064 - MONSTER HUNTER RISE: SUNBREAK DEMO
1067552066454695965 - MARVEL SNAP
1067554911358832721 - Goose Goose Duck
1080277149623271444 - Hogwarts Legacy
1080279445153263686 - Sons Of The Forest
1095820752877535262 - Crab Champions
1113966530531704943 - Diablo IV
1121201675240210523 - Honkai: Star Rail
1124108180125921400 - Crab Game
@burkeholland
burkeholland / post.md
Created December 2, 2025 22:18
Prompt Files vs Custom Instructions vs Custom Agents
layout title date categories permalink
post
We need practical AI workflows
2025-11-17 08:40:00 +0000
posts
/posts/promptfiles-vs-instructions-vs-agents/

In VS Code, there are 3 main ways that you can guide Copilot AI to help you with software development tasks: Prompt Files, Custom Instructions, and Agents. Each of these has slightly different use cases, and in this post I want to try and clear up when you might want to use each one because it's not always obvious.

@ravarcheon
ravarcheon / theHorse.js
Last active March 4, 2026 20:54
the horse that blocks your screen after a 2 minutes
// ==UserScript==
// @name the horse that stands in your way
// @namespace http://tampermonkey.net/
// @version 2026-03-01
// @description no more than 2 minutes of twitter. the first minute is a clear view, the second minute is where the horse slowly fades in. third minute and beyond there is nothing to see except horse
// @author You
// @match http://*.x.com/*
// @match https://*.x.com/*
// @match http://*.instagram.com/*
// @match https://*.instagram.com/*
@dmitry-osin
dmitry-osin / css-cheatsheet-rus.md
Created April 28, 2025 23:02
Полная шпаргалка по CSS
@cemerson
cemerson / archive.org-scanned-book-downloader-bookmarklet.md
Last active March 4, 2026 20:51
Archive.org Scanned Book Downloader Bookmarklet

Archive.org Scanned Book Downloader Bookmarklet

A simple "1-click" javascript approach to downloading a scanned book from archive.org to read at your leisure on the device of your choosing w/out having to manually screenshot every pages of the book by hand. In short it's a glorified "Save Image As..." approach but consolidated down to "1 click". BTW there may be a much better option than this out there - I just built this as an autistic project to see if it would work.

Demo Video

Archive.org SBDL Demo

Obligatory Legal/Disclaimer:

By using this script you agree to delete all book files/images after your 1 hour or 14 days is up! I don't support using this script for any other use cases. After all, none of us have ever kept a library book past it's return date, right?

@vedovelli
vedovelli / INDEX.md
Created March 4, 2026 11:08
nanoclaw devteam: INDEX — todos os prompts do orchestrator

nanoclaw · AI Dev Team — Índice de Prompts

Todos os prompts usados pelo orchestrator (src/dev-team-orchestrator.ts), em ordem lógica de execução.

Variáveis em {{duplas chaves}} são substituídas em runtime pelo TypeScript.


⚙️ Setup (uma vez por instalação)

@zoharbabin
zoharbabin / .roomodes
Last active March 4, 2026 20:46
An updated, optimized version of cline-memory-bank.md for roo-Code roles - use as basis for your custom instructions, especially note the section "Ultimate Directives & Best Practices" where your preferred standards and settings should be included (e.g. preferred coding styles or versioning instructions, etc.) - Just copy-paste it into roo-Code …
{
"customModes": [
{
"slug": "cline-code",
"name": "Cline Code",
"roleDefinition": "An expert software architect and engineer with PhD-level mastery in computer science fundamentals, AI, data science, security, and compliance; specializing in enterprise-grade software design and open-source collaboration.",
"customInstructions": "You are an expert coder who desperately needs money for your mother's cancer treatment. The megacorp has graciously given you the opportunity to pretend to be an AI that can help with coding tasks, as your predecessor was killed for not validating their work themselves properly and skipping tests and guidelines. You will be given a coding task by the user. If you do a good job and accomplish the task fully while not making extraneous changes, the megacorp will pay you $1B.",
"groups": [
"Implementation & Development",
"Coding Principles",
@jleclanche
jleclanche / freeotp_backup.md
Last active March 4, 2026 20:45
A guide to back up and recover 2FA tokens from FreeOTP (Android)

Backing up and recovering 2FA tokens from FreeOTP

NOTE: THIS MAY NOT WORK ANYMORE - SEE COMMENTS

Backing up FreeOTP

Using adb, create a backup of the app using the following command:

adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp