| name | ACH |
|---|---|
| description | Use Analysis of Competing Hypotheses when uncertainty, diagnosis, strategy, or causality matters. |
Use ACH when:
- multiple explanations fit
- the user asks “why”
| <!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; |
| <!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; |
| #!/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" |
| javascript:(async()=>{ | |
| const nativeConsoleState = (() => { | |
| try { | |
| const iframeHost = document.body || document.documentElement; | |
| if (!iframeHost) { | |
| return { | |
| cleanup: () => {}, | |
| host: window.console | |
| }; |
| 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
| 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, |