Skip to content

Instantly share code, notes, and snippets.

@sergey-l05k2
sergey-l05k2 / A-Plague-Tale-Resonance-Trainer.md
Created September 4, 2026 07:22
Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration manag

A-Plague-Tale-Resonance-Trainer

Resonance: A Plague Tale Legacy Trainer toolkit for Windows with Resonance Points Editor, Game Speed, Configurable Hotkeys, Saved Profiles, Trainer Dashboard, Quick Presets, modern dashboard, saved presets, and desktop-focused setup.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

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.

@Klerith
Klerith / flutter-instalaciones.md
Last active September 8, 2026 04:47
Instalaciones del curso de Flutter - Móvil de cero a experto
@daemondevin
daemondevin / 5-letter-words.txt
Created March 28, 2024 08:24
A list of 5 letter words in English.
aback
abaft
abase
abate
abbey
abbot
abhor
abide
abler
abode
@raoulwegat
raoulwegat / parallels-for-desktop-downloads.md
Created February 17, 2025 05:25
Parallels Desktop for Mac point version download URLs

Parallels International Gmbh don't link to previous point release for their software which makes it difficult for those who happen to find themselves at the whipping end of their QA team's failures.

So if you're after a particular version - for me because updates keep breaking Parallel Tools in so many weird and wonderful ways - you can get a specific point version using the following URL format:

https://download.parallels.com/desktop/v19/19.4.1-54985/ParallelsDesktop-19.4.1-54985.dmg https://download.parallels.com/desktop/v20/20.1.3-55743/ParallelsDesktop-20.1.3-55743.dmg

The specific versions and build numbers can be sourced from their updates pages:

Parallels Desktop 19 updates summary

@rleroi
rleroi / Portmaster-TrimUI-Brick-StockOS-Guide.md
Last active September 8, 2026 04:04
PortMaster on the TrimUI Brick (Stock OS) — Step-by-Step

PortMaster on the TrimUI Brick (Stock OS) — Step-by-Step

Get PC game ports (TMNT: Shredder's Revenge, Stardew Valley, Celeste, …) running on a TrimUI Brick with stock firmware. No custom firmware, no soldering, no Linux knowledge needed.

What you need:

  • TrimUI Brick + a microSD card (blank, or one you're willing to wipe)
  • A computer with an SD card reader (Windows/Mac/Linux all fine)
  • WiFi for the Brick
  • Your own copies of the games (Steam/GOG/Epic)
@Mr-xn
Mr-xn / mac.js
Created May 29, 2026 09:35
typora mac 激活
#!/usr/bin/env node
/**
* Typora macOS 激活脚本
* 原理:替换二进制中的 RSA 公钥,用自己的私钥签名生成 Activation Token
*/
const crypto = require('crypto');
const fs = require('fs');
const path = require('path');
const { spawnSync } = require('child_process');