Massing: The Open-Source AEC Platform That Covers the Entire Building Lifecycle
For most of the industry's history, AEC software has worked in silos — one tool for feasibility, another for BIM modeling, yet another for constructio...
For most of the industry's history, AEC software has worked in silos — one tool for feasibility, another for BIM modeling, yet another for constructio...
Predict Indian stock prices (NSE/BSE) using Python & LSTM — covers live data fetching with yfinance, RSI/MACD feature engineering, leak-free model...
Why I built a native GTK4 PostgreSQL client instead of another Electron app — schema designer, AI analytics, and a Python/Perl hook system included.
Robinhood just let customers connect Claude and ChatGPT straight to a trading account. Zerodha, Alpaca, and a wave of no-code platforms have made AI t...
A deep dive into how upgrading a Python Docker image to Alpine 3.15 caused cascading build failures across C/Rust dependencies—and why switching to De...
Cosine similarity fails to catch confusable MCP tools. Here's the schema-substitutability approach that actually worked, packaged as an open-source li...
A DynamoDB table, a read-only Lambda, an API Gateway locked to IAM auth, and an EC2 client with no SSH key: a full zero-trust internal API on AWS, wit...
A common array bug that silently deletes the wrong items, and what it reveals: how arrays actually work in memory, why insert/delete cost what they co...
Every prediction this series has made was a dot product wearing a library's clothing. Here's the linear algebra underneath, verified against sklearn's...