<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Elon Flegenheimer</title>
 <link href="http://www.elonflegenheimer.com/atom.xml" rel="self"/>
 <link href="http://www.elonflegenheimer.com"/>
 <updated>2014-05-12T08:31:27-07:00</updated>
 <id>http://www.elonflegenheimer.com/</id>
 <author>
   <name>Elon Flegenheimer</name>
 </author>

 
 <entry>
   <title>NVIDIA dual monitors on an Ubuntu laptop</title>
   <link href="http://www.elonflegenheimer.com/2014/05/11/nvidia-dual-monitors-ubuntu-laptop.html"/>
   <updated>2014-05-11T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2014/05/11/nvidia-dual-monitors-ubuntu-laptop</id>
   
   <content type="html">Setting up a modern xorg.conf with the binary NVIDIA driver to be used with xrandr.</content>
   
 </entry>
 
 <entry>
   <title>Ruby Prototyping</title>
   <link href="http://www.elonflegenheimer.com/2013/10/01/ruby-prototyping.html"/>
   <updated>2013-10-01T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2013/10/01/ruby-prototyping</id>
   
   <content type="html">Prototyping in Ruby is even faster with inlined test driven development.</content>
   
 </entry>
 
 <entry>
   <title>Minitest with Ruby and Ruby on Rails 4</title>
   <link href="http://www.elonflegenheimer.com/2013/09/28/minitest_ruby_on_rails4.html"/>
   <updated>2013-09-28T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2013/09/28/minitest_ruby_on_rails4</id>
   
   <content type="html">How to set up minitest-spec for both Ruby and Ruby on Rails 4 projects while preserving vim-rails shortcuts.</content>
   
 </entry>
 
 <entry>
   <title>MTP and USB on the Android Nexus 4</title>
   <link href="http://www.elonflegenheimer.com/2013/02/17/mtp-and-usb-on-the-android-nexus-4.html"/>
   <updated>2013-02-17T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2013/02/17/mtp-and-usb-on-the-android-nexus-4</id>
   
   <content type="html">A short script to enable USB access to an Android device using MTP.</content>
   
 </entry>
 
 <entry>
   <title>Ruby Unit Test Visibility via Xmonad</title>
   <link href="http://www.elonflegenheimer.com/2012/12/31/ruby-unit-test-visibility-via-xmonad.html"/>
   <updated>2012-12-31T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/12/31/ruby-unit-test-visibility-via-xmonad</id>
   
   <content type="html">I&#39;ve been using the Xmonad accordion layout to get Ruby test/rspec notifications visible at a glace.</content>
   
 </entry>
 
 <entry>
   <title>Git Feature Branches</title>
   <link href="http://www.elonflegenheimer.com/2012/12/25/git-feature-branches.html"/>
   <updated>2012-12-25T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/12/25/git-feature-branches</id>
   
   <content type="html">How to use Git feature branches</content>
   
 </entry>
 
 <entry>
   <title>Renaming a Chef Node</title>
   <link href="http://www.elonflegenheimer.com/2012/12/24/renaming-a-chef-node.html"/>
   <updated>2012-12-24T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/12/24/renaming-a-chef-node</id>
   
   <content type="html">Renaming a Chef node step by step.</content>
   
 </entry>
 
 <entry>
   <title>Navigating Ruby Projects in VIM</title>
   <link href="http://www.elonflegenheimer.com/2012/09/16/navigating-ruby-projects-in-vim.html"/>
   <updated>2012-09-16T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/09/16/navigating-ruby-projects-in-vim</id>
   
   <content type="html">Navigating Ruby and Ruby on Rails projects in VIM involves learning a number of things that aren&#39;t in the manual. This post is intended to shorten the learning curve.</content>
   
 </entry>
 
 <entry>
   <title>Ruby modules, the template pattern, and dynamic closure application</title>
   <link href="http://www.elonflegenheimer.com/2012/08/25/ruby-modules-template-and-dynamic-closure-context.html"/>
   <updated>2012-08-25T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/08/25/ruby-modules-template-and-dynamic-closure-context</id>
   
   <content type="html">Ruby: Applying closures to the context of a caller via Modules and the template design pattern.</content>
   
 </entry>
 
 <entry>
   <title>Detaching Bash And Going Home</title>
   <link href="http://www.elonflegenheimer.com/2012/07/28/detaching-bash-and-going-home.html"/>
   <updated>2012-07-28T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/07/28/detaching-bash-and-going-home</id>
   
   <content type="html">How to keep a long running process alive when you&#39;re ready to pack up and go home.</content>
   
 </entry>
 
 <entry>
   <title>Understanding Ruby Closures</title>
   <link href="http://www.elonflegenheimer.com/2012/07/08/understanding-ruby-closures.html"/>
   <updated>2012-07-08T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/07/08/understanding-ruby-closures</id>
   
   <content type="html">While closures are usually associated with functional languages, Ruby has them in the form of blocks, procs, and lambdas. These concepts are a powerful feature that must be mastered to be successful using this language.</content>
   
 </entry>
 
 <entry>
   <title>Xmonad in Ubuntu 12.04 with Unity 2D</title>
   <link href="http://www.elonflegenheimer.com/2012/06/22/xmonad-in-ubuntu-12.04-with-unity-2d.html"/>
   <updated>2012-06-22T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/06/22/xmonad-in-ubuntu-12.04-with-unity-2d</id>
   
   <content type="html">I&#39;ve been using xmonad in ubuntu for quite a while. The change from 11.04 to 12.04 involved the following steps.</content>
   
 </entry>
 
 <entry>
   <title>Ubuntu server virtualbox guest additions</title>
   <link href="http://www.elonflegenheimer.com/2012/06/22/ubuntu-server-virtualbox-guest-additions.html"/>
   <updated>2012-06-22T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/06/22/ubuntu-server-virtualbox-guest-additions</id>
   
   <content type="html">Installing virtualbox guest additions is not an optional step if the guest is an Ubuntu server that needs to interact with other networked machines. Here&#39;s how to quickly install it.</content>
   
 </entry>
 
 <entry>
   <title>Dynamic multi-headed Ubuntu laptop with NVIDIA</title>
   <link href="http://www.elonflegenheimer.com/2012/06/06/dynamic-multi-head-laptop-in-ubuntu-with-nvidia.html"/>
   <updated>2012-06-06T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/06/06/dynamic-multi-head-laptop-in-ubuntu-with-nvidia</id>
   
   <content type="html">Setting up a dynamic multi-head display under Ubuntu (11.04, 11.10, 12.04) with an NVIDIA video card in a laptop.</content>
   
 </entry>
 
 <entry>
   <title>Justifying Ruby on Rails As Your Web Framework</title>
   <link href="http://www.elonflegenheimer.com/2012/06/03/justifying-ruby-on-rails-as-your-web-framework.html"/>
   <updated>2012-06-03T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/06/03/justifying-ruby-on-rails-as-your-web-framework</id>
   
   <content type="html">Ruby on Rails is easy to justify as your next web application framework. Reasons include: Ruby, maturity of the framework, TDD, JRuby, and several time savers.</content>
   
 </entry>
 
 <entry>
   <title>What I like about Ruby</title>
   <link href="http://www.elonflegenheimer.com/2012/05/26/what-i-like-about-ruby.html"/>
   <updated>2012-05-26T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/05/26/what-i-like-about-ruby</id>
   
   <content type="html">An explanation of what I like about the Ruby programming language. Interesting features include: blocks, messages, singleton classes, pure object system, a rich API, and an active community.</content>
   
 </entry>
 
 <entry>
   <title>Blogging with Jekyll and S3</title>
   <link href="http://www.elonflegenheimer.com/2012/05/25/blogging-with-jekyll-and-s3.html"/>
   <updated>2012-05-25T00:00:00-07:00</updated>
   <id>http://www.elonflegenheimer.com/2012/05/25/blogging-with-jekyll-and-s3</id>
   
   <content type="html">Choosing Jekyll and S3 as my blogging platform instead of Ruby on Rails, Sinatra, Wordpress, etc... How to run Jekyll, add Twitter Bootstrap, and deploy to S3.</content>
   
 </entry>
 
 
</feed>
