Command Line
Searching Through Bash History
Although piping the history command through grep is definitely the easiest way of accomplishing some[...]
CSS
Image Link Opacity on Hover using CSS
When images are links, it's a nicer effect to adjust the image opacity when a user hovers over the i[...]
How to Indent the Second Line in Lists using CSS
Lists are easier to read when lists are indented and longer list item lines are further indented to [...]
Git
Git Push Fails: key_read failed error
I have assigned a dedicated SSH key pair for my GitHub repos and have associated the SSH key pair wi[...]
Git Push Fails: The remote end hung up unexpectedly
When setting up a new Git repo on your development machine, you might encounter failures when trying[...]
Rails
Passing Variables to Rails Translations
It's easy to pass variables to your Rails translation files.
For example...
In the transla[...]
Pretty Print in Rails Console
The y method is a handy way to get some pretty YAML output (without using a formatting gem).
[c[...]
Raspberry Pi
Raspberry Pi: Raspbian Missing Menu Bar
After making screen resolution updates (or transferring an SD card to another Raspberry Pi), your lx[...]
Software Development
Getting Real - The Smaller, Faster, Better Way to Build Software
Getting Real from 37 Signals (the team that created Basecamp) is an eBook describing the smaller, fa[...]
Software Development Manifesto
Manifestos have been used by software and agile development teams for many years. One of the most fa[...]