January 2012
1 post
Jan 10th
November 2011
1 post
About Nathan Drake
I love the Uncharted series on the PlayStation 3. So after Uncharted 3 arrived in my apartment on Nov 1, I finished the game in about 4 days in normal difficulty. Here I’m just jotting down what I like and what I don’t like from the latest installment on the epic adventure of Nathan Drake. 1. LIKE - epic story, surviving an airplane crash, chasing truck with horses, surviving sinking...
Nov 14th
October 2011
2 posts
the understatement: Android Orphans: Visualizing a... →
understatementblog: The announcement that Nexus One users won’t be getting upgraded to Android 4.0 Ice Cream Sandwich led some to justifiably question Google’s support of their devices. I look at it a little differently: Nexus One owners are lucky. I’ve been researching the history of OS updates on Android phones… I was referred to this post by a friend when asking about choosing between...
Oct 28th
1,456 notes
Oct 6th
August 2011
1 post
Aug 26th
July 2011
4 posts
jQuery and prototype conflict: Array.shift()
Today, I had a case where I needed to use both libraries in one page. I loaded both libraries normally, used jQuery.noConflict() to rename the $ to $j. and renamed $ to jQuery in all the external js files that uses jQuery. All seem to work just fine, however one of my function that is called using setTimeOut was still causing error. I know the problem is not in my code, since I already replaced...
Jul 21st
Setting up Dreamhost with Python, Django,...
Install VirtualEnv and PIP $ curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py $ python virtualenv.py my_env $. my_env/bin/activate you should see your prompt slightly change now, indicating that you are within your new (my_env), you may start installing new packages into this new environment. More about pip here. I installed my_env in my home directory /home/<username>...
Jul 20th
One day in our life..
Ai:  What is python? ? me:  hm language u following my twitter huh Ai:  Bahasa apa itu? Bahasa ular? me:  iya buat ngo sm ular kyk harry potter itu si rio kan bnyk pythons Ai:  Huh km bisa? Gmn caranya? me:  bs Ai:  Huh ngapain km bljr gituan Mengerikan.. me:  def speak():   print “speak to me u little snake” Ai:  Huh Ga ngerti
Jul 13th
Jul 13th
7,507 notes
June 2011
2 posts
Challenged completed!
Right now, I’m so tired, and my legs about to have a breakdown, but I’m here sitting and typing this post proudly. I was team FactSet. My name might not show up on top two  three four digits people that pass the finish line first. But I did it, the whole 3.1 miles. I did practice a few times before the race today, 1 -1.5 mile, but this was the real thing, the real pain. In addition to...
Jun 16th
Looking for a nice keyboard for SC2 gaming and...
What I don’t like from the SteelSeries 7g.. Small backspace key. I hate this for two reasons; hard to reach with my pinky, and like to furiously backspacing when coding with 2 fingers, a habit i like to keep. What I like from SteelSeries 7g.. nice palm rest. What I don’t like from Razer Black Widow Ultimate.. Poor Mac compatibility No palm rest What I like from Razer Black Widow...
Jun 10th
May 2011
3 posts
May 27th
May 27th
19,511 notes
May 27th
April 2011
2 posts
Apr 29th
Windows start menu is VERY time consuming and... →
Apr 6th
March 2011
4 posts
WebOS 2.1 Update
So about two days ago, I got a notification to update my Palm Pre 2 to WebOS 2.1. Process was pretty smooth and fast, no problem at all. I was excited about this update considering all the problems I had with the WebOS (see my previous post). The only thing I don’t like about WebOS update (so far) is that they don’t announce the changes officially. I haven’t seen any document,...
Mar 24th
Wow, I have to say Firefox 4 looks so much nicer on Windows than on OSX! equally fast though. The only problem I had: uploading this picture on tumblr, froze the FF4 for a few seconds.
Mar 24th
Have been playing with Python for my Image Processing class, implementing quadtree representation of an image.
Mar 15th
WebOS pre-Pre3 Launch
Even just by looking at screenshots, it’s not difficult to pick WebOS as the winner of the multitasking on mobile platform. It is intuitive, admired by many well-known gadget news editors. In fact, for the first week of owning the Pre2 with WebOS 2.0, it was an amazing experience over the android (2.0.1) or the iphone(4.3). Multitasking was as easy as advertised/hyped/expected. So...
Mar 15th
January 2011
1 post
Mobile OS Multitasking UI
Palm WebOS > iPhone > Android can’t say bout WinPho7, havent tried it yet.
Jan 12th
December 2010
1 post
“And if God’s willing, may that stolen iPad someday kills you.”
Dec 17th
November 2010
2 posts
“Q: How do you balance gaming, work, and life in general? A: There is no...”
– It’s hard to be a normal person and celebrity gamer at the same time. (http://www.teamliquid.net/forum/viewmessage.php?topic_id=167793)
Nov 12th
Goodbye StringBuilder, welcome back StringBugger, oops, I mean StringBuffer.
Nov 12th
September 2010
3 posts
ardianlesmana asked: Dude, kok sepi bgt ttg Samsung Galaxy Tab man? Gua kira lo bakal excited bgt ama itu ... saking excitednya ampe pre order-in satu dari eropa buat kado ultah gua gitu? hahahaha
Sep 22nd
Ups and Downs
Would you rather be a king of the pond or a well-treated worker of the sea? 
Sep 22nd
Sep 6th
August 2010
25 posts
Used Digital
Hi Amazon.com, Where is the option to buy a used Kindle-version of this book? Thank you, Tommy 
Aug 30th
A Read on Refactoring (Coding Practice) →
Aug 27th
Lorenzo-Spies : Yamaha Factory Team 2011
Aug 27th
thinking about embedding itunes tracks..
Aug 27th
2 tags
If you want to extract rows of datatable one (dtm) from a second datatable (dts) based on certain column, note they are of a same entity. so… (dts - dtm), removing rows from dts where value of column a is in a certain list (or different datatable). var selected = from r in dtm.AsEnumerable() select r.Field("RowID"); var f = from rr in dts.AsEnumerable() where...
Aug 26th
“QUIT: The hardest thing and most important thing in life is deciding what not to...”
– Abi Raja
Aug 26th
Mercurial and Bugzilla
Just a reminder to myself to check out the cool projects at Mozilla - especially Mercurial and Bugzilla. https://developer.mozilla.org/en/Mercurial I particularly like this simple dashboard view created off the Bugzilla REST API http://toolness.github.com/bugzilla-dashboard/#username=avarma@mozilla.com
Aug 26th
Why can't Flash go fullscreen on one monitor and...
Anybody knows the reason why or how to make it happen? Enlight me! I want to watch Hulu fullscreen on one monitor and work on the other! Update: I know I’m not alone on this, let me take a look at this later. http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen?cid=7548517#comment7548517
Aug 26th
Step-by-Step Configuring Synergy+
So the on the last post below, I talked shortly about Synergy+, a very useful application that allows a single pair of keyboard+mouse to be used across different computers. I usually have my laptop and desktops (win/mac/ubuntu) lined up on my work desk, and it would be very convenient to just use one set of input devices across all of them. Synergy+ solves this, it’s supposedly a...
Aug 26th
Aug 25th
Aug 23rd
I hate that Mac Mini does not have front face...
Aug 19th
Aug 16th
No love for MacMall
Tuesday, So I ordered an item from MacMall, and they got the free overnight shipping. sweet. Wednesday, MacMall Credit Card Processing Center called me told me that since I have different addresses for my billing (my home) and shipping (my apartment), I need to call my credit card company to add my shipping address as my verified address. So I did. Thursday, Worried that the order status...
Aug 12th
Aug 12th
Reeder for iPad →
Great RSS Reader for the iPad. Nice interface, sync with Google Reader. A++
Aug 11th
Aug 11th
di ranjang jam 12.15AM masih pegang laptop and kerja. harus dinikmati, hidup masih bisa lebih keras lagi. (Indonesian)
Aug 11th
Aug 9th
Aug 9th
4 tags
SQL Server 2008 - Grab email domains from an...
Get distinct email domains and their count from an email column in a table. SQL Server 2008 T-SQL below: DECLARE @dx int DECLARE @email nvarchar(250) DECLARE @domain nvarchar(100) SET @dx = 0 CREATE TABLE #dumbs (email nvarchar(100)) DECLARE dumb_cursor CURSOR FOR (SELECT email FROM users) OPEN dumb_cursor FETCH NEXT FROM dumb_cursor INTO @email WHILE @@FETCH_STATUS = 0 BEGIN SET @dx...
Aug 6th
Simple Model Versioning for Blender
Especially for newcomers in Blender like myself, it would be convenient to hit shift-v for example and have the current state of the model stored as a version which I can comeback to later on if I make any mistake along the line which I could not reverse. The idea is to be able to version a model without interfering with current work, to keep notes on those versions, and to be able to roll-back to...
Aug 5th
Multi-OS Welcome Interface and Switcher
An idea for a welcome interface for multi-OS computers. I have been running both ubuntu and windows vista on my media center PC. yes yes, I’m going to replace that vista with windows 7 soon. Truthfully, if Starcraft II runs on Ubuntu, I would not need the Windows system anymore. However, I love running multiple OS in the same machine, and would love to also have other OS-es in my PC to...
Aug 3rd