August 16, 2022
Now on Jigsaw
This site has been my go to for just trying out new things such as static site generators. I have been using Laravel for about 5 years now fulltime for development. So, I switched this site to be...
ReadMarch 16, 2017
Updated Site to hugo
I have switched the generation of this site to hugo. I have been watching hugo for a long time now and love the fast build system in go over the de-facto static site generator jekyll. This site has...
ReadMay 8, 2014
Source Code Released
This site has always used some build scripts to generate it in various formats. This has changed over the years but I have tried to keep it simple. When I first saw jekyll a few years ago I liked a...
ReadAugust 9, 2011
Mount sshfs with a script
sshfs is great for mounting remote directories locally. If you want to mount a sshfs directory locally with a script, you need to be able to connect to it with a script. This script uses expect to...
ReadJuly 29, 2011
The Name of the Wind by Patrick Rothfuss
I just finished The Name of the Wind by Patrick Rothfuss. I had heard a lot of great thing about this book. I hadn't even heard of it until I heard the second book came out and everyone was talking...
ReadJuly 20, 2011
Edit sudoers with visudo and nano
Editing sudoers file allows you to manage which users can use the sudo command. You should never modify this file by hand, and syntax errors will make it so you can't use sudo and possibly not be...
Read