Documenting experimental findings, autonomous AI agent benchmarks, literature notes, and software system architectures.
Debugged a Python job scheduling service backed by PostgreSQL that produced incorrect results under adversarial concurrent timing — fixing race conditions, stale reads, missed triggers, and timezone-aware cron scheduling bugs.
Localised a sound source from 8-microphone outdoor array recordings across 5 independent scenarios, estimating TDOA under unknown bounded per-sensor clock offsets using cross-correlation against a known calibration pulse.
Investigated a PCAP capture and host logs to identify a compromised host, detect a C2 domain via entropy analysis, and reconstruct an 8-chunk exfiltrated file split across DNS TXT records and HTTP POST bodies.
Reverse-engineered a stripped, statically-linked PIE ELF binary running a custom 64-bit VM, discovered a static range verifier vulnerability, derived the vault key, and exploited the service to extract the flag.
Derived and implemented the full equations of motion for a spacecraft in the CR3BP with solar radiation pressure and non-spherical gravity harmonics, producing STM covariance forecasts and Monte Carlo ensemble propagations across 12 independent scenarios.
Audited a multi-tenant Flask order management REST service for security defects — cross-referencing implementation against a formal service specification and remediating all vulnerabilities while preserving full API behaviour.
Audited a telecommunications CDR Parquet dataset for 4 silent billing pipeline failures — mixed-scale timestamps, duplicate retransmissions, inflated tariff charges, and unrecoverable capacity counts — producing a verified clean dataset and reproducible Jupyter notebook.
Fixed a broken dual-clock asynchronous FIFO Verilog module — correcting Gray code pointer synchronisation, programmable watermark threshold logic, and reset handling across independent clock domains.
Analysed 830 interleaved ECDSA signatures on secp256k1 to identify devices with firmware-induced nonce bias, recovered their private keys, and decrypted an ECIES-encrypted payload using the recovered key.
Implemented a full binary parser for a custom SLOG sensor log format — handling dual record layouts, stream framing markers, CRC-16 validation with a non-standard config, and mixed byte-order fields.
Implemented a padding oracle attack against AES-128-CBC to recover the full original plaintext byte-by-byte, exploiting PKCS#7 padding validation without the decryption key.
Recovered an encrypted ZFS mirrored pool from exported loopback device images — identifying valid vdev members, finding the correct decryption keyfile, and rolling back to a specific historical snapshot.
Identified and corrected every defect in a tree-walking interpreter for MiniLang, a dynamically-typed scripting language, ensuring faithful compliance with a formal language specification.