First Week with the Standing Desk

Update: Turns out there is an option I overlooked in the config, so all that actually needs to happen is this line needs to be added to your sublime settings file “auto_close_tags”: false Sublime Text 3 auto closes tags when you use type </ which I don’t like since I’ve usually finished typing the tag […]
Jake Spurlock posted a link to a local Provo band yesterday, and I’ve been listening to them ever since. Makes me want to go out to more local shows.
Another one got caught today, it’s all over the papers. “Teenager Arrested in Computer Crime Scandal”, “Hacker Arrested after Bank Tampering”… Damn kids. They’re all alike. But did you, in your three-piece psychology and 1950′s technobrain, ever take a look behind the eyes of the hacker? Did you ever wonder what made him tick, what […]
A while back I needed an older version of the Facebook plugin. Searching brought but a few posts about an older versions link that doesn’t seem to exist in the plugin interface anymore, but it turns out that the plugin version is in the url of the download. All you have to do is copy […]
A simple extension to shorten urls using Alfred and a yourls installation. yourls.alfredextension
One of the fundamental truths of software development is that you have to write code, but one of the biggest fallacies is the idea that writing code is your job.
via Write Less Code.
Today I found a fun little solitaire app that Al really enjoyed.
As of CSS 2.1 you can target your css at specific media conditions, but Firefox seems to handle them strangely. It includes the visible vertical scroll bar in the calculation of the width instead of the actual display width itself. This means that while javascript may return one value for screen width your media queries […]