Skip to content

Instantly share code, notes, and snippets.

@subtleGradient
subtleGradient / macos-triage-002.html
Created May 14, 2026 16:46
macOS Keychain Trust Reset Checklist
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>macOS Keychain Trust Reset Checklist</title>
<style>
:root {
color-scheme: light dark;
--bg: #0b1020;
@subtleGradient
subtleGradient / macos-triage.html
Created May 14, 2026 15:59
macOS gh-token-monitor dead-man triage checklist
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>macOS gh-token-monitor Dead-Man Triage Checklist</title>
<style>
:root {
color-scheme: light dark;
--bg: #0f172a;
name ACH
description Use Analysis of Competing Hypotheses when uncertainty, diagnosis, strategy, or causality matters.

ACH RULE

Use ACH when:

  • multiple explanations fit
  • the user asks “why”
@subtleGradient
subtleGradient / list-v0.pad.htm
Last active May 1, 2026 19:02
Portable App Document — list demo 0
#!/usr/bin/env -S bunx --bun -p https://github.com/subtleGradient/pad/archive/refs/tags/list-v0.tar.gz pad
<!-- PAD: list-v0 standalone onboarding list. Run only if you trust this file as local Bun code. -->
<!doctype html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>list-v0.pad.htm</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/subtleGradient/pad@refs/tags/list-v0/pad.css"

note-gist executable probe

This Gist is a flat-file probe for executable content-document runners.

Gists reject directories, so every executable file must live at the Gist root.

Nix

Works unpinned:

javascript:(async()=>{
const nativeConsoleState = (() => {
try {
const iframeHost = document.body || document.documentElement;
if (!iframeHost) {
return {
cleanup: () => {},
host: window.console
};
@subtleGradient
subtleGradient / hyperslice.SKILL.md
Last active January 9, 2026 01:30
Hyperslice Jr skill v0
name hyperslice
description Technique for categorizing and organizing concepts along binary dimensions

some infinities are bigger than others, as are some kinds of "thing" gather examples, then gather slices, then organize slices

  1. gather a bunch of random specific things: {while pile of things is too small, add one more thing that is as different as possible to every other thing in the pile}
@subtleGradient
subtleGradient / vt-hig.pdf
Last active December 26, 2025 10:51
VT-HIG Cheat Sheet -- Virtual Terminal Human Interface Guidelines
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@subtleGradient
subtleGradient / thing-golf.SKILL.md
Last active January 9, 2026 01:35
Thing Golf v3.1 SKILL.md

Thing Golf v3.1 – Fear/Pain Aware PR Scoring (TS Monorepos)

Target: future AI/LLM selves with tools (git diff, FS, AST, config parsers). Domain: TypeScript monorepo PRs.


0. Core Idea

Don't measure lines or characters.

@subtleGradient
subtleGradient / FaxMachine.ts
Created October 2, 2025 21:52
FaxMachine.effect.ts
import {FileSystem, HttpClient} from '@effect/platform'
import {formData} from '@effect/platform/HttpBody'
import {Config} from 'effect'
import * as Console from 'effect/Console'
import * as Effect from 'effect/Effect'
const testFaxNumber = '+19898989898'
export class FaxMachine extends Effect.Service<FaxMachine>()('FaxMachine', {
accessors: true,