Virus group 29A disbanded - who’s next?

kannanmr on March 10th, 2008

29A Labs

Couple of weeks back, 29A officially shut down business. 29A’s published work was one of the best (IMHO) sources for cutting edge virus technologies. Their e-zines provided a sampling of what was happening in the Virus underground during that period.

This was the last message posted by VirusBuster in their site:

I tried to contact ValleZ for some time in order to take a decision together about the future of 29A with no luck therefore I decided to take the decision alone. And my decision is that 29A goes officially retired. I feel this is fair because I am kinda the alpha and the omega of the group. 29A was born in Dark Node, my BBS, and I am the last active member of the group. My last words as 29A member are for all the people that worked hard to make of this group the best one: Thank you very much! Regards, VirusBuster/29A

29A has left the building!

Kind of sad.

I came to know of 29A when I was in my 2nd year UG, around 1997. 29A was a new group then (If I am right, the group formed only in the mid of 1996). BTW, if you are wondering why they named it so, 29A is the hex representation of 666 decimal.

Read the rest of this entry »

Subscribe to this blog's RSS feed

Chess UCI protocol tracer utility

kannanmr on January 4th, 2008

I have this bad habit of starting coding on some application, bringing it to an alpha-ready stage, dropping it and moving on to the next one. Fortunately I don’t do this in my day job, else I’d have got the boot long time back.
Couple of months back, I was working on a chess application. I […]

Continue Reading...

WP-Mollio comment_form hook fix - HowTo?

kannanmr on March 10th, 2007

If you are using WP-Mollio theme in your Wordpress site, I’d suggest adding the comment_form hook in to your comments.php. Only if you have this statement, the plugins like “Subscribe-to-comments” will work.
How to add this hook?

Open comments.php
Find the lines of code shown below. You will find it near the end of the file.

<p><input […]

Continue Reading...

Microsoft has come up with a website totally dedicated to getting the programming newbies up and running (Of course, using MS technologies! :p )
BDLC covers both web and desktop applications. The best part is, it doesn’t assume any prior programming knowledge. I am pretty sure this is a great resource and is gonna boost the […]

Continue Reading...

Workplace redefined!

kannanmr on January 29th, 2006

I have rearranged my monitors, this time to make it easier for me to read lengthy contents
I got this idea from Adam Nathan’ s Channel 9 interview. He was demonstrating his WinFX based Hearts game and was actually going through the code using this setup.
Though I find this setup good for reviewing/coding/reading […]

Continue Reading...

J2EE newbie!!

kannanmr on September 26th, 2005

Lately, I am doing a lot of Java / J2EE stuff, since Sudha is in to those technologies. Though I am one of those persons who would prefer to sweat it out with C / Assemly rather than making use of all the making-life-easier goodies offered by Java and related frameworks, I have to admit […]

Continue Reading...

Dumb Code - 1

kannanmr on April 27th, 2005

Recently, I was helping a friend debug an application debugger. In one of the report/UI modules, he had to log the date execution started + more process meta info. For date conversion, instead of using one of the inbuilt CRT functions, with the true spirit of a good (!?) programmer, he decided to implement it […]

Continue Reading...