How I Ported a Python Astronomy Library to Go with AI
Feb 25, 2026
AI-assisted port of Skyfield (Python) to a Go ephemeris library. Validation-first approach, golden tests, and bug hunts.
Tag
Feb 25, 2026
AI-assisted port of Skyfield (Python) to a Go ephemeris library. Validation-first approach, golden tests, and bug hunts.
Sep 3, 2025
From simple rules to clarifying loops: explore this 3-part series on building AI agents in Python, with examples.
Aug 31, 2025
Build a Clarifying Agent in Python with GPT-5 that asks follow-up questions until inputs are clear, providing a safer, smarter, and user-friendly experience.
Aug 28, 2025
Build an LLM-powered agent in Python: use GPT-5 to turn natural language into structured data, then apply simple rules for smart meal suggestions.
Aug 28, 2025
Learn how to build a simple rule-based decision-making agent in Python. Perfect for beginners, this is Part 1 of the Building Agents series and includes code, logic flow, and real-world analogies.
Aug 23, 2025
High-level look at building an SEO analysis tool with GitHub Copilot and Claude Sonnet 4 - what worked, what broke, and why AI speed still needs human direction.
Jun 21, 2025
Outgrew Python tools, built my own Go backtester. Here's what I learned about speed, scale, and tradeoff.
Aug 17, 2018
How to plot the earthquakes on the global map. Here we will be using the historical earthquake data from USGS and plot it on the world map.
Jan 27, 2013
Google App Engine can be used as a host for your blog. This site is currently hosted on App Engine. Out of the multiple options available over the internet (related to blogging on GAE), I found only a couple that were near my requirements and easily customizable.