Recent blog entries for vivekv

OK. Its Adios time for me and adgvogato. I am moving to a new Blog called JRoller This provides me with new features that I dont get here. Thanks everyone for your support and faith. My new blog will appear on Vivek's weblog

Toys

Bought a netgear 814 router. I can go wifi now! I actually have ethernet running thruogh the house but never had a need for it so far since we had setup one of our bedrooms as the place where all the computers were to be placed. Now I have a laptop so I need a more "mobile " connection. I just found out that the router has a problem with pinging the NTP servers at U Wisc. The details about the problem is available here and a patch posted by NetGear is available here.

I think I have a V2. So I probably don't have a problem.

30 Aug 2003 (updated 30 Aug 2003 at 03:35 UTC) »

Sun, Aug 30, 2003

OK. I am back at this again!

Sun, Aug 24, 2003

MajorCleanup

Spent the whole day cleaning up all my paperwork today. Archived most of the old paperwork to a carton box. Felt good about getting rid of various old paperwork.

Life

My wife asked me why I am not updating the diary anymore. So I am back at it again. Need to find the time to write this.

Oh - did I mention, I do have a new laptop an IBM thinkpad - 1.8 Ghz P4 with 512 MB of RAM. Real nice piece of hardware. Too bad it run MS Word and Excel all the time - occupational hazard I guess :-)

Sun, Aug 17, 2003

GoingBackToData

I have been thinking about XP and the need for large amounts of data for testing in a large project that uses Test Driven Development. Let me explain this better.

In any large projects, to perform unit test of some part of the system there is a need for certain amount of preconditions to be setup initially. A good example in an e-commerce system is to consider the scenario of checking out a shopping cart by providing address, credit cards etc.,. The first precondition would be that the user must be logged in to the system to perform the checkout. This is the easier part - TDD can login the user as part of the test case.

This is precondition that is represented as session data in the application. This is different from the data requirements of the application.

The real data requirement is that the user must exist in the system's database so that he can log in. To checkout a product, the product must be added to the shopping cart. To add a product to the shopping cart, the product must exist in the product database. Thus we have another data requirement that should be setup before we can perform testing on the checkout process. This is the data requirement of the checkout process that will increase exponentially due to the various test cases required for the checkout process.

The checkout process probably requires more information to be setup before it can perform its task - for example price of the product, any discounts on the product, tax information so on and on. This is the exponential amount of data that I am referring to. Add to this, each test case will require different types of products to be setup that will require all the additional data fixtures.

How do we solve this ? I have not seen a solution that is convincing enough for this problem. Anybody has any ideas ?

WhyIsAntGood

Everybody seems to think that Ant is a good thing. Having been involved with Java development for over four years now and having used Ant for nearly two years, I think I wholeheartedly agree with the world at large. Having said that, I have been thinking about why is it that Ant is considered "good". I think the answer lies in what ant provides as regular services and how it provides them. I am not referring to the laundrylist of features that is supported but more importantly the fact that the development team for Ant understands development so well that they have captured the essence of tools required for a development (compile it, package it, deploy it, transfer to remote systems etc., ) in such a fashion that it is available within a single environment (the ant buidl script) and accessible in a consistent fashion (the build.xml). I think this is the key to its success there is no single tool on earth that will let you checkout, compile and do FTP at the same time. I think this is the pattern in which tools for software development must be developed to be successful.

Thu, Jul 17, 2003

Life

Went home at 2:00 AM last night , got to bed at 3:00 and wife woke me up at 7:00 AM. So feeling a little run down today. Lots of trouble at work resulting in late work.

Open Source

Open Source

Have not made much progress on the DocBook website development. I should probably work on it full time this weekend to have a decent website for cvspermissions.

Work

Work is going on at a slower pace now. The site is live and running OK. We are handling the load that is coming on to it right now. Now the process of tuning things to make them run faster is in progress. Hopefully we will get some more out of the iron!

Open Source MichaelCrawford posted an article on Advogato about the GFDL and how some of the linux distribution will be treating the license. I am not aware of what the problems are with the license as well as the implications. But I do have all my articles on GFDL. Do I need to change? Can someone volunteer some advise.

Life

A sunday came to pass. Nothing much happened. Went and took care of some stuff at the bank.

Work

Had to coordinate some requirement that had come up at work. Been on the phone all morning with the team. Managed to sneak out to the bank in the middle of that.

Life Last week is a lucky week. First I get a Rs. 150 coupon from my bank for using their online banking. Then I get a $20 gift certificate on Amazon from Sun. Sure feels good to be lucky :-).

Its saturday evening and there is nobody at home. Sure feels boring. Too lazy to go out anywhere.

Ordered a pizza for dinner. Its been a long time since I had one. Staying off junk food to stay healthy :-) just felt like having one..

Wed, Jul 2, 2003

Open Source

I have been having trouble with a jabber server that we have on our intranet at work. The server is on a linux box running on a P3 class 1Ghz with 256MB RAM. The server usually has a load of about 15 people max. Now the problem - whenever multiple users join a conference room, the linux box CPU goes to 100% and jabber stops responding. Then I have to kill the jabber process to get it back running. All the clients are Windows based clients called exhodus. Anybody has a clue? Please mail me at vivek at magic hypen cauldron dot com.

Work

We have had problems with handling the load that the server will receive during peak times. We have been working round the clock to see what we can do to improve the situation. Currently running with a throttle on the number of users of the site. Hopefully situation will improve soon.

Tue, Jul 1, 2003

Open Source

I am seeing a lot of downloads on the new version of CVSPermissions. Good to know that it is appreciated. Since I moved to Sarovar, I am able to see statistics on the site which is a good thing. I should also host my Advogato Poster on Sarovar. I think there will be people interested in a blogging software for advogato. Yes?

Work

We went live over the weekend. Been having sleepless nights since then :-(. Contractual obligations prevent me from mentioning about details here but its not hard to figure out :-). We have had a few hiccups so far. Nothing that cannot be solved but has resulted in sleepless nights never the less.

Open Source

Finished CVSPermissions v 0.3. Now I have support for restriction of tagging in CVS. That is the good part. The bad part is that the access to sarovar, where I host the tool seems to be gone!. I am not sure if it is my ISP. I will try to upload the next release from another ISP. If that fails, I have to wait for another day to upload the release. Rats!

Life

Spent most of the morning just surfing the net, reading up writeup from the SD magazine on errant architecture by Martin Fowler. Fell asleep while planning to put in some new changes to CVSPermissions. Finally work up, went to meet inlaws in the evening. Came back and then worked on CVSPermissions.

Open Source

bram you should try Sarovar as a home for bit torrent.

66 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!