Journal
Posts and long-form series on AI, startups, venture capital, and more.
All Posts
Ode to Crestlawn Cemetery: A Tranquil Sanctuary in Atlanta
A heartfelt ode to Crestlawn Cemetery, celebrating its history, natural beauty, and role as a quiet escape from Atlanta's urban pace. A cyclist's hidden gem.
Documenting Your Library's API: Best Practices
Build a clear, comprehensive API reference with Sphinx & autodoc. Learn best practices for structure, content, cross-referencing your Python library docs.
Crafting the Perfect Pastis Cocktail: A Taste of Provence
Make a homemade version of Pastis, the iconic French anise-flavored spirit, using a simple infusion method that captures its essential Provençal character.
Adapting TRLs for Software Development: A Practical Guide
How to effectively adapt Technology Readiness Levels to software projects with a practical framework that works with agile and DevOps practices
OneHotEncoder: The Workhorse of Categorical Encoding
A comprehensive guide to OneHotEncoder in category_encoders, exploring its core functionality, advantages, and practical limitations in machine learning.
Building Leadership Resilience: Lessons from Military Experience
Discover military-inspired strategies for building leadership resilience, from personal development techniques to practical team resilience building tactics.
Elo Rating System: The Grandfather of Competitive Rankings
Deep dive into the Elo rating system: history, the math behind it (K-factor, expected score), and practical implementation with the Elote Python library.
South Korea's Comprehensive AI Basic Act: A New Era in AI Regulation
South Korea's AI Basic Act establishes a comprehensive risk-based framework for AI development and deployment, with key implications for global compliance.
Automating Docs Deployment with GitHub Actions and Pages
Keep docs current automatically! Learn to set up GitHub Actions to build Sphinx docs & deploy to GitHub Pages, ensuring sync with your code changes.
Crafting Code Examples: From Snippets to Real-World Scenarios
Master the art of crafting clear, runnable code examples for documentation using doctest, tutorials, and scripts to enhance user understanding.