
What the heck is polymorphism?
A great question for a much ballyhooed term which often is misunderstood
A great question for a much ballyhooed term which often is misunderstood
Always interesting to see major improvements in classic algorithms
More good explanation of how to see if two sets of observations seem to be coming from a single distrbution.
I’m back looking at statistics. This KS test is one of the basic statistical tests to compare two samples.
Kind of interesting about security, hacking, protocols and ssh
A super simple automatic open source doc generator. Except I dont quite understand it. I have a feeling once I try it it will be obvious
Really really interesting use case for REDIS, and a great scalability pattern
An amazing set of cheat sheets from a prolific developer in the philippines
Who knew these interesting html tags existed. Check them out!
A timeless question, full of biases and misinformation.
Another great overview and cheatsheet for Dot
This makes a ton of sense. Wait a minute while I go edit my html files, ok.
I used to think this was a brilliant idea. This article convinced me it’s a gimmick.
What the different runtimes do different. It might be a little dated but its still good.
In this first post, I would like to describe the differences between Processes, Threads, what the GIL is, EventMachine and Fibers in Ruby.
You know I’m into scalability right now. Here’s a short article with lots of the basics.
More nice information about multithreading and concurrency in Ruby
Great article about Service Oriented Architectures
Dealing with Ruby Threads is tricky. And add to that understanding the GIL, and thread unsafeness and its pretty subtle!