1. Optimizing Your Zsh Config on Mac

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

  2. Rewriting My Post Header Generator Around Ollama

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

  3. Generating Post Summaries with Local LLMs Using Ollama

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

  4. 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.

  5. 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.

  6. Using Apple's WeatherKit REST API

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

  7. Cleaning Up Pythons on Your Mac

    Install Python the right way.

  8. Flutter Startup Shows a Flashing Black Screen

    Any bug that cannot be seen on Google, 100% is your own stupidity.

  9. Build a static site via Pelican

    Setting up a static website, without having to install 1,000+ npm packages.