{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "NeaByteLab - articles",
  "description": "articles feed for NeaByteLab",
  "home_page_url": "https://neabyte.com",
  "feed_url": "https://neabyte.com/articles/feed.json",
  "items": [
    {
      "id": "https://neabyte.com/articles/the-architecture-of-blazing-fast-web-ui",
      "url": "https://neabyte.com/articles/the-architecture-of-blazing-fast-web-ui",
      "title": "The Architecture of a Blazing-Fast Web UI",
      "summary": "A slow stopwatch on first paint reveals why the fastest interfaces ship finished HTML and let a small script quietly wake it up.",
      "date_published": "2026-07-10T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/the-long-road-to-whole-program-compilers",
      "url": "https://neabyte.com/articles/the-long-road-to-whole-program-compilers",
      "title": "The Long Road to Whole-Program Compilers",
      "summary": "Renaming CSS, HTML, and JS symbols from one shared map keeps a page intact, but every missed reference fails in total silence.",
      "date_published": "2026-07-09T04:06:49.000Z"
    },
    {
      "id": "https://neabyte.com/articles/scoring-idx-stocks-by-value-and-momentum",
      "url": "https://neabyte.com/articles/scoring-idx-stocks-by-value-and-momentum",
      "title": "Scoring IDX Stocks by Value and Momentum",
      "summary": "Raw fundamentals become one comparable score, ranking Indonesian stocks by value, quality, and momentum on a fair single scale.",
      "date_published": "2026-07-07T11:48:46.000Z"
    },
    {
      "id": "https://neabyte.com/articles/when-to-own-your-ai-and-when-to-rent-one",
      "url": "https://neabyte.com/articles/when-to-own-your-ai-and-when-to-rent-one",
      "title": "When to Own Your AI and When to Rent One",
      "summary": "Owning a frontier model or renting the cloud comes down to break-even math, privacy risk, and how heavily a pipeline leans on AI.",
      "date_published": "2026-07-04T06:54:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/predicting-the-ninety-percent-layoff-wave",
      "url": "https://neabyte.com/articles/predicting-the-ninety-percent-layoff-wave",
      "title": "Predicting the Ninety Percent Layoff Wave",
      "summary": "One AI job-loss forecast landed eleven days before a ninety percent layoff report, and trend modeling read the entire shift early.",
      "date_published": "2026-07-03T14:52:08.000Z"
    },
    {
      "id": "https://neabyte.com/articles/existential-doubt-only-visits-the-settled",
      "url": "https://neabyte.com/articles/existential-doubt-only-visits-the-settled",
      "title": "Existential Doubt Only Visits the Settled",
      "summary": "Comfort solves survival but creates space for existential questions, and ambition born from that ease quietly becomes burnout.",
      "date_published": "2026-07-02T23:56:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/when-to-pick-llama-cpp-instead-of-ollama",
      "url": "https://neabyte.com/articles/when-to-pick-llama-cpp-instead-of-ollama",
      "title": "When to Pick Llama.cpp Instead of Ollama",
      "summary": "Llama.cpp trades warm defaults for raw control, and this breaks down when its low level tuning finally beats the ease of Ollama.",
      "date_published": "2026-06-17T14:47:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/safe-is-a-story-we-keep-telling-ourselves",
      "url": "https://neabyte.com/articles/safe-is-a-story-we-keep-telling-ourselves",
      "title": "Safe Is a Story We Keep Telling Ourselves",
      "summary": "Security is mostly an illusion, privacy is gone in a tracked world, mistakes repeat, and rules bend once nobody enforces them.",
      "date_published": "2026-05-25T21:14:37.000Z"
    },
    {
      "id": "https://neabyte.com/articles/build-an-emoji-ast-compiler-repl-part-5",
      "url": "https://neabyte.com/articles/build-an-emoji-ast-compiler-repl-part-5",
      "title": "Emoji AST Interpreter REPL Stage - Part 5",
      "summary": "Finish the emoji language with built-in functions and a read-eval-print loop that turns the compiler pipeline into a live tool.",
      "date_published": "2026-05-22T03:24:37.000Z"
    },
    {
      "id": "https://neabyte.com/articles/build-an-emoji-ast-compiler-scope-part-4",
      "url": "https://neabyte.com/articles/build-an-emoji-ast-compiler-scope-part-4",
      "title": "Emoji AST Interpreter Scope Stage - Part 4",
      "summary": "Give the emoji language memory with variables and a scope map, then add unary negation and a ternary for real branching decisions.",
      "date_published": "2026-05-21T22:09:58.000Z"
    },
    {
      "id": "https://neabyte.com/articles/build-an-emoji-ast-compiler-walker-part-3",
      "url": "https://neabyte.com/articles/build-an-emoji-ast-compiler-walker-part-3",
      "title": "Emoji AST Interpreter Walker Stage - Part 3",
      "summary": "Walk the emoji abstract syntax tree with a recursive tree-walking interpreter that collapses nested nodes into one final number.",
      "date_published": "2026-05-21T17:36:14.000Z"
    },
    {
      "id": "https://neabyte.com/articles/build-an-emoji-ast-compiler-parser-part-2",
      "url": "https://neabyte.com/articles/build-an-emoji-ast-compiler-parser-part-2",
      "title": "Emoji AST Interpreter Parser Stage - Part 2",
      "summary": "Turn a flat emoji token stream into an abstract syntax tree with precedence climbing, the parsing stage of a tiny emoji compiler.",
      "date_published": "2026-05-21T13:02:29.000Z"
    },
    {
      "id": "https://neabyte.com/articles/build-an-emoji-ast-compiler-lexer-part-1",
      "url": "https://neabyte.com/articles/build-an-emoji-ast-compiler-lexer-part-1",
      "title": "Emoji AST Interpreter Lexer Stage - Part 1",
      "summary": "Build a lexer that turns fruit emoji and math symbols into a clean token stream, the first stage of a tiny emoji AST compiler.",
      "date_published": "2026-05-21T08:17:43.000Z"
    },
    {
      "id": "https://neabyte.com/articles/the-prompt-skill-economy-is-mostly-a-mirage",
      "url": "https://neabyte.com/articles/the-prompt-skill-economy-is-mostly-a-mirage",
      "title": "The Prompt Skill Economy Is Mostly a Mirage",
      "summary": "Models correlate patterns, not hidden skill, so prompt courses, rule stacks, and taste sold as mastery mostly mislead the buyer.",
      "date_published": "2026-05-14T09:37:22.000Z"
    },
    {
      "id": "https://neabyte.com/articles/replacing-a-team-with-agents-is-not-free",
      "url": "https://neabyte.com/articles/replacing-a-team-with-agents-is-not-free",
      "title": "Replacing a Team With Agents Is Not Free",
      "summary": "Replacing a team with agents hides real costs in constant monitoring, context loss, and quiet drift when nobody owns the outcome.",
      "date_published": "2026-04-18T14:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/mediation-hierarchy-and-illusion-of-access",
      "url": "https://neabyte.com/articles/mediation-hierarchy-and-illusion-of-access",
      "title": "Mediation Hierarchy and Illusion of Access",
      "summary": "Every claim of direct access to truth quietly creates new layers of mediation, and whoever controls that layer holds the power.",
      "date_published": "2026-04-12T02:43:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/personality-ai-without-the-digital-trail",
      "url": "https://neabyte.com/articles/personality-ai-without-the-digital-trail",
      "title": "Personality AI Without the Digital Trail",
      "summary": "A privacy-first approach to personality-aware AI using natal chart astrology as a divine fingerprint without personal data access.",
      "date_published": "2026-03-05T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/stop-wrapping-libraries-around-libraries",
      "url": "https://neabyte.com/articles/stop-wrapping-libraries-around-libraries",
      "title": "Stop Wrapping Libraries Around Libraries",
      "summary": "Most wrapper libraries add indirection without value, hiding the original API behind a layer that breaks on every upstream update.",
      "date_published": "2026-02-14T08:30:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/prebuilt-styles-buy-speed-and-sell-control",
      "url": "https://neabyte.com/articles/prebuilt-styles-buy-speed-and-sell-control",
      "title": "Prebuilt Styles Buy Speed and Sell Control",
      "summary": "Prebuilt styles buy speed early, then sell away design control, and that trade grows expensive as the product slowly matures.",
      "date_published": "2025-11-24T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/component-soup-slowly-kills-the-frontend",
      "url": "https://neabyte.com/articles/component-soup-slowly-kills-the-frontend",
      "title": "Component Soup Slowly Kills the Frontend",
      "summary": "Too many tiny components fragment frontend logic, slow down refactoring, and quietly hide the real structure of the interface.",
      "date_published": "2025-11-17T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/microservices-without-scale-are-overhead",
      "url": "https://neabyte.com/articles/microservices-without-scale-are-overhead",
      "title": "Microservices Without Scale Are Overhead",
      "summary": "Microservices solve specific organizational pains, they are not a universal goal every team should chase from the very first day.",
      "date_published": "2025-11-10T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/monoliths-still-outrun-distributed-teams",
      "url": "https://neabyte.com/articles/monoliths-still-outrun-distributed-teams",
      "title": "Monoliths Still Outrun Distributed Teams",
      "summary": "Small teams win with monoliths when requirements shift fast and simple deployment beats the distributed scale they never need.",
      "date_published": "2025-11-03T08:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/why-deno-beats-node-for-most-side-projects",
      "url": "https://neabyte.com/articles/why-deno-beats-node-for-most-side-projects",
      "title": "Why Deno Beats Node for Most Side Projects",
      "summary": "Deno beats Node with native TypeScript, built-in tooling, and secure defaults that remove the setup friction for side projects.",
      "date_published": "2025-10-19T12:30:00.000Z"
    },
    {
      "id": "https://neabyte.com/articles/neabytelab-bets-five-years-on-pure-proof",
      "url": "https://neabyte.com/articles/neabytelab-bets-five-years-on-pure-proof",
      "title": "NeaByteLab Bets Five Years on Pure Proof",
      "summary": "A high-stakes bet on anonymous identity, built only from real work, testing whether proof stands without a face or track record.",
      "date_published": "2025-05-02T21:37:12.000Z"
    }
  ]
}
