-
Optimizing Your Zsh Config on Mac
CodingClean up your .zshrc, set up history properly, add useful plugins, and manage proxy with a toggle.
-
Rewriting My Post Header Generator Around Ollama
CodingI rewrote my post metadata generator to use Ollama only and made it simpler to debug.
-
Generating Post Summaries with Local LLMs Using Ollama
CodingI started using a local llama model to generate post summaries instead of paying for OpenAI.
-
Simplify Your Project Setup with Gitignore.io
CodingI share how to use Gitignore.io to generate a .gitignore file for your project, simplifying your setup process.
-
Automating Blog Post Metadata Generation with GitPython and OpenAI
CodingI automated the generation of blog post metadata using GitPython to find new posts and OpenAI's API to generate the metadata.
-
Using Apple's WeatherKit REST API
CodingHow to access weather data using Apple's WeatherKit REST API.
-
Cleaning Up Pythons on Your Mac
CodingInstall Python the right way.
-
Flutter Startup Shows a Flashing Black Screen
CodingAny bug that cannot be seen on Google, 100% is your own stupidity.
-
Build a static site via Pelican
CodingSetting up a static website, without having to install 1,000+ npm packages.