Recent Posts
0 A.D. Map Reviews
We have played 0 A.D. for about four years now, and this past fall, we decided to play all the biome variants of each map. We finally finished!
Returning Early from Map in Ruby
Here’s a quick tip: Use next
with an argument to return the value
early from an iterator.
Ruby URI.join Gotcha
Quick tip: Don’t be dumb and assume Ruby’s URI.join
is like
Array.join
. I made a seemingly innocent change to add some new
functionality to an old API: