From 153bd04b88e6b1ea299dab4f3bbff2b45ceb82ff Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 19 Aug 2024 18:59:37 -0500 Subject: from pugetsound ventura --- served/words/akkoma-postgres-migration.html | 0 served/words/alternate-ifc-formatting.html | 28 +++++++++++++ served/words/statement-of-intent.html | 6 --- served/words/weeknotes/2024/14.html | 55 +++++++++++++++++++++++++ served/words/weeknotes/2024/15.html | 42 +++++++++++++++++++ served/words/weeknotes/2024/17.html | 27 +++++++++++++ served/words/weeknotes/2024/20.html | 46 +++++++++++++++++++++ served/words/weeknotes/2024/sol.html | 62 +++++++++++++++++++++++++++++ served/words/weeknotes/weeknotes-14.html | 55 ------------------------- served/words/weeknotes/weeknotes-15.html | 42 ------------------- served/words/weeknotes/weeknotes-17.html | 27 ------------- served/words/weeknotes/weeknotes-18.html | 14 ------- served/words/weeknotes/what.html | 49 +++++++++++++++++++++++ served/words/words.css | 38 ++++++++++++++++++ served/words/words.html | 21 ++++++++-- served/words/writing.css | 0 16 files changed, 365 insertions(+), 147 deletions(-) mode change 100644 => 100755 served/words/akkoma-postgres-migration.html create mode 100755 served/words/alternate-ifc-formatting.html delete mode 100644 served/words/statement-of-intent.html create mode 100755 served/words/weeknotes/2024/14.html create mode 100755 served/words/weeknotes/2024/15.html create mode 100755 served/words/weeknotes/2024/17.html create mode 100755 served/words/weeknotes/2024/20.html create mode 100755 served/words/weeknotes/2024/sol.html delete mode 100644 served/words/weeknotes/weeknotes-14.html delete mode 100644 served/words/weeknotes/weeknotes-15.html delete mode 100644 served/words/weeknotes/weeknotes-17.html delete mode 100644 served/words/weeknotes/weeknotes-18.html create mode 100755 served/words/weeknotes/what.html mode change 100644 => 100755 served/words/words.css mode change 100644 => 100755 served/words/words.html mode change 100644 => 100755 served/words/writing.css (limited to 'served/words') diff --git a/served/words/akkoma-postgres-migration.html b/served/words/akkoma-postgres-migration.html old mode 100644 new mode 100755 diff --git a/served/words/alternate-ifc-formatting.html b/served/words/alternate-ifc-formatting.html new file mode 100755 index 0000000..41f19bf --- /dev/null +++ b/served/words/alternate-ifc-formatting.html @@ -0,0 +1,28 @@ +--- +template=post +title=Alternate IFC Formatting +style=/styles/post.css +style=writing.css + +published=2024-07-20 AHH TODO DATE +--- + +I really like weird date formats. The kind of stand-out alternate date format +in my mind is Arvelie +devised by Devine Lu Linvega. + +Arvelie splits the year into 26 months of 14 days each. + +--- + +Arvelie splits the year into 26 months of 14 days each. The year is "when you start journaling" +which I really, very much like. It makes it a kind of relative calendar to whatever you want. +It makes it feel a little more personal, I think. + +Each Arvelie month is a character in the alphabet. The year and day are zero-indexed +which means, if you started journaling in 2020, January 5rd of 2023 is 02A04. + +If you've done the math, 26 * 14, you'll notice there's a day missing—or +even two for leap years! Arvelie handles this rather elegantly. The Year Day, the +last day of the year, is notated with 01. So, with the same start year, +if it was December 31st, 2032, the date would be written was 12+01. \ No newline at end of file diff --git a/served/words/statement-of-intent.html b/served/words/statement-of-intent.html deleted file mode 100644 index 58c06f6..0000000 --- a/served/words/statement-of-intent.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -template=post -title=Introduction! And Statement of Intent -style=/styles/post.css -style=writing.css ---- \ No newline at end of file diff --git a/served/words/weeknotes/2024/14.html b/served/words/weeknotes/2024/14.html new file mode 100755 index 0000000..83af706 --- /dev/null +++ b/served/words/weeknotes/2024/14.html @@ -0,0 +1,55 @@ +--- +template=post +title=Weeknotes 14 +style=/styles/post.css +style=../writing.css +path-offset=1 + +weeknote=14 +published=2024-04-13 03:30 +updated=2024-04-13 11:38 + +description=Weeknotes! A beginning +--- + +weeknotes? weeknotes! they're like little status updates. slices of life? a +diary in short, small, broad chunks. + +I really like reading Nika's weeknotes +and her post About Weeknotes. +The way I display mine in words/ is directly inspired by +the way she does it, too. + +I've been wanting to start writing more (for a long time,,,) and I think +weeknotes will be a good way to start a routine of it. I very much enjoy that +it seems in the spirit of weeknotes to write only one or two sentences if you +truly did not do much. It feels warm and welcoming. Plus maybe now I can start +to remember what I do with my time :3 + +
+ +hello and happy weeknotes. + +I opened my first merge request at work this week! I work as a NOC Tech +(Network Operations Center Technician) but, due to the shift I work being fairly +not-much-happens, they gave me access to work on some code. The project I was +given is in Python, which I know very-not-well, so I had a reason to learn it +more and I've been enjoying exploring a new language. I haven't done it in +awhile! The MR seems to be going well, too, which is a relief. + +Other than that the only other thing, really, is weeknotery! And a touch of work +on a personal project I'll talk about more next week ;) + +I'm still mulling over domain names. I've been thinking of medley.garden or +octavia.place. I went ahead and got octavia for a year after convincing from a +friend, but I'm still thinking about medley which maybe means I should go with +that and let octavia expire. + +
+ + +I'm going to aim to publish these on Sunday in the early morning, but won't kick +myself if I'm late by a day or two. It's currently early Saturday Which makes +this one ~6 days late :) + +It'll be alright. \ No newline at end of file diff --git a/served/words/weeknotes/2024/15.html b/served/words/weeknotes/2024/15.html new file mode 100755 index 0000000..cb2a726 --- /dev/null +++ b/served/words/weeknotes/2024/15.html @@ -0,0 +1,42 @@ +--- +template=post +title=Weeknotes 15 +style=/styles/post.css +style=../writing.css +path-offset=1 + +weeknote=15 +published=2024-04-18 03:18 + +description=Mainly website workings. +--- + +My birthday was this week! I advance slowly through time :) + +I also did a few different things on my website: + +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 +weeknotes 14 (very late). + +The webserver behind my website is called awake. I added a function for +parsing dates. It uses the time crate +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. + +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 +Alex Chan collects analytics, I hash the +IP address, User Agent, and date to get a kind of unique ID. + +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 memoryleak. I +might change the layout in the future, but I'm happy with it for the time being. + +
+ +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/weeknotes/2024/17.html b/served/words/weeknotes/2024/17.html new file mode 100755 index 0000000..c15d17e --- /dev/null +++ b/served/words/weeknotes/2024/17.html @@ -0,0 +1,27 @@ +--- +template=post +title=Weeknotes 17 +style=/styles/post.css +style=../writing.css +path-offset=1 + +weeknote=17 +published=2024-05-02 03:30 + +description=In-which not-much happened. +--- + +happy weeknotes :) + +it's been a high anxiety few weeks. I meant to write a weeknote last week but +everyday I simply did not. + +I haven't been able to sleep well for the past few weeks. The Sunday of this +week had me sleep for 12 hours, wake up for an hour or two of delerious +bed-laying, and then sleep for 12 more hours. + +That's all. It's been a slow few weeks of sleeplessness. + +(i bought dreamy.place as a new domain name maybe. I've been considering it.) + +bye. \ No newline at end of file diff --git a/served/words/weeknotes/2024/20.html b/served/words/weeknotes/2024/20.html new file mode 100755 index 0000000..380049c --- /dev/null +++ b/served/words/weeknotes/2024/20.html @@ -0,0 +1,46 @@ +--- +template=post +title=Weeknotes 20 +style=/styles/post.css +style=../writing.css +path-offset=1 + +weeknote=20 +published=2024-05-20 16:50 + +description=Might change how I do this; Starting a new project; Some work related worries. +--- + +hello again. it's been awhile. + +I am still getting the hang of this. I might change the calendar system I use +for this and how frequently I post and also the URLs. I might change everything. + +i had a weeknote 18 draft here that only said "opengraph stuff in awake". +awake is the name of the webserver behind this website and i guess i implemented +opengraph stuff that week. you can see it if you link the following somewhere +that makes an embed: https://nyble.dev/things/memoryleak/ +(if i remember: i will add a screenshot of how it looks on cohost when i get + images working in the RSS feed) + +as for this week: i've started to try and parse what I want to call "raw weather +radar data". It's the data from the US' NEXRAD radars and maybe more properly known +as NEXRAD Level II data. It's been fun! I might write a little project thing on it. + +I worked 2x 12 hour shifts becuase a coworker wanted PTO which means i collected +a workday of overitme but also that I am very tired. + +The company I work at is seemingly pretty volatile and I am starting to doubt my +job security. I am applying to places across the country in Seattle in a +dreamy hopefulness. + +I exited my workday today Sunday with a kind of gentle determination. It's a mental +state I quite enjoy but rarely find myself graced with. In that determination I +made a list of things I would like to do. One of the entries is to Rest and I think +it should be on every ToDo list I make form now on. (update: I rested) + + + +that's it for now. see you whenever~ \ No newline at end of file diff --git a/served/words/weeknotes/2024/sol.html b/served/words/weeknotes/2024/sol.html new file mode 100755 index 0000000..e0ba7a8 --- /dev/null +++ b/served/words/weeknotes/2024/sol.html @@ -0,0 +1,62 @@ +--- +template=post +title=Sol Weeknotes +style=/styles/post.css +style=../writing.css +path-offset=2 + +#weeknote=20 +published=2024-07-20 09:00 + +description=wherein she briefly explains her absence and introduces a new calendar system +--- + +
+
month bounds (gregorian calendar)
+
start: June 18th, 2024
+
end: July 15th, 2024
+
+ +Dear _, + +It's been a doozy these last days! Here's what happened: + +I worked a bit on colorsquash. It's a project +I like a good bit! I don't know how to write about it so it's project page is +a touch sparse for now. + +Colorsquash is what first prompted a now-dear friend to message me after I +posted some about it on Twitter. That same friend submitted a PR back at the +beginning of the year that I finally merged (<3 and sorry it took so long) to +add a new quantization method. Thank you! It's very neat. + +After that I went to the emergency room a few times and was essentially told +"you are having anxiety attacks" which might be true, the symptoms seem to fit!, +but some things about it don't make sense. Regardless, I've been pretty slow to +start doing things again. + +But I've got tired of watching Dimension 20 and miscellaneous YouTube videos. +Don't get me wrong, Dimension 20 rocks! It's just that when it's all I do it can +get a little much. (I still love A Starstruck Odyssey which I watch seemingly + once a year. It's very good. I also watched A Crown of Candy recently which + I adore fervently. It's fantastic.) + +So I wrote a little about weeknotes! To have something to link to from the +words/ page. It's called +What? Weeknotes. + +In it I talk about the calendar system I want to start using here, the International +Fixed Calendar (IFC), which I just think is fun :) I want to write more about it +later, so I guess look for that? + +This note is for the month of Sol (which is the added 13th month in the IFC; the +month after June). The entire month! All 28 days. + +(not strictly part of this note, but a passed missed one: I revived an old page + to show a friend. Go look at it please; I like it a lot. It's poetry or prose + or something~ __.html—a thing about names) + + +
+

