NTNitin Tinnitincfe.hashnode.dev·15h ago · 7 min readTwo Passes, Four Files, One AssemblerI'm going through Nand2Tetris right now. The course where you build a computer starting from NAND gates. Logic gates, then an ALU, then a CPU, and eventually you get to writing a machine language and 00
NTNitin Tinnitincfe.hashnode.dev·May 10 · 6 min readTransforming Declassified FBI Archives into a Geospatial Data ToolTL;DR: I developed an interactive research dashboard to process 184 pages of declassified FBI records (Section 10 of file 62-HQ-83894). By using a 2M token context window and Streamlit, I converted st00