From 84f1d9d904af1eeb392773a860c90bc087ad5228 Mon Sep 17 00:00:00 2001 From: kkarissa <128569633+kkarissa@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:04:45 -0700 Subject: [PATCH 1/3] Create SMALLWOOD_KARISSA --- students/SMALLWOOD_KARISSA | 1 + 1 file changed, 1 insertion(+) create mode 100644 students/SMALLWOOD_KARISSA diff --git a/students/SMALLWOOD_KARISSA b/students/SMALLWOOD_KARISSA new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/students/SMALLWOOD_KARISSA @@ -0,0 +1 @@ + From f29e519aee592b4b630f35180822080396e6ce07 Mon Sep 17 00:00:00 2001 From: kkarissa <128569633+kkarissa@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:05:24 -0700 Subject: [PATCH 2/3] Rename SMALLWOOD_KARISSA to SMALLWOOD_KARISSA.md --- students/{SMALLWOOD_KARISSA => SMALLWOOD_KARISSA.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename students/{SMALLWOOD_KARISSA => SMALLWOOD_KARISSA.md} (100%) diff --git a/students/SMALLWOOD_KARISSA b/students/SMALLWOOD_KARISSA.md similarity index 100% rename from students/SMALLWOOD_KARISSA rename to students/SMALLWOOD_KARISSA.md From 1dc2d2f67f6daea503b2f2450d9629e12c0c67ed Mon Sep 17 00:00:00 2001 From: kkarissa <128569633+kkarissa@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:16:47 -0700 Subject: [PATCH 3/3] Add report on 'The Cathedral and the Bazaar' Added a report on 'The Cathedral and the Bazaar' by Eric S. Raymond, detailing its premise, author, venue, and link. --- students/SMALLWOOD_KARISSA.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/students/SMALLWOOD_KARISSA.md b/students/SMALLWOOD_KARISSA.md index 8b13789..0b6a079 100644 --- a/students/SMALLWOOD_KARISSA.md +++ b/students/SMALLWOOD_KARISSA.md @@ -1 +1,8 @@ +**Title:** The Cathedral and the Bazaar +**Author:** Eric S. Raymond +**Venue:** Originally published as an essay then later included in the book *The Cathedral and the Bazaar* (O’Reilly Media) +**Number of pages:** ~28 pages (varies by version) +**Link:** http://www.catb.org/~esr/writings/cathedral-bazaar/ +**Report** +The Cathedral and the Bazaar was written by Eric Raymond in 1997 and continuously updated till 2000. The premise of the book is that Raymond leads a successful open-source project, fetchmail and provides lessons he learned throughout the process. He also discusses his theories of two different development styles, the "Cathedral" and the “Bazaar”. The overall purpose of the book is to show which of the two approaches is more productive and what the future of software development might look like.