1,570 reputation
41328
bio website cutecoder.org
location Singapore, Singapore
age
visits member for 3 years, 6 months
seen 13 hours ago
stats profile views 256

Currently my day job is as a developer in a large dotcom doing mostly maintenance/bugfixing work on their web application. The technologies there centers around Java, C++, and Linux -- with a lot of home grown platform libraries and they even develop their own IDE.

My alternate identity is as a budding indie developer, developing and selling a number of iPhone and Mac applications with my girlfriend. Checkout our apps at Basil Salad Software.


May
8
comment Good analytics library for Mac software
I couldn't make GAJavaScriptTracker to work, so I rolled my own: cutecoder.org/programming/web-analytics-desktop-app
May
2
awarded  Disciplined
May
2
comment Is NSMutableArray really a good backing store for stacks or queues?
Btw, your source code from this blog post is missing: ridiculousfish.com/blog/posts/array.html – care to put it on Github? Thanks in advance.
May
1
comment Is NSMutableArray really a good backing store for stacks or queues?
Any verifiable evidence / test results on this?
Apr
29
revised Is NSMutableArray really a good backing store for stacks or queues?
deleted 5 characters in body
Apr
27
revised Is NSMutableArray really a good backing store for stacks or queues?
deleted 8 characters in body
Apr
27
asked Is NSMutableArray really a good backing store for stacks or queues?
Apr
23
awarded  Famous Question
Apr
11
awarded  Popular Question
Mar
21
comment getting a NSTextField to grow with the text in auto layout?
Anybody know how to do this with NSTextView?
Mar
19
awarded  Enthusiast
Mar
18
comment How to force-update Cocoa bindings?
The values doesn't need to get updated – the value transformer needs to be re-executed.
Mar
18
asked How to force-update Cocoa bindings?
Mar
18
comment Lightweight web framework for mostly static site
Why not focus on your content and use something off-the-shelf instead? I use Sandvox.
Mar
18
comment Good analytics library for Mac software
are the data being received correctly?
Mar
15
comment Good analytics library for Mac software
I've been trying out GAJavaScriptTracker but the tracking data isn't appearing in the site – even the "real time" reports doesn't show anything. Probably something is blocking the tracking data from getting sent?
Mar
14
comment Heroku Slug size at 222 MB / Play Framework 2.1 /
@friism Yes, because an "empty" app (the Play todolist example) already took more than half of the available space. I'd imagine a real app will need significantly more space.
Mar
13
comment Heroku Slug size at 222 MB / Play Framework 2.1 /
@friism The Play Framework 2.1 "todolist" tutorial ends up with a 119.9MB slug size (just completed the tutorial and pushed a few seconds ago). Hope that you'll significantly increase the upper limit of slugs soon.
Mar
13
answered “bash: play: command not found” when trying heroku for the first time
Mar
13
comment Heroku Slug size at 222 MB / Play Framework 2.1 /
Looking forward for the updated docs.