TIL gifs can have more than 256 colors
Today I learned that gifs can have more than 256 colors. Using more seems unpractical, but it’s still a cool trick.
Fun with vector icons
This was an interesting article about resizing vector icons — in short, the details count, and SVG is no replacement for a designer’s keen eye.
A Test, from Heroku!
This is just a test post from Heroku :)
Splitting git repos with git filter-branch
While working on a project managed with Git, I needed to split some files into
a new repository. In order to maintain the git history on these files, I used
git filter-branch
. Here are two methods I used.
This is how design works
Take note of the Apple products. I had no idea they were so, inspired, by Braun.
ZSH Tab Completion for Bundler Binstubs
Bundler has a feature called binstubs
, which places stubs for gem bin
scripts in ./bin
. Unfortunately, ZSH doesn’t seem to complete these files
out of the box.
Graphical Vim Cheat Sheets
I found these excellent cheat sheets for Vim — nice and simple keyboard overlays.
Splinter, the Capybara Ninja
Emoji cheat sheet
Wow, I had no idea there were so many emoji icons! Use this cheat sheet to make your Github issues and pull requests diamonds.
Basecamp Next is crazy fast
A post from 37Signals about how they made the new Basecamp fly.