Publications  



Home
Resume
Notes Security Audits
Publications
Speaking
Downloads
Directions
Non-Computer Pubs
Other Links

110 Winn Street
Suite 210
Woburn, MA, 01801

781-939-0505 (voice)
339-223-9359 (cell)

connell@chc-3.com (email)

ChuckCHC3 (AOL IM)

chuck_connell.txt (PGP key)

 


Notes/Domino Tips. I have written many articles and technical tips about Lotus Notes/Domino. Click here to see them.

All Source Code Should Be Open. Developer.com on 8/26/02. A provocative essay which argues software quality would be improved worldwide if every software product included a copy of its source code. The article generated a lot of discussion on LinuxToday. I then wrote a follow-up piece (11/26/02) based on the discussion and reader feedback. The follow-up was linked by Slashdot and generated even more lively discussion. Here is the original article, and the follow-up piece.

A Quagmire in the Tar Pit.  Developer.com on 5/13/02. This article looks at the dilemma faced by software managers given the current proliferation of software development methods, including CMM, ISO-9000, Extreme Programming, and Rapid Development. Each requires a large investment of time and effort to learn and implement, so which one should an organization commit to? Is one best for all uses? Are any worthwhile? Click here to read.

It's Not About Lines of Code.  Developer.com on 3/11/02 and Slashdot on 3/18/02. What makes a programmer highly productive? Is it lines of code per day? Lines of good code? In this article, I examine the concept of software productivity. I look at some of the standard definitions for productivity and show why they are wrong. I then propose a new definition that captures what programming really is about. Click here to read.

Are There Limits to Software Estimation?  Developer.com on1/7/02 and Slashdot on 1/11/02. This article responds to a paper by J.P. Lewis and explores questions about our underlying ability to estimate the development effort for software projects. The article explains results from complexity theory and information theory and shows how these apply (and don't apply) to software estimation. Click here to read.

Most Software Stinks! Slashdot on 9/4/01 and Developer.com on 9/7/01. Discusses the current state of software design and concludes that much of it is poor. Proposes a set of guidelines for creating higher quality software by following the lead of beautiful physical buildings. Click here to read.

(This article generated over 700 comments on the Slashdot discussion board. Here is a reply to some of the comments that I wrote for Developer.com) 

Why Software Engineering is Not B.S. Dr Dobb's Journal, April 18, 2001. Examines the status of software engineering within the field of computer science. Argues that software engineering's low standing is not justified and explains why it should be taken more seriously. Click here to read.

Open Source Projects Manage Themselves? Dream On. Lotus Developer Network, Sept 12, 2000. Challenges one of the central tenets of Eric Raymond's essay The Cathedral and the Bazaar, that open source projects are self-managing. This article was linked by Slashdot, LinuxToday, NewsForge and many other sites. Click here to read.

(Eric Raymond replied to the article above here. I replied to Eric here.) 

What the Linux Community Needs to Grok. LinuxToday and Slashdot, February 14 and 15, 2000. Describes the angry reaction of some Linux fans to previous articles I wrote and the lessons I learned from this. Outlines four fundamental ideas that the Linux community should "grok" (understand deeply) if Linux is to be adopted widely. Click here to read.

(The article above generated over 500 comments on the Slashdot discussion board. I replied to those comments here. The reply generated another 200 comments.) 

A Software Trend Worth Its Buzz. Boston Globe, February 15, 2000. Provides an overview of the Capability Maturity Model (CMM) for software project management and considers whether its use should be expanded. Click here to read.

A Test for Linux. Boston Globe, January 20, 2000. Discusses whether Linux is ready for the home office / small office environment. Develops a rating system for using Linux in this context and tests Red Hat 6.1 against this scorecard. Click here to read.

Keeping Crashes To A Minimum. Boston Globe, October 28, 1999. Explains, to a nontechnical audience, why computers crash and freeze. Provides advice about how to prevent this from happening. Click here to read.

Healing Sick Software Projects. Boston Business Journal, November 12, 1999. Describes how to rescue a software project that is in trouble. Discusses the common reasons software projects go awry and what to do about each one. Click here to read.

Creating Poetry In Software. Boston Globe, July 6, 1999. Draws a parallel between the design of buildings and the design of software. Shows that creating software which is "beautiful" leads to software that is better by objective measures as well. Click here to read.

Improve Your Company's Ability to Estimate Software-Development Cycles. Datamation, April 1999. Argues that software engineers should have greater input to project schedules, and presents specific methods for doing so. Click here to read.

Developing Software On Time. Boston Globe, March 2, 1999. Compares software development to construction of a new house, and shows that software can be finished on schedule, just as most buildings are. Click here to read.

Analysis of a Software Version of DES. Cryptologia, July 1990. Provides a technical analysis of a software version of the Data Encryption Standard. The version studied here was proposed by Robert Scott as an algorithm that easily could be implemented in software. (The original DES was designed for hardware implementation.) Click here to read.

Low-Level Magnetic Disk Technology. DEC Professional, March 1987. A primer on magnetic disk storage technology, including information on the physical properties of disks, controller hardware, disk-seek optimization methods, and operating system to controller communication.

Fault Tolerant Computers and Transaction Processing. High Technology, December 1986. Covers the intersection of two topics: the increased availability of fault-tolerant computers, and the need for non-stop computing by critical transaction systems such as airline reservation software.

Machine Translation of Natural Language. High Technology, June 1986. This article has both a theoretical and an applied focus. It describes the linguistic theories behind language translation and examines why translation is a difficult task. The article also looks at several existing computerized translation systems to see how far the field has advanced.

Accurate Estimation of the Number of Tuples Satisfying a Query. ACM SIGMOD Record, July 1984. (Co-authored with G. Piatetsky.) Presents our original research on a statistical sampling method that significantly increases the accuracy of query optimization decisions.

Approximation Algorithms for NP-Hard Problems. Boston University library, May 1984. (Master's thesis.) Begins with a review of complexity theory in computer science, particularly the classes of problems known as NP-Complete and NP-Hard. The thesis then discusses algorithms that provide a rapid approximate solution to problems whose exact solution might require too much time. There are several classes of these approximation algorithms, which are defined and examined. Finally, the thesis focuses on one particularly interesting NP-Hard problem and an approximation algorithm for it.  Click here to read.