source code for html website at https://zachdecook.com
RMS: strike-out some things
| -rw-r--r-- | index.md | 7 | ||||
| -rw-r--r-- | posts/rms.md | 8 | ||||
| -rwxr-xr-x | posts/script.sh | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -61,12 +61,11 @@ February 2021 <section markdown="1"> <aside markdown="1"> -### [MusicDir](http://musicdir.zachdecook.com) +### [HexBoard MIDI Controller](https://shapingthesilence.com/tech/hexboard-midi-controller/) -Download CC-licensed music as Alpine Linux packages. - -[](http://musicdir.zachdecook.com) +A MIDI Controller with [open source firmware](https://sr.ht/~earboxer/HexBoard/). +[](https://shapingthesilence.com/tech/hexboard-midi-controller/) </aside> <aside markdown="1"> diff --git a/posts/rms.md b/posts/rms.md index b16ac2a..c3354c0 100644 --- a/posts/rms.md +++ b/posts/rms.md @@ -4,10 +4,10 @@ I disagree with rms on a variety of things, but I find common-ground on his insight into the dangers of proprietary software. As such, I support him in his role at the Free Software Foundation, as a fighter against proprietary software. -Some have been outraged at his opinions on sexual morality, which I think are consistent with his (formerly mainstream?) secular worldview. -His critics on this issue may come from a variety of perspectives; it's hard to see consistency in argumentation here. That is, they don't present reasoning to back up their accusation. They also fail to explain how these opinions disqualify him from leadership in the software field. +<del>Some have been outraged at his opinions on sexual morality, which I think are consistent with his (formerly mainstream?) secular worldview.</del>[^1] +<del>His critics on this issue may come from a variety of perspectives; it's hard to see consistency in argumentation here. That is, they don't present reasoning to back up their accusation. They also fail to explain how these opinions disqualify him from leadership in the software field.</del>[^1] -In contrast to these critics, I'll provide reasoning, with the hope that all might be informed: +<del>In contrast to these critics,</del>[^1] I'll provide reasoning, with the hope that all might be informed: * God, having created the universe (Genesis 1:1), has the right to define right and wrong (Romans 2). * Extramarital sexual intercourse is wrong (Matthew 19:3-9). @@ -24,3 +24,5 @@ As his religious beliefs on these subjects don't affect his stance on software f > The communists, trade unionists, incurably sick, Who cared about them? We Confessing-Church-Christians let that happen. When they came for me, there was no one left to speak for me. -Martin Niemöller + +[^1]: Upon reading [Drew's article about RMS's opinions on sex with minors](https://drewdevault.com/2023/11/25/2023-11-26-RMS-on-sex.html), I retract this statement diff --git a/posts/script.sh b/posts/script.sh index e0f5b02..cd48225 100755 --- a/posts/script.sh +++ b/posts/script.sh @@ -5,7 +5,7 @@ mkdir -p tabs ststech rms verovio fonts #pandoc common.md ststech.md -t html5 -s > ststech/index.html #pandoc common.md tightchange.md -t html5 -s > tightchange/index.html cat common.md tightchange.md | python3 -m markdown -o html5 > tightchange/index.html -cat common.md rms.md | python3 -m markdown -o html5 > rms/index.html +cat common.md rms.md | python3 -m markdown -o html5 -x footnotes > rms/index.html python3 -m markdown -o html5 < verovio.md > verovio/index.html python3 -m markdown -o html5 -x attr_list < fonts.md > fonts/index.html cat common.md daily-driver.md | python3 -m markdown -o html5 > daily-driver/index.html |