diff --git a/articles/firefox-wasm-tail-call-benchmark/page.mmd b/articles/firefox-wasm-tail-call-benchmark/page.mmd index 7c6324b..08667b3 100644 --- a/articles/firefox-wasm-tail-call-benchmark/page.mmd +++ b/articles/firefox-wasm-tail-call-benchmark/page.mmd @@ -1,7 +1,7 @@ Title: Testing Firefox Wasm Tail Call Brief: Or why assumptions are not always correct. Date: 1708076705 -Tags: Wasm, Interpreters +Tags: Optimization, Wasm, Interpreters CSS: /style.css ### Lore ### diff --git a/articles/hand-opt-simplex-2d/page.mmd b/articles/hand-opt-simplex-2d/page.mmd index 647713c..9c70f23 100644 --- a/articles/hand-opt-simplex-2d/page.mmd +++ b/articles/hand-opt-simplex-2d/page.mmd @@ -1,7 +1,7 @@ Title: Hand Optimized Simplex 2D Brief: Results of messing around with moving and hoisting stuff around. Date: 1688995095 -Tags: Programming, GLSL, OpenGL +Tags: Programming, GLSL, OpenGL, Optimization CSS: /style.css ![](/articles/hand-opt-simplex-2d/noise.png) diff --git a/articles/neocities-cache/page.mmd b/articles/neocities-cache/page.mmd index 4d9aebd..e15c9a1 100644 --- a/articles/neocities-cache/page.mmd +++ b/articles/neocities-cache/page.mmd @@ -1,7 +1,7 @@ Title: Cached Neocities Uploads Brief: Making uploading of directories to Neocities less painful. Date: 1707585916 -Tags: Bash +Tags: Programming, Bash CSS: /style.css Quick and dirty Bash-based sha256sum checksum solution to create stamps for later checking and rejection.