Hudson River Trading OA Experience: Two Trading-Style Coding Questions Breakdown
I recently completed the online assessment for Hudson River Trading (HRT) , and my biggest takeaway was this: the questions themselves were not imposs…
Latest DevOps news from Tech News
I recently completed the online assessment for Hudson River Trading (HRT) , and my biggest takeaway was this: the questions themselves were not imposs…
Tried implementing sorting algorithms as pure template metaprogramming. Not constexpr , not consteval . The old way, where the compiler does the sorti…
Learning piano is hard enough without guessing which finger hits which key. Most sheet music doesn't bother telling you, and when it does, the fingeri…
The Data Problem K-pop Poses to Backend Engineers Here's a fun engineering challenge that landed on my desk last year: how do you build a production-g…
PDF version: github.com/atomsrkuul/glasik-core/blob/master/GN_PAPER_V2.pdf Code: github.com/atomsrkuul/glasik-core (MIT) Robert Rider | Independent Re…
I'm a second-year CSE undergrad. A few months ago I decided to build a limit order book matching engine in C++, the kind that sits inside exchanges an…
No wall clock required: a 64-bit ID generator from a counter + reversible permutation permid64 — Clock-free, persistent, reversible-permutation 64-bit…
Algorithmic Efficiency: The end of O(n) in data access In a data-centric environment, efficiency is not optional. The goal is to achieve constant comp…
Article Summary : This article systematically elaborates on the technical evolution and implementation principles of self-mutating malware, covering t…
Retrieval-Augmented Generation (RAG) has become the default architecture for building AI-powered document intelligence systems. Most implementations f…
I’ve been exploring a new integer sequence on the OEIS, A359012, and turned it into a small experiment in “data‑driven number theory”. This post brief…