1. "You Have Mail" But No Mail on Mac

    macOS login shell says "You have mail." but mail says "No mail." — here's why and how to fix it.

  2. Optimizing Your Zsh Config on Mac

    Clean up your .zshrc, set up history properly, add useful plugins, and manage proxy with a toggle.

  3. Rewriting My Post Header Generator Around Ollama

    I rewrote my post metadata generator to use Ollama only and made it simpler to debug.

  4. Generating Post Summaries with Local LLMs Using Ollama

    I started using a local llama model to generate post summaries instead of paying for OpenAI.

  5. Simplify Your Project Setup with Gitignore.io

    I share how to use Gitignore.io to generate a .gitignore file for your project, simplifying your setup process.

  6. Automating Blog Post Metadata Generation with GitPython and OpenAI

    I automated the generation of blog post metadata using GitPython to find new posts and OpenAI's API to generate the metadata.

  7. Using Apple's WeatherKit REST API

    How to access weather data using Apple's WeatherKit REST API.

  8. SSH Authentication Fails on github.com While Works on Other Servers

    DNS pollution leads to authentication failure on github.com

  9. YouTube Video Summarizer

    This script summarizes YouTube video transcripts and outputs them to the console. It can also translate the summary into other languages.

  10. VSCode Azure Extension Sign-In Issue

    If you are behind a proxy, signing-in Azure services with VSCode is likely to fail.