Sites with interesting information about various programming and internet subjects (at least I think they're interesting)...
-
Netcraft Web Server Survey
Netcraft conduct an automated monthly survey of internet sites; in June 2012 they collected 697,089,482 responses. These responses can be analysed to show the distribution of different web server software and the operating systems on which they are hosted.
Of particular interest in these figures is the popularity of the open source Apache web server, consistently used by over 60% of web sites, compared with just over 20% using Microsoft web servers (including the execrable Microsoft Personal Web Server).
-
The Cathedral and the Bazaar
The Cathedral and the Bazaar by Eric S. Raymond describes two approaches to software development. The traditional 'Cathedral' style, where a central architect creates a vision which is implemented by a team of functional but essentially disconnected workers, and the 'Bazaar' style, typical of many open source projects and in particular Linux, where a large groups of equals combine to create a shared vision.
Eric analyses a number of characteristics of the bazaar model and why some traditional theories of software need to be modified in the light of the Linux experience and identifies a number of key lessons including Linus's Law: Given enough eyeballs, all bugs are shallow.