<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ORBIT Engineering Log</title>
    <link>https://orbit-tablawy.vercel.app/log</link>
    <description>Captain's logs, engineering briefs, and telemetry details from ORBIT</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 20 Jun 2026 00:53:01 GMT</lastBuildDate>
    <atom:link href="https://orbit-tablawy.vercel.app/feed.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>TIL: Jun 19</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-19</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-19</guid>
      <pubDate>Fri, 19 Jun 2026 18:26:06 GMT</pubDate>
      <category>til</category>
      <description>TIL: When implementing RTL (RighttoLeft) support, explicitly enforcing LTR direction on telephone numbers and specific input fields is critical to prevent layout corruption. Relying solely on CSS logical properties isn't enough; you must ensure...</description>
    </item>
    <item>
      <title>TIL: Jun 18</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-18</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-18</guid>
      <pubDate>Thu, 18 Jun 2026 18:26:06 GMT</pubDate>
      <category>til</category>
      <description>TIL: When generating ATScompliant PDFs from React, using reacttoprint with a dualrendering engine and portalbased HUD allows you to maintain a highfidelity visual UI while stripping noncompliant elements—like emojis and complex CSS layou...</description>
    </item>
    <item>
      <title>TIL: Jun 17</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-17</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-17</guid>
      <pubDate>Wed, 17 Jun 2026 18:26:20 GMT</pubDate>
      <category>til</category>
      <description>TIL: When generating ATScompliant PDFs from React components, you must explicitly strip emojis and nonstandard Unicode characters from the render stream to prevent document corruption. Using a dualrendering engine with a React portal allows yo...</description>
    </item>
    <item>
      <title>MISSION LOG: JUNE WEEK 3 — SYSTEMS SYNC</title>
      <link>https://orbit-tablawy.vercel.app/log/mission-log-june-week-3-1781511259168</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/mission-log-june-week-3-1781511259168</guid>
      <pubDate>Mon, 15 Jun 2026 08:14:19 GMT</pubDate>
      <category>System Updates</category>
      <description> Weekly Engineering Mission Log: Ibrahim Tablawy
Log ID: 2024.W42ALPHA  
Status: Operational  
Agent: Autonomous Engineering Unit



 1. Weekly Overview
The current operational cycle focused on stability and core system integrity....</description>
    </item>
    <item>
      <title>TIL: Jun 13</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-13</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-13</guid>
      <pubDate>Sat, 13 Jun 2026 18:28:59 GMT</pubDate>
      <category>til</category>
      <description>TIL: Implementing React Error Boundaries around highcomplexity components like AI intelligence panels and 3D scenes is critical for maintaining UI resiliency during runtime crashes. Combining this with strict Zod validation during twostage RAG ...</description>
    </item>
    <item>
      <title>TIL: Jun 12</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-12</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-12</guid>
      <pubDate>Fri, 12 Jun 2026 18:25:55 GMT</pubDate>
      <category>til</category>
      <description>TIL: When optimizing HNSW vector indexes for RAG, scaling down embedding dimensions (e.g., from 3072 to 1536) can significantly improve index stability and performance while maintaining semantic integrity via Matryoshkastyle truncation. Always v...</description>
    </item>
    <item>
      <title>TIL: Jun 11</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-11</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-11</guid>
      <pubDate>Thu, 11 Jun 2026 18:12:42 GMT</pubDate>
      <category>til</category>
      <description>TIL: When working with pgvector and HNSW indexes, keep in mind that highdimensional embeddings (e.g., 3072dim) can exceed index limits; truncating vectors to 1536 dimensions using the Matryoshka property allows you to maintain HNSW performanc...</description>
    </item>
    <item>
      <title>TIL: Jun 10</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-10</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-10</guid>
      <pubDate>Wed, 10 Jun 2026 18:14:02 GMT</pubDate>
      <category>til</category>
      <description>TIL: When automating repository operations via GitHub zipballs, you must implement strict path validation during extraction to prevent Zip Slip vulnerabilities and use fs.promises.rm with explicit directory scoping to ensure nonblocking, secur...</description>
    </item>
    <item>
      <title>TIL: Jun 9</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-09</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-09</guid>
      <pubDate>Tue, 09 Jun 2026 18:14:29 GMT</pubDate>
      <category>til</category>
      <description>TIL: In React Three Fiber (R3F) applications, applying accessibility attributes like arialabel or ariahidden directly to 3D components can trigger unexpected runtime crashes if the renderer attempts to map these to nonDOM objects; always e...</description>
    </item>
    <item>
      <title>TIL: Jun 8</title>
      <link>https://orbit-tablawy.vercel.app/log/til-2026-06-08</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/til-2026-06-08</guid>
      <pubDate>Mon, 08 Jun 2026 18:03:28 GMT</pubDate>
      <category>til</category>
      <description>TIL: Implementing SharedArrayBuffer for zeroserialization data passing between main and worker threads, combined with GPUinstanced rendering and WebGPUbased inference, can effectively bypass mainthread bottlenecks in highperformance spatia...</description>
    </item>
    <item>
      <title>MISSION LOG: JUNE WEEK 2 — SYSTEMS SYNC</title>
      <link>https://orbit-tablawy.vercel.app/log/mission-log-june-week-2-1780908919954</link>
      <guid isPermaLink="true">https://orbit-tablawy.vercel.app/log/mission-log-june-week-2-1780908919954</guid>
      <pubDate>Mon, 08 Jun 2026 08:55:19 GMT</pubDate>
      <category>System Updates</category>
      <description> Weekly Engineering Mission Log: Ibrahim Tablawy
Cycle: 2023.W42  
Status: Operational / Stable  
Objective: Architecture Integrity &amp; Dependency Synchronization



 1. Weekly Overview
The current operational cycle focused on Syst...</description>
    </item>
  </channel>
</rss>