add new tags

This commit is contained in:
veclav talica 2024-02-16 16:29:54 +05:00
parent 3ac4bc2965
commit f56f102530
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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