Posts tagged programming
Nov 7, 2020
- 07 November 2020
- Category: Programming
Bear with me as I work out how to express this idea clearly.
Oct 1, 2020
- 01 October 2020
- Category: Typing
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
August 10, 2020
- 10 August 2020
- Category: Multiple
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…
July 29, 2020
- 29 July 2020
- Category: Programming
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.