diff options
author | gennyble <gen@nyble.dev> | 2024-04-18 03:20:13 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-18 03:20:13 -0500 |
commit | 661a12f60710520c2d3e5e23de92a9b88d036a9d (patch) | |
tree | 47458816ceae7232c88a67d858650a8902d561d0 /served/words | |
parent | 1abacf5cd3d0c847c5f188bbbd7c5232cc589396 (diff) | |
download | ∞-661a12f60710520c2d3e5e23de92a9b88d036a9d.tar.gz ∞-661a12f60710520c2d3e5e23de92a9b88d036a9d.zip |
Weeknotes 15
Diffstat (limited to 'served/words')
-rw-r--r-- | served/words/weeknotes/weeknotes-15.html | 34 | ||||
-rw-r--r-- | served/words/words.html | 1 |
2 files changed, 26 insertions, 9 deletions
diff --git a/served/words/weeknotes/weeknotes-15.html b/served/words/weeknotes/weeknotes-15.html index c4ab13a..2f5b7d3 100644 --- a/served/words/weeknotes/weeknotes-15.html +++ b/served/words/weeknotes/weeknotes-15.html @@ -6,19 +6,35 @@ style=../writing.css path-offset=1 weeknote=15 -#published=2024-04-13 03:30 -#updated=2024-04-13 04:11 +published=2024-04-18 03:18 --- -worked on awake a little bit :) +My birthday was this week! I advance slowly through time :) -parser-combinator kind of date parsing +I also did a few different things on my website: -atom feed generation :) +I got the Atom feed generating again! And that's the last thing I wanted working +before I published a weeknote! So I was able to publish +<a href="weeknotes-14.html">weeknotes 14</a> (very late). -birthday was this week :) +The webserver behind my website is called awake. I added a function for +parsing dates. It uses the <a href="https://crates.io/crates/time">time crate</a> +and can parse a date that may or may not have a time and timezone. The timezone +stuff only knows about US Central time because that's where I am and it's just a small +thing for me so I don't need to support all the chaos of international date-time. -better logging in awake. similar to alex's https://alexwlchan.net/privacy/ +Also with awake: I improved the logging a touch. Previously all I logged was the path +requested but now, with it, I stick an ID that should be unique to each client. Inspired by how +<a href="https://alexwlchan.net/privacy/">Alex Chan collects analytics</a>, I hash the +IP address, User Agent, and date to get a kind of unique ID. -added <a href="/things/memoryleak/">memoryleak/</a> to things. created sitiwera, too. -also things/ is no longer empty \ No newline at end of file +And towards the end of my week I put together a page for an old project I really enjoy. +I'd really like it if you looked at <a href="/things/memoryleak/">memoryleak</a>. I +might change the layout in the future, but I'm happy with it for the time being. + +<hr /> + +It feels a little rambly this week but so do I! And maybe that reflects my internal +state more completly. Hopefully I'll be on time next week. + +goodbye for now :) \ No newline at end of file diff --git a/served/words/words.html b/served/words/words.html index 7cc4d72..614fe34 100644 --- a/served/words/words.html +++ b/served/words/words.html @@ -16,6 +16,7 @@ The writing is part of the website <a href="/atom.xml">Atom Feed</a>. <section id="weeknotes-section"> <h2 id="weeknotes">weeknotes</h2> <ul id="weeknotes-list"> + <li><a href="weeknotes/weeknotes-15.html">15</a></li> <li><a href="weeknotes/weeknotes-14.html">14</a></li> <li>apr</li> <li>mar</li> |