Skip to content

Instantly share code, notes, and snippets.

@aerooooo
aerooooo / qwen3.5_9b_thermodynamic_reasoning.md
Created March 12, 2026 13:18 — forked from sudoingX/qwen3.5_9b_thermodynamic_reasoning.md
Qwen 3.5 9B reasoning about thermodynamic computing on RTX 3060 12GB at 50 tok/s. Full thinking chain + output. Q4_K_M quant, 128K context.

Qwen 3.5 9B -- Thermodynamic Computing Reasoning Test

9 billion parameters reasoning about bleeding-edge physics on a $200 GPU. Full thinking chain visible. Nothing cherry-picked.

Hardware

Field Value
GPU RTX 3060 12GB
Model Qwen 3.5 9B Q4_K_M (5.3GB)
@aerooooo
aerooooo / slack-system-design-reverse-engineered.md
Created March 1, 2026 19:10 — forked from sshh12/slack-system-design-reverse-engineered.md
A reverse-engineered system design of Slack's web application, built from live network traffic analysis of the authenticated Enterprise Grid experience. 200+ API calls captured across boot, search, messaging, reactions, and navigation. Every backend service named.

Slack System Design: A Grounded Teardown

A reverse-engineered system design of Slack's web application, built from live network traffic analysis of the authenticated Enterprise Grid experience. 200+ API calls captured across boot, search, messaging, reactions, and navigation. Every backend service named.

Architecture Overview

┌─────────────────────────────────────────────────────────────────────────────┐
│  BROWSER (Gantry v2 SPA)                                                    │
│                                                                             │
@aerooooo
aerooooo / netflix-system-design-reverse-engineered.md
Created March 1, 2026 19:09 — forked from sshh12/netflix-system-design-reverse-engineered.md
Netflix's web architecture reverse-engineered from live network traffic -- 18 named internal systems (Akira, Cadmium, Shakti, Pinot, MSL, FTL, Ichnaea...), dual API migration (Falcor → GraphQL), video streaming pipeline, DRM flow, search capability negotiation, and the full content data model. All from 177 captured requests.

Netflix System Design: A Grounded Teardown

A reverse-engineered system design of Netflix's web application, built entirely from live network traffic analysis of the authenticated browse experience. 177 requests captured, every API contract inspected, every subsystem named.

Architecture Overview

┌─────────────────────────────────────────────────────────────────────────────┐
│  BROWSER (Akira SPA)                                                        │
│                                                                             │