<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Atomis Development Blog</title>
  <link>https://www.atomijd.onl/</link>
  <description>A developer blog about C++, language design and the jdBasic programming language.</description>
  <language>en</language>
  <lastBuildDate>Tue, 28 Jul 2026 12:00:00 GMT</lastBuildDate>
  <atom:link href="https://www.atomijd.onl/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title>VB6 Vibes: Real Windows Forms in jdBasic</title>
    <link>https://www.atomijd.onl/blog-post-15.html</link>
    <guid>https://www.atomijd.onl/blog-post-15.html</guid>
    <pubDate>Tue, 28 Jul 2026 12:00:00 GMT</pubDate>
    <description>jdBasic grew a native Windows forms toolbox: real Win32 controls, menus, toolbars, MDI, a visual form designer in VS Code. And it all compiles to a standalone .exe. Classic Visual Basic energy, 2026 runtime.</description>
  </item>
  <item>
    <title>A Complete SaaS in 19 Megabytes of RAM</title>
    <link>https://www.atomijd.onl/blog-post-14.html</link>
    <guid>https://www.atomijd.onl/blog-post-14.html</guid>
    <pubDate>Tue, 21 Jul 2026 12:00:00 GMT</pubDate>
    <description>jdeRG is a live German e-invoicing SaaS (XRechnung/ZUGFeRD viewer, validator and creator with Stripe billing) written entirely in jdBasic. The whole production process runs in about 19 MB of RAM - less than an empty Express hello world.</description>
  </item>
  <item>
    <title>Tilt: a Listing-Ship Tetris, Now Native on Mac &amp; Windows</title>
    <link>https://www.atomijd.onl/blog-post-13.html</link>
    <guid>https://www.atomijd.onl/blog-post-13.html</guid>
    <pubDate>Sun, 14 Jun 2026 12:00:00 GMT</pubDate>
    <description>Tilt is a rotating-deck Tetris built in jdBasic: overload one side and the whole deck capsizes 90 degrees. Compiled to a native, self-contained app for Mac (Apple Silicon) and Windows - free download.</description>
  </item>
  <item>
    <title>NPCs That Remember You</title>
    <link>https://www.atomijd.onl/blog-post-12.html</link>
    <guid>https://www.atomijd.onl/blog-post-12.html</guid>
    <pubDate>Sun, 31 May 2026 12:00:00 GMT</pubDate>
    <description>Four local LLM-driven NPCs with persistent memory, affinity, story arcs and rumour-spread, built on jdBasic + Qwen3-14B + Godot.</description>
  </item>
  <item>
    <title>Sunday Project: Apple II Emulation</title>
    <link>https://www.atomijd.onl/blog-post-11.html</link>
    <guid>https://www.atomijd.onl/blog-post-11.html</guid>
    <pubDate>Sun, 26 Apr 2026 12:00:00 GMT</pubDate>
    <description>Building a 6502 emulator and Apple II environment in jdBasic within 4 hours.</description>
  </item>
  <item>
    <title>FFI, Deep Slicing, and Multitasking</title>
    <link>https://www.atomijd.onl/blog-post-10.html</link>
    <guid>https://www.atomijd.onl/blog-post-10.html</guid>
    <pubDate>Mon, 30 Mar 2026 12:00:00 GMT</pubDate>
    <description>Exploring Deep Slicing, Win32 FFI, and background recursive tasks in jdBasic.</description>
  </item>
  <item>
    <title>From Code to Kindle: How I "Hacked" the Reading Challenge</title>
    <link>https://www.atomijd.onl/blog-post-9.html</link>
    <guid>https://www.atomijd.onl/blog-post-9.html</guid>
    <pubDate>Mon, 26 Jan 2026 12:00:00 GMT</pubDate>
    <description>How a C++ developer approached book publishing like a software project: The 'Plus Series', gamification, and using LLMs to fix reading stats.</description>
  </item>
  <item>
    <title>What I did on my Holiday: Turning jdBasic into a Live-Coding Synth &amp; More</title>
    <link>https://www.atomijd.onl/blog-post-8.html</link>
    <guid>https://www.atomijd.onl/blog-post-8.html</guid>
    <pubDate>Thu, 22 Jan 2026 12:00:00 GMT</pubDate>
    <description>A breakdown of the holiday feature spree: Live-coding music sequencer, binary I/O, hardware support for Joysticks/Serial, and syntax refinements in jdBasic.</description>
  </item>
  <item>
    <title>Modernizing BASIC: Implementing Method Chaining in jdBasic</title>
    <link>https://www.atomijd.onl/blog-post-7.html</link>
    <guid>https://www.atomijd.onl/blog-post-7.html</guid>
    <pubDate>Fri, 16 Jan 2026 12:00:00 GMT</pubDate>
    <description>Implementing fluent interfaces and method chaining in a custom BASIC interpreter. A deep dive into C++ runtime changes.</description>
  </item>
  <item>
    <title>Recreating "Billie Jean" with Code: A Stress Test for the jdBasic Audio Engine</title>
    <link>https://www.atomijd.onl/blog-post-6.html</link>
    <guid>https://www.atomijd.onl/blog-post-6.html</guid>
    <pubDate>Sun, 21 Dec 2025 12:00:00 GMT</pubDate>
    <description>A technical deep dive into synchronizing sequencers, synthesizing classic 80s sounds, and coding Michael Jackson's Billie Jean in C++ and jdBasic.</description>
  </item>
  <item>
    <title>Building "Mini Calc": An Excel-Like Spreadsheet in jdBasic</title>
    <link>https://www.atomijd.onl/blog-post-5.html</link>
    <guid>https://www.atomijd.onl/blog-post-5.html</guid>
    <pubDate>Sun, 14 Dec 2025 12:00:00 GMT</pubDate>
    <description>A fully functional spreadsheet application written in jdBasic using ImGui tables, formula evaluation, and file I/O.</description>
  </item>
  <item>
    <title>jdBasic Update: Building Modern UIs with ImGui</title>
    <link>https://www.atomijd.onl/blog-post-4.html</link>
    <guid>https://www.atomijd.onl/blog-post-4.html</guid>
    <pubDate>Tue, 02 Dec 2025 12:00:00 GMT</pubDate>
    <description>From retro console to modern tools: jdBasic now supports windowing, widgets, and complex layouts with Dear ImGui integration.</description>
  </item>
  <item>
    <title>jdBasic Got True "Edit and Continue" in VS Code</title>
    <link>https://www.atomijd.onl/blog-post-3.html</link>
    <guid>https://www.atomijd.onl/blog-post-3.html</guid>
    <pubDate>Sun, 02 Nov 2025 12:00:00 GMT</pubDate>
    <description>jdBasic now supports true 'Edit and Continue' (p-code hot-swap) in Visual Studio Code, preserving full app state, call stack, and variables.</description>
  </item>
  <item>
    <title>Introducing jdBasic</title>
    <link>https://www.atomijd.onl/blog-post-2.html</link>
    <guid>https://www.atomijd.onl/blog-post-2.html</guid>
    <pubDate>Thu, 30 Oct 2025 12:00:00 GMT</pubDate>
    <description>Eine Einführung in jdBasic: Eine KI-gestützte, APL-inspirierte BASIC-Sprache für 2025. Entdecke die Features wie Tensors, AI und Array-Programmierung.</description>
  </item>
  <item>
    <title>My First Blog Post</title>
    <link>https://www.atomijd.onl/blog-post-1.html</link>
    <guid>https://www.atomijd.onl/blog-post-1.html</guid>
    <pubDate>Wed, 29 Oct 2025 12:00:00 GMT</pubDate>
    <description>Der erste Blog-Post im Atomis Development Blog. Enthält ein jdBasic-Codebeispiel mit Syntax-Hervorhebung.</description>
  </item>
</channel>
</rss>