Sincerely,
genny +

\ No newline at end of file diff --git a/served/words/weeknotes/weeknotes-14.html b/served/words/weeknotes/weeknotes-14.html deleted file mode 100644 index 83af706..0000000 --- a/served/words/weeknotes/weeknotes-14.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -template=post -title=Weeknotes 14 -style=/styles/post.css -style=../writing.css -path-offset=1 - -weeknote=14 -published=2024-04-13 03:30 -updated=2024-04-13 11:38 - -description=Weeknotes! A beginning ---- - -weeknotes? weeknotes! they're like little status updates. slices of life? a -diary in short, small, broad chunks. - -I really like reading Nika's weeknotes -and her post About Weeknotes. -The way I display mine in words/ is directly inspired by -the way she does it, too. - -I've been wanting to start writing more (for a long time,,,) and I think -weeknotes will be a good way to start a routine of it. I very much enjoy that -it seems in the spirit of weeknotes to write only one or two sentences if you -truly did not do much. It feels warm and welcoming. Plus maybe now I can start -to remember what I do with my time :3 - -
- -hello and happy weeknotes. - -I opened my first merge request at work this week! I work as a NOC Tech -(Network Operations Center Technician) but, due to the shift I work being fairly -not-much-happens, they gave me access to work on some code. The project I was -given is in Python, which I know very-not-well, so I had a reason to learn it -more and I've been enjoying exploring a new language. I haven't done it in -awhile! The MR seems to be going well, too, which is a relief. - -Other than that the only other thing, really, is weeknotery! And a touch of work -on a personal project I'll talk about more next week ;) - -I'm still mulling over domain names. I've been thinking of medley.garden or -octavia.place. I went ahead and got octavia for a year after convincing from a -friend, but I'm still thinking about medley which maybe means I should go with -that and let octavia expire. - -
- - -I'm going to aim to publish these on Sunday in the early morning, but won't kick -myself if I'm late by a day or two. It's currently early Saturday Which makes -this one ~6 days late :) - -It'll be alright. \ No newline at end of file diff --git a/served/words/weeknotes/weeknotes-15.html b/served/words/weeknotes/weeknotes-15.html deleted file mode 100644 index cb2a726..0000000 --- a/served/words/weeknotes/weeknotes-15.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -template=post -title=Weeknotes 15 -style=/styles/post.css -style=../writing.css -path-offset=1 - -weeknote=15 -published=2024-04-18 03:18 - -description=Mainly website workings. ---- - -My birthday was this week! I advance slowly through time :) - -I also did a few different things on my website: - -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 -weeknotes 14 (very late). - -The webserver behind my website is called awake. I added a function for -parsing dates. It uses the time crate -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. - -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 -Alex Chan collects analytics, I hash the -IP address, User Agent, and date to get a kind of unique ID. - -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 memoryleak. I -might change the layout in the future, but I'm happy with it for the time being. - -
- -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/weeknotes/weeknotes-17.html b/served/words/weeknotes/weeknotes-17.html deleted file mode 100644 index c15d17e..0000000 --- a/served/words/weeknotes/weeknotes-17.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -template=post -title=Weeknotes 17 -style=/styles/post.css -style=../writing.css -path-offset=1 - -weeknote=17 -published=2024-05-02 03:30 - -description=In-which not-much happened. ---- - -happy weeknotes :) - -it's been a high anxiety few weeks. I meant to write a weeknote last week but -everyday I simply did not. - -I haven't been able to sleep well for the past few weeks. The Sunday of this -week had me sleep for 12 hours, wake up for an hour or two of delerious -bed-laying, and then sleep for 12 more hours. - -That's all. It's been a slow few weeks of sleeplessness. - -(i bought dreamy.place as a new domain name maybe. I've been considering it.) - -bye. \ No newline at end of file diff --git a/served/words/weeknotes/weeknotes-18.html b/served/words/weeknotes/weeknotes-18.html deleted file mode 100644 index fc5c30a..0000000 --- a/served/words/weeknotes/weeknotes-18.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -template=post -title=Weeknotes 18 -style=/styles/post.css -style=../writing.css -path-offset=1 - -weeknote=18 -#published=2024-05-02 03:30 - -#description=In-which not-much happened. ---- - -opengraph stuff in awake \ No newline at end of file diff --git a/served/words/weeknotes/what.html b/served/words/weeknotes/what.html new file mode 100755 index 0000000..b28a413 --- /dev/null +++ b/served/words/weeknotes/what.html @@ -0,0 +1,49 @@ +--- +template=post +title=What? Weeknotes. +style=/styles/post.css +style=../writing.css +path-offset=1 + +published=2024-05-20 16:50 + +description=What? Weeknotes: An Explanation +--- + +weeknotes are a summary of what happened during a week/month/period-of-time. +yes, they're called weeknotes but they can be published at any frequency :) + +time isn't real. + +i aim to write a weeknote every fourteen days. so it's kind of like biweekly +notes (if you want to use the weird biweekly where it's every two weeks + and not twice a week which maybe makes more- nevermind) + +a weeknote could be about personal projects—weird software, poetry, photography— +or about stuff that happened at work: a weeknote can be whatever you want it to be. + +a lot of people, myself included, like to use weeknotes to keep track of what +they're doing. to keep a record and to remember that, yes, you do do things +no matter how loud your brain is yelling right now. + +

the weird dates in my weeknotes

+ +i like weird date formats, a lot!, so i am using the International Fixed Calendar +(IFC) to note my weeks. It's pretty easy to understand, but not too easy to convert +between IFC and the Gregorian Calendar. + +The rundown is:
+Every month is 28 days. There is an extra month after June called Sol. The last +day of the year is extra. It's called the Year Day and it's not part of any week +but it is December 29th. + +During leap years there is a day after June and before Sol: June 29th. It's the +Leap Day and also does not belong to a week. + +\(read about IFC on wikipedia) + +Since I week-a-note every two, I name the first weeknote "early" and the last two +"late". So, in rhythm, it'll be something like: Early June, Late June, Early Sol, +Late Sol, etc. + +That's it for What? Weeknotes.. Go read'm? They're listed in words/ \ No newline at end of file diff --git a/served/words/words.css b/served/words/words.css old mode 100644 new mode 100755 index 94b4206..90a888b --- a/served/words/words.css +++ b/served/words/words.css @@ -5,6 +5,8 @@ div { #weeknotes-section { grid-column: 2 / 3; + display: flex; + flex-direction: column; } #written { @@ -22,6 +24,42 @@ div { flex-wrap: wrap; } +#what-weeknotes { + align-self: end; + margin-top: -0.75rem; + font-weight: normal; +} + +#weeknotes-ifc { + padding: 0; + margin: 0.25rem 0 0.75rem 0; + display: grid; + grid-template-columns: min-content 1fr 1fr; + column-gap: 1rem; + list-style: none; +} + +#weeknotes-early-only { + grid-column: 2 / 4; + padding-right: calc(50% + 1.5rem); + text-align: right; +} + +.early { + text-align: right; + padding-right: 1rem; +} + +.late { + text-align: left; +} + +.month { + text-align: center; + grid-column: 2 / 4; + padding-right: 1rem; +} + h2 { margin: 0 0 1rem 0; } diff --git a/served/words/words.html b/served/words/words.html old mode 100644 new mode 100755 index fc606fa..76de6f9 --- a/served/words/words.html +++ b/served/words/words.html @@ -15,12 +15,27 @@ The writing is part of the website Atom Feed.

weeknotes

+

what?

+
    +
  • sol
  • +
  • complete
  • +
  • jun
  • +
  • early
  • +
  • late
  • +
    +
  • 23
  • +
  • jun
  • +
  • 22
  • +
  • 21
  • +
  • 20
  • +
  • 19
  • +
  • 18
  • may
  • -
  • 17
  • +
  • 17
  • 16
  • -
  • 15
  • -
  • 14
  • +
  • 15
  • +
  • 14
  • apr
  • mar
  • feb
  • diff --git a/served/words/writing.css b/served/words/writing.css old mode 100644 new mode 100755 -- cgit 1.4.1-3-g733a5