Category: Coding
-
How I Fixed the “No module named ‘llama_cpp_binaries’” Error in text-generation-webui on macOS (Apple Silicon)
Running into the “No module named ‘llama_cpp_binaries'” error while loading GGUF models in text-generation-webui on your Mac? This post breaks down the cause and shows you exactly how to patch the loader to work with llama-cpp-python—bringing native Mistral support to Apple Silicon devices. Let me know if you want a short social media caption or…
-
I Thought I Could Go All In — A Reality Check from the Past 10 Days of Building Afitpilot
After coming back from Nigeria, I thought going all-in on Afitpilot meant 12-hour workdays and sacrificing everything else. But a week and a half into deep solo building—managing code, UX, AI, and mental fatigue—I hit a wall. This is the reset I didn’t plan for, but needed. A new path forward: focused, sustainable, and built…
-
I’m Not Built for This – And That’s Okay
I don’t hate coding. I just don’t love it the way some people do. For me, code is a bridge — not the destination. I’m not in it for clever syntax or edge-case elegance. I’m here to build, to create, to bring systems to life. If you’ve ever felt like the only dev who doesn’t…
-
Why Cursor Claude 3.7 Sonnet Gets Stuck on One File and How to Fix It
If you’ve been using Cursor Claude 3.7 Sonnet in the Cursor IDE composer to develop your application, you might have noticed an odd pattern: at the beginning, it acts like an architect, understanding the whole system, but as your app grows, it starts focusing on just one file—often the one you’re actively editing—while ignoring the…
-
Cursor: The AI-Powered Coding Assistant That Changed How I Work (But Not Without Its Flaws)
Cursor AI with Claude Sonnet has been a game changer in my development workflow. Tasks that once took weeks now take hours, allowing me to focus on high-level decisions instead of debugging syntax errors. But it’s not perfect—once a project grows past 400MB, Cursor slows down, making every click a waiting game. It also tends…
-
Integrating Vercel Frontend with Hostinger Blog Using Cloudflare DNS: A Comprehensive Guide
Learn how to integrate a custom Vercel frontend with a WordPress blog hosted on Hostinger, using Cloudflare to manage DNS. This guide walks you through the step-by-step setup to achieve a seamless and scalable web presence.
-
AI-to-AI Testing: The Hidden Costs & Lessons Learned
AI-to-AI testing seems like the perfect way to automate and refine digital interactions—until you check the cost. In my attempt to run an AI-generated fitness coach onboarding synthetic users, I quickly discovered how token-based pricing turns a simple test into an expensive experiment. This blog explores the hidden costs, inefficiencies, and practical ways to optimize…
-
Solving the “No such built-in module: node” Error in Vite
Encountering the “No such built-in module: node ” error in Vite? This guide walks you through how I fixed the issue by replacing Node.js’s require with ES module imports in a Vue.js project using Tailwind CSS. Learn why Vite prefers ES modules and how to resolve compatibility issues to streamline your development experience.
-
Resolving “Page Not Found” on Vercel After Refreshing Non-Source Pages
Encountering a ‘Page Not Found’ error when refreshing non-source pages on Vercel? Discover how to resolve this common issue for both static and full-stack web applications with simple configuration steps. Learn how to properly set up your Vercel project to handle client-side routes and ensure smooth navigation.