Donald Duck in Mathmagic Land
Spinning Levers - How a Motor Works
Things, a lot of them software, that I found interesting. Everything I link to is free/open source unless specified otherwise.
Makes working in vim nicer
set hlsearch " highlight all search results
set ignorecase " do case insensitive search
set incsearch " show incremental search results as you type
set number " display line number
set noswapfile " disable swapfile
From Reddit One of the biggest frustrations when I was trying to get hands-on with Microsoft's stack was that you simply can't pract...