Publish first post

This commit is contained in:
arne 2022-02-24 15:00:35 +01:00
commit 3ed4da03d2
3 changed files with 44 additions and 52 deletions

View file

@ -1,6 +1,8 @@
{ {
description = "arnes.space dev and build environment"; description = "arnes.space dev and build environment";
inputs.nixpkgs.url = github:NixOS/nixpkgs; inputs = {
nixpkgs.url = github:NixOS/nixpkgs;
};
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
let let
@ -17,19 +19,5 @@
devShell.${system} = pkgs.mkShell { devShell.${system} = pkgs.mkShell {
inherit buildInputs; inherit buildInputs;
}; };
# defaultPackage.${system} = pkgs.stdenv.mkDerivation {
# name = "arnes.space";
# src = ./.;
# inherit buildInputs;
# buildPhase = ''
# ${pkgs.nodePackages.pnpm}/bin/pnpm install
# ${pkgs.nodePackages.pnpm}/bin/pnpm build
# '';
# installPhase = ''
# mkdir $out
# cp -r _site/* $out
# '';
# };
}; };
} }

View file

@ -1,37 +0,0 @@
---
title: Allowing Things to Break
---
# Allowing Things to Break
I have long toyed with the idea of creating a personal web page that I can use to express myself in a more liberal form than social media platforms allow. It makes sense for Twitter and others to be rigidly regulated, but for me it also takes a lot of the fun out of computing. It makes the universal machines much less universal, and less approachable to experimental exploration than they allow for.
It is hard to predict what something ends up being when you are just at the start of it, but I have an idea of it that may show in a small thing I've been working on in the last few days.
## The Situation We're In
Where I live we're nearing the third year of significant restrictions of daily life for the purpose of countering the spread of the Covid-19 pandemic. New virus strains have shown to be less harmful and calls for reopening get louder by the day.
I am not an expert in virology and not in managing a pandemic on a national scale. I do know that common psychological mechanisms in facing crises make it hard to see the impact of what exactly happens while it is still happening. It makes it easier to muster up the courage to carry on. The prospect of returning to a life as it was before promises the comfort of habit, of life as we already know it.
## Trying to Grasp
I think it is worth trying to take a step back and make yourself aware of the sheer scale of the crisis. There is loss and mourning that is not captured in countless dashboards and the meticulous data-gathering of vaccination rates. I did the most stupidly simple thing I could imagine: Count out the numbers. Not aggregate them, or try to make sense of them, deduce some clever insights to show myself how well prepared I am to cope with it. Just count them out.
I did this in the way I know how to do those things, by creating a small web page that is as self-contained as possible. You can find the result at https://arnes.space/pages/dimensions-of-covid
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 which is 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.
A large number without any context are often problematic and I am uncertain whether this works for anyone by me, but I found the effect that this naive approach had on me quite profound. A couple of observations that I made while creating this:
- The numbers are crunched and the page is generated quicker than I care for. 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_.
- Scrolling breaks in multiple ways and makes navigating hard. It probably makes no sense to navigate at all in something which seems endless.
- The text disappears and reappears in Chromium-based browsers while trying to move around on the page.
- The patterns formed by the dots cause slight optical illusions.
- …
I am quite fond that the artifact that resulted from this process has properties mirroring the crisis and its effects, and my felt disability of trying to come to terms with it in my day-to-day. It is also quite unlike many other websites in that it forces everything to slow down around it instead of speeding it up.
## And now?
The data will continue to be updated daily and I plan to keep the website up and running. I hope to continue to find time and for small experiments like these. It is probably not the last crisis.

View file

@ -0,0 +1,41 @@
---
title: Allowing Things to Break
---
# Allowing Things to Break
I have long toyed with the idea of creating a personal web page that I can use to express myself more freely than social media platforms allow. It makes sense for Twitter and others to be somewhat rigidly regulated to make everybody shout at least a bit less loudly. It also makes the universal machines on our desktops and in our pockets appear much less universal, and less approachable to experimental exploration than they allow for.
It is hard to predict what this page / blog / space ends up being when I'm just writing the first couple of words of hopefully many more, but I have an idea of it that may show in a small thing I've been working on in the last few days.
## The Situation We're In
Where I live we're nearing the third year of significant restrictions of daily life for the purpose of countering the spread of the Covid-19 pandemic. New virus strains have shown to be less harmful and calls for reopening get louder by the day.
At the same time we're dealing with a three digit number number of daily deaths, something that was shocking just one year ago and now is barely mentioned. There was at some point a global compassion, solidarity and a sense that what is going on _affects all of us_, but this also seems gone now. Every country seeks to reign within the small confines of its borders and the prospect of returning to a life as it was before promises seems to be the best thing we can hope for. Muster up the courage and carry on.
## Trying to Grasp
I think it is worth trying to take a step back and make yourself aware of the sheer scale of this crisis hyper-object that is all around us. Countless dashboards promise scientific accuracy and rigor, but there is loss and mourning that is not captured by meticulous data-gathering.
I did the most stupidly simple thing I could imagine: Count out the numbers. Not aggregate them, or try to make sense of them, deduce some clever insights to show myself how well prepared I am. Just count them out.
I did this in the way I know how to do those things, by creating a small web page that is as self-contained as possible. You can find the result at [https://arnes.space/pages/dimensions-of-covid](https://arnes.space/pages/dimensions-of-covid).
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 which is 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:
- 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_.
- Scrolling breaks in multiple ways and makes navigating hard. It probably makes no sense to navigate at all in something which seems endless.
- The text disappears and reappears in Chromium-based browsers while trying to move around on the page.
- The patterns formed by the dots cause slight optical illusions.
- …
I'm quite fond that the result of this little process of literally just counting and pointing out something that has been all around me has properties reflecting the crisis and its effects, especially my felt disability of trying to come to terms with it in my day-to-day. I also like that it forces everything around it to slow down.
## And now?
The data will continue to be updated daily and I plan to keep the page up and running. I hope to continue to find time and for small experiments like these, I'm sure I'll find other occasions.
If you are interested in the source code please take a look at [https://git.arnes.space/arne/wtf.nein.dimensions-of-covid](https://git.arnes.space/arne/wtf.nein.dimensions-of-covid).