Skip to main content

Ant Invasion

I'm being besieged by ants, constantly during the past couple of days. For some odd reason, ants in my home seem to find my notebook computer attractive. Whenever I turn it on and use it, ants (biting red ones, not the harmless black ones) come in a line, get through the space between the lid and the base, walk right over the power button (some over the speakers) and go in through the keyboard. First day I just blew a few. Then I realized that they were really determined. A fair amount of them started to crawl near the computer. The odd thing was they only tried to go in, when it was on. Whenever the computer was switched off, the few who made it in started resurfacing as the computer was cooling down. Was it heat (they should be nuts to seek heat in this climate :) or was it something else? I'm not sure. I was wondering whether it's because I blogged about SugarCRM a few days ago. :)

I've seen what they can do to a keyboard (they literally bites it and takes chews with them). After loosing a PC keyboard due to some spilled biscuit crumbs by a cousin, I was also determined not to let them damage my notebook. After a several tactical moves, and hard defending, I moved everything on the table away, and sprinkled the table with talc (not mine)! I also have a brush ready to defend, in the case of occasional break-ins. It seems to work. I only have a small half-circle shaped DMZ (De-Militarized Zone) around the computer to keep my hands, headphones ans external mouse. It's kind of cool, like working in snow :) when people are not telling me that I've got chalk on my arms.

Comments

  1. well, I once had a problem where ants were living in my keyboard... so when i did was took the keyboard out to the balcony and removed everything and cleaned it properly inside out.. then sprayed some Baygon into it and fixed it back.. never had that problem after that...

    ReplyDelete
  2. Thanks for the comments.

    How could you live with all the Baygon smell?

    When I took the old keyboad (which I mentioned in the post) to the balcony to clean, I found that parts of the underlying layer were missing, obviously ant bitten.

    However I'm going to stick with talc. It smells better and is not harmful, not to me, not to ants. :)

    ReplyDelete
  3. And surely you are not expecting me to spray baygon on my Laptop, are you? :)

    ReplyDelete
  4. Anonymous2:25 PM

    Some ants are attractive towards static electricity,maybe they are after that

    ReplyDelete

Post a Comment

Popular posts from this blog

Howto Install Docky on Fedora

If you know me personally, then you know that I'm a big fan of GNOME Do . As a keyboard savvy person I use Do extensively. Do is an application launcher similar to the Mac app Quicksilver. However the GNOME Do team has been putting a lot of research and development into it from the initiation. Result: probably the best application launcher out there for any platform. Some months ago, Do included an interesting theme called Docky which made the launcher acts as a dock (a la Mac, Avant, Cairo Dock, etc.). With the integration of GNOME Do, there's no need to say that Docky was super cool. And it started gaining features in a high speed. Ultimately Docky was getting so developed that it became a separate project. Installing GNOME Do on a Fedora system is as easy as: $ sudo yum install gnome-do There are some packages with the names starting from gnome-do-plugins*. With the addition of these GNOME Do can truly enhance your desktop experience. Give it a fair try, I'm pretty

Howto Migrate from Thunderbird to Evolution

I know some of you are asking why , rather than how , regarding migration from Mozilla Thunderbird to Evolution. Maybe that's why there are lot of Evolution to Thunderbird migration guides, but not many vice-versa. Fear not, here is a guide, to assist who dare to migrate from Thunderbird to Evolution. The techniques described here are tested with the newer versions of both the software, namely Thunderbird 2.0.0.4 and Evolution 2.10.2. On higher versions also this should work without an issue. I think Mozilla people are doing a wonderful job with both Firefox and Thunderbird . From my point of view Firefox is the best general purpose web browser around. It beats most proprietary browser in speed, stability, security, modularity, etc. (and don't start commenting the so and so browsers are greater or so and so is cool too. I know they may be, Fx is simply my choice. This also applies to any comparisons with Evolution too :) However Fxs' counterpart in e mail business, is not y

Howto Setup a Subversion (svn) Repository for a Rails Project + Bonus

Setting up a Subversion (svn) repository is something development teams have to do fairly regularly, not that I want to use Subversion. :) If you listen to me, go use Git . Subversion is undoubtedly very good. But after using Git for about a year, you can't simply get me to switch back. Git is that good. :) I've written about Git before . In cases where you can't use Git (or you feel too castrated by TortoiseSVN, pardon me for the pun) you can use Subversion. In this post I'll go through the steps you have to follow to get a basic Subversion setup up and running on a CentOS 5 Linux host. However I think you should be able to use this on other Linux distros too. There's more than one way to host a Subversion repo. I'm going to stick with one way involving WebDAV. Don't mind the buzz word. It's the most common usage for this purpose. If you want a repository where you want to checkout and commit remotely, this is an easy way of getting it done. In addition