admin

Why I added 5lbs of weight in 3 weeks…

Five Guys, a burger chain from the east coast opened their first franchise in Chicago… If you want some fresh juicy burgers and peanuts to eat while the burger is being made, this is the place to go to. I first tasted the Five Guys burger when I was in Washington DC, a couple of years ago, on work.. I thought how cool, it would be to open one in Chicago. Looks like some enterprising entrepreneur actually took my idle thought and opened one :-).. It is located at 2140 N. Clybourn Ave.

Coming to the title of this post.. Why did I add 5 lbs of weight? These three pictures should tell you why..

YUM

YUMMM

YUMMMMMY

OK.. That is my friend Rich.. but you get the idea :-)..

SourceForge : Project of the Month

SourceForge.net is an online community supporting open source projects by providing hosting, distribution and subversion services. They choose a project every month from the hundreds of thousands of projects that are hosted on SourceForge based on popularity and activity. Most of the projects are the who is who of the Open source community. This is a good link to bookmark.. http://sourceforge.net/community/index.php/potm/

Be careful what you put up on Facebook..

Ran across this story on BBC (http://news.bbc.co.uk/2/hi/uk_news/england/staffordshire/7845946.stm) about a women being stabbed to death by her husband because she changed her status to “single” from “married” on Facebook.. WTF?????  What is wrong with people!!

Morale of the story : Be careful.. what you put up on the Internet.. :-).

P.S : As you can see.. that rule doesn’t apply to me :-).

HOW TO : Microsoft Windows – Routing to /dev/null

Ran into an interesting issue at work today and wanted to document it. We had a rouge process in one of our applicatoins and it was trying to send e-mails via one of our mail gateways at an alarming rate..There was no customer impact, since the mail server was rejecting all the connections. But the high number of connections were causing a strain on our firewalls..

If this was Linux, we would have done something simple like adding a route to point all the traffic destined to mail server to /dev/null by running “route add IP_ADDRESS_OF_MAIL_SERVER MASK /dev/null

A search on Google showed that you can achieve similar results by doing the following “route ADD IP_ADDRESS_OF_MAIL_SERVER MASK 255.255.255.255 127.0.0.1“. 127.0.0.1 being the IP address of the loopback interface in this case. But when we ran the command, we got an error “incorrect gateway 127.0.0.1”.. So there is NO way to route traffic in Microsoft Windows to a null device..

Finaly, we figured out a round about way to achieve this.. Since the main aim was to reduce the load on the firewall, we identifid an un used IP in the same network as the application server and added a static route to point all traffic going to the mail server to this IP. We ran the following command “route ADD IP_ADDRESS_OF_MAIL_SERVER MASK 255.255.255.255 UN_USED_IP_ADDRESS

For example, if you application server is in the range 192.168.1.0/24, the mail server is 192.168.2.20.. and an unused IP in the application server range is 192.168.1.10.. the command would look like this “route ADD 192.168.2.20 MASK 255.255.255.255 192.168.1.10“.. You will see a lot of SYN_SENT status in the network connections, since the application is trying to connect t othe mail server via an IP address that doesn’t exist..

Might not be the smartest way to achive this.. but it did the trick.

Windows 7 : Installer Issues

As posted here, I have been playing around with the Beta version of Windows 7. Everything was working great, until I started getting  a mysterious error “Installer stopped working”, when I tried to install any new software. A Google search, led me to this site (http://www.sevenforums.com/general-discussion/2349-windows-installer-cant-install-any-msi-package-4.html) . Here’s the solution to the issue. 

start regedit
navigate to HKLM\Software\Microsoft\SQMClient\Windows\DisabledSessions
rename MachineThrottling to _MachineThrottling

What does one trillian dollars get you?

If you are a Zimbabwean, it will get you USD30 worth of stuff!! Ran across this story (http://news.bbc.co.uk/2/hi/africa/7832601.stm) on BBC, about the government of Zimbabwe releasing a trillian dollar note to cope with inflation. Zimbabwe was one of the most stable and prosporous country in Africa, until Robert Mugabe, started to enforce his lunatic policies. I can never understand, why people allow such morons to rule them..

BTW, One trillion has 12 zeros in it :-).. It looks like this..

$1000000000000

I would like to get my hands on one of these notes.. just to look at it :). I tried a search on Ebay and it looks like there is an active market for the Zimbabwean currency. At least Robert Mugabe managed to make a Zimbabwean product desirable :).