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.
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.
Descargar las hojas de atajos recomendadas:
| aback | |
| abaft | |
| abase | |
| abate | |
| abbey | |
| abbot | |
| abhor | |
| abide | |
| abler | |
| abode |
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:
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)
| #!/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'); |

