<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Krish / axe01010 — Engineering Journal &amp; Research Archive</title>
    <link>https://blog.harrydev.one</link>
    <description>Systems built under constraints. Research, experiments and technical writeups across Android, Linux, embedded hardware, AI and security.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 19 Sep 2026 23:06:22 GMT</lastBuildDate>
    <atom:link href="https://blog.harrydev.one/rss.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Running Cursor IDE &amp; VS Code Server Inside PRoot Ubuntu on Unrooted Android</title>
      <link>https://blog.harrydev.one/linux/cursor-ide-android-proot</link>
      <guid>https://blog.harrydev.one/linux/cursor-ide-android-proot</guid>
      <pubDate>2026-09-20T00:00:00Z</pubDate>
      <description>Compiling a complete development sandbox with Node, Rust, and VS Code Remote Server running entirely within an isolated PRoot container without root privileges.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>linux</category>
    </item>
    <item>
      <title>Mobile GPU LLM Acceleration: Vulkan &amp; OpenCL Compute Pipelines on Edge Silicon</title>
      <link>https://blog.harrydev.one/ai/mobile-gpu-llm-acceleration</link>
      <guid>https://blog.harrydev.one/ai/mobile-gpu-llm-acceleration</guid>
      <pubDate>2026-09-20T00:00:00Z</pubDate>
      <description>Bypassing CPU bottlenecks on mobile SoCs by binding quantized GGUF weights directly to Adreno and Mali shader cores via Vulkan SPIR-V kernels.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>ai</category>
    </item>
    <item>
      <title>ADB MCP Server: Bridging Model Context Protocol to Real Android Hardware</title>
      <link>https://blog.harrydev.one/ai/adb-mcp-server</link>
      <guid>https://blog.harrydev.one/ai/adb-mcp-server</guid>
      <pubDate>2026-09-20T00:00:00Z</pubDate>
      <description>Real-time JSON-RPC 2.0 tool interface over Unix sockets and ADB daemon for autonomous device interaction, visual grounding, and UI exploration.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>ai</category>
    </item>
    <item>
      <title>Zero-Emission Air-Gap Auditing: Passive 802.11 RF Telemetry with ESP32-S3</title>
      <link>https://blog.harrydev.one/security/esp32-rf-airgap-auditing</link>
      <guid>https://blog.harrydev.one/security/esp32-rf-airgap-auditing</guid>
      <pubDate>2026-09-20T00:00:00Z</pubDate>
      <description>Constructing a stealth hardware telemetry probe that monitors WiFi frame headers, beacon intervals, and deauth storms while remaining strictly non-transmitting (TX disabled at PHY layer).</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>security</category>
    </item>
    <item>
      <title>One-Command Automated Linux VPS Hardening &amp; Multi-Agent Fleet Bootstrap</title>
      <link>https://blog.harrydev.one/builds/linux-vps-agent-provisioner</link>
      <guid>https://blog.harrydev.one/builds/linux-vps-agent-provisioner</guid>
      <pubDate>2026-09-19T00:00:00Z</pubDate>
      <description>Zero-downtime perimeter defense, isolated Docker networks, Qdrant vector memory, and n8n visual orchestrator bootstrapping on Ubuntu 24.04.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>builds</category>
    </item>
    <item>
      <title>Building a Local AI Agent That Controls Android</title>
      <link>https://blog.harrydev.one/ai/local-llm-android-agent</link>
      <guid>https://blog.harrydev.one/ai/local-llm-android-agent</guid>
      <pubDate>2026-09-18T00:00:00Z</pubDate>
      <description>Architecture, ADB transport, local quantized GGUF inference, tool execution and failure analysis on physical mobile hardware.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>ai</category>
    </item>
    <item>
      <title>Finding Broken Number Validation in Mobile APIs</title>
      <link>https://blog.harrydev.one/research/android-api-validation</link>
      <guid>https://blog.harrydev.one/research/android-api-validation</guid>
      <pubDate>2026-09-18T00:00:00Z</pubDate>
      <description>How a strict client-side UI restriction disappeared the moment the actual HTTP request was inspected.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>security</category>
    </item>
    <item>
      <title>Building an MCP Server for ESP32 Microcontrollers</title>
      <link>https://blog.harrydev.one/builds/esp32-mcp-server</link>
      <guid>https://blog.harrydev.one/builds/esp32-mcp-server</guid>
      <pubDate>2026-09-15T00:00:00Z</pubDate>
      <description>Hardware-in-the-loop Model Context Protocol (MCP) server &amp; ESP32 C++ firmware for AI-to-microcontroller bridging over USB-OTG and BLE.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>builds</category>
    </item>
    <item>
      <title>Turning an iPad Into a Low-Latency Linux Digitizer</title>
      <link>https://blog.harrydev.one/builds/ipad-linux-digitizer</link>
      <guid>https://blog.harrydev.one/builds/ipad-linux-digitizer</guid>
      <pubDate>2026-09-12T00:00:00Z</pubDate>
      <description>How to transform an iPad into a Wacom Intuos Pro hardware digitizer &amp; Cairo flipbook animator on Linux over USB.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>builds</category>
    </item>
    <item>
      <title>Android Manifest &amp; Exported Components Attack Surface</title>
      <link>https://blog.harrydev.one/security/android-manifest-analysis</link>
      <guid>https://blog.harrydev.one/security/android-manifest-analysis</guid>
      <pubDate>2026-09-08T00:00:00Z</pubDate>
      <description>Automated static analysis and runtime exploitation of misconfigured Activities, BroadcastReceivers, and ContentProviders.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>security</category>
    </item>
    <item>
      <title>Eight Years Shipping Production Systems From a Phone</title>
      <link>https://blog.harrydev.one/linux/termux-phone-development</link>
      <guid>https://blog.harrydev.one/linux/termux-phone-development</guid>
      <pubDate>2026-09-04T00:00:00Z</pubDate>
      <description>A breakdown of the dotfiles, tmux orchestration, compilation toolchains, and mental models behind mobile-first systems development.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>linux</category>
    </item>
    <item>
      <title>Real Hardware Dynamic APK Analysis with ADB</title>
      <link>https://blog.harrydev.one/reverse-engineering/apk-analysis</link>
      <guid>https://blog.harrydev.one/reverse-engineering/apk-analysis</guid>
      <pubDate>2026-09-01T00:00:00Z</pubDate>
      <description>Bypassing emulator detection and certificate pinning directly on physical rooted Android hardware.</description>
      <author>harry@harrydev.one (Krish / axe01010)</author>
      <category>reverse-engineering</category>
    </item>
  </channel>
</rss>
