diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-01-29 13:55:15 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-01-29 13:55:15 -0500 |
commit | 94a2739c895a125a26606dc2307319252ef3b197 (patch) | |
tree | e3c2b64b3672f0fe8007d24065c69e6605e8e48c /content/posts | |
parent | 86df58658691d7be41b29f0ea880defe4f67689d (diff) | |
download | pablotron.org-94a2739c895a125a26606dc2307319252ef3b197.tar.bz2 pablotron.org-94a2739c895a125a26606dc2307319252ef3b197.zip |
content/posts: fix short links and improve wording in a couple older posts
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md | 4 | ||||
-rw-r--r-- | content/posts/2021-12-31-tiny-binaries.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md b/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md index 195a0fe..9f9696d 100644 --- a/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md +++ b/content/posts/2021-10-26-rss-feed-no-longer-annoyingly-trunca.md @@ -16,8 +16,8 @@ following changes: include all posts in the [RSS][] feed. * Changed feed items to include complete post contents as [HTML][]. -The updated template is available [here][gist]. You can use it on your -site by copying it to `layouts/_default/index.xml`. +The updated template is available in [this gist][gist]. You can use it +on your site by copying it to `layouts/_default/index.xml`. [default]: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/rss.xml "Default Hugo RSS feed template" diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md index a79b760..0869866 100644 --- a/content/posts/2021-12-31-tiny-binaries.md +++ b/content/posts/2021-12-31-tiny-binaries.md @@ -11,8 +11,8 @@ Each binary does the following: 1. Print `hi!` and a newline to [standard output][stdout]. 2. Return an exit code of `0`. -I tested [Assembly][], [C][], [Go][], and [Rust][] with various -combinations of optimizations and build options. +I tested [Assembly][], [C][], [Go][go], and [Rust][rust] with various +optimization and build option combinations. Here's a plot of the results (**note:** [log scale][] X axis): |