[DRAFT] Abstraction is just deliberate ignorance
2024-04-10
I think ignorance gets a bad rap. It’s a term that comes with a lot of baggage and is often not taken lightly when given as a label to someone. This post is a defense of ignorance, and how it can, sometimes, be the most crucial ingredient in a problem solving toolkit.
Applied Linear Algebra - Vectors I
2023-05-13
An introduction to vectors and vector operation using the Nim programming language. Nim combines the simple syntax of python with performance within an order of magnitude of C/C++, while also offering great function call syntax and native bindings.