March 2007
10 posts
We should have a “programmer’s holiday” where we all pause our...
– Patrick Logan
Do not guess about performance, when you can know!
– Erlang Profiling
Web 3.0: When Web Sites Become Web Services
– Read/Write Web
Erlang processes - small self-contained virtual machines which can evaluate...
– Programming Erlang Book
Clever Cuties
Baby Clothes for Baby Geeks
while (still_a_baby == true)
{
if (hungry == true ||
diaper_needs_changing == true ||
wants_to_play == true ||
just_feels_like_it == true)
{
end_sleep();
start_cry();
} else {
end_cry();
start_sleep();
}
}
Somebody with Ruby version? ;)
Let’s focus on methods, not web frameworks
– David Shoemaker & Jamie Turner
OO design is all about identifying the objects CO design is all about...
– RE: how to design large erlang systems
February 2007
13 posts
Ruby on Rails Caching Tutorial →