From 153bd04b88e6b1ea299dab4f3bbff2b45ceb82ff Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 19 Aug 2024 18:59:37 -0500 Subject: from pugetsound ventura --- .gitignore | 0 .times | 139 ---------------------- .times-ignore | 0 readme.md | 0 served/bits/__.html | 128 ++++++++++++++++++++ served/bits/bits.css | 0 served/bits/bits.html | 1 + served/bits/poem.css | 0 served/bits/ramen-bowl.html | 0 served/bits/scrap/scrap.css | 0 served/bits/scrap/scrap.html | 0 served/bits/sillygifs/sillygifs.css | 0 served/bits/sillygifs/sillygifs.html | 0 served/bits/smoems.html | 0 served/bits/touching-grass/grass.vtt | 0 served/bits/touching-grass/touching-grass.css | 0 served/bits/touching-grass/touching-grass.html | 0 "served/bits/\360\237\214\246.css" | 70 +++++++++++ served/colorsquash/colorsquash.html | 94 --------------- served/faces/faces.css | 4 + served/faces/faces.html | 15 +++ served/home.html | 22 +++- served/styles/common.css | 0 served/styles/home.css | 47 ++++++++ served/styles/post.css | 8 ++ served/things/colorsquash/colorsquash.html | 112 +++++++++++++++++ served/things/memoryleak/files/did | 0 served/things/memoryleak/files/memoryleak.service | 0 served/things/memoryleak/files/memoryleak.timer | 8 ++ served/things/memoryleak/files/persistent | 0 served/things/memoryleak/memoryleak.css | 0 served/things/memoryleak/memoryleak.html | 0 served/things/sitiwera/sitiwera.html | 0 served/things/things.css | 0 served/things/things.html | 0 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 support/.times | 0 support/atom.conf | 24 +++- support/atom.xml | 0 support/keeplinks | 0 support/redirects | 0 templates/base.html | 0 templates/minimal.html | 0 templates/post.html | 0 59 files changed, 797 insertions(+), 387 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .times mode change 100644 => 100755 .times-ignore mode change 100644 => 100755 readme.md create mode 100755 served/bits/__.html mode change 100644 => 100755 served/bits/bits.css mode change 100644 => 100755 served/bits/bits.html mode change 100644 => 100755 served/bits/poem.css mode change 100644 => 100755 served/bits/ramen-bowl.html mode change 100644 => 100755 served/bits/scrap/scrap.css mode change 100644 => 100755 served/bits/scrap/scrap.html mode change 100644 => 100755 served/bits/sillygifs/sillygifs.css mode change 100644 => 100755 served/bits/sillygifs/sillygifs.html mode change 100644 => 100755 served/bits/smoems.html mode change 100644 => 100755 served/bits/touching-grass/grass.vtt mode change 100644 => 100755 served/bits/touching-grass/touching-grass.css mode change 100644 => 100755 served/bits/touching-grass/touching-grass.html create mode 100755 "served/bits/\360\237\214\246.css" delete mode 100644 served/colorsquash/colorsquash.html create mode 100755 served/faces/faces.css create mode 100755 served/faces/faces.html mode change 100644 => 100755 served/home.html mode change 100644 => 100755 served/styles/common.css mode change 100644 => 100755 served/styles/home.css mode change 100644 => 100755 served/styles/post.css create mode 100755 served/things/colorsquash/colorsquash.html mode change 100644 => 100755 served/things/memoryleak/files/did mode change 100644 => 100755 served/things/memoryleak/files/memoryleak.service create mode 100755 served/things/memoryleak/files/memoryleak.timer mode change 100644 => 100755 served/things/memoryleak/files/persistent mode change 100644 => 100755 served/things/memoryleak/memoryleak.css mode change 100644 => 100755 served/things/memoryleak/memoryleak.html mode change 100644 => 100755 served/things/sitiwera/sitiwera.html mode change 100644 => 100755 served/things/things.css mode change 100644 => 100755 served/things/things.html 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 mode change 100644 => 100755 support/.times mode change 100644 => 100755 support/atom.conf mode change 100644 => 100755 support/atom.xml mode change 100644 => 100755 support/keeplinks mode change 100644 => 100755 support/redirects mode change 100644 => 100755 templates/base.html mode change 100644 => 100755 templates/minimal.html mode change 100644 => 100755 templates/post.html diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.times b/.times old mode 100644 new mode 100755 index 8f16719..e69de29 --- a/.times +++ b/.times @@ -1,139 +0,0 @@ -,1710325922,1710325922,1711506795 -.times-ignore,1708577778,1708577778,1711506775 -.times,1710326012,1714751011,1714739088 -readme.md,1708577778,1708577778,1711506775 -.gitignore,1710325679,1713027560,1713080512 -updateTimes.sh,1708577778,1708577778,1714738967 -support,1709368202,1709368202,1711506795 -support/keeplinks,1708577778,1708577778,1711506795 -support/.times,1708577778,1708577778,1711506794 -support/atom.conf,1710984963,1714691851,1714739088 -support/atom.xml,1709463716,1713003381,1713003754 -support/redirects,1708577778,1708577778,1711506795 -templates,1709378595,1709378595,1711506795 -templates/post.html,1709194328,1713003734,1713003754 -templates/base.html,1709459819,1714750761,1714750761 -templates/minimal.html,1708593919,1708593919,1711506794 -served,1710488994,1714739019,1714739029 -served/home.html,1709310292,1709310292,1711506775 -served/.DS_Store,1708577778,1708577778,1711506775 -served/valid-atom.png,1709295369,1709295369,1711580013 -served/atom.xml,1712950507,1714692079,1714728602 -served/words,1710725237,1712999283,1712999312 -served/words/words.html,1709201376,1714729375,1714739003 -served/words/akkoma-postgres-migration.html,1709458342,1712999241,1713003601 -served/words/writing.css,1709378432,1712925255,1713003615 -served/words/words.css,1712487345,1714729322,1714739003 -served/words/statement-of-intent.html,1710331092,1710331092,1713003615 -served/words/weeknotes,1710725592,1714728719,1714728739 -served/words/weeknotes/weeknotes-17.html,1713428709,1714728521,1714738967 -served/words/weeknotes/weeknotes-14.html,1710726062,1714728516,1714739003 -served/words/weeknotes/weeknotes-18.html,1714728719,1714728739,1714739003 -served/words/weeknotes/weeknotes-15.html,1713000660,1714728547,1714739003 -served/styles,1709378278,1709378278,1711506795 -served/styles/home.css,1709310339,1709310339,1711506778 -served/styles/post.css,1709309810,1713001421,1713003775 -served/styles/common.css,1709310038,1713082043,1713082045 -served/bits,1710067313,1713001696,1713001699 -served/bits/bits.css,1709309896,1713001560,1713003775 -served/bits/poem.css,1709308779,1709308779,1711506776 -served/bits/smoems.html,1709461948,1712999085,1713003601 -served/bits/atom.xml,1712950507,1714692079,1714728602 -served/bits/bits.html,1709310176,1713080366,1713080470 -served/bits/ramen-bowl.html,1709458561,1712999034,1713003601 -served/bits/touching-grass,1708602571,1708602571,1711506795 -served/bits/touching-grass/grass_poster_alternate.jpg,1708602542,1708602542,1711579986 -served/bits/touching-grass/grass.mp4,1708602542,1708602542,1711506776 -served/bits/touching-grass/grass_poster.jpg,1708602542,1708602542,1711579967 -served/bits/touching-grass/grass_720p.mp4,1708602542,1708602542,1711506776 -served/bits/touching-grass/touching-grass.html,1709463806,1712999119,1713003601 -served/bits/touching-grass/grass.vtt,1708602542,1708602542,1711506776 -served/bits/touching-grass/touching-grass.css,1708605900,1708605900,1711506776 -served/bits/scrap,1708608183,1708608183,1711506795 -served/bits/scrap/.DS_Store,1708608052,1708608052,1711506775 -served/bits/scrap/scrap.html,1709463297,1709463297,1711506775 -served/bits/scrap/scrap.css,1708657179,1708657179,1711506776 -served/bits/scrap/grace-prehistory,1708608052,1708608052,1711506795 -served/bits/scrap/grace-prehistory/testchart_quarter.jpg,1708608052,1708608052,1711580016 -served/bits/scrap/grace-prehistory/top.jpg,1708608052,1708608052,1711580016 -served/bits/scrap/grace-prehistory/testchart.jpg,1708608052,1708608052,1711580015 -served/bits/scrap/grace-prehistory/20230915_152526.jpg,1708608052,1708608052,1711580014 -served/bits/scrap/grace-prehistory/20230915_152620.jpg,1708608052,1708608052,1711580014 -served/bits/scrap/grace-prehistory/top_third.jpg,1708608052,1708608052,1711580017 -served/bits/scrap/wrench-2023-08-07,1708608052,1708608052,1711506795 -served/bits/scrap/wrench-2023-08-07/wrench_third.jpg,1708608052,1708608052,1711580018 -served/bits/scrap/wrench-2023-08-07/wrench.jpg,1708608052,1708608052,1711580017 -served/bits/scrap/aeropostale-prehistory,1708608052,1708608052,1711506795 -served/bits/scrap/aeropostale-prehistory/20230915_145424.jpg,1708608052,1708608052,1711580013 -served/bits/scrap/aeropostale-prehistory/close_bottom.jpg,1708608052,1708608052,1711580013 -served/bits/scrap/aeropostale-prehistory/dramatic.jpg,1708608052,1708608052,1711580014 -served/bits/scrap/aeropostale-prehistory/20230915_145454.jpg,1708608052,1708608052,1711580013 -served/bits/scrap/aeropostale-prehistory/dramatic_third.jpg,1708608052,1708608052,1711580014 -served/bits/sillygifs,1708606021,1708606021,1711506795 -served/bits/sillygifs/0123456789.gif,1708605998,1708605998,1711579993 -served/bits/sillygifs/100_000.gif,1708605998,1708605998,1711579994 -served/bits/sillygifs/sillygifs.css,1708763451,1708763451,1713001756 -served/bits/sillygifs/1000.gif,1708605998,1708605998,1711579993 -served/bits/sillygifs/sillygifs.html,1708763356,1713001831,1713003601 -served/bits/sillygifs/100.gif,1708605998,1708605998,1711579993 -served/bits/sillygifs/1_000_000.gif,1708605998,1708605998,1711580002 -served/bits/sillygifs/10_000.gif,1708605998,1708605998,1711579995 -served/colorsquash,1710067376,1710067376,1711506795 -served/colorsquash/astro.jpg,1710067376,1710067376,1711579986 -served/colorsquash/colorsquash.html,1710067471,1710067471,1711506776 -served/colorsquash/astro_squash.gif,1710067376,1710067376,1711579987 -served/colorsquash/v0.1.0,1710067376,1710067376,1711506795 -served/colorsquash/v0.1.0/squash-v0.1.0_macos-aarch64.tar.gz,1710067376,1710067376,1711506776 -served/colorsquash/v0.1.0/squash-v0.1.0_windows-x64.zip,1710067376,1710067376,1711506776 -served/colorsquash/v0.1.0/squash-v0.1.0_macos-x64.tar.gz,1710067376,1710067376,1711506776 -served/colorsquash/v0.1.0/squash-v0.1.0_linux-aarch64.tar.gz,1710067376,1710067376,1711506776 -served/colorsquash/v0.1.0/squash-v0.1.0_linux-x64.tar.gz,1710067376,1710067376,1711506776 -served/things,1709311271,1713080037,1713080045 -served/things/things.html,1709311581,1713080106,1713080538 -served/things/things.css,1713080037,1713080045,1713080538 -served/things/memoryleak,1713027362,1713039780,1713039785 -served/things/memoryleak/memoryleak.css,1713033921,1713081853,1713082294 -served/things/memoryleak/memoryleak.html,1713027367,1714749902,1714749914 -served/things/memoryleak/images,1713030110,1713034814,1713038592 -served/things/memoryleak/images/ddr2_far.png,1713027514,1713027514,1713205906 -served/things/memoryleak/images/ddr2_closest.png,1713027514,1713027514,1713205906 -served/things/memoryleak/images/screenshot.png,1713034814,1713034814,1714693021 -served/things/memoryleak/images/ddr2.png,1713027514,1713027514,1713205904 -served/things/memoryleak/images/ddr2_closer.png,1713027514,1713027514,1713205906 -served/things/memoryleak/images/ddr2.nef,1713027514,1713027514,1713030128 -served/things/memoryleak/files,1713030984,1713039780,1713039784 -served/things/memoryleak/files/memoryleak.service,1713030325,1713030325,1713080500 -served/things/memoryleak/files/did,1713030355,1713030355,1713080500 -served/things/memoryleak/files/persistent,1713039394,1713039897,1713080500 -served/things/memoryleak/files/pull,1713030355,1713030673,1713080500 -served/things/memoryleak/files/pull_service,1713030355,1713030355,1713080500 -served/things/memoryleak/files/memoryleak.sh,1713030325,1713030325,1713080500 -served/things/memoryleak/files/filter.py,1713038519,1713041400,1713337851 -served/things/sitiwera,1713078117,1713078825,1713078899 -served/things/sitiwera/out.png,1713078126,1713078126,1713205892 -served/things/sitiwera/sitiwera.html,1713078825,1713079516,1713080538 -served/faces,1708605123,1708605123,1711506795 -served/faces/.DS_Store,1708577778,1708577778,1711506776 -served/faces/medley mélange,1708577778,1708577778,1711506795 -served/faces/medley mélange/face.jpg,1708577778,1708577778,1711579988 -served/faces/medley mélange/background.jpg,1708577778,1708577778,1711579987 -served/faces/medley mélange/face_3fourths.jpg,1708577778,1708577778,1711579988 -served/faces/medley mélange/background_weird.jpg,1708577778,1708577778,1711579987 -served/faces/triblur,1708577778,1708577778,1711506795 -served/faces/triblur/.DS_Store,1708577778,1708577778,1711506776 -served/faces/triblur/triblur_94.gif,1708577778,1708577778,1711579990 -served/faces/triblur/trichrideo.png,1708577778,1708577778,1711579990 -served/faces/triblur/triblur.png,1708577778,1708577778,1711579990 -served/faces/triblur/triblur_94.png,1708577778,1708577778,1711579990 -served/faces/triblur/triblur_2by3.png,1708577778,1708577778,1711579990 -served/faces/oct23,1708577778,1708577778,1711506795 -served/faces/oct23/spoon.jpg,1708577778,1708577778,1711579989 -served/faces/oct23/.DS_Store,1708577778,1708577778,1711506776 -served/faces/oct23/spoon_contrasted.jpg,1708577778,1708577778,1711579989 -served/faces/oct23/lights.jpg,1708577778,1708577778,1711579989 -served/faces/oct23/lights_banner.jpg,1708577778,1708577778,1711579989 -served/faces/seeing double,1708577778,1708577778,1711506795 -served/faces/seeing double/sidwalk_closed.jpg,1708577778,1708577778,1711579990 -served/faces/seeing double/.DS_Store,1708577778,1708577778,1711506776 -served/faces/seeing double/sidwalk_closed_1000p.jpg,1708577778,1708577778,1711579990 -served/faces/seeing double/face.jpg,1708577778,1708577778,1711579989 diff --git a/.times-ignore b/.times-ignore old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/served/bits/__.html b/served/bits/__.html new file mode 100755 index 0000000..e7aff8a --- /dev/null +++ b/served/bits/__.html @@ -0,0 +1,128 @@ +--- +template=post +title=🌦️ +category=writing +#Publish 2023-08-05 02:57 -0500 +style=/styles/post.css +style=🌦.css + +description=briefly, on names. maybe. +--- + + + +

