<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>A Random Walk Through Idea Space: ruby</title>
  <subtitle>Posts tagged with ruby</subtitle>
  <id>http://www.thattommyhall.com</id>
  <link href="http://www.thattommyhall.com"/>
  <link href="http://www.thattommyhall.com/tag/ruby/feed.xml" rel="self"/>
  <updated>2011-06-01T11:29:36+01:00</updated>
  <author>
    <name>thattommyhall</name>
  </author>
  <entry>
    <title>Compressing Text Tables In Hive</title>
    <link rel="alternate" href="http://www.thattommyhall.com/2011/06/01/compressing-text-tables-in-hive/"/>
    <id>http://www.thattommyhall.com/2011/06/01/compressing-text-tables-in-hive/</id>
    <published>2011-06-01T11:29:36+01:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">At Forward we have been using Hive for a while and started out with the default table type (uncompressed text) and wanted to see if we could save some space and not lose too much performance.

The wiki page HiveCompressedStorage lists the possibilities</summary>
  </entry>
  <entry>
    <title>Ruby On Windows - Forking other processes </title>
    <link rel="alternate" href="http://www.thattommyhall.com/2011/02/20/ruby-on-windows-running-other-executables/"/>
    <id>http://www.thattommyhall.com/2011/02/20/ruby-on-windows-running-other-executables/</id>
    <published>2011-02-20T23:08:11+00:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">While moving our VM deployment site written in Sinatra to a Windows
machine with the VMware PowerCLI toolkit installed the only snag was
where we forked a process to do the preparation of the machines. Both
Kernel.fork and Process.detach seemed to have</summary>
  </entry>
  <entry>
    <title>Finding information on Hive tables from HDFS</title>
    <link rel="alternate" href="http://www.thattommyhall.com/2011/05/16/hive-size-hdfs/"/>
    <id>http://www.thattommyhall.com/2011/05/16/hive-size-hdfs/</id>
    <published>2011-05-16T17:42:07+01:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">I was curious about our Hive tables total usage on HDFS and what the average filesize was with the current partitioning scheme so wrote this ruby script to calculate it.
current = ''
file_count = 0
total_size = 0

output = File.open('output.csv','w')</summary>
  </entry>
  <entry>
    <title>Python talk for WYLUG, Ruby envy, Haskell Joy.</title>
    <link rel="alternate" href="http://www.thattommyhall.com/2007/12/27/python-talk-for-wylug-ruby-envy-haskell-joy/"/>
    <id>http://www.thattommyhall.com/2007/12/27/python-talk-for-wylug-ruby-envy-haskell-joy/</id>
    <published>2007-12-27T12:05:38+00:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">I am just getting a talk ready for WYLUG on python.

I sent Dave the following blurb:


Why I love Python:


A talk on the programming language Python, in 3 parts (feel free to
leave in the interludes if you have had enough)

Part 1: Past, Present, Future</summary>
  </entry>
  <entry>
    <title>Running Any Executable As A Windows Service (Ruby / Sinatra)</title>
    <link rel="alternate" href="http://www.thattommyhall.com/2011/02/14/srvany-sinatra-ruby-windows-service/"/>
    <id>http://www.thattommyhall.com/2011/02/14/srvany-sinatra-ruby-windows-service/</id>
    <published>2011-02-14T13:06:52+00:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">While migrating an automated VM deployment page using a combination of Sinatra on Linux and Bash scripts using the Perl toolkit with a simpler script using the VMWare PowerCLI that I love so much I needed to create a windows service from the Sinatra App</summary>
  </entry>
  <entry>
    <title>Learning Ruby: methods vs procs (or Ruby vs Python?)</title>
    <link rel="alternate" href="http://www.thattommyhall.com/2010/10/04/learning-ruby-methods-vs-procs-or-ruby-vs-python/"/>
    <id>http://www.thattommyhall.com/2010/10/04/learning-ruby-methods-vs-procs-or-ruby-vs-python/</id>
    <published>2010-10-04T14:03:46+01:00</published>
    <updated>2016-06-05T02:27:23+01:00</updated>
    <author>
      <name>thattommyhall</name>
    </author>
    <summary type="html">I have been meaning to learn ruby for a while and the place I am working now uses a lot so I had another look at it. I read Learn To Program, a simple but good book and found the bit on blocks and procs etc pretty good and wanted to see if I could do</summary>
  </entry>
</feed>
