Quantcast
Gregory Brown

Biography

Gregory Brown is the original author of Ruby Reports. He has been active in the Ruby community since 2004, and is a member of the new_haven.rb and NYC.rb user groups. He also maintains the support forum for RubyForge. Gregory is a freelance coder who specializes in free software development.

When he is not coding, Greg may be found doing math 'just for fun' or wandering around NYC. You can find him hanging around #ruport on Freenode, if you'd like to stop by and say hello.

Articles

Blog

Why are we still 'releasing' software?

October 21 2008

We've come a long way with tools for developing and sharing our code, especially when it comes to revision control. However, packaging and deploying code for release is still at worst a huge hassle and at best an administrative chore. Can we do better? read more

Why are we still 'releasing' software?

October 17 2008

We've come a long way with tools for developing and sharing our code, especially when it comes to revision control. However, packaging and deploying code for release is still at worst a huge hassle and at best an administrative chore. Can we do better? read more

Ruby Mendicant : Prawn's First Release!

August 03 2008

I'm happy to announce I just cut the first alpha release of Prawn. It is chock full of features, and since the release notes are fairly detailed with good links, I've just pasted them for your review after the cut.... read more

Ruby Mendicant: Permian Prawn

July 09 2008

I'm happy to announce that the Prawn PDF library has hit another milestone on the Ruby Mendicant project roadmap. This time we'll look at Prawn's shiny new table drawing support, as well as some of the other features that have... read more

Why are we still 'releasing' software?

June 20 2008

We've come a long way with tools for developing and sharing our code, especially when it comes to revision control. However, packaging and deploying code for release is still at worst a huge hassle and at best an administrative chore. Can we do better? read more

Ruby + Bonjour = Decentralized Intertubes

June 20 2008

Miserable internet connectivity at conferences is something most geeks have to deal with. As a result of RailsConf 2008, some folks have leveraged Apple's now open source Bonjour service discovery protocol to produce a whole slew of services to help people go off-grid at conferences. This makes serving things such… read more

Ruby Mendicant: Proterozoic Prawn

June 06 2008

Continuing on a theme, this post brings you the latest news from Prawn, the Ruby PDF library currently being developed under the auspices of the Ruby Mendicant project. The news this time around focuses on m17n progress, TTF font embedding,... read more

A quick Ruby hack to steal some OS X goodness

June 05 2008

I really like the open command on OS X, but I was too lazy to look for its Linux equivalent. Actually, my solution probably took less time than sifting through a google search: system(case ARGV[0] when /\.pdf/ "epdfview" when /\.html/... read more

A quick Ruby hack to steal some OS X goodness

June 05 2008

I really like the open command on OS X, but I was too lazy to look for its Linux equivalent. Actually, my solution probably took less time than sifting through a google search: system(case ARGV[0] when /\.pdf/ "epdfview" when /\.html/... read more

Ruby Mendicant: Archaean Prawn

May 26 2008

Several weeks ago I wrote about the first development checkpoint for Prawn, the PDF library currently being developed for the Ruby Mendicant project. I've finally reached the second checkpoint, which involves basic text rendering operations, and this post describes these... read more

Ruby Mendicant: Hadean Prawn

May 03 2008

Back in March, I announced the Ruby Mendicant project after several readers of this blog encouraged me to pursue the idea. For those who didn't see the follow up details elsewhere, here's the readers digest version: Thanks to 70 donors,... read more

A Ruby WTF

April 28 2008

While working on Prawn, I ran into this (not-so) fun little gotcha: >> 1.to_sym => nil >> 101241.to_sym => nil Anyone cool enough to tell me what this feature is all about? Update: I guess it isn't totally clear what... read more

Gobi: A Ruby Implementation for Go Enthusiasts

April 01 2008

Reposting from the official announcement on RubyTalk Gobi version 1.0.0 has been released! * http://gobi.stonecode.org * http://metametta.blogspot.com * gregory.t.brown@gmail.com I am happy to announce the first release of my new fork of Ruby called Gobi. The goal of Gobi is... read more

Laurent is a champ!

March 16 2008

Though I'm typing this from a Mac right now, I'm hardly a fan boy. I spend a little less than half of my time on OS X, the rest spent on cheap PC hardware and ArchLinux, and honestly, I'm happy... read more

Laurent is a champ!

March 14 2008

Though I'm typing this from a Mac right now, I'm hardly a fan boy. I spend a little less than half of my time on OS X, the rest spent on cheap PC hardware and ArchLinux, and honestly, I'm happy... read more
Gregory Brown