github

    They Took Something Very Weird and Made It More Usable

    Good piece by Paul Ford, writing at Bloomberg on Microsoft buying GitHub:

    [GitHub] has a well-designed web interface. If you don’t think that’s worth $7.5 billion, you’ve never read the git manual.

    He means the man pages, I assume.

    GitHub is “the central repository for decentralized (sic) code archives,” which is mildly amusing. But this:

    In the pre-git era, you updated your software annually and sent customers floppy disks. But if you’re running a big software platform, you might update your servers constantly—many times a day or every 20 minutes.

    is a bit over the top. There were a lot of changes between sending out floppies and continuous deployment.

    I question his (lack of) capitalisation. The command is git, all lower case. But if you’re talking about the application, you should spell it “Git”, with the capital. I think so, anyway. You would write about “CVS”, even though the command was (is) cvs; and “Subversion,” with the command svn. But at least it’s not as annoying as people who write it in all-caps.

    Lastly, when he says, “Computers are mercurial,” I’m assuming he’s wryly referencing what was once Git’s major rival in the distributed version-control space. Nicely deadpan, if so.