» Tag
python
115 postsCompiler Converts Computation Graphs to Vanilla Transformer Weights
Generate transformer weights from computation graphs with a compiler, no training needed.
Unlocking My Laptop's BIOS with Claude Code
Learn how a user unlocked their HP 15-dw1036ne BIOS with Claude Code. Discover the tools and methods used.
FastAPI's def vs async def: A Blocking Call Freezes Every Request
FastAPI's async def vs def usage can lead to performance issues. Key considerations for proper implementation.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comPython 3.15 Introduces Low-Overhead Interpreter Profiling Mode
Python 3.15 features a low-overhead interpreter profiling mode for efficient JIT compilation.
Understanding NVIDIA DGX Spark Environment: From API to GPU, Week 1
Get essential information and commands to start working in the NVIDIA DGX Spark environment. Learn the details of the first week.
Catch your local LLM falling back to CPU
Picchio is a Python file that checks your local LLM setup, showing if the GPU really did the work.
Python Automation Cookbook: Building AI-Driven Decision Pipelines
A practical pattern for adding lightweight AI classification steps to deterministic script pipelines, handling judgment calls that if/else logic can't cover.
Building Zero-Dependency MCP Servers in Pure Python
A practical walkthrough for implementing Anthropic's Model Context Protocol from scratch using only the Python standard library, with no SDK or pip dependencies.
A Fake Python Memory Leak: ru_maxrss vs VmRSS Confusion
A RAG pipeline seemed to leak memory as RSS kept climbing, but the real bug was measuring ru_maxrss (a peak value) instead of live VmRSS. Fix, baseline check, and batching included.
daily_stock_analysis review: how reliable is LLM-based stock analysis?
Open-source daily_stock_analysis brings LLM-powered analysis to A-shares, Hong Kong and US markets. Setup, cost, benchmarks and pitfalls covered in this hands-on review.