Blog Archive

Page 7. Posts are ordered by date, with each page loading a bounded set of covers.

Image Generation Inside A Coding Tool Is Surprisingly Useful
Artificial Intelligence · Views

Image Generation Inside A Coding Tool Is Surprisingly Useful

Cursor Composer 2 can trigger image generation in real workflows, and Cursor's changelog points to Google Nano Banana Pro. This article records the workflow, cost intuition, and a same-aspect comparison with Codex-generated images.

Codex, Cursor, And The Codex Extension Inside Cursor
Artificial Intelligence · Views

Codex, Cursor, And The Codex Extension Inside Cursor

A practical guide to combining Codex and Cursor: product boundaries, Codex IDE, Codex CLI, the Codex extension inside Cursor, Skills, Cursor Rules, session context, and a workable coexistence workflow.

Cursor SDK And Custom Agents: What It Is Really For
Artificial Intelligence · Views

Cursor SDK And Custom Agents: What It Is Really For

Cursor's TypeScript SDK exposes the agent capability behind IDE, CLI, and Cloud Agents as a programmable interface. This article explains runtimes, hooks, MCP, examples, use cases, and a CI failure repair workflow.

Vector Search Accuracy Starts With What You Put Into The Vector
Engineering · Views

Vector Search Accuracy Starts With What You Put Into The Vector

Vector search is not finished when you concatenate every field and send it to an embedding model. This article uses a fictional API marketplace to explain noisy text, long descriptions, URLs, thresholds, hybrid retrieval, and evaluation sets.

Building An Android Reader With Battery Life First
Mobile Development · Views

Building An Android Reader With Battery Life First

A practical look at how display, CPU, network, and background work affect battery life in Android reading apps, plus notes on native versus cross-platform choices and open-source reader projects.

A 2019 Raspberry Pi 4B Gets Ubuntu 26.04
Hardware · Views

A 2019 Raspberry Pi 4B Gets Ubuntu 26.04

A practical note on bringing a Raspberry Pi 4B 4GB back to life with a 128GB card and Ubuntu 26.04 LTS: flashing, accessories, first boot, basic packages, SSH, and disabling the desktop for server use.

Private PyPI With pypiserver And uv
Engineering · Views

Private PyPI With pypiserver And uv

A practical internal package workflow using pypiserver and uv: authentication, PEP 440 versioning, setuptools-scm, Docker without git, uv project configuration, BuildKit secrets, and CI publishing pitfalls.