Posts: puzzle
Jul 08, 2024
Schrödinger's QR codeSolving the "bored" puzzle I'd posted a few weeks back.
Jul 01, 2024
Designing a technical puzzleBreaking down the process behind the puzzle at Systems Distributed '24.
May 21, 2024
A puzzle for the bored onesSolve this puzzle, and I'll buy you a book and/or coffee if you're the first one to do it.
Feb 13, 2022
On limitations of human interface devices (HIDs)What would be the limiting factor when playing an arcade style space shooter via sensors and a hooked up keyboard?
Feb 06, 2022
On predictability of seemingly simple codeDoes the time taken to count integers (less than a threshold) in an unordered array, remain the same, or vary?
Jan 30, 2022
On availability aspects of microservicesDoes splitting a service into microservices, help or hurt the availability of overall system?
Jan 23, 2022
How lambdas & closures are implementedCan closures+lambdas be implemented irrespective of whether the language is garbage collected?
Jan 16, 2022
How debuggers workDebugger crashed before a breakpoint was hit. What happens to the program being debugged?