
Recent news
Fun with the CouchDB _changes feed and RabbitMQ.
Joe Williams - January 02, 2010I was recently introduced to yajl-ruby, ruby bindings to the C based yajl json parsing/encoding libraries. After discovering that it can parse HTTP streams it seemed like it would be a perfect fit for use with CouchDB. A while back I wrote some code to …
More (0 comments)
Red Black Trees.
Joe Williams - September 19, 2009Been reading up on Red-black trees, a self-balancing binary tree. Here are some resources I found interesting. Multiple posts at Fuad AlTabba, with an erlang implementation. Ruby rbtree library (uses C). An implementation in Ruby. Trees in Erlang. Red-black trees in two hours, with a link to Chris …
More (0 comments)
HAProxy Stats Socket and fun with socat.
Joe Williams - August 21, 2009I’ve been debugging issues with HTTP, my backend servers and HAProxy. After a quick email to the HAProxy mailing list I found out about a configuration option stats socket PATH. This will create a socket you can send commands to and get more information out …
More (0 comments)
Boston Meet-up.
Joe Williams - July 21, 2009Headed to Boston next week, planning to meet-up next Tuesday (7/28) 7pm at Cambridge Brewing Co. Drop by for a beer, food and maybe a little Erlang.
More (0 comments)
Sending CouchDB Update Notifications to RabbitMQ.
Joe Williams - June 06, 2009Working at Cloudant I use CouchDB on a daily basis. This evening for fun I decided to write some Ruby to take update notifications and push them into RabbitMQ. There are other examples of using the update notifications and Ruby in Couch such as the …
More (2 comments)
Erlang Factory.
Joe Williams - March 11, 2009It’s official I will be giving a talk at the Erlang Factory conference next month. I will be speaking about web server performance with a final round of tests that should be much more complete than the last couple death-matches. Hope to see you there. …
More (0 comments)
Erlang Queue and Merle.
Joe Williams - March 05, 2009Lately I have been playing around with the idea of adding a process pool to merle or at least a layer that allows you to use a process pool. I also happened across Erlang’s queue implementation. It has all the basic functions you expect from …
More (5 comments)
New Stuff for merle.
Joe Williams - February 06, 2009I have been playing around with merle and have switched it from using the normal gen_server to using LShift’s modified gen_server2. It has a couple of changes to make things faster, the key is: From a comment in their source file: More efficient handling of …
More (0 comments)
Using Chef Server with RabbitMQ and STOMP.
Joe Williams - February 03, 2009I decided to play around with RabbitMQ and chef (Opscode recently released new version) this afternoon. My main objective was to see if I could replace stompserver with something a bit more robust. In this case RabbitMQ and it’s STOMP plugin, the following is a …
More (2 comments)
fermal: a last.fm API library for Erlang.
Joe Williams - January 30, 2009I decided to start a new project after the relative success and fun I had writing merle. This time I decided to do something a little more web-centric, a library for last.fm’s awesomely complete API called fermal. While I doubt it will eventually support the …
More (0 comments)
Erlang on Twitter
» KijijiJobs (KijijiJobs): Bay Area: Database Architect Erlang CouchDB Greenplum MySQL - (San Francisco) http://bit.ly/cQEJwb #Kijiji #Jobs
» KijijiJobs (KijijiJobs): Bay Area: Database Architect Erlang CouchDB Greenplum MySQL - (San Francisco) http://bit.ly/djetPm #Kijiji #Jobs
» robertbrook (Robert Brook): RT @sheysrebellion: sweet! Joe Armstrong’s library of Erlang code on GitHub! http://post.ly/SCnB
» KijijiJobs (KijijiJobs): Bay Area: Backend Developer MYSQL PHP LAMP Erlang CouchDB - (San Francisco) http://bit.ly/c2B7U9 #Kijiji #Jobs
» sldfjd (sldfjd ldajds): [from the.ruediger] joearms’s elib1 - “An Erlang library and collection of applications”: http://url4.eu/1l7Bo
» lhuga (Satoka F / る~が): @MiCHiLU イケメン課長のいる会社かーw つか Erlang そんな今盛り上がってんの? いつから?
» MiCHiLU (Takanao Endoh ): @lhuga やるとうちの会社に入れるかも。 http://www.erlang-factory.com/ とか儲かりそうじゃね?
» lhuga (Satoka F / る~が): てゆーかそこで Erlang なのかw
» balachandarkm (Balachandar): successfully installed erlang otp :-)
» SrPablo (Paul Meier): Erlang: music =:= dangerous. Java: music.equals(dangerous). Scheme: (eq? ‘music ‘dangerous). Okay that’s enough ^_^
Statistics
Number of aggregated posts: 9911
Number of comments: 380
Most recent article: March 11, 2010
Latest comments
» Jens on Eleven Years of Erlang: Hi, The link to how you started with Erlang is broken. Regards, Jens
» Jeff Martens on It Made Sense in 1978: I agree that word size is machine specific, but it becomes language-specific once it’s in a language definition. In Java an …
» Adley on XP Day Suisse 2009: What a great post. What an inspiration for everyone who is asking ‘Where is all this stuff I’ve asked for?’ and …