All Stories published by Mission Data Journal on April 22, 2016
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
19
27
28
29
30

S3 Streaming With PHP

Originally posted November 25, 2006

Steven pointed out that someone was looking for a way to stream to S3 using PHP and said I should figure out how to get it going. Since he made a patch to let you stream data with Ruby using S3 I figured I…


Treetop: Grammar’s Cool

Originally posted February 12, 2008

Treetop was one of the more exciting projects I saw at last year’s RubyConf. Nathan Sobo’s Treetop talk is available online and I urge you to watch it. Nathan did a great job of explaining the basics of…


Deploying a Subversion Branch with Capistrano

Originally posted January 30, 2008

Capistrano is a tool for automating tasks via SSH on remote servers. It has many uses, I (and many others) use it to deploy their (rails) applications. The best I can…


Recent Sitemap Enhancements

Originally posted April 12, 2007

There have been a couple recent enhancements to sitemaps that everyone should start using.

The first is that Google now supports embedding kml data into sitemaps. This allows…


Latest on Rails Performance

Originally posted April 1, 2007

Updated Rails 1.2 performance numbers have been released. While these number look pretty good it is hard to get a good idea of exactly what the performance of Rails is. A couple of other benchmarks that…


MetaSearch

Originally posted September 17, 2010

Most people know we churn out a good many Rails-based websites. Now one of our own, Ernie Miller, is starting to make waves with his object-based searching gem, MetaSearch. For his efforts, Ernie received a mention on the…


Good Techcrunch review of mapping apis

Originally posted April 18, 2006

Techcrunch has a good review by Frank Gruber of the look and feel of mapping services. I think it is notable that ESRI’s service is not included in the review. I think it is at least…


Showing progress using dd

Originally posted September 16, 2009

One of the frustrating behaviors of dd is that it provides no feedback about what it is doing. It does however provide a signal (USR1) that you can send to the process that will dump the current…