I have seen the Config, and I will Update
T+0 Knowledge for T+N Success
Friday, 10 July 2026
Claude's "Access Consciousness"& Rise of the "J-Space"
Thursday, 9 July 2026
What is Pylance?
Pylance is the component that enables Visual Studio Code to provide IntelliSense for Python.
It is underpinned by Microsoft's Pyright type checker (open source static type checker for Python). Read more about Pyright from the official website.
Wednesday, 8 July 2026
Navigating OpenClaw Architecture
Tuesday, 7 July 2026
Data Rates Rule...OK!
External Dependencies Are the Root of All Evil
Open source software is great except when it isn't.
Update all the dependencies for a new cool software and older software (using older versions of those co-dependencies) suddenly breaks.
In Windows, we used to call it "DLL Hell" but it has its manifestations in Linux too.
Then it's a cycle of repair and debugging.
Debugging Python - Module Versions
Thursday, 25 June 2026
Introduction to VLSI Systems (Mead & Conway, 1978)
An early textbook on building semiconductor systems. A key learning was the scaling law: "as transistors grow entirely new classes of computation become feasible".