From 9db9be257f2a6547b3f72c0881bd8a7f90a5a06b Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Mon, 1 Aug 2022 14:05:50 +0200 Subject: [PATCH] note chringel.dev --- content/notes/2022/08/01h14m00s34.md | 12 ++++++++++++ .../2022/07/the-2022-board-game-shelf-analysis.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 content/notes/2022/08/01h14m00s34.md diff --git a/content/notes/2022/08/01h14m00s34.md b/content/notes/2022/08/01h14m00s34.md new file mode 100644 index 00000000..a27d4f0b --- /dev/null +++ b/content/notes/2022/08/01h14m00s34.md @@ -0,0 +1,12 @@ +--- +date: 2022-08-01T14:00:34+02:00 +context: "https://chringel.dev/2022/07/indiewebify-me-and-dont-forget-my-webmentions/" +--- + +Awesome to read your IndieWeb adventure! + +> Also, I think my Webmention workflow is lacking. I need to implement a way to automatically rebuilt my site when new Webmentions are coming in. + +I never understood the need for "instant appearance" of comments on the site. Since I publish at regular intervals, that's not a problem for me, but if you really want, you could simply revert to client-side JS code. This is the Disqus and Webmention.io way. Do a `fetch()` to your Go-Jamming endpoint, and for each mention, build the HTML layout in JS, and replace it in the DOM. + +That way, every page is automatically up-to-date and you sidestep the Hugo regeneration needed part. diff --git a/content/post/2022/07/the-2022-board-game-shelf-analysis.md b/content/post/2022/07/the-2022-board-game-shelf-analysis.md index bc6d7acf..9a171c9b 100644 --- a/content/post/2022/07/the-2022-board-game-shelf-analysis.md +++ b/content/post/2022/07/the-2022-board-game-shelf-analysis.md @@ -65,7 +65,7 @@ Since I had to digitize the list anyway to gather some more interesting insights --- -I had some "research questions" (this _academitis_ fever is getting worse, sorry) that might accompany the data so I came up with two scatter plots: one with BGG's average score and one with my own rating applied to each game. The symbols and colors encode the plays column: red/upside-down triangle is barely played (`-`), orange/block is played quite a bit (`_`) and the green/upwards-pointing triangle represents many plays (`++`): +I had some "research questions" (this _academitis_ fever is getting worse, sorry) that might accompany the data so I came up with two scatter plots: one with BGG's average score and one with my own rating applied to each game. The symbols and colors encode the plays column: red/upside-down triangle is barely played (`-`), orange/block is played quite a bit (`+`) and the green/upwards-pointing triangle represents many plays (`++`): ![](../bggstats.jpg "A scatter plot of scores (x-axis) and game weight (y-axis) with plays encoded in the symbol.")