note chringel.dev

This commit is contained in:
Wouter Groeneveld 2022-08-01 14:05:50 +02:00
parent edd0bf497c
commit 9db9be257f
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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.")