Skip to content
  • Lab
  • Pre-18 Work
  • About

Nas' Meanderings

Computer Science, Software Engineering

Extracting Architectural Pillars and Primitives From An Ageing Codebase

October 3, 2018
Many software engineers are or have worked on ageing codebases. The nature of this universe and our species thrives on failure which fuels the engines of our evolution.
Graphics Programming

Powers of the Dot Product

October 2, 2018
From my earliest days of graphics programming I’ve often overlooked the powers of the dot product. Often presented as a way to find the angle between two vectors, I believe...