Posts: weekend-dev-puzzle
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?