]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - learning.txt
Update files from notes
[rbdr/r.bdr.sh] / learning.txt
index a5f419d730d0cc007f28e513421c7965776181a9..e24145a1895c64e0b0b390441de4266c2c3c3c95 100644 (file)
@@ -1,3 +1,6 @@
+2025-02-20: text-decoration can set the line to "wavy", and can set the thickness.
+2025-01-25: Most rust SSL based libraries offer a "vendored" option to compile openssl from source, which makes it easier to cross-compile.
+2024-12-27: MacOS has information on focus state or do not disturb in ~/Library/DoNotDisturb/DB Assertions.json and ModeConfigurations.json
 2024-09-16: @FocusedValue and @FocusedBinding provide convenient ways to share values for the current view.
 2024-04-03: DDP doesn't work through Wi-Fi because of issues on how packets are transformed between Ethernet and Wi-fi, which messes up the Datagram :'(. Not all routers do, DD-WRT might!
 2024-03-31: You can run a security audit of your systemd units, and limit a lot how they're able to operate. This is very handy so even if I write some code that could be exploited, if I prevent the process from being able to do certain things, it reduces the exposure.