commit 68b211816628378e3947f4c6b510fd1e7d8fe99c
parent 4f9de52a9844e4cb6240b7a0c4972b5cbd42ec10
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 3 Jun 2020 09:53:41 +0200
Add missing space and reflow paragraphs
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pages/005-energy-efficient-programming.txt b/pages/005-energy-efficient-programming.txt
@@ -24,7 +24,7 @@ The full conference schedule and presentation recordings are available
[5]here.
Brcon is the annual meeting of [6]bitreich, an initiative to promote
-minimal and perfect programming and system design practice. In a
+minimal and perfect programming and system design practice. In a
nutshell, the philosophy favors simple and well-designed solutions
(e.g. C, POSIX, Unix) over convoluted and hyped software-development
tools (cloud deployment, docker, systemd, autotools, and so on).
@@ -35,9 +35,9 @@ and trackers. The conference was held virtually, but the minimal
and open standards used for conference participation is a perfect
example of the bitreich philosophy.
-The presentations were displayed by [8]catpoint(1) which takes
-text files and shows the content as slides in the terminal. The
-audio stream was publically broadcast via [9]icecast. Each presenter
+The presentations were displayed by [8]catpoint(1) which takes text
+files and shows the content as slides in the terminal. The audio
+stream was publically broadcast via [9]icecast. Each presenter
would stream their mic to the icecast server, for example via
[10]ffmpeg(1):
@@ -52,10 +52,10 @@ multiplexed terminal session controlled by the presenter, and watch
the presentation in their own terminal. Questions were communicated
via irc.
-The source code for my presentation is available [11]here.
-The [12]pointtools utility md2point(1) is useful for generating
-catpoint presentations, as it reads presentations in markdown format,
-does some light styling, and outputs catpoint-compatible text files.
+The source code for my presentation is available [11]here. The
+[12]pointtools utility md2point(1) is useful for generating catpoint
+presentations, as it reads presentations in markdown format, does
+some light styling, and outputs catpoint-compatible text files.
It doesn't get more minimal, efficient, and perfect than that!