Ronin on Rails
Give a man a fish and he’ll eat for a day.
Give a fish a man and he’ll eat for weeks.
Presentation @ LRUG - Total Rewrite
I gave a presentation on rewriting software at the London Ruby User Group in September.
Toyblocks: Playing with Block(chain)s - Part 1
I read the original bitcoin whitepaper today, and I wanted to play around with some of the ideas in it. So, here is a toy project in Ruby to do just that.
A Simple ES6 (ES2015) Javascript Project
UPDATED 2017/02/04: There is now a webpack version of this post.
Vim - Incrementing a column of numbers
Whenever I’m mocking up a sample web page, I inevitably end up doing something like this;
Keeping secrets with Vim encryption
The other day, I discovered that vim has an “encryption” mode. In this mode, your file is encrypted whenever it is written to disk, and decrypted whenever it’s read back (this also applies to any temporary swap files).