key signing procedure for next lunch
A step-by-step guide for three people meeting in person who already have verified Signal chats with each other.
The goal is to verify each other's GPG public key fingerprints in person,
| --[[ | |
| ===================================================================== | |
| ==================== READ THIS BEFORE CONTINUING ==================== | |
| ===================================================================== | |
| ======== .-----. ======== | |
| ======== .----------------------. | === | ======== | |
| ======== |.-""""""""""""""""""-.| |-----| ======== | |
| ======== || || | === | ======== | |
| ======== || KICKSTART.NVIM || |-----| ======== |
Neovim init.lua changes — 2026-03-05
Neovim init.lua changes
All changes made to ~/.config/nvim/init.lua.
Current file: init.lua
A detailed examination of the concentration and structural risks in Bitcoin's ownership, custody, mining, and market infrastructure -- the strongest thread from the broader "Saylor kills BTC" argument.
| Category | BTC | % of 21M cap | % of mined (~19.8M) | Notes |
|---|
1. The startup thesis is coherent
This is not random crypto buzzwording. Their argument is internally consistent: for many major assets and tokenized assets, price is formed off-chain, so an AMM that assumes on-chain pools should do price discovery is structurally inefficient. That is a serious mechanism-design point, not fluff.
2. They may have operator experience rather than purely academic ideas
The strongest claim in the CTO brief is that they previously ran profitable HFT / arbitrage / market-making strategies and at times supplied a meaningful share of Aerodrome liquidity. If true, that would matter a lot, because real AMM pain is usually best understood by people who have actually traded against it.
| Entity | Action | BTC / Value | Notes |
|---|---|---|---|
| United States | Strategic Bitcoin Reserve (exec order Mar 2025) | ~328,372 BTC | Seeded from forfeiture assets; BITCOIN Act proposes Treasury buy up to 1M BTC |
| El Salvador | Continued daily purchases | Buying 1 BTC/day since 2021; portfolio peaked ~$800M in Oct 2025 | |
| Bhutan | Mining-based accumulation, partial sells | Druk Holding & Investments; sold ~$42M in early 2026 | |
| Czech National Bank | First-ever central bank BTC purchase (Oct 2025) | $1M test portfolio | Pilot to evaluate BTC as reserve diversification; results in 2-3 years |
Date: 2026-03-09
The backend API has 46 endpoints with no machine-readable documentation. API behavior is defined implicitly by Rust code. This means:
Date: 2026-03-06
Three tools were used to triangulate complexity from different angles:
complexity crate — per-function cognitive complexity scores for every function in the codebase (based on Cognitive Complexity by G. Ann Campbell). Cognitive complexity measures how hard code is to understand, penalizing nested control flow more than flat branching.cognitive_complexity lint — same metric but only flags functions above a threshold, confirming the top offenders.