phlog

Source code for my blog/gemlog. It used to be on gopher, hence the name
git clone http://shtanton.xyz/git/repo/phlog
Log | Files | Refs

commit dece01d822b7d80f27afa396cf9333bfb977d5f9
parent 39a2bb00037c437ff614d105c736a565c5d7bbb1
Author: Charlie Stanton <charlie@shtanton.xyz>
Date:   Tue,  7 Sep 2021 16:03:13 +0100

Fix paragraph formatting in all the protocols post

Diffstat:
Mgemini_src/posts/index.sh | 2+-
Mposts-config | 6+++---
Mposts/all_the_protocols.gmi | 25++++++-------------------
3 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/gemini_src/posts/index.sh b/gemini_src/posts/index.sh @@ -1,3 +1,3 @@ #!/usr/bin/dash /usr/bin/echo "# Gemlog" -awk -F :: '{print "=> gemini://shtanton.xyz/posts/"$1".gmi "$2" - "$3}' $1 +awk -F :: '{print "=> gemini://shtanton.xyz/posts/"$1".gmi "$3" - "$2}' $1 diff --git a/posts-config b/posts-config @@ -1,4 +1,4 @@ domain_specific_languages::Domain Specific Languages::2021-08-25 -best_social_media::The Best Social Media::2021-04-30 12:29:45 -all_the_protocols::All the protocols::2020-11-17 18:20:28 -ex::Reviving ex in 2020::2020-08-05 15:27:08 +best_social_media::The Best Social Media::2021-04-30 +all_the_protocols::All the protocols::2020-11-17 +ex::Reviving ex in 2020::2020-08-05 diff --git a/posts/all_the_protocols.gmi b/posts/all_the_protocols.gmi @@ -1,24 +1,11 @@ -There are nowhere near as many protocols as there should be. When I'm writing this there are 8944 RFCs -in the IETF RFC index, which is pitiful for how much the internet is doing. -There aren't enough RFCs because obviously no company producing a proprietary protocol is going to -make it available to the world with an RFC, but open source developers largely don't seem to be -bothering either. +There are nowhere near as many protocols as there should be. When I'm writing this there are 8944 RFCs in the IETF RFC index, which is pitiful for how much the internet is doing. There aren't enough RFCs because obviously no company producing a proprietary protocol is going to make it available to the world with an RFC, but open source developers largely don't seem to be bothering either. -If you are making an open source project that communicates over the internet to do something, for example -a whiteboard for groups collaberating on something, then either use an existing RFC or make a new one. -Otherwise someone else will come along with their open source client that does the same thing, and the -two won't be able to communicate. Open source protocols are pointless if they aren't standardised. +If you are making an open source project that communicates over the internet to do something, for example a whiteboard for groups collaberating on something, then either use an existing RFC or make a new one. Otherwise someone else will come along with their open source client that does the same thing, and the two won't be able to communicate. Open source protocols are pointless if they aren't standardised. -RFCs can seem scary, but I've read quite a few now and they're not that bad. Having an -RFC for your protocol also helps contributors to your project learn how it works, which is great since -documentation is also far too often lacking in open source projects. +RFCs can seem scary, but I've read quite a few now and they're not that bad. Having an RFC for your protocol also helps contributors to your project learn how it works, which is great since documentation is also far too often lacking in open source projects. -I once set myself a goal of submitting code to something I actually use and getting it accepted, and I -eventually got round to having a very small contribution to vim. I'm now going to work on contributing -to an RFC. Not necessarily one I use, just any of them. +I once set myself a goal of submitting code to something I actually use and getting it accepted, and I eventually got round to having a very small contribution to vim. I'm now going to work on contributing to an RFC. Not necessarily one I use, just any of them. -Hopefully this rant doesn't make me a hypocrite as someone who's never been to an IETF meeting, but -I'll fix that soon enough, and I'd encourage you to do the same. +Hopefully this rant doesn't make me a hypocrite as someone who's never been to an IETF meeting, but I'll fix that soon enough, and I'd encourage you to do the same. -Feel free to email charlie@shtanton.xyz with any thoughts. Writing super long and well researched -posts is hard so I'm gonna try these short ones with the occasional longer one. +Feel free to email charlie@shtanton.xyz with any thoughts. Writing super long and well researched posts is hard so I'm gonna try these short ones with the occasional longer one.