on names, maybe

+ +

+ i really like names. the things people call themselves. these-these wonderous + groups of syllables traded; swapped; created out of thin air, some thoughts, and a whole lot of self. +

+

+ shorten them, lengthen them, throw the whole collection of letters away and start anew. + co-opt a word! move through and around and relax within. change them if you please! + regularly if you like. maybe even swap back, forth, and back again. +

+ +

+ here's a thing. posted originally + here + (dead link), but in a different form. i was playing a game once and saw them. we talked about their name, briefly, + for the five or so minutes we had. +

+ +

+ click the coloured bits
to reveal more text
+

+ +
+ e. +

i know i'm very strange; i get excited when people are nice and neat and cool and talk to + me when i play games such as these. your name is just very nice.

+
+ +

we all know i have a softspot for short-and-abstract and english-word names. yours happens to tickle me.

+
+ +

How short can a poem be? A sentence, a word, perhaps a letter? maybe it can be a carefully placed space, + floating there, meaning. we now know, though, that there's a two letter contender. it's e., see. +

+
+ +

could it be euler's number? possibly! estrogen? could be! maybe even nothing. a letter most common. + everything. “anything”, you said, “eye of the beholder”.

+
+ +

i'm a lot, don't worry, i know. but your name, those two letters. they've taken me. e. you + asked me! “what does it mean to you”. well, for the time being, and likely a little more—until + this memory slips by lost to the hazy abyss of those forgotten—it means you.

