My First PCB Prototype with AI: The Connector Was Harder Than the Design

Related posts
ThunderScope: The Open-Source Oscilloscope That Moves the Display and Processing to a PC
Aug 12, 2026
ThunderScope is an open-source oscilloscope that streams four channels of 1 GS/s data to a PC in real time over Thunderbolt, USB4, or PCI Express. This article explores its PC-based display and processing architecture, the ngscopeclient and TS.NET software stack, multi-unit synchronization, and the potential for custom gateware.
Cerebras WSE-3: Why Turn an Entire Wafer into a Single AI Chip?
Aug 12, 2026
Cerebras challenges the memory-bandwidth bottleneck in AI inference with WSE-3, a wafer-scale processor integrating 4 trillion transistors and 44 GB of on-chip SRAM. This post looks at the benefits of wafer-scale design, its defect-tolerant architecture, partnerships with OpenAI and AWS, and the competitive landscape with NVIDIA and Groq.
What does the CPU think? A great introductory article on building a 16-bit CPU directly in C.
Mar 15, 2026
This is a text that helps you understand registers, memory, ALU, flags, branching, stack, and assembler while directly implementing a 16-bit CPU in C code. It is especially recommended for those who want to connect computer architecture not through abstract explanations but through working code.
