Fixing oversized margin on text selection

Sometimes when selecting paragraph text on HTML documents, you may get a selection that takes up the full page width. Typically, the paragraph you’ve selected has a width or a max-width »

Bending JavaScript with Type Coercion

Reducing JavaScript to ungooglable characters: because clarity is for n00bs. Sometimes, one line of code is all you need. When executed, the JavaScript »

Python 3 range function

Something I noticed after today's Brum Codejo was a new feature of Python's range function. The range method in Python 2 accepts an optional start index »