DIY - How to make Paper Ghandi!

Here’s a fun way to make your own paper Ghandi. FYI, if you don’t know Ghandi is, here you go. (better yet, I suggest you attend elementary school)
This instructable will take you through the process I used to create a 17′ tall reproduction of my avatar from Second Life, MGandhi Chakrabarti.
Web2.0 Expo 2008 - SpringNote - Wiki-based Online Notes
HeeKyong Yoon from SpringNote.com, was nice enough to chat with me on their cool “wiki” product, SpringNote:
Click Here to View in Full Screen Mode
FYI, SpringNote.com is a subsidiary of NcSoft.com, the creators of legendary online game, Lineage.
Well, I tried out SpringNote, here’s a screenshot:

It’s very simple to use, just like a real notebook except you have unlimited number of pages plus you get bunch of already-made templates like Bookshelf, Monthly Plan, Recipe, and etc…etc…
What I found most interesting was that it is a “wiki” site but you don’t need to know any wiki markup language and start editing your online notes right away. You also have the option to share your notes or keep them private.
As far as technology goes, I love the fact that SpringNote has incorporated a LOT of AJAX. (probably mostly AJAX)
I might start using it more real soon. The only downside I saw was that SpringNote’s servers are hosted in Korea. Although the site does fairly fast, I measured, 168ms ping times from my PC in San Francisco.
FYI, Zedomax.com get 41ms ping times, 4 times faster as servers are hosted in San Diego, California.
Although they could keep running servers from Korea, I think they can grab much larger audience in the U.S. by simply serving their pages from servers in the U.S. (Besides, it’s probably much cheaper to host it here.)
Other than that, I find SpringNote as the next generation online note web app. I will have to dump my MS Outlook all together and start using SpringNotes, way simpler and easier for mass collaboration.
Replay - Play Starcraft via a touch screen!
Well, we want to bring some of our past back from August 2006, when we all started this zedomax thing. Although we haven’t really gone far above or anywhere, it’s good that we are still alive.
Especially since Starcraft 2 is about to go crazy, we want to make sure we can play Starcraft 2 via touch screen too by reminding ourselves…duh…
Here’s the Replay:
Click Here to View in Full Screen Mode
Here’s a Linux powered touch screen Startcraft via wine.
Wine let’s you run windows program in Linux.
FYI: VMWare can do it too.
DIY Wordpress HACK - How to decrease the load on your Wordpress blog by 5 factors!

Here’s how to decrease the load on your Wordpress blog by 5 factors! (if you are running a dedicated server)I was digging today for some stuff on digg and noticed this post about Wordpress performance.
Since Zedomax runs Wordpress, I decided to take a look.
Elliott was running only one server yet he claims that he can handle 1,000,000 hits a day on one server!
FYI, Zedomax is running 3 servers now and the load was at about 0.80 to 1.0 on an average day for the HTTP server and 0.60 to 0.80 for the MYSQL server. (The other HTTP server is for the other blogs)
So through Elliott’s suggestions at changing httpd.conf, my.cnf, php.ini, and installing eAccelerator, my load on the server dropped at least 5 times!
The load for the HTTP server is now at about 0.20 for the HTTP server and 0.15 for the MYSQL server.
Bottom Line
If you run Wordpress blogs, make sure to do the suggested changes and you will definitely notice the increased speed of your website loads.
Here’s some additions to the Elliott’s HOWTO for installing eAccelerator.
When I’m trying to execute phpize, I got this:
/usr/local/php/bin/phpize: line 57: aclocal: command not found
This means you don’t have phpize installed on your Fedora. You can install the php-devel which has the phpize in it like this:
“yum install php-devel”
I got this error when I was trying to install the above:
“Check that the correct key URLs are configured for this repository”
So you gotta do this:
Edit /etc/yum.repos.d/fedora.repo and replace the line
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
with:
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
Then when you do “./configure”, if you get an error, you need to install some more tools. (which wasn’t documented)
So I installed Autoconf and Automake by using:
“yum install autoconf”
and
“yum install automake”
This might be basic for an experience linux-er but it took me couple hours to get it so hopefully it will help ya.
Then you can follow the rest of the directions.
Hey thanks Elliott for sharing the information with the world. I really appreciate this, you made my websites run faster!

