How to make TradeSkillMaster auction posting 100x faster in World of Warcraft (TSM 4.11.66)
I sometimes like to tinker around with the economy in World of Warcraft for fun, and one of my favorite auction posting tools is a […]
Continue reading »Tom Chapin (Thomas H. Chapin IV)
My blog, which I rarely update…
I sometimes like to tinker around with the economy in World of Warcraft for fun, and one of my favorite auction posting tools is a […]
Continue reading »If you have ever worked on a Ruby on Rails project that uses Git for version control, odds are that you have run into a […]
Continue reading »I recently ran into a scenario where I was hosting a Ruby on Rails application on AWS Elastic Beanstalk, and I wanted to view a […]
Continue reading »If you have ever worked on a large programming project that was managed using git (source control), then odds are high that there was a […]
Continue reading »When I’m programming in Ruby, one of the most indispensable tools I’ve found is an awesome little ruby gem called Pry. Pry lets me debug […]
Continue reading »In the video game, “Rust“, if you want to run you have to hold down both the SHIFT key and the W key at the […]
Continue reading »In the course of working with Selenium and Appium via RSpec tests (while testing iOS apps), I occasionally was running into issues where Appium would […]
Continue reading »To create a new rails project and specify the version of both ruby and rails: $> RBENV_VERSION=2.0.0-p247 rbenv exec rails _4.0.0_ new project-name In this […]
Continue reading »Over the past couple of months, I’ve been “hitting the books” pretty hard when it comes to Ruby and Ruby on Rails. Here are a […]
Continue reading »Scenario: I have a bunch of font files organized within nested folders (along with all sorts of other stuff like text files). Goal: I want […]
Continue reading »