Got Git Tshirts?

I said the other day that I wanted Git t-shirts, because when I like something, I want t-shirts of it. I couldn't find any. So I made some: Git t-shirts The Git logo by Jason Long has a very permissive license (CC BY) that allows practically anything as long as the author's name is mentionned. And to be extra sure,…

Efficient Git Setup on Windows

I think I've set up a pretty efficient Git environment on Windows and, as promised in a previous post about my Git initiatic journey, I'm sharing it, hoping it'll be useful to someone. Another quite lengthy post I'm afraid, feel free to grab a cup of something before you start reading.

So, I’ve Tried Git. And it’s…

I'm a SVN user. Nowadays, all the cool kids have a Github account where they host stuff and use Git as their primary Source Control tool, and prefer it over the usual SVN you've probably got to use. I'm not a cool kid and for the last few years (since WordPress started the plugin repository using SVN I think —…

Commanding your Text Editor: the Notepad++ Edition

There's a really nice post that's getting shared all over the intarnets right now, showcasing useful keyboard tricks in various editors, but I thought it missed Notepad++ which does support most of those tricks out of the box. I decided to list a few quick keyboard tricks in Notepad++ I use daily, and there are really a few cool ones.…

Generate Random Pronouceable Words

Ho haï, blog, long time no see! :) I was checking stuff on various URL shorteners and noticed is.gd has one interesting feature: you can generate short URLs that are "pronounceable" (no "vgfhgt"). This is a great little touch: a random but pronounceable word will be more memorable and the probability for typos is reduced, which makes it a killer…

Currently Immensely Digging Rodrigo Y Gabriela

I recently discovered Rodrigo y Gabriela, a duo of Mexican guitarists playing fast rhythmic acoustic guitars. Think Flamenco on steroids meets furious Rock. I'm totally hooked and want to share :) The first track a friend introduced to me was their cover of Led Zep's Stairway to Heaven, and I immediately thought "wow, gotta check out more from them" Being…

Mutwual, A Twitter Bookmarklet To Quickly Check If Someone Follows You

Often when viewing a Twitter profile, the same comment pops into my mind: "Does this person follow me?". That's a basic information Twitter profiles still fail to clearly show. There's a neat site you may know already, doesfollow.com, which lets you know if user1 follows user2 in a very simple way: check http://doesfollow.com/user1/user2 (example). Simple, but this lacks automation and…

Pretty Login URL: a Simple Rewrite API Plugin Example

A few days ago, the fine folks from DigWP have published a .htaccess trick to enable logging in from yoursite.com/login instead of yoursite.com/wp-login.php. Their trick is perfectly valid, yet improvable: it requires editing of the .htaccess, a file you don't want noobs to mess with. So my thoughts were: "OK, that's nice and everything, but a simple plugin would be…