<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Benedict's Notebook</title>
  <link>http://localhost:3000</link>
  <description>Writings, low-level architecture, and security reports by Benedict.</description>
  <language>en-us</language>
  <atom:link href="http://localhost:3000/feed" rel="self" type="application/rss+xml" />
  <item>
    <title>SentinelMesh: An Autonomous Infrastructure Surveillance &amp; Incident Response Fabric</title>
    <link>http://localhost:3000/blog/sentinelmesh</link>
    <guid>http://localhost:3000/blog/sentinelmesh</guid>
    <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
    <description>An event-driven autonomous infrastructure monitoring platform ingesting telemetry streams through Spring Boot microservices, detecting anomalies with unsupervised Isolation Forest ML, correlating events into security incidents across a 60-second sliding window, and executing simulated mitigation workflows — all orchestrated over Apache Kafka with gRPC inter-service communication and real-time SSE dashboard streaming.</description>
  </item>
  <item>
    <title>QuantFlow: Building an Institutional-Grade Algo Trading System for Indian Markets</title>
    <link>http://localhost:3000/blog/quantflow</link>
    <guid>http://localhost:3000/blog/quantflow</guid>
    <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
    <description>An institutional-grade algorithmic trading system for the Indian equity markets — 15+ technical indicators, multi-timeframe confluence, Kelly Criterion risk management, and a 64% win rate on RELIANCE backtested over 15 days of live NSE data.</description>
  </item>
  <item>
    <title>The Silent Invigilator: Real-Time Multi-Modal Exam Surveillance via Deep Geometric Inference and Spatiotemporal Anomaly Accumulation</title>
    <link>http://localhost:3000/blog/silent-invigilator</link>
    <guid>http://localhost:3000/blog/silent-invigilator</guid>
    <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
    <description>A production-grade autonomous invigilation system fusing 3D geometric deep learning — MediaPipe Face Mesh, Perspective-n-Point head pose, iris-vector gaze tracking, and YOLOv8-based prohibited object detection — into a unified spatiotemporal risk accumulation engine operating across web, desktop, and mobile surfaces.</description>
  </item>
  <item>
    <title>Predicting the Bureaucratic Black Box: Visa Processing Times with Machine Learning</title>
    <link>http://localhost:3000/blog/visa-status-prediction</link>
    <guid>http://localhost:3000/blog/visa-status-prediction</guid>
    <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
    <description>A full-stack machine learning system that predicts visa application processing times from 25,480 historical records — Random Forest regression with a React frontend, Flask API on Vercel, and a live demo serving real-time predictions with confidence scoring.</description>
  </item>
  <item>
    <title>AGSA Velour dynact:// Intent Injection — Exported Gateway Routing &amp; Inner Intent URI Injection via data Parameter</title>
    <link>http://localhost:3000/blog/agsa-velour-injection</link>
    <guid>http://localhost:3000/blog/agsa-velour-injection</guid>
    <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
    <description>A systematic security analysis of AGSA&apos;s intent routing matrix combining static DEX bytecode analysis with ADB-based dynamic testing — uncovering a Velour inner-intent injection primitive that allows attacker-controlled URIs to be stamped onto internal dispatch intents through the exported GoogleAppGatewayActivity.</description>
  </item>
  <item>
    <title>The TestingTools That Never Left: Exported Debug BroadcastReceiver in Google Family Link</title>
    <link>http://localhost:3000/blog/familylink-broadcast-injection</link>
    <guid>http://localhost:3000/blog/familylink-broadcast-injection</guid>
    <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
    <description>A production APK containing an exported, permission-less debug BroadcastReceiver from the GNP SDK&apos;s internal.debug namespace — 10 actions (3 hidden) providing read, write, delete, and sync access to GrowthKit state, gated only by a server-configurable Phenotype flag.</description>
  </item>
  <item>
    <title>Project Apotheosis: The Singularity Report</title>
    <link>http://localhost:3000/blog/singularity-report</link>
    <guid>http://localhost:3000/blog/singularity-report</guid>
    <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
    <description>A comprehensive analysis of recursive self-improvement, physical substrate bandwidth limits, the Orthogonality Thesis, computational irreducibility, and how the emergence of synthetic superintelligence represents a cosmic phase transition — complete with predictive models, simulations, and interactive timelines.</description>
  </item>
  <item>
    <title>Timeline: The Intelligence Explosion (2025-2027)</title>
    <link>http://localhost:3000/blog/intelligence-explosion</link>
    <guid>http://localhost:3000/blog/intelligence-explosion</guid>
    <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
    <description>A quarter-by-quarter projection of the path to AGI and recursive self-improvement — from the agentic shift through the data wall collapse, the energy crisis, weak AGI, and the singularity horizon. Each projection is grounded in current scaling trends, compute growth rates, and historical acceleration patterns.</description>
  </item>
  <item>
    <title>Global Proxy Authenticator Credential Bleed Across Proxy Boundaries: A Deep Dive into Bazel&apos;s JVM Credential Leak</title>
    <link>http://localhost:3000/blog/bazel-credential-bleed</link>
    <guid>http://localhost:3000/blog/bazel-credential-bleed</guid>
    <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
    <description>A JVM-global Authenticator in Bazel&apos;s ProxyHelper silently caches proxy credentials on first use and reuses them for ALL proxy endpoints in the same process — regardless of host, port, or realm. Demonstrated with a Proof of Concept, code-level analysis, and six real-world attack vectors that do not require TLS certificate installation.</description>
  </item>
</channel>
</rss>