Blog Detail
Ariejan.net - Free Techno Babble
http://ariejan.net
Ariejan.net is about web development, web design, blogging and life.
Recent Posts
Epic TextMate Theme
Okay, I’ve wanted to make a custom TextMate theme since I first installed the thing on my MacBook in 2006. Today I present you with ‘Epic’.InstallationGrab the theme here: EpicBlue.tmTheme.zip (1.5k). Unzip it and open it with TextM...
How to create and apply a patch with Git
Git is quite common nowadays and a lot of people are asking me how they can create a patch file. Creating a patch file with git is quite easy to do, you just need to see how it’s done a few times.This article will show you how to create a patch...
They are just tools, people!
Codaset is openly asking its users to comment on what pricing strategy they would like most. I’ve spotted this before, but again, there are two types of users. Those who see a great service and know that it will make their job easier, so they a...
Git problem: error: unable to create temporary sha1 filename
I got git problem: error: unable to create temporary sha1 filename when pushing to a remote repository. The fix is rather easy.On both your local and remote repositories perform the following magic:git fsck git prune git repack git fsckThe last fsck ...
Epic vs. Awesome
There’s bit of a discussion between me and @ludooo about which word has the most significance when measuring the greatness of something. I say epic is bigger than awesome. @ludooo says awesome is bigger than epic (he’s not right, of cours...
Valerii: 32-base string encoder and decoder
You have probably seen URL shorteners that use short, seemingly random strings to identify sites. These strings are not random, they are encoded integer values. My valerii gem allows you to easily and quickly encode and decode integer values. Let me ...
