<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Lolindrath]]></title>
  <link href="http://lolindrath.com/atom.xml" rel="self"/>
  <link href="http://lolindrath.com/"/>
  <updated>2013-06-17T09:04:57-04:00</updated>
  <id>http://lolindrath.com/</id>
  <author>
    <name><![CDATA[Andy Williams]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Diet]]></title>
    <link href="http://lolindrath.com/blog/2012/02/20/diet/"/>
    <updated>2012-02-20T00:00:00-05:00</updated>
    <id>http://lolindrath.com/blog/2012/02/20/diet</id>
    <content type="html"><![CDATA[<p>The word &lsquo;diet&rsquo; comes from the Greek word &lsquo;díaita&rsquo; meaning: way of living, not &ldquo;7 Day Bacon Cleanse: Lose 20 lbs in 24 hours!&rdquo;.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[How to install and use Hombrew from your home directory]]></title>
    <link href="http://lolindrath.com/blog/2011/09/13/hombrew-from-home-directory/"/>
    <updated>2011-09-13T00:00:00-04:00</updated>
    <id>http://lolindrath.com/blog/2011/09/13/hombrew-from-home-directory</id>
    <content type="html"><![CDATA[<p>I just got a Macbook Pro at work. So far I like it a lot but I ran into the problem that I&rsquo;m not an admin (and the permissions on <code>/usr/local/</code> were completely locked down) on it and I wanted to be able to install <a href="https://mxcl.github.com/homebrew/">Homebrew</a> tools whenever I felt like it.</p>

<p>First, clone Homebrew into your home directory:</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'><span class="nb">cd</span> <span class="nv">$HOME</span>
</span><span class='line'>git clone https://github.com/mxcl/homebrew.git
</span></code></pre></td></tr></table></div></figure>


<p>Next, add Homebrew to your path (your syntax might be different if you&rsquo;re not using bash):</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'><span class="nb">export </span><span class="nv">PATH</span><span class="o">=</span><span class="k">${</span><span class="nv">HOME</span><span class="k">}</span>/homebrew/bin:<span class="k">${</span><span class="nv">PATH</span><span class="k">}</span>
</span></code></pre></td></tr></table></div></figure>


<p>Now test, I installed tmux, MacVim and tree (shows a nice hierarchical view of a database structure):</p>

<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>brew install tree
</span><span class='line'>tree
</span></code></pre></td></tr></table></div></figure>



]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Transactional Memory – OSCON 2007]]></title>
    <link href="http://lolindrath.com/blog/2010/02/09/transactional-memory-oscon-2007/"/>
    <updated>2010-02-09T00:00:00-05:00</updated>
    <id>http://lolindrath.com/blog/2010/02/09/transactional-memory-oscon-2007</id>
    <content type="html"><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AZPYDQI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://blip.tv/play/AZPYDQI" allowfullscreen="true"></embed></object></p>


<p></p>

<p><a href="http://blip.tv/file/317758">Transactional Memory – OSCON 2007</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Phonetic Alphabet Cheat Sheet]]></title>
    <link href="http://lolindrath.com/blog/2007/07/19/phonetic-alphabet-cheat-sheet/"/>
    <updated>2007-07-19T00:00:00-04:00</updated>
    <id>http://lolindrath.com/blog/2007/07/19/phonetic-alphabet-cheat-sheet</id>
    <content type="html"><![CDATA[<p>Below is a quick cheat sheet I made up to help out when I was on the phone with people. Inevitably you have to either read off an account number or spell out some weird URL and run into a conversation like this:</p>

<p><strong>Tech Support</strong>: Please read off your account number</p>

<p><strong>Me</strong>: k, 005V345</p>

<p><strong>Tech</strong>: Thank you, I have that as 005B345</p>

<p><strong>Me</strong>: No, that’s V as in Victor not B as in Bravo</p>

<p>Now I keep this next to the phone so I don’t have to think of a word that clearly begins with V.</p>

<p><img src="http://lolindrath.com/images/phonetic_preview.png" alt="Phonetic Alphabet Cheatsheet preview" /></p>

<p>Phonetic Alphabet Cheat Sheet: <a href="http://lolindrath.com/images/alpha-bravo.pdf">Download PDF</a></p>

<p>Source: <a href="http://en.wikipedia.org/wiki/NATO_phonetic_alphabet">NATO phonetic alphabet – Wikipedia</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[My Favorite Art Form]]></title>
    <link href="http://lolindrath.com/blog/2006/02/23/my-favorite-art-form/"/>
    <updated>2006-02-23T00:00:00-05:00</updated>
    <id>http://lolindrath.com/blog/2006/02/23/my-favorite-art-form</id>
    <content type="html"><![CDATA[<p>Andy Goldsworthy (<a href="http://www.amazon.com/gp/search/102-3240156-8648902?search-alias=aps&amp;keywords=andy%20goldsworthy">books</a>, <a href="http://en.wikipedia.org/wiki/Andy_Goldsworthy">Wikipedia</a>) does some amazing art. My friends and I used to try to imitate this while putting our own spin on it. Here’s some examples.</p>

<p>Click on them to get a big version:</p>

<p><a href="http://lolindrath.com/images/seaweed-art.jpg"><img src="http://lolindrath.com/images/seaweed-art.thumbnail.jpg" alt="Seaweed Art" /></a>
<a href="http://lolindrath.com/images/tower-of-power.jpg"><img src="http://lolindrath.com/images/tower-of-power.thumbnail.jpg" alt="Tower of Power" /></a>
<a href="http://lolindrath.com/images/not-man-made.jpg"><img src="http://lolindrath.com/images/not-man-made.thumbnail.jpg" alt="Not Man Made" /></a></p>
]]></content>
  </entry>
  
</feed>
