<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Next Harizon</title>
    <link>https://nextharizon.site</link>
    <description>Thoughts on local AI, minimalist web development, static site performance, and indie hacking.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 20 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://nextharizon.site/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Running Local LLMs on Old Hardware: A 2026 Practical Guide</title>
      <link>https://nextharizon.site/posts/running-local-llms-old-hardware-practical-guide.html</link>
      <description>Practical guide to running local LLMs on old hardware in 2026. Real benchmarks, model recommendations for 4-8GB RAM, and MoE models that change everything.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/running-local-llms-old-hardware-practical-guide.html</guid>
    </item>
    <item>
      <title>Offline AI for Sensitive Documents: The Complete Setup Guide</title>
      <link>https://nextharizon.site/posts/offline-ai-sensitive-documents-setup.html</link>
      <description>Build a completely offline AI system for analyzing sensitive documents. Self-hosted, privacy-first, no data leaves your machine.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/offline-ai-sensitive-documents-setup.html</guid>
    </item>
    <item>
      <title>Static Site Search in 2026: The Complete Guide (No Database Required)</title>
      <link>https://nextharizon.site/posts/static-site-search-complete-guide-2026.html</link>
      <description>Complete guide to adding search to static sites without a database. Compare JSON index, Pagefind, and Orama approaches with real code examples.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/static-site-search-complete-guide-2026.html</guid>
    </item>
    <item>
      <title>Vanilla JavaScript vs React for Small Projects: The Honest 2026 Comparison</title>
      <link>https://nextharizon.site/posts/vanilla-javascript-vs-react-small-projects.html</link>
      <description>Honest comparison of vanilla JavaScript vs React for small projects in 2026. Bundle size, maintenance cost, developer experience, and when each approach wins.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/vanilla-javascript-vs-react-small-projects.html</guid>
    </item>
    <item>
      <title>Ollama vs LM Studio in 2026: What Actually Changed</title>
      <link>https://nextharizon.site/posts/ollama-vs-lm-studio-2026-deep-dive.html</link>
      <description>Updated 2026 comparison of Ollama vs LM Studio. New features, pricing changes, MLX support, headless mode, and which tool fits your workflow.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/ollama-vs-lm-studio-2026-deep-dive.html</guid>
    </item>
    <item>
      <title>The $0/Month Hosting Stack Every Solo Developer Should Know in 2026</title>
      <link>https://nextharizon.site/posts/free-hosting-stack-solo-developers-2026.html</link>
      <description>Complete free hosting stack for solo developers in 2026. Free tiers for frontend, backend, database, auth, analytics, and CI/CD that actually work in production.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/free-hosting-stack-solo-developers-2026.html</guid>
    </item>
    <item>
      <title>Building AI Agents Without LangChain: The 2026 Guide</title>
      <link>https://nextharizon.site/posts/building-ai-agents-without-langchain-2026.html</link>
      <description>Build a fully functional AI agent from scratch without LangChain or any framework. 150 lines of Python with tools, memory, and bounded autonomy.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/building-ai-agents-without-langchain-2026.html</guid>
    </item>
    <item>
      <title>Side Project Validation for Developers: The Weekend Sprint</title>
      <link>https://nextharizon.site/posts/side-project-validation-developers-weekend.html</link>
      <description>Validate your side project idea in one weekend. The 5-step pre-MVP test framework that costs under $200 and saves months of wasted development.</description>
      <pubDate>Mon, 14 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/side-project-validation-developers-weekend.html</guid>
    </item>
    <item>
      <title>How I Structure AI Prompts for Code Generation That Actually Works</title>
      <link>https://nextharizon.site/posts/ai-prompts-for-code-generation.html</link>
      <description>Most AI-generated code is garbage because the prompts are garbage. Here's a repeatable framework for writing prompts that produce production-ready code.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/ai-prompts-for-code-generation.html</guid>
    </item>
    <item>
      <title>Boring SaaS Ideas That Actually Make Money in 2026</title>
      <link>https://nextharizon.site/posts/boring-saas-ideas-that-make-money.html</link>
      <description>Forget the next Uber. The most profitable indie software solves boring problems nobody wants to talk about. Here are 10 boring SaaS ideas with real potential.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/boring-saas-ideas-that-make-money.html</guid>
    </item>
    <item>
      <title>Build a Contact Form Without a Backend (Pure HTML + Free APIs)</title>
      <link>https://nextharizon.site/posts/contact-form-without-backend.html</link>
      <description>You don't need a server to handle form submissions. Here's how to build a working contact form for static sites using free services and zero backend code.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/contact-form-without-backend.html</guid>
    </item>
    <item>
      <title>Core Web Vitals Explained for Developers Who Don't Care About SEO</title>
      <link>https://nextharizon.site/posts/core-web-vitals-explained-simply.html</link>
      <description>LCP, FID, CLS, INP — Google's Core Web Vitals sound like medical acronyms. Here's what they actually mean and how to fix them without losing your mind.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/core-web-vitals-explained-simply.html</guid>
    </item>
    <item>
      <title>Dark Mode with Pure CSS (No JavaScript Toggle Required)</title>
      <link>https://nextharizon.site/posts/dark-mode-pure-css-no-javascript.html</link>
      <description>Implement a complete dark mode, light mode, and sepia theme system using only CSS. No JavaScript toggle needed — pure CSS radio inputs and sibling selectors.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/dark-mode-pure-css-no-javascript.html</guid>
    </item>
    <item>
      <title>Deploying Private SQLite Databases for Free</title>
      <link>https://nextharizon.site/posts/free-sqlite-hosting-guide.html</link>
      <description>Host dynamic side projects for free by coupling SQLite files with the Litestream sidecar process on free tiers like Koyeb or Fly.io.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/free-sqlite-hosting-guide.html</guid>
    </item>
    <item>
      <title>Why I Stopped Using Git Branches for Solo Projects</title>
      <link>https://nextharizon.site/posts/git-workflow-solo-developers.html</link>
      <description>Git branches make sense for teams. For solo developers, they're often unnecessary overhead. Here's the simpler workflow I switched to and why it works.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/git-workflow-solo-developers.html</guid>
    </item>
    <item>
      <title>Private Semantic Search: SQLite and Ollama</title>
      <link>https://nextharizon.site/posts/local-semantic-search-sqlite-ollama.html</link>
      <description>Learn how to build a 100% offline, privacy-first semantic search engine for your markdown notes using Ollama embeddings and SQLite.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/local-semantic-search-sqlite-ollama.html</guid>
    </item>
    <item>
      <title>Ollama vs LM Studio: Which Local AI Tool Wins in 2026?</title>
      <link>https://nextharizon.site/posts/ollama-vs-lm-studio-local-ai.html</link>
      <description>Honest hands-on comparison of Ollama and LM Studio for running local AI models. Speed, ease-of-use, and developer experience compared.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/ollama-vs-lm-studio-local-ai.html</guid>
    </item>
    <item>
      <title>How to Run an LLM on a 4GB RAM Laptop (Yes, Really)</title>
      <link>https://nextharizon.site/posts/run-llm-on-4gb-ram-laptop.html</link>
      <description>Think you need a beefy GPU to run local AI? Wrong. Here's how to run real LLMs on old laptops with just 4GB of RAM using quantized models and Ollama.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/run-llm-on-4gb-ram-laptop.html</guid>
    </item>
    <item>
      <title>Self-Hosted AI for Private Document Analysis</title>
      <link>https://nextharizon.site/posts/self-hosted-ai-private-documents.html</link>
      <description>Stop uploading sensitive documents to ChatGPT. Here's how to analyze private PDFs, contracts, and notes using a fully offline AI stack.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/self-hosted-ai-private-documents.html</guid>
    </item>
    <item>
      <title>The Solo Developer Tech Stack That Costs $0/Month in 2026</title>
      <link>https://nextharizon.site/posts/solo-developer-zero-cost-stack.html</link>
      <description>A complete tech stack for indie developers that costs absolutely nothing. Free hosting, free databases, free CI/CD, free monitoring — here's the full list.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/solo-developer-zero-cost-stack.html</guid>
    </item>
    <item>
      <title>SQLite FTS5 for Static Site Search</title>
      <link>https://nextharizon.site/posts/sqlite-fts5-static-site-search.html</link>
      <description>Why use heavy server databases? Learn how to generate static SQLite databases with FTS5 virtual tables to query index text instantly with SQL in client browser.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/sqlite-fts5-static-site-search.html</guid>
    </item>
    <item>
      <title>Static Site Search Without a Database</title>
      <link>https://nextharizon.site/posts/static-site-search-no-database.html</link>
      <description>A database is overkill for search on a static blog. Learn how to pre-build a lightweight JSON index and query it in the browser with simple JS.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/static-site-search-no-database.html</guid>
    </item>
    <item>
      <title>The Developer's Guide to Writing Technical Blog Posts That Rank</title>
      <link>https://nextharizon.site/posts/technical-blog-posts-that-rank.html</link>
      <description>Most dev blogs get zero traffic because they ignore basic SEO. Here's a technical writer's playbook for articles that rank on Google and actually help people.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/technical-blog-posts-that-rank.html</guid>
    </item>
    <item>
      <title>How to Validate a Side Project Idea in One Weekend</title>
      <link>https://nextharizon.site/posts/validate-side-project-one-weekend.html</link>
      <description>Stop building for 3 months before checking if anyone cares. Here's a weekend validation framework that costs $0 and saves months of wasted effort.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/validate-side-project-one-weekend.html</guid>
    </item>
    <item>
      <title>Vanilla CSS Grid Blog Layouts</title>
      <link>https://nextharizon.site/posts/vanilla-css-grid-blog-layouts.html</link>
      <description>Ditch CSS framework bloat. Learn how to write a highly responsive, modern, auto-fitting blog card layout using pure native CSS grid and clamp values.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/vanilla-css-grid-blog-layouts.html</guid>
    </item>
    <item>
      <title>Ollama Client in Vanilla JS</title>
      <link>https://nextharizon.site/posts/vanilla-js-ollama-client.html</link>
      <description>Build a fully featured chat interface for local LLMs using only plain HTML, CSS, and Vanilla JavaScript. Runs on less than 0.5MB RAM.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/vanilla-js-ollama-client.html</guid>
    </item>
    <item>
      <title>Vanilla JavaScript State Management Without a Framework</title>
      <link>https://nextharizon.site/posts/vanilla-js-state-management.html</link>
      <description>You don't need Redux, Zustand, or React Context. Here's how to manage complex application state using plain JavaScript patterns that are simpler than you think.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/vanilla-js-state-management.html</guid>
    </item>
    <item>
      <title>Your Website Loads in 6 Seconds? Here's How to Hit Under 1 Second</title>
      <link>https://nextharizon.site/posts/website-speed-under-one-second.html</link>
      <description>A practical, no-nonsense guide to slashing your website load time from painfully slow to blazing fast using techniques that take minutes, not months.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/website-speed-under-one-second.html</guid>
    </item>
    <item>
      <title>Zero-Dependency Local AI Agents</title>
      <link>https://nextharizon.site/posts/zero-dependency-local-ai-agents.html</link>
      <description>Why you don't need heavy frameworks like LangChain or LangGraph to build functional local AI agents. Build custom agents with vanilla Python or JS.</description>
      <pubDate>Wed, 09 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/zero-dependency-local-ai-agents.html</guid>
    </item>
    <item>
      <title>Six Months of Agentic Coding — What I Learned</title>
      <link>https://nextharizon.site/posts/agentic-coding-six-months.html</link>
      <description>I spent six months using AI coding agents daily. What surprised me, what frustrated me, and what I'd tell someone starting today.</description>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <guid>https://nextharizon.site/posts/agentic-coding-six-months.html</guid>
    </item>
  </channel>
</rss>
