]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Update files from notes
authorRuben Beltran del Rio <redacted>
Sun, 10 Mar 2024 11:24:34 +0000 (12:24 +0100)
committerRuben Beltran del Rio <redacted>
Sun, 10 Mar 2024 11:24:34 +0000 (12:24 +0100)
.plan
learning.txt

diff --git a/.plan b/.plan
index bd7ba48cd3b2274d93c0872c8d2a327bcfa58941..75d92119ea0b6d407ba81c287a058e03fd108e5c 100644 (file)
--- a/.plan
+++ b/.plan
@@ -1,11 +1,7 @@
 # My plan for now, roughly
 
 # My plan for now, roughly
 
-- Add the task labeling and rescheduling functionality to nota.nvim
+- Package blog and page for fedora, arch, and debian.
 
 
-    [2024-03-03] This is done. Adding scheduling was mostly a matter of text manipulation. Since I only use YYYY-MM-DD it works quite well. If people ever adopt it, I would consider adding flexibility.
+- Add gopher functionality (geomyidae) to page.
 
 
-- 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]
+[2024-03-10]
index e46de4ee67b0c4ffb588ff3ae3e2b18cdfb16fe6..ea937d7310efec58a608081e887cb66bd5f8a541 100644 (file)
@@ -1,3 +1,4 @@
+2024-03-09: I misunderstood how expect() works in rust. In a Result it won't return Err, it'll panic. .map_err() and ok_or_else() are a closer way to offer the same result.
 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-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().