Minimum of cosine sum
Explores the minimum value of sums of cosines with integer frequencies, touching on the Chowla cosine conjecture and numerical exploration methods.
Explores the minimum value of sums of cosines with integer frequencies, touching on the Chowla cosine conjecture and numerical exploration methods.
Explains how to run Pydantic's Monty, a sandboxed Python subset written in Rust, in WebAssembly for secure, untrusted code execution in browsers.
Explains how to run Pydantic's Monty, a sandboxed Python subset written in Rust, in WebAssembly for secure, browser-based execution of LLM-generated code.
An analysis of AI coding agents, explaining their simplicity and power through a hands-on experiment building a minimalist agent with Claude Code.
A summary of a podcast interview discussing Selenium WebDriver, its comparison with Playwright, and best practices for test automation.
Explores the mathematical property that rounding up the gamma function of 1/n equals n, with a proof sketch and Python verification.
The author describes using an LLM (Codex) to rewrite the pycparser project, replacing its PLY-based parser with a hand-written recursive-descent parser.
Explains how to distribute Go CLI tools like sqlite-scanner via PyPI using go-to-wheel, making them easily installable with pip/uv.
Explains how to distribute Go CLI tools like sqlite-scanner via PyPI using go-to-wheel, making them easily installable with pip/uv.
A daily tech link roundup covering .NET, AI, web development, Python, Windows, and developer tools from February 2026.
Deno Sandbox is a new hosted sandbox product from the Deno team, part of Deno Deploy, allowing code execution via Python and JavaScript libraries.
A technical analysis of Overture Maps' latest Places dataset, covering over 72 million global points of interest, including setup and tools used.
A developer details his journey creating a custom home status board using Home Assistant, a Raspberry Pi, and a ZWave switch to monitor household states.
A guide to using the Gemini Deep Research API for complex research tasks, including polling and streaming methods with code examples.
Introducing a Python library for seamless interoperability with the Lean theorem prover, allowing Lean functions to be called directly from Python code.
A guide to choosing the best Docker base image for Python applications, comparing OS images, Python variants, and new tools like uv.
A developer shares their initial experiences and positive impressions of learning Django, highlighting its explicitness, built-in admin, and ORM.
Tips for using AI coding agents to generate high-quality Python tests, leveraging existing patterns and tools like pytest.
Tips for using AI coding agents to generate high-quality Python tests, focusing on leveraging existing test suites and patterns.
Explores 'Untitled Document Syndrome' and how software friction, like verbose syntax, discourages starting tasks, using programming language examples.