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