Just got this and at first look, it didn’t feel so addicitve. Once i got the hang of how the game works, i was totally hooked.
Here are my latest creature creations:
Archive for the “Geekiness” CategoryJust got this and at first look, it didn’t feel so addicitve. Once i got the hang of how the game works, i was totally hooked. Here are my latest creature creations:
Aug
29
2008
Get a bandwith benchmark for your iPhonePosted by: Kenneth in Geekiness, Online Goodness, iPhone, tags: benchmark, iphone3gIf you have an iPhone 3G, be sure try out Testmyiphone.com to see if your service provider is not cheating you when they say they are giving you a certain amount of bandwith. Singtel is promising 3.6Mbps dowload and 0.384Mbps for upload. Quite reasonable on the results but i hope to see the numbers stay higher when i am in different parts of the country. Please stop hoarding your profits and give your customers what they truly deserve.
Aug
29
2008
YouTube Tutorial Lesson 1 - WebmonkeyPosted by: Kenneth in Geekiness, Online Goodness, iPhone, tags: webmonkey, youtubeNice resource on making your own Video Player. Without Flex this time. YouTube Tutorial Lesson 1 - Webmonkey. Originally posted with the “Press this” bookmarklet but it doesn’t work so well with the iPhone safari. Shall blog about the problem next.
Aug
14
2008
BlazeDS Presentation documents for August FUGPosted by: Kenneth in Flex, Geekiness, blazeds, fugsg, tags: blazeds, Flex, fug, presentation, sourcecodeI have package my slides and source codes. Click here if you wish to download it. Something that i was unable to share with everyone. I have used BlazeDS with Spring and Hibernate. For my Flex client, i have used Flex with Cairngorm. Have a look at the codes… Drop me a msg if you have trouble setting the source codes up. You can tweet me @kennethteo.
Jul
31
2008
Another useful command to add to my VI command vocabularyPosted by: Kenneth in Geekiness, Randomness, Work, tags: search and replace, viBefore this, i only know how to do a normal search string and searching for the string through the whole document. Now i can search and replace all.. Yay! First occurrence on current line: :s/OLD/NEW Globally (all) on current line: :s/OLD/NEW/g Between two lines #,#: :#,#s/OLD/NEW/g Every occurrence in file: :%s/OLD/NEW/g
Jul
23
2008
The Actionscript ConferencePosted by: Kenneth in Flex, Geekiness, Online Goodness, blazeds, fugsg, tags: actionscript, conference, enterprise flex, event, flash, Flex, fugsg, tac, webI am excited to share this piece of news. ![]()
The Singapore Flex User Group is organising The Actionscript Conference on 19 October 2008 at the National Library. Expect lots of exciting things at this conference. Peter Elst is one of the invited key speakers.
Since this is a non-profit event, as part of the organising committee, i cordially invite you to join us as a sponsor(Sponsorship details). If you wish to offer your knowledge to this conference, it is much appreciated as we try to make this a successful event.
Jul
19
2008
Mate Flex Framework — A tag-based event-driven Flex frameworkPosted by: Kenneth in Flex, Geekiness
Did i mention that i love Frameworks? I have tried Cairngorm already. Now it is time to explore the other Flex Frameworks. Stay tune for updates after i try it out…
Jul
10
2008
Google hosting open source Ajax Libraries as APIPosted by: Kenneth in Geekiness, tags: ajax, dojo, google, hosted, jquery, libraries, mootools, opensource, prototype, script.aculo.usGoogle has started hosting a number of open-source Ajax libraries. Amongst them are:
Jul
10
2008
Changing PuTTy ppk file to OpenSSH format (on your mac)Posted by: Kenneth in Geekiness, Work, tags: keys, mac, macports, privatekey, putty, putty-gen, sshI asked my system administrator to update the hosts.allow file on my server to allow my new IP Address. Recently, Singtel upgraded me to their 1000 Broadband on Mobile plan. The change in IP is quite expected. My sys admin updated the hosts.allow file but also went to change the ssh login scheme to the key-based authentication. It’s nice that he is hardening the box but i wasn’t sure how to do the ssh login now. His reply to enquiry on the steps to the new login scheme came in the form of PuTTy keys(.ppk extension) and some steps. I am no longer a windows user so i had no choice but to try and do it Mac style. Quote from shinchi: It Just Works. Not so. First i need to try and change the keys to openssh keys. I am using OpenSSH which is provided with Terminal.app. Problem is ppk work only on Putty. So i needed to see if Mac can run Putty. You can do that by installing Putty with MacPorts. % sudo port install putty Once you have PuTTy installed, PuTTy-gen is what you need to change the ppk keys to openssh. % puttygen <putty key>.ppk -O private-openssh -o <your openssh key>.ssh Now with my new openssh key, i can now login to my server with % ssh <username>@<server ip or hostname> -i <my openssh key>.ssh Well i got lazy to enter the -i all the time so i renamed the file to id_rsa. But i wonder if this is safe. =/ References:
Jul
10
2008
Subversion on my Bluehost accountPosted by: Kenneth in Geekiness, tags: bluehost, install, subversion, svn, versionBeen wanting to get my own svn repository done. Finally got down to doing it a couple of weeks ago on my Bluehost account. Since i am paying so much for a webhost, i thought it would be so cool to have my very own svn on my Bluehost. References to go about installing your own subversions on your bluehost account:
Now time to get started on my personal projects… Lots of ideas are brewing right now… Stay tuned. |