<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deadline Driven Development — Blog (English)</title>
    <link>https://www.deadlinedriven.dev/en/blog</link>
    <description>Homelab, AI, algorithms &amp; custom projects by Marc Nauendorf</description>
    <language>en</language>
    <atom:link href="https://www.deadlinedriven.dev/rss-en.xml" rel="self" type="application/rss+xml"/>
    <atom:link rel="alternate" hreflang="de" href="https://www.deadlinedriven.dev/rss.xml"/>
    <atom:link rel="alternate" hreflang="en" href="https://www.deadlinedriven.dev/rss-en.xml"/>
    <lastBuildDate>Thu, 17 Sep 2026 07:44:00 GMT</lastBuildDate>
    <item>
      <title><![CDATA[X3 Thermal Printer — Linux Driver for Snap & Tag / ORGBRO X3]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/x3-thermal-printer</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/x3-thermal-printer</guid>
      <pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A free open-source Linux driver for the X3 Bluetooth thermal printer (Snap & Tag / ORGBRO X3) — reverse-engineered YK/YZW protocol, CLI, CUPS system printer and GTK3 desktop app with live preview.]]></description>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Hardware]]></category>
      <category><![CDATA[Linux]]></category>
      <category><![CDATA[Bluetooth]]></category>
      <category><![CDATA[CUPS]]></category>
      <category><![CDATA[GTK3]]></category>
      <category><![CDATA[Open Source]]></category>
    </item>
    <item>
      <title><![CDATA[Sakana Fugu — Multi-Agent AI as a Model]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/fugu</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/fugu</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Sakana Fugu dynamically orchestrates a pool of specialized AI models through a single API. Frontier performance without vendor lock-in — backed by two ICLR 2026 papers on evolutionary coordination and reinforcement learning.]]></description>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Cloud]]></category>
      <category><![CDATA[Multi-Agent]]></category>
      <category><![CDATA[Research]]></category>
    </item>
    <item>
      <title><![CDATA[Meshroom — Photogrammetry Server with REST API & Dashboard]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/meshroom-server</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/meshroom-server</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A complete Meshroom server on Proxmox with GPU passthrough — 23 photogrammetry pipelines, REST API with 23 endpoints, glass-morphism dashboard with integrated 3D viewer, and step-by-step reproduction guide.]]></description>
      <category><![CDATA[Photogrammetry]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[3D Design]]></category>
      <category><![CDATA[AliceVision]]></category>
      <category><![CDATA[Proxmox]]></category>
      <category><![CDATA[REST API]]></category>
      <category><![CDATA[Docker]]></category>
    </item>
    <item>
      <title><![CDATA[Grafana 13 + Prometheus — Infrastructure Monitoring]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/grafana-monitoring</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/grafana-monitoring</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Setting up Grafana 13 and Prometheus as a Docker monitoring stack for 2 Proxmox hosts with 19 targets — GPU temperatures, LLM inference metrics and system health in real-time.]]></description>
      <category><![CDATA[HomeLab]]></category>
      <category><![CDATA[DevOps]]></category>
      <category><![CDATA[Docker]]></category>
      <category><![CDATA[Monitoring]]></category>
    </item>
    <item>
      <title><![CDATA[Pathfinding in the Maze — BFS, DFS, A* & Flood Fill]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/pathfinding</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/pathfinding</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How does a program find its way through a maze? BFS, DFS, A* and Flood Fill compared — with pseudocode, Python implementations, interactive live demos, complexity analysis and a look at how these algorithms power real Micromouse robots.]]></description>
      <category><![CDATA[Algorithmus]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Simulation]]></category>
      <category><![CDATA[Education]]></category>
      <category><![CDATA[Micromouse]]></category>
    </item>
    <item>
      <title><![CDATA[Jellyfin — Setup & Automation]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/jellyfin-scripts</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/jellyfin-scripts</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Setting up Jellyfin as a self-hosted media server and automating library management with Python scripts.]]></description>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Cloud]]></category>
      <category><![CDATA[Sidequest]]></category>
    </item>
    <item>
      <title><![CDATA[PDF Generator — Edge Headless & ReportLab]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/pdf-generator</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/pdf-generator</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Generating DIN 5008 compliant PDFs with Microsoft Edge in headless mode and Python's ReportLab library.]]></description>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[PDF]]></category>
      <category><![CDATA[Automation]]></category>
      <category><![CDATA[JSON]]></category>
      <category><![CDATA[DIN 5008]]></category>
      <category><![CDATA[Sidequest]]></category>
    </item>
    <item>
      <title><![CDATA[AMD MI50 — GPU Passthrough & AI on Proxmox]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/mi50-passthrough</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/mi50-passthrough</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Running an AMD Instinct MI50 (32 GB VRAM) via GPU passthrough on Proxmox VE with ROCm and Ollama — full step-by-step guide including the vendor-reset bug fix.]]></description>
      <category><![CDATA[HomeLab]]></category>
      <category><![CDATA[AMD MI50]]></category>
      <category><![CDATA[Proxmox]]></category>
      <category><![CDATA[ROCm]]></category>
      <category><![CDATA[Ollama]]></category>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Legacy]]></category>
    </item>
    <item>
      <title><![CDATA[Samba / CIFS — Network Storage & Docker]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/samba-cifs</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/samba-cifs</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Mounting Samba / CIFS shares in Linux VMs and Docker containers — configuration, credentials and common pitfalls.]]></description>
      <category><![CDATA[HomeLab]]></category>
      <category><![CDATA[Linux]]></category>
      <category><![CDATA[Docker]]></category>
      <category><![CDATA[Cloud]]></category>
    </item>
    <item>
      <title><![CDATA[Pan-Tilt Algorithm — Interactive 3D Simulation]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/pan-tilt</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/pan-tilt</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Deriving and visualising the pan-tilt algorithm for a two-axis camera mount in an interactive Matplotlib 3D simulation.]]></description>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Algorithmus]]></category>
      <category><![CDATA[Simulation]]></category>
    </item>
    <item>
      <title><![CDATA[GitLab Web IDE — Extensions via NPM]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/gitlab-web-ide</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/gitlab-web-ide</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Installing VS Code extensions in the GitLab Web IDE by serving an NPM-based Open VSX registry from a Docker container.]]></description>
      <category><![CDATA[HomeLab]]></category>
      <category><![CDATA[Docker]]></category>
    </item>
    <item>
      <title><![CDATA[JDownloader 2 — Browser UI in Proxmox LXC]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/jdownloader</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/jdownloader</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Running JDownloader 2 with a browser-based UI in a lightweight Proxmox LXC container — setup, Docker config and port forwarding.]]></description>
      <category><![CDATA[HomeLab]]></category>
      <category><![CDATA[Proxmox]]></category>
      <category><![CDATA[Docker]]></category>
      <category><![CDATA[LXC]]></category>
      <category><![CDATA[Cloud]]></category>
    </item>
    <item>
      <title><![CDATA[Ollama — Local AI & A1-Terminal]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/ollama</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/ollama</guid>
      <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Running large language models locally with Ollama on an A1 mini-terminal — hardware setup, model selection and a Python chat interface.]]></description>
      <category><![CDATA[Ollama]]></category>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Sidequest]]></category>
      <category><![CDATA[Legacy]]></category>
    </item>
    <item>
      <title><![CDATA[AI in Education for Future Professionals]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/bip-2025</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/bip-2025</guid>
      <pubDate>Sat, 28 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[An Erasmus+ Blended Intensive Programme about AI tools and methods in higher education, held in Ohrid, North Macedonia.]]></description>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Erasmus+]]></category>
      <category><![CDATA[Education]]></category>
      <category><![CDATA[Travel]]></category>
    </item>
    <item>
      <title><![CDATA[Neural Style Transfer — TensorFlow & VGG19]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/neural-style-transfer</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/neural-style-transfer</guid>
      <pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[Applying artistic styles to photos using the VGG19 convolutional network and TensorFlow — step by step from theory to generated images.]]></description>
      <category><![CDATA[TensorFlow]]></category>
      <category><![CDATA[Deep Learning]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[SEM]]></category>
    </item>
    <item>
      <title><![CDATA[Route-Finding Algorithms: Brute Force, Nearest Neighbor & Christofides]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/algo-tsp</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/algo-tsp</guid>
      <pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate>
      <description><![CDATA[Visualizing classic TSP algorithms — Brute Force, Nearest Neighbor and the Christofides approximation — in an interactive Python simulation.]]></description>
      <category><![CDATA[Algorithmus]]></category>
      <category><![CDATA[Travel]]></category>
      <category><![CDATA[Simulation]]></category>
      <category><![CDATA[Education]]></category>
      <category><![CDATA[Sidequest]]></category>
    </item>
    <item>
      <title><![CDATA[OctoPrint Server for 3D Printers]]></title>
      <link>https://www.deadlinedriven.dev/en/blog/octoprint</link>
      <guid isPermaLink="true">https://www.deadlinedriven.dev/en/blog/octoprint</guid>
      <pubDate>Mon, 01 Feb 2021 00:00:00 GMT</pubDate>
      <description><![CDATA[Setting up an OctoPrint server on a Raspberry Pi for remote monitoring and control of FDM 3D printers.]]></description>
      <category><![CDATA[3D Printing]]></category>
      <category><![CDATA[Raspberry Pi]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[Legacy]]></category>
    </item>
  </channel>
</rss>