February 2012
10 posts
“Today I learned about Depressive realism. Something that describes me so well.”
Feb 29th
“at hard times like this, things always, somehow, goes easier than I thought it...”
Feb 22nd
“I’m not more than an average boy, sometimes I spaced out, looking at empty...”
– Twitter | Google+
Feb 22nd
“I’m glad that everyone have made this far happily”
Feb 21st
“Today I learn about spam, ham, and eggs. Not a usual thing to discover, though.”
– Metasyntactic
Feb 20th
1 tag
Accidentally threw my phone into water
As if I don’t have enough record of carelessness with my Samsung Galaxy S2, dropped it thousands times, and have to praise the lord about how lucky I am that the phone still working fine. Today, I accidentally dropped it into a bucket full of water. Yes, you hear it right. The rain was heavy for the last to days, and I just found out the ceiling on my apartment is dripping water somewhere...
Feb 18th
2 tags
Gw dan gathering
Waktu SMA dulu, meskpun udah suka ama programming, tapi gw tinggal di daerah yg ITnya belum terlalu rame, sehingga event-event kayak gathering, cuman bisa gw baca beritanya di pulau2 jawa, atau gathering lokal dengan tema yang umum, itupun jarang. Semenjak ada di Malaysia dan proffesionaly kerja sebagai programmer, gw mulai dapet kesempatan buat ikutan gathering programming yg sebenernya....
Feb 14th
1 tag
Relocating swap and undo files on VIM
Every time I have a new repository, I always need to redefine the stuff that I need to ignore, more precisely, vim-related files such as swap and undo files. These things although they are really useful, but also make my working directory a bit dirty, redefine the same thing to ignore on my repository is also tedious. It turns out I can relocate it on other folder, and at the same time, avoid...
Feb 12th
Indent / outdent like a GUI text editor with VIM
Or, precisely GVIM, or VIM will just do, I don’t know, I think it should also work on VIM (tried it on SSH last time and it works). So with this you can visual block lines of codes, and press TAB to indent it, and SHIFT+TAB to outdent it, just like what you usually do on GUI text editor like Gedit or others: https://gist.github.com/1809013 So what does it do?, it simply indent/outdent a...
Feb 12th
10FastFinger hack
This is an old gist, I was simply playing with 10FastFinger and wondering how the game works. The gameplay is that you are required to type as fast as you can, there will be sentences that you need to re-type. Knowing that there are existing sentences, I was thinking to grab it and make the computer type itself. So here is the gist https://gist.github.com/1510198 And here is one of the sample...
Feb 12th