diff options
author | Melody Horn <melody@boringcactus.com> | 2025-04-13 11:33:35 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2025-04-13 11:33:35 -0600 |
commit | e5907e23495aa0fa194c13a318da71be45acb8e3 (patch) | |
tree | f575c938fbffdcdcbe9125b978f66e88a02e65ed /_posts/2022-10-30-taxonomy-of-open-source.md | |
parent | e271f32674f91c1fdaaad83edbbf4491c24b405c (diff) | |
download | boringcactus.com-e5907e23495aa0fa194c13a318da71be45acb8e3.tar.gz boringcactus.com-e5907e23495aa0fa194c13a318da71be45acb8e3.zip |
overhaul <details> display
Diffstat (limited to '_posts/2022-10-30-taxonomy-of-open-source.md')
-rw-r--r-- | _posts/2022-10-30-taxonomy-of-open-source.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_posts/2022-10-30-taxonomy-of-open-source.md b/_posts/2022-10-30-taxonomy-of-open-source.md index cfe2a4e..895a22d 100644 --- a/_posts/2022-10-30-taxonomy-of-open-source.md +++ b/_posts/2022-10-30-taxonomy-of-open-source.md @@ -9,8 +9,7 @@ description: a list - license standards: bare minimum / give code back / don't be evil / be specifically good - how bills get paid: not users' problem / crowdfunding / selling support / we productized the hosting so if you also productize the hosting you're being a dick -<details> -<summary>for example</summary> +for example: - React is professionally maintained, owner-driven, PRs welcome, bare minimum, not users' problem - MongoDB is the same but give code back and we productized the hosting @@ -21,5 +20,3 @@ description: a list - anti-licenses are the secret fifth tier of license standards, Good Fucking Luck - some projects are actually community-driven but I can't think of one off the top of my head - most of my side projects are not maintained, owner-driven, view-only, Good Fucking Luck, and crowdfunding at the time they were written but currently not your problem. - -</details> |