Skip to content

Instantly share code, notes, and snippets.

View Skydev0h's full-sized avatar
🌠
Solitary wave

Oleksandr Skydev0h

🌠
Solitary wave
View GitHub Profile
@Skydev0h
Skydev0h / ak1-aa-replay.js
Created August 13, 2026 12:57
ASSETKEY1 local validation and committed-trigger regression PoC
#!/usr/bin/env node
"use strict";
/*
* AK1 supplemental committed-trigger lifecycle check.
*
* This test starts from an isolated fixture in which a validated AA definition
* and one trigger row are committed, then invokes the stock
* aaComposer.handleAATriggers() consumer. It is a consumer/restart component,
* not a signed network-stabilization E2E. The ordinary signed post_joint proof
@Skydev0h
Skydev0h / enable-benchmarks.patch
Last active August 12, 2026 11:17
Quantus | W01 supplementary package
diff --git a/node/Cargo.toml b/node/Cargo.toml
index f9b4c2c3..d65a1eff 100644
--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -17,6 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { features = ["derive"], workspace = true }
codec.workspace = true
+frame-benchmarking = { workspace = true, default-features = false }
frame-benchmarking-cli = { workspace = true, default-features = true, optional = true }
@Skydev0h
Skydev0h / power-automate-desktop-dwm-stall-writeup.md
Last active March 31, 2026 11:50
How Power Automate Desktop Silently Destroyed My System's Responsiveness for a Year

How Power Automate Desktop Silently Destroyed My System's Responsiveness for a Year

TL;DR

A single background process — PAD.BridgeToUIAutomation2.exe from Microsoft Power Automate Desktop — was causing system-wide input freezes, mouse stuttering, keyboard input loss, and audio dropouts on a high-end workstation (i9-14900K, RTX 4090, 96 GB RAM, 4K 120Hz). The root cause: Power Automate's UI Automation bridge subscribes to global accessibility events, which forces every windowed application to generate cross-process callbacks on every repaint. This created a cascading DWM composition stall that affected the entire system. Disabling Power Automate from startup instantly resolved all symptoms.

System

  • CPU: Intel Core i9-14900K (32 logical processors)
  • GPU: NVIDIA GeForce RTX 4090 24 GB