]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Update files from notes
authorRuben Beltran del Rio <redacted>
Fri, 8 Mar 2024 15:32:54 +0000 (16:32 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 8 Mar 2024 15:32:54 +0000 (16:32 +0100)
.plan
learning.txt

diff --git a/.plan b/.plan
index 3a655ce9136f690bb59fc35b1e39c71b2c2186d2..bd7ba48cd3b2274d93c0872c8d2a327bcfa58941 100644 (file)
--- a/.plan
+++ b/.plan
@@ -6,4 +6,6 @@
 
 - Finalize the template parser for blog 7.0.0
 
+    [2024-03-08] The template parser is finished! I ended up caving and using dependencies for serializing, but mostly to generate a timestamp. Up next will be to generate the archive. I reckon publish and remote will be easy as i use existing tools.
+
 [2024-03-02]
index 88c2e98c75a9a02f3dba9fe7eb35f91db3927fec..e46de4ee67b0c4ffb588ff3ae3e2b18cdfb16fe6 100644 (file)
@@ -1,3 +1,5 @@
+2024-03-06: The definition of the first week in the ISO standard is the one that contains january 4th.
+2024-03-06: In lua os.time() if you pass month 13 or month -1, it correctly calculates the next or previous year, so you don't have to manually do that math.
 2024-03-03: The string methods in lua are attached to the metatable so you can run them with :, but the table ones aren't so you always need table.method().
 2024-03-02: Lua regular expressions aren't fully compatible with regex :( (eg. you can't use the pipe operator)
 2024-02-16: scroll-behavior: smooth; gives JS-free smooth scrolling when navigating anchors.