May 30, 2006

Software Testing Strategies

Test Smarter, Not Harder is an article by Scott Sehlhorst that covers software testing (the information can actually be applied to all forms of unit testing) and how to reduce the cost of application testing.  The fundamental idea is that if testing costs are greater than not testing then you are better off NOT doing the testing.   Therefor emphasis should be spent in reducing the cost of testing so it become practical to test more often.  Topics covered include automated testing, random sampling, pairwise testing, and N-wise testing.

posted by Bobby Rockers • • No Comments

May 24, 2006

We can be bought

Is this the way software development will be done in the future? Renting a developer for a software project. Script Lance.com and Rent A Coder.com. Along with Google’s “Summer of Code” its getting easier and easier for college students to find funding sources for application development.

May 22, 2006

Securing Linux Workstations

Quick link for protecting Linux workstations. Particularly from SSH brute force attacks. Basically I am linking this so I don’t have to remember the IPTables script. Tips to Secure Linux Workstation

posted by Bobby Rockers • • No Comments

The Climate of FUD

The Wall Street Journal is running on opinion piece by Richard Lindzen of the MIT school of Atmospheric Science. In it he answers some commonly misunderstood preceptions about the effects and causes of global warming.

While we are on global climate check out “What if all the ice melts
and “Faqs vs Global Warming.” Non of these articles are suprising to climatologists and meteorologist (trust me, I live with one) but to the vast majority of the population is comes as a total suprise because of the ignorance of the general population on this subject.

posted by Bobby Rockers • • No Comments