-
"You Have Mail" But No Mail on Mac
ToolsmacOS login shell says "You have mail." but mail says "No mail." — here's why and how to fix it.
-
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.
-
SSH Authentication Fails on github.com While Works on Other Servers
ToolsDNS pollution leads to authentication failure on github.com
-
YouTube Video Summarizer
ProjectsThis script summarizes YouTube video transcripts and outputs them to the console. It can also translate the summary into other languages.
-
VSCode Azure Extension Sign-In Issue
ToolsIf you are behind a proxy, signing-in Azure services with VSCode is likely to fail.