Skip to content

Instantly share code, notes, and snippets.

@csh1668
csh1668 / metadata.json
Created August 18, 2026 13:00
RimWorld AutoTranslation Cache - Russian / Русский (Yandex)
{"targetLanguage":"Russian \/ Русский","translatorName":"Yandex","translatorModel":"Yandex","date":"2026-08-18 17:00:13","translationCount":8720}
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created August 18, 2026 13:00
dbforge-pg-studio v2026.1.106 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2325368581-988611844-3410392471-1000</user>
<keys>
<key installerType="InnoSetup" displayName="dbForge Studio for PostgreSQL, v2026.1.106" displayVersion="2026.1.106">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DevartStudioPostgreSql_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Devart\dbForge Studio for PostgreSQL\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Devart\dbForge Studio for PostgreSQL\Uninstall\unins000.exe" /SILENT]]></UninstallString>
@qysl0316
qysl0316 / README.md
Created August 18, 2026 13:00 — forked from asheroto/README.md
Bypass Windows 11 Upgrade Assistant / PC Health Check / TPM and CPU Settings. Ignore PC Health Check results.

Bypass Windows 11 Upgrade Assistant / Setup Hardware Checks (TPM, CPU, RAM)

This PowerShell script allows you to bypass TPM 2.0, unsupported CPU, and memory checks enforced by the Windows 11 Upgrade Assistant and setup.exe from Windows installation media. It eliminates common upgrade blocks such as:

  • This PC doesn't currently meet Windows 11 system requirements.
  • TPM 2.0 must be supported and enabled on this PC.
  • The processor isn't currently supported for Windows 11.

What It Does

@ferrata
ferrata / openapi.yaml
Created August 18, 2026 12:59
OpenAPI spec for PR #3159
openapi: 3.1.0
info:
title: Makeswift API
description: Documentation for the Makeswift public REST API.
version: '1.0'
servers:
- url: https://api.makeswift.com
description: Production server
paths:
/v1/auth/user-info:
@ALPHAbilal
ALPHAbilal / README.md
Created August 18, 2026 12:59 — forked from Maciejdziuba/README.md
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does

@ALPHAbilal
ALPHAbilal / README.md
Created August 18, 2026 12:59 — forked from Maciejdziuba/README.md
Context Base — make every AI agent session start with project context

Context Base

Context Base helps a fresh AI-agent session understand a project before it starts making changes.

It reads the repository first, separates facts from guesses, and asks the user only about context the code cannot reveal: mission, priorities, decisions, and constraints.

Install

<?xml version="1.0" encoding="UTF-8"?>
<lexicon version="1.0"
xmlns="http://www.w3.org/2005/01/pronunciation-lexicon"
alphabet="ipa" xml:lang="bg-BG">
<lexeme>
<grapheme>Рицарят</grapheme>
<phoneme>ˈritsɐrjɐt</phoneme>
</lexeme>
@csh1668
csh1668 / metadata.json
Created August 18, 2026 12:59
RimWorld AutoTranslation Cache - Russian / Русский (Yandex)
{"targetLanguage":"Russian \/ Русский","translatorName":"Yandex","translatorModel":"Yandex","date":"2026-08-18 16:59:10","translationCount":8720}
@agent-cortex
agent-cortex / domain-repro-22033.txt
Created August 18, 2026 12:59
elizaOS#22033 PR#22036 reproduction diff (fix + regression test)
diff --git a/plugins/plugin-native-screencapture/src/web.ts b/plugins/plugin-native-screencapture/src/web.ts
index 979e941078..5d38ab96c2 100644
--- a/plugins/plugin-native-screencapture/src/web.ts
+++ b/plugins/plugin-native-screencapture/src/web.ts
@@ -156,6 +156,19 @@ export class ScreenCaptureWeb extends WebPlugin {
};
}
+ /**
+ * Stop and drop the currently held display/microphone stream. Used both on
@agent-cortex
agent-cortex / backend-logs-22033.txt
Created August 18, 2026 12:59
elizaOS#22033 PR#22036 focused vitest/typecheck logs (failing-then-passing)
=== elizaOS/eliza #22033 — plugin-native-screencapture mic-denial leak ===
=== Focused run: plugins/plugin-native-screencapture (isolated sandbox, package's own devDeps) ===
--- [1] New regression test against PRE-FIX web.ts (expected to FAIL: display track leaks) ---
× stops the display stream and clears state when microphone capture is denied 19ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
AssertionError: expected false to be true // Object.is equality
❯ src/web.test.ts:312:37
Tests 1 failed | 17 skipped (18)