change things in some way

This commit is contained in:
osmarks
2025-05-18 14:09:06 +01:00
parent d057781e3c
commit f32abdf5b6
12 changed files with 672 additions and 45 deletions
+1 -1
View File
@@ -63,6 +63,6 @@ This comes with absolutely no guarantee of support or correct function, although
* `bmp280_prometheus.py` - read BMP280 temperature/pressure sensors and export as Prometheus metrics.
* `captive_portal.py` - automatically fill in captive portal forms (WIP).
* `scd4x_prometheus.py` - read SCD4x temperature/humidity/CO2 sensors and export as Prometheus metrics.
* `weight_painter.py` - paint arbitrary images into neural network weight matrices. Uses a permutation, so the distribution is preserved so training dynamics remain unaffected (so long as the network doesn't care about organization below the weight matrix level - this is not safe for attention heads etc).
* `weight_painter.py` - paint arbitrary images into neural network weight matrices. Uses a permutation, so the distribution is preserved so training dynamics should not be affected much.
* `cool-effect.glsl` - a nice effect I made by accident whilst trying to make a cooler one.
* `portable_monitor_wallmount.py` - very simple CADQuery script which generates a frame for my portable monitor's top/bottom bezels so it can be stuck to the wall and slid out easily.