I-Am-Bot Code, technology and life

25Jun/091

India has 6 supercomputers in top 500 list

Posted by Srinath

In the recently published bi-annual Top 500 supercomputer list, India has a total of 6 supercomputers, down from the 8 that made it to the last time. The "EKA" cluster at the Computational Research Laboratories at Pune, leads the list for India at 18th place. "EKA"  topped it at 4th place globally during 2007, but lost out to the wave of new supercomputers build by the US, Germany, China and other countries.

HP and IBM still hold the major vendor share, with a whooping 80% between them. The RoadRunner cluster still holds on to its number 1 spot, but is closely followed by the Jaguar Cray cluster. With more emphasis on lower power consumption, greener cooling solutions, and more efficient processors and interconnects, we can only expect a slew of better clusters in the years to come.

Tagged as: 1 Comment
16Jun/090

Moving to a new host

Posted by Srinath

So I got myself a cheap hosting account (Rs. 350 for a year) and it seems pretty good. Hopefully it will be activated today, and this blog will move there. Weird thing is, the reason I wanted to move was because my current host was acting up, and was getting unusable due to very slow MySql server. But now, things are looking good, and is actually pretty fast too! Anyway, let see how the move goes.

Tagged as: No Comments
11Apr/090

Custom php/apache file extension

Posted by Srinath

Ever wondered how to have you own file extension instead of the boring .php? Just like arstechnica has .ars ? Well with just one line of code, you can make your webserver accept your custom extension!

1. Open the apache httpd.conf file

2. Add the line "AddType application/x-httpd-php .bot" without the quotes. What it does is instruct the server that .bot extension is a php file and that it should be treated as a normal php file

3. Rename your php file with extension bot

4. Open in web browser and see the magic!

Tagged as: , , No Comments