If this is useful, a ❤️ helps others find it. I run both in production. Here's the real comparison — not theoretical, from actual use building developer tools. Local LLM (Ollama) Gemini API (Free) Cost $0 forever $0 (free tier) Privacy 100% local Data sent to Google Setup Install Ollama + pull model Get API key (2 min) Quality Good (7B), Great (70B) Excellent Speed Fast if model lo
Last Tuesday I lost about three hours to a regression in our checkout service. The cart total was off by a cent on certain promo combinations, and the only signal was a Slack ping from finance with a screenshot. No stack trace. No exception. Just wrong numbers. I did what I always do first. I opened the diff for the last deploy, scrolled, squinted, and tried to feel my way to the bug. Forty minute
If this is useful, a ❤️ helps others find it. I debug Rust and TypeScript code daily. I've used all three major AI APIs for this — Gemini, Claude, and GPT-4. Here's the honest comparison for code debugging specifically. Not benchmarks. Actual use. I ran the same 5 bugs through each model: A Rust borrow checker error with async context A React state update causing infinite re-render An Android logc
If this is useful, a ❤️ helps others find it. I've shipped 7 Mac apps in the past year. Every AI feature in them runs on free tools. Here's the exact stack — what I use, why, and where the limits are. What: Gemini 2.5 Flash Preview via REST API Cost: Free tier — 500 requests/day, no credit card Use for: Log diagnosis, document analysis, text classification, anything needing strong reasoning The fr
I Built a VS Code Extension to Bring IntelliJ’s “Show History for Selection” Experience If you come from IntelliJ, you probably miss one super useful feature in VS Code: Show history for selected lines. I built a new extension to solve exactly that. Show History for Selected Code This extension helps you inspect Git history for a specific code selection, not just the whole file. Shows commit h
If this is useful, a ❤️ helps others find it. Everything I keep looking up when building with Gemini — in one place. Model Context Best for gemini-2.5-flash-preview 1M tokens General use, thinking, fast gemini-2.5-pro-preview 1M tokens Complex reasoning, best quality gemini-1.5-flash 1M tokens Stable, production-ready gemini-1.5-pro 2M tokens Longest context gemini-2.0-flash-lite 1M
All tests run on an 8-year-old MacBook Air. Most AI integration tutorials assume you're paying for API access. HiyokoLogcat is built entirely on Gemini's free tier — and designed so users bring their own free API key. Here's what's possible, what the limits are, and how to design around them. Gemini 2.5 Flash Preview: 15 requests per minute (RPM) 1,000,000 tokens per day 250 requests per day For a
Microsoft's 'Co-Authored-by Copilot' Tag: Unpacking the Strategic Play for AI Dominance in VS Code The persistent insertion of 'Co-Authored-by: Copilot' into commit messages within VS Code—often irrespective of GitHub Copilot's active contribution to specific changes—is far from a benign engineering detail. It represents a calculated, multi-faceted strategic maneuver by Microsoft, signaling a pr