RSS

Recent news

A small LRU list module

Nick Gerakines - October 04, 2008

A small LRU list module In the upcoming Erlang Web Services book that I’m working on I need a small LRU list and didn’t find one in the stdlib so I decided to write one. It’s available on GitHub as gist 14833. Note: This was…

More (0 comments)

Erlang is Delicious, CUFP slides

Nick Gerakines - September 30, 2008

Here are the slides from my CUFP 2008 presentation “Developing Erlang at Yahoo”. The slides can be viewed online and there is a PDF available. I’m very glad that I went to the ICFP/CUFP 2008. I was pleasantly surprised at how many folks in the…

More (0 comments)

Memoize Erlang function calls

Nick Gerakines - September 27, 2008

The Erlang workshop has been a blast so far. Just wrote this quick snippet to memoize Erlang function calls. Enjoy! Using it is pretty simple. Just start the memoize server and then send mfas to it. 1> memoize:start(). 2> memoize:memoize(fun module:function/0, [Arguments]).

More (0 comments)

Upcoming and recent Erlang presentations

Nick Gerakines - September 21, 2008

I’ve been thrilled to work with Mark Zweifel on a series of presentations about using Erlang while on the Delicious backend team. A few months back I submitted the presentation when the call for papers announcement was made for CUFP. CUFP (Commercial Users of Functional…

More (0 comments)

facebook_wiiinfo, an open source Facebook application

Nick Gerakines - September 21, 2008

This evening I saw that a friend of mine posted his Wii code and Mario Cart code on Twitter and that inspired me to find a way to display my own Wii code on Facebook. Much to my surprise I only saw two applications in…

More (0 comments)

Reminder: Speaking tomorrow

Nick Gerakines - September 17, 2008

Tomorrow I’ll be presenting to the BayFP group with a preview of my CUFP conference presentation titled “Developing Erlang At Yahoo”. It is being hosted at LinkedIn and everyone is welcome to attend. Reposted from Septemeber Meeting: Nick Gerakines, “Developing Erlang at Yahoo” (bayfp.org)

More (0 comments)

« First  <  2 3 4