paritybit.ca

Files for paritybit.ca.
git clone https://git.jaderune.net/jbauer/paritybit.ca
Log | Files | Refs | README | LICENSE

commit e1470db644494db034935e8192fd11dd14e384aa
parent 42e47e57a2867118ad7b619e3d410b71c8da497b
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sun, 23 Apr 2023 22:48:32 -0400

*

Diffstat:
Mcontent/garden/philosophy-software-development.md | 12++++++++++--
Mcontent/index.md | 8+++++---
2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/content/garden/philosophy-software-development.md b/content/garden/philosophy-software-development.md @@ -3,6 +3,12 @@ Summary: DRAFT: A Philosophy of Software Development # [%title] +This post needs to be broken up into separate posts: + +* Building software for a community +* Building specifications, not apps +* Vendor your dependencies + <p class="note">This blog post is related to the previous: <em><a href="/blog/free-software-is-an-abject-failure">Free Software is an Abject Failure</a></em>.</p> @@ -11,8 +17,8 @@ I believe that the way we are building software today is fundamentally flawed. I'm not talking in terms of language, architecture, design choices, licensing choices, or anything along those lines. Instead, I'm talking about something that neither the Free Software nor the Open Source movements have been able to -solve: mindset. I believe the mindset behind why we create software, who we are -writing it for, and what purpose it is serving is wrong. +solve: community. I believe the mindset behind why we create software, who we +are writing it for, and what purpose it is serving is wrong. The way we build software today creates and emphasizes a producer-consumer relationship between the developers of software and the users of that software @@ -222,3 +228,5 @@ Lifted quote from Milo Fultz on Fedi, need to incorporate somehow [humanscale]: [Human Scale Software](https://permacomputing.net/human-scale/) [Vibe Driven Development](https://www.robinrendle.com/notes/vibe-driven-development/) + +[Alan Kay - The Computer Revolution Hasn't Happened Yet](https://www.youtube.com/watch?v=oKg1hTOQXoY) diff --git a/content/index.md b/content/index.md @@ -43,7 +43,9 @@ webring](http://fediring.net). Feel free to contact me using any of the methods below: -* Email (preferred): [jbauer@paritybit.ca](mailto:jbauer@paritybit.ca); -* Fediverse: [@jbauer@merveilles.town](https://merveilles.town/@jbauer); -* IRC: `jbauer` on OFTC, Libera.chat, Esper.net, Tilde.chat. +<ul> +<li> Email (preferred): <a href="mailto:jbauer@paritybit.ca">jbauer@paritybit.ca</a>;</li> +<li> Fediverse: <a rel="me" href="https://merveilles.town/@jbauer">@jbauer@merveilles.town</a>;</li> +<li> IRC: jbauer on OFTC, Libera.chat, Esper.net, Tilde.chat.</li> +</ul>