diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-12-21 22:18:18 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-12-21 22:18:18 +0000 |
commit | 82e7ac75954c973a5c59a02684788c0fb26e14dd (patch) | |
tree | a1b09939f30bc4c232e69f980c2a47e48625ee1d /content/posts/2024-03-03-catb.smd | |
parent | ff323f79e03174e4cdf2a709c095ff83e7ea3669 (diff) | |
download | mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.gz mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.bz2 mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.tar.xz mfashby.net-82e7ac75954c973a5c59a02684788c0fb26e14dd.zip |
Bump zine 0.3.0 -> 0.8.0
Fix a lot of associated breakage
Fix broken rss.xml file as highlighted to me by Matthijs van der Wild
(thanks!)
Diffstat (limited to 'content/posts/2024-03-03-catb.smd')
-rw-r--r-- | content/posts/2024-03-03-catb.smd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content/posts/2024-03-03-catb.smd b/content/posts/2024-03-03-catb.smd new file mode 100644 index 0000000..d620492 --- /dev/null +++ b/content/posts/2024-03-03-catb.smd @@ -0,0 +1,16 @@ +--- +.title = "Book - The Cathedral and the Bazaar", +.author = "Martin Ashby", +.date = @date("2024-03-03T19:31:27Z"), +.layout = "single.shtml", +.custom = {"comments": true}, +.description = "Book review 'The Cathedral and the Bazaar'" +--- + +I recently read [The Cathedral and the Bazaar](https://www.catb.org/~esr/writings/cathedral-bazaar/) by Eric S Raymond. + +It's interesting to get a glimpse into the early history of arguably the most successful open-source software project there has ever been. + +It's also dated somewhat. The author argues that open-source models of software development will overtake closed-source. It's clear today that open-source software has made enormous progress. Linux is more popular than ever. However there remains an _enormous_ amount of closed-source software in the world 25 years later, much of it needlessly so. There is also just an enormous amount of software in general; I'm not sure if Eric in the late 1990s and early 2000s would have predicted just how _central_ the software industry was to become in today's society and how much impact it would have. + +I think the web took off in a way that the author may not have predicted. The other conspicuously absent topic is mobile. Combined I think these have significantly changed how most people consume software, and also how most people buy software. I think the author was correct that a lot of software would change to a subscription model; perhaps what he didn't anticipate is the prevelance of end-users directly making those subscriptions for software for their phones via app stores run by gatekeepers - the latest giant software corporations.
\ No newline at end of file |