+
+
+
+
+
+ +

(and something more personal in the same presentation style)

+ +
+ most people know me by a name that the government does not. not the one that was given to me. +

they call me genny, short for Genevieve.

+
+ +

+ it was given to me, accidentally, by a now-good friend. genny first, + and then Genevieve. But it's not a given name. More offered and accepted. + I like it—that's why I use it!—but it's not perfect I don't + think. Not perfectly me I mean. +

+
+ +

+ I have a brain-disconnect. Between my body and my mind. + And I like a lot of names, some maybe even more than genny, but I don't think I can wear + them. Not openly and feel good about it. Names like +

+
+ Amelia +
+ Medley +
+ Inann +

+ Which sounds beautiful but I would be terrified to wear. What if someone saw me + wearing it? They'd say it's not mine. They'd know it's stolen. It can't possibly be mine. + How can a name such as that belong to someone that looks so +

+
+ unfitting +
+ undeserving +

+ someone so me. +

+
+
+
+
+
+
+
+
+ +

notes

+

+ this page was originally 🌦.html, but the links were showing up url encoded in discord + and elsewhere and, for some reason, firefox mobile was just not rendering + the sun-storm rain cloud. +

+

+ so now it's the double-underscore. which i think, "yeah, that might be better". if i go and + overanalyze it- (well don't do do that). why not? anyway, if we analyze it maybe too + much we can say it's a metaphor for my lack of solid identity and desire to flip-flop + between names a lot. "fill in name here". (that's dumb). hey, leave me alone, me. let + me have fun. +

+

+ i never do explain the emoji do i? i just like it. i use it in name fields a lot. the current + canon is that rain is my middle name. it's so unassuming, the sun-rain. there are no expectations. + just, maybe, that they're a little weird. or something. +

\ No newline at end of file diff --git a/served/bits/bits.css b/served/bits/bits.css old mode 100644 new mode 100755 diff --git a/served/bits/bits.html b/served/bits/bits.html old mode 100644 new mode 100755 index a7aa654..0e8f501 --- a/served/bits/bits.html +++ b/served/bits/bits.html @@ -11,6 +11,7 @@ style=bits.css

    +
  1. __.html — briefly, on names. maybe.
  2. ramen-bowl.html — a poem about my ramen noodel bowl
  3. touching-grass.html — a short video with an exciteable description
  4. smoems.html — transplanted poems from twitter
  5. diff --git a/served/bits/poem.css b/served/bits/poem.css old mode 100644 new mode 100755 diff --git a/served/bits/ramen-bowl.html b/served/bits/ramen-bowl.html old mode 100644 new mode 100755 diff --git a/served/bits/scrap/scrap.css b/served/bits/scrap/scrap.css old mode 100644 new mode 100755 diff --git a/served/bits/scrap/scrap.html b/served/bits/scrap/scrap.html old mode 100644 new mode 100755 diff --git a/served/bits/sillygifs/sillygifs.css b/served/bits/sillygifs/sillygifs.css old mode 100644 new mode 100755 diff --git a/served/bits/sillygifs/sillygifs.html b/served/bits/sillygifs/sillygifs.html old mode 100644 new mode 100755 diff --git a/served/bits/smoems.html b/served/bits/smoems.html old mode 100644 new mode 100755 diff --git a/served/bits/touching-grass/grass.vtt b/served/bits/touching-grass/grass.vtt old mode 100644 new mode 100755 diff --git a/served/bits/touching-grass/touching-grass.css b/served/bits/touching-grass/touching-grass.css old mode 100644 new mode 100755 diff --git a/served/bits/touching-grass/touching-grass.html b/served/bits/touching-grass/touching-grass.html old mode 100644 new mode 100755 diff --git "a/served/bits/\360\237\214\246.css" "b/served/bits/\360\237\214\246.css" new file mode 100755 index 0000000..882f4d7 --- /dev/null +++ "b/served/bits/\360\237\214\246.css" @@ -0,0 +1,70 @@ +.root { + max-width: 27rem; + margin: 0 auto; +} + +/* narrow */ +@media (max-width: 44rem) { + .root { + max-width: 60vw; + margin: 0 auto; + } +} + +.root>h1 { + font-size: 1.25em; + padding: 8px; +} + +details.arrow:not([open])>summary::after { + content: '→'; + color: var(--color-a); + margin: 0 4px; +} + +details.arrow[open]>summary::after { + content: '–'; + color: var(--color-a-dim); + margin: 0 4px; +} + +details.more, +details.arrow { + margin-top: 8px; +} + +details.more>p, +details.arrow>p { + display: inline; +} + +details.more>summary, +details.arrow>summary { + display: inline; + list-style-type: none; +} + +details.more>summary::-webkit-details-marker, +details.arrow>summary::-webkit-details-marker { + display: none +} + +details.more:not([open])>summary::before { + content: '[+]'; + color: var(--color-a); +} + +details.more[open]>summary::before { + content: '[-]'; + margin: 0 2px; + color: var(--color-a-dim); +} + +h2 { + font-size: 1em; +} + +#notes, +.notes { + font-size: 0.75rem; +} \ No newline at end of file diff --git a/served/colorsquash/colorsquash.html b/served/colorsquash/colorsquash.html deleted file mode 100644 index 982eeb6..0000000 --- a/served/colorsquash/colorsquash.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -template=post -title=Colorsquash ---- -[@paragraphs off] - - - -
    -
    - a small dog laying on a concrete floor in an industrial building -
    24bit rgb
    -
    - -
    - the same image in 256 color. there are some visual differences, but the two images look very similar -
    256 color indexed
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PlatformSize
    Windows x64295K
    Linux x641.3M
    Linux aarch641.3M
    MacOS x64444K
    MacOS ARM436K
    - -

    - GitHub's alright, but I think it'd be neat to host binaries here, too. They're still generated in GitHub's CI for now however. -

    - - \ No newline at end of file diff --git a/served/faces/faces.css b/served/faces/faces.css new file mode 100755 index 0000000..cbec8ba --- /dev/null +++ b/served/faces/faces.css @@ -0,0 +1,4 @@ +#faces img { + aspect-ratio: 1 / 1; + width: 5rem; +} \ No newline at end of file diff --git a/served/faces/faces.html b/served/faces/faces.html new file mode 100755 index 0000000..f231e77 --- /dev/null +++ b/served/faces/faces.html @@ -0,0 +1,15 @@ +--- +template=post +title=Faces | nyble.dev +style=/styles/post.css +style=faces.css +--- +[@paragraphs off] + +
    + + + + + +
    \ No newline at end of file diff --git a/served/home.html b/served/home.html old mode 100644 new mode 100755 index 74f25bf..b3e574f --- a/served/home.html +++ b/served/home.html @@ -5,7 +5,8 @@ style=/styles/home.css --- [@paragraphs off]
    - my face in 256 color with red and blue fringing + my face in few colors. my skin is pink and red with blue shadowing

    Contact~,.

    @@ -27,6 +28,9 @@ style=/styles/home.css I'm genny. I like to write software things.
    small, intentional tools and multimedia experiments are some of my favourite projects to work on.

    +

    + now being served on dreamy.place! +

    @@ -63,4 +67,20 @@ style=/styles/home.css
  6. words/ — technical writing, project updates, and weeknotes.
  7. + + \ No newline at end of file diff --git a/served/styles/common.css b/served/styles/common.css old mode 100644 new mode 100755 diff --git a/served/styles/home.css b/served/styles/home.css old mode 100644 new mode 100755 index 64c534b..be276b2 --- a/served/styles/home.css +++ b/served/styles/home.css @@ -47,6 +47,11 @@ header img { margin-top: 0; } +#notice { + font-style: italic; + text-align: center; +} + .thing-list { padding: 0.5rem 0; margin: 0; @@ -71,6 +76,37 @@ ul.thing-list { max-width: 25rem; } +#changelog { + margin: 0.5rem 1rem; + padding: 1rem 0; + border-top: 1px solid var(--text); +} + +#changelog h2 { + font-size: 1.5rem; + margin-bottom: 0.25rem; + display: inline-block; +} + +#changelog h3 { + font-size: 1rem; + font-weight: normal; + align-self: baseline; + display: inline-block; +} + +#changelog ul { + list-style: none; + padding: 0; + margin: 0; +} + +#changelog time { + color: var(--text-dim); + font-style: italic; + margin-right: 0.5rem; +} + @media (min-width: 40rem) { main { padding: 1rem 0; @@ -88,6 +124,13 @@ ul.thing-list { max-width: 25rem; } + p#notice { + /* there's too much space without this. only on desktop. i think it's + to do with the grid gap */ + margin-bottom: 0rem; + max-width: 100%; + } + #scrap { width: 100%; /* a padding on desktop so it falls below the multimedia heading and @@ -144,4 +187,8 @@ ul.thing-list { width: 15rem; float: right; } + + #changelog { + grid-column: 1 / 3; + } } \ No newline at end of file diff --git a/served/styles/post.css b/served/styles/post.css old mode 100644 new mode 100755 index 0cc6c82..946336f --- a/served/styles/post.css +++ b/served/styles/post.css @@ -12,4 +12,12 @@ margin-bottom: 1rem; gap: 1rem; +} + +body { + line-height: 1.5; +} + +p { + margin: 1.25rem 0; } \ No newline at end of file diff --git a/served/things/colorsquash/colorsquash.html b/served/things/colorsquash/colorsquash.html new file mode 100755 index 0000000..e8a61c6 --- /dev/null +++ b/served/things/colorsquash/colorsquash.html @@ -0,0 +1,112 @@ +--- +template=post +title=Colorsquash +style=/styles/post.css +style=memoryleak.css + +description=Colour quantizer +art=astro_squash.gif +art_alt=squashed dog +--- +[@paragraphs off] + + + +
    +
    + a small dog laying on a concrete floor in an industrial building +
    24bit rgb
    +
    + +
    + the same image in 256 color. there are some visual differences, but the two images look very similar +
    256 color indexed
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PlatformSize
    Windows x64463K
    Linux x64460K
    Linux aarch64463K
    MacOS x64424K
    MacOS ARM413K
    + squash v0.3.0 +
    +[@paragraphs on] + +colorsquash is a tool for squishing your image into only 256 distinct colours, +allowing it to fit in a GIF or indexed PNG. It tries to do this with as little +change as possible. + + \ No newline at end of file diff --git a/served/things/memoryleak/files/did b/served/things/memoryleak/files/did old mode 100644 new mode 100755 diff --git a/served/things/memoryleak/files/memoryleak.service b/served/things/memoryleak/files/memoryleak.service old mode 100644 new mode 100755 diff --git a/served/things/memoryleak/files/memoryleak.timer b/served/things/memoryleak/files/memoryleak.timer new file mode 100755 index 0000000..e1c4e72 --- /dev/null +++ b/served/things/memoryleak/files/memoryleak.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Timer for Memoryleak + +[Timer] +OnUnitActiveSec=7h + +[Install] +WantedBy=timers.target diff --git a/served/things/memoryleak/files/persistent b/served/things/memoryleak/files/persistent old mode 100644 new mode 100755 diff --git a/served/things/memoryleak/memoryleak.css b/served/things/memoryleak/memoryleak.css old mode 100644 new mode 100755 diff --git a/served/things/memoryleak/memoryleak.html b/served/things/memoryleak/memoryleak.html old mode 100644 new mode 100755 diff --git a/served/things/sitiwera/sitiwera.html b/served/things/sitiwera/sitiwera.html old mode 100644 new mode 100755 diff --git a/served/things/things.css b/served/things/things.css old mode 100644 new mode 100755 diff --git a/served/things/things.html b/served/things/things.html old mode 100644 new mode 100755 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 diff --git a/support/.times b/support/.times old mode 100644 new mode 100755 diff --git a/support/atom.conf b/support/atom.conf old mode 100644 new mode 100755 index 4ce8bb5..0ea52c3 --- a/support/atom.conf +++ b/support/atom.conf @@ -17,18 +17,30 @@ Feed sitewide Link https://nyble.dev/words/akkoma-postgres-migration.html Id https://nyble.dev/atom/writing-1/akkoma-postgres-migration - Entry words/weeknotes/weeknotes-14.html - Link https://nyble.dev/words/weeknotes/weeknotes-14.html + Entry words/weeknotes/2024/14.html + Link https://nyble.dev/words/weeknotes/2024/14.html Id https://nyble.dev/atom/writing-2/weeknotes-14 - Entry words/weeknotes/weeknotes-15.html - Link https://nyble.dev/words/weeknotes/weeknotes-15.html + Entry words/weeknotes/2024/15.html + Link https://nyble.dev/words/weeknotes/2024/15.html Id https://nyble.dev/atom/writing-3/weeknotes-15 - Entry words/weeknotes/weeknotes-17.html - Link https://nyble.dev/words/weeknotes/weeknotes-17.html + Entry words/weeknotes/2024/17.html + Link https://nyble.dev/words/weeknotes/2024/17.html Id https://nyble.dev/atom/writing-4/weeknotes-17 + Entry words/weeknotes/2024/20.html + Link https://nyble.dev/words/weeknotes/2024/20.html + Id https://nyble.dev/atom/writing-5/weeknotes-20 + + Entry words/weeknotes/what.html + Link https://nyble.dev/words/weeknotes/what.html + Id https://nyble.dev/atom/writing-6/weeknotes-what + + Entry words/weeknotes/2024/sol.html + Link https://nyble.dev/words/weeknotes/2024/sol.html + Id https://nyble.dev/atom/writing-7/weeknotes-sol + Feed bits Output bits/atom.xml diff --git a/support/atom.xml b/support/atom.xml old mode 100644 new mode 100755 diff --git a/support/keeplinks b/support/keeplinks old mode 100644 new mode 100755 diff --git a/support/redirects b/support/redirects old mode 100644 new mode 100755 diff --git a/templates/base.html b/templates/base.html old mode 100644 new mode 100755 diff --git a/templates/minimal.html b/templates/minimal.html old mode 100644 new mode 100755 diff --git a/templates/post.html b/templates/post.html old mode 100644 new mode 100755 -- cgit 1.4.1-3-g733a5