One IP, Six Crawler Identities, One Second: Detection Built Against Real Production Logs
How three production patches in 24 hours closed two leaks that synthetic testing missed
Technical articles on deterministic computing, safety-critical systems, and production AI architecture.
How three production patches in 24 hours closed two leaks that synthetic testing missed
How an SEO audit that reads your nginx config can catch broken redirects before they reach production
How one open-source nginx log analyser surfaced both an acute crawler failure and a chronic crawl-rate suppression that conventional SEO tooling could not see
How undefined behaviour allows C compilers to silently remove safety checks, reorder operations, and optimise away code that appears correct
How struct padding and IEEE 754 float representation cause memcmp to produce incorrect equality results, and why field-by-field comparison is the only fix
How implicit type promotion rules turn correct-looking comparisons into logic errors in C
How bit-perfect replay, execution tracing, and sealed audit logs transform incident response from guesswork to forensics
An honest analysis of when Q16.16 is the right choice and when floating-point is acceptable
How Merkle chains, cryptographic attestation, and reproducible builds satisfy certification evidence requirements
A four-function interface that enables static analysis, bounded resources, and compositional verification
How preconditions, postconditions, and invariants become living documentation
Traditional C tutorials teach habits that certification auditors reject
Why proving code correct before writing it changes everything
A practical testing strategy for production machine learning
Where the money goes in ML infrastructure and what to optimise first
Architectural patterns for ML systems that need to remember
Fallback strategies for production inference that fails gracefully instead of failing loudly
Why accuracy looks fine while your production system burns
Learn fixed-point arithmetic from first principles — because 'close enough' isn't deterministic
Performance benchmarking for deterministic ML — because 'fast' means nothing if you can't prove it's correct
How PRNG-controlled rounding can provide regularisation benefits deterministically
The practical journey of verifying deterministic ML across platforms
How cycle-walking Feistel networks can provide reproducible shuffling for ML training
How cryptographic hash chains can make every training step verifiable
Why banker's rounding matters for bit-identical machine learning
Eight interlocking C99 projects that make every ML pipeline stage bit-identical and auditable
End-to-end test harness for deterministic ML — because 'it works on my machine' isn't certifiable
Pipeline verification for the certifiable-* ecosystem — because 'we checked it manually' isn't certifiable
Deterministic runtime monitoring — because 'the model drifted' isn't certifiable
How fixed-point arithmetic and cryptographic chaining produce bit-identical results from data to deployment
Deterministic model packaging and cryptographic attestation — because 'trust me, it's the right model' isn't certifiable
Deterministic model quantization with formal error certificates for safety-critical ML
Learn to build safety-critical systems in C — mathematical rigour, not 'Hello World'
Deterministic data pipelines for safety-critical ML — because 'we shuffled the data' isn't reproducible
Semantic observability for UNIX systems — lightweight system probing with explainable risk scoring
How to prove worst-case execution time for convolution, matrix multiply, and pooling operations
How integer arithmetic can enable deterministic AI inference for safety-critical systems
Understanding the architectural properties that complicate aerospace certification for mobile inference frameworks
What deterministic execution actually means and how to verify it across platforms
Why malloc is problematic for certification and how static allocation can simplify verification
Deterministic, bit-perfect neural network inference for safety-critical systems
When 'mostly reproducible' isn't good enough for systems that matter
Deterministic ML training with Merkle audit trails — because 'we trained it' isn't certifiable
When the model works in staging but fails in prod, here's how to find out why
Most teams adopt a feature store before they have the problem it solves
Understanding latency, throughput, and the trade-offs between them
The infrastructure principles that kept systems running still apply to ML
Why your model serving cluster fails at 3AM and you can't figure out why
How mathematical contracts become deterministic implementations
Understanding the financial impact of debugging race conditions and Heisenbugs