Posts tagged programming

Nov 7, 2020

Bear with me as I work out how to express this idea clearly.

Read more ...


Oct 1, 2020

I decided to take the plunge and purchase an Ergodox EZ keyboard. This wasn’t an immediate decision–one does not simply purchase fantastically expensive, strange-looking keyboards on a whim. I should note that I already have a high-quality, fairly expensive keyboard (Daskeyboard with all-blank keycaps) that I got for free (long story). However, as I’ve accepted the fact that programming will inevitably consume the overwhelming majority of my time working in industry, I’ve realized that I need more. Specifically, I need my keyboard to be

Read more ...


August 10, 2020

I can’t believe that I have been using Matlab for almost 8 years now and have only just discovered the axis square command. This would have been so nice to know years ago…

Read more ...


July 29, 2020

I’ve always been thrown off by the fact that the Matlab programming language doesn’t support pointers. This has thrown me off in the past when trying to optimize Matlab code–it’s a whole different paradigm from C/C++ code where passing by reference or by pointer can help boost speed and memory performance significantly.

Read more ...