rdouglass avatar

Ralph Douglass

5 posts by Ralph Douglass

May 01, 2015 | 1 min read
Reverse web proxy in ~50 lines of BASH
In the spirit of reinventing the wheel for fun, I hacked this together as a quick challenge to myself last week. It’s a little rough...
Mar 29, 2012 | 1 min read
S-Expressions in ruby
We use a lot of S-Expressions at Jane Street. Almost every system written at Jane Street in OCaml uses sexps for config files, and we...
Jan 03, 2012 | 1 min read
Moving files via rsync
One of my favorite features in rsync is using it to ‘move’ files between boxes.
Nov 11, 2009 | 1 min read
Jane Street OCamldocs now available
I’m pleased to announce that we now have ocamldoc generated documentation available for Type-conv, Bin-prot, Sexplib, and Core. You can find them here:
Oct 08, 2009 | 1 min read
Core 0.6.0 release
We are proud to announce the second major release of Core, Jane Street’s alternative to OCaml’s standard library. This release also includes Core_extended, which adds...