MacBook Neo Deep Dive: Benchmarks, Wafer Economics, and the 8GB Gamble

Preface: I’m not really a Mac guy. But I have deep respect for what Apple has done with their silicon, and I’ve been following their CPU journey since the Motorola 68k days through PowerPC, the Intel transition, and now their in-house Apple Silicon. What they’ve accomplished in the last five years is genuinely remarkable. Apple is one of the few original tech companies that has survived and thrived over the decades while still staying in the consumer tech space. As

Claude Session Handoffs: How to Keep Context Across Conversations

TLDR: AI conversations have a pretty definite length limit as of 2026 and a limited shelf life. When context fills up or you start a new session, everything the AI learned about your project may be gone. ⭐ A simple two-file system (a permanent reference doc and a living session log) plus a handoff prompt takes a few seconds at the end of a session and saves minutes of re-explanation (and potentially wasted context) at the start of the next

I Tested 13 Local LLMs on Tool Calling: March 2026

I built a deterministic eval harness and tested 13 local LLMs on tool calling (function calling) to find out which models work decently well for agentic tasks. The result that surprised me most: a 3.4 GB model scored higher than everything else I tested, including models five times its size. If you’re running a local AI stack with Open WebUI, LM Studio, or any OpenAI-compatible frontend, tool calling is one of the key features that enables agentic behavior. It lets

How to Make a Post Sticky in WordPress (Pin to Front Page)

If you want to pin a blog post to the top of your WordPress front page so it always shows up first (regardless of when it was published), WordPress has a built-in feature for that called “sticky posts.” Here’s how to do it and a few things worth knowing. ⚡ TL;DR Go to Posts > All Posts, hover over the post you want to pin, click Quick Edit, check “Make this post sticky”, and click Update. That’s it. The post

How to Drag Files into Claude Code in VS Code (Paste with Context)

TL;DR: In the Claude Code VS Code extension, hold Shift while dragging a file from the Explorer panel into the Claude Code prompt box. This attaches the file as context so Claude can read and reference it directly. Without Shift, VS Code just opens the file in a new tab. Hold Shift and drag a file into the prompt. The “Hold Shift while dragging to drop files into Claude Code” tooltip confirms you’re doing it right. What Is Paste with

How to Change Claude Code Effort Levels in VS Code (/effort)

TL;DR: In the Claude Code VS Code extension, type /effort in the prompt box and press Enter to cycle through four reasoning levels: Low, Medium, High, and Max. Each level controls how deeply Claude thinks, how many tool calls it makes, and how many tokens it burns. On Windows, it’s just /effort, Enter, done. The effort level picker in Claude Code for VS Code. This shows Max with all four dots lit up. What Are Effort Levels? Effort levels control

Gmail to Claude: Line Breaks Disappear on Paste (Fix)

TL;DR: When you copy text from Gmail and paste it into Claude (or Claude Code), all your line breaks disappear and the text runs together into one giant wall of text. The fix: right-click and choose “Paste as plain text” (or press Ctrl+Shift+V on Windows/Linux, Cmd+Shift+V on Mac). Your line breaks will be preserved. The Problem You’re working in Claude and need to paste an email from Gmail. You copy the text, hit Ctrl+V, and… all your carefully formatted paragraphs

TurboTax Adding Rental Property Depreciation to the WRONG State Return

TL;DR: If you file in multiple states and have rental property in TurboTax Desktop, check your Asset Entry Worksheets. TurboTax may silently add state depreciation entries for every state on your return, not just the state where the property actually exists. The fix: go to the Asset Entry Worksheet, scroll to the State Depreciation section, and set “Include asset in state return” to No for any state where the property is not located. The Problem I have a commercial rental

Corsair Galleon 100 SD: Left Shift Key Triggers Caps Lock (Known Defect)

I recently picked up the Corsair Galleon 100 SD, Corsair’s new mechanical gaming keyboard with integrated Stream Deck LCD keys. I covered the full setup and first impressions in my earlier review. On paper, it’s a compelling product: Cherry MX-style switches, per-key RGB, and Stream Deck functionality built right into the keyboard. In practice, mine shipped with a defect that made it nearly unusable for serious work. The Problem Most every time I pressed the left Shift key, Caps Lock

« Older Entries