From c14280e577e2c1103a83cb2c3bc087d27b179300 Mon Sep 17 00:00:00 2001 From: arne Date: Fri, 25 Feb 2022 10:45:24 +0100 Subject: [PATCH] Remove legalese from footer --- src/_includes/root.njk | 2 -- src/posts/2022-02-24-allowing-things-to-break.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/_includes/root.njk b/src/_includes/root.njk index 4cac572..ada8050 100644 --- a/src/_includes/root.njk +++ b/src/_includes/root.njk @@ -19,8 +19,6 @@ {{ content | safe }} diff --git a/src/posts/2022-02-24-allowing-things-to-break.md b/src/posts/2022-02-24-allowing-things-to-break.md index 0e096fc..18b689d 100644 --- a/src/posts/2022-02-24-allowing-things-to-break.md +++ b/src/posts/2022-02-24-allowing-things-to-break.md @@ -23,7 +23,7 @@ I did this in the way I know how to do those things, by creating a small web pag It is a single HTML-file without any external resources like stylesheets, fonts or images. The data is regularly fetched from [https://covid-19.datasettes.com](https://covid-19.datasettes.com/covid/johns_hopkins_csse_daily_reports), which provides a simple way to query data gathered and provided by the [Johns Hopkins University Center for Systems Science and Engineering](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data). The data is saved in a local SQLite database and queried in a Lua script, which draws one dot for each person that died globally. -I'm not sure if the page has a similar effect on anybody else or if I, as its author, am gazing at it with a unique perspective, but I found its effect quite profound. A couple of observations that I want to note: +I'm not sure if the page has a similar effect on anybody else or if I, as its author, am looking at it from a unique perspective, but I found its effect quite profound. A couple of observations that I want to note: - The page is generated quicker than I care for, in a split-second. Rendering the document takes most of the time and broke on my mobile phone, which appeared to load the page endlessly. - The resulting document has a size of roughly 15MB for _just text_.