Archive

Everthing I’ve published on this site, in reverse chronological order.

Ruby’s Bitwise Operators

A rundown of Ruby’s bitwise operators and an explanation of how two’s complement is used to represent signed integers.

Hash#fetch

Catch incorrect assumptions where they’re made instead of where they break your program.