about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2025-02-13 04:50:51 -0600
committergennyble <gen@nyble.dev>2025-02-13 04:50:51 -0600
commit5eff5804b521a9035162a222ff565f13c5da58e3 (patch)
treed61c763427d0910d56d191d736675f77707f5f90
parent4cb242a508dc55377b8ea92981a563bbac13c3ae (diff)
download∞-5eff5804b521a9035162a222ff565f13c5da58e3.tar.gz
∞-5eff5804b521a9035162a222ff565f13c5da58e3.zip
trip to a coffee shop redesign-2024-12
-rwxr-xr-xserved/bits/bits.html1
-rwxr-xr-xserved/bits/dunkin.html64
-rwxr-xr-xserved/home.html3
-rw-r--r--served/the-continuum/banners/2025-01-07/README.md1
-rw-r--r--served/the-continuum/banners/banners.html201
-rw-r--r--served/the-continuum/the-continuum.css23
-rw-r--r--served/the-continuum/the-continuum.html38
-rw-r--r--served/words/seeding-rng-physically.html16
-rw-r--r--served/words/weeknotes/2025/1.html80
-rw-r--r--served/words/weeknotes/2025/2.html56
-rw-r--r--served/words/weeknotes/2025/trip-to-a-coffee-shop.html102
-rwxr-xr-xserved/words/words.html3
-rwxr-xr-xserved/words/writing.css28
13 files changed, 613 insertions, 3 deletions
diff --git a/served/bits/bits.html b/served/bits/bits.html
index 1a6aaaa..b69e6a7 100755
--- a/served/bits/bits.html
+++ b/served/bits/bits.html
@@ -16,6 +16,7 @@ style=bits.css
 	<li><a href="__.html">__.html</a> &mdash; briefly, on names. maybe.</li>
 	<li><a href="touching-grass/">touching-grass.html</a> &mdash; a short video with an exciteable description</li>
 	<li><a href="smoems.html">smoems.html</a> &mdash; transplanted poems from twitter</li>
+	<li><a href="dunkin.html">dunkin.html</a> &mdash; anxiety ordering at dunkin'</li>
 	<li><a href="sillygifs/">sillygifs.html</a> &mdash; various sillily long counting gif</li>
 </ol>
 
diff --git a/served/bits/dunkin.html b/served/bits/dunkin.html
new file mode 100755
index 0000000..ceb4310
--- /dev/null
+++ b/served/bits/dunkin.html
@@ -0,0 +1,64 @@
+---
+template=post
+title=Dunkin' Order
+style=/styles/post.css
+#Category writing
+#QuarkedUp
+
+description=anxiety ordering at dunkin'
+published=2023-06-11 13:39
+---
+<style>
+	.order {
+		margin-left: 3rem;
+		width: calc(100% - 3rem);
+		font-style: italic;
+	}
+</style>
+
+I described to my sister once, a few weeks ago, about how I order at Dunkin' when she gets something,
+too, and she told me I needed therapy.
+
+i usually get an iced coffee and bacon, egg, and cheese on a bagel but. <br> when she gets things too
+it's too much. the food is the most important thing to get; coffee i can make but food is hard. so.
+
+she was concerned that they didn't get the vanilla right in "medium frozen chocolate, add vanilla". So i
+ordered the drink first.
+
+<p class="order">"Can I get, uh, a medium frozen chocolate. With vanilla added, too."</p>
+
+You have to separate the vanilla, see, so it stands out. Give it weight, significance, make it a
+palpable, physical object.
+
+And then she got a sausage egg and cheese on a croissant. but ordering two separate sandwiches is too
+much, god is it. and it sounded good, anyway. if i didn't order two i wouldn't have gotten anything, her
+order
+is more important.
+
+<p class="order">"and two sausage, egg, and cheese on a croissant"</p>
+
+the significant things are first and can stand alone as their own things. but she wanted hashbrowns and
+a donut. how do you overcome ordering FOUR things (remember, the sandwich is one thing just twice). you
+group them.
+
+<p class="order">"and can i get hashbrowns and a glazed donut as well?"</p>
+
+when i told her this she interpreted it as "so you didn't get anything you wanted, then". But i did. I
+wanted to get you what you wanted. And i just needed something to eat so the spiro didn't cause me
+distress. And I can make coffee at home, it's no problem.
+
+But it's important how you order it. A coffee and a coffee and a sandwich and a sandwich and hashbrowns
+and a donut is insurmountable. God, it's monolithic <i>(in a sense of "too big to be overcome")</i>. But
+a coffee and a sandwich (but twice) and a group of two small things? That's only three things, not six.
+
+It's achievable, I swear. Six is too many. Five is too many. Four might be too many. Three is alright.
+Two is perfect. One thing is okay if it's a drink. If it's food it's weird; they sell coffee and
+sometimes food.
+
+welcome to this head. it's nice, sometimes, and we overcome dumb problems that don't really exist in
+weird, silly ways that make sense to us.
+
+<p style="font-style: italic;">
+	this was originally posted <a href="https://twitter.com/gennyble/status/1667964675064049665">to
+		twitter</a>
+</p>
\ No newline at end of file
diff --git a/served/home.html b/served/home.html
index 8872dd7..f8df14c 100755
--- a/served/home.html
+++ b/served/home.html
@@ -22,7 +22,6 @@ style=/styles/home.css
 		</p>
 		<p>
 			There are living pages, updated when needed, for some <a href="things/">things/</a>.
-			Projects
 		</p>
 
 		<section id="contact">
@@ -37,7 +36,7 @@ style=/styles/home.css
 		</section>
 
 		<div id="banner-container">
-			<img id="banner" alt="" src="the-continuum/banners/2025-01-01/banner.gif" />
+			<img id="banner" alt="" src="the-continuum/banners/2025-02-12/banner.gif" />
 			<div id="banner-info">
 				<p>updated daily</p>
 				<a href="the-continuum/">the continuum</a>
diff --git a/served/the-continuum/banners/2025-01-07/README.md b/served/the-continuum/banners/2025-01-07/README.md
new file mode 100644
index 0000000..49c34e5
--- /dev/null
+++ b/served/the-continuum/banners/2025-01-07/README.md
@@ -0,0 +1 @@
+these should be called sunrise, not sunset. woops.
diff --git a/served/the-continuum/banners/banners.html b/served/the-continuum/banners/banners.html
index 403abc7..aa55321 100644
--- a/served/the-continuum/banners/banners.html
+++ b/served/the-continuum/banners/banners.html
@@ -6,9 +6,210 @@ style=banners.css
 ---
 
 <section id="banners">
+	<!--
+	<p>
+		2025-02-DATE
+		<img src="2025-02-DATE/banner.gif"
+			alt="ALT_TEXT" />
+	</p>
+	-->
 	<p>
 		2025-01-01
 		<img src="2025-01-01/banner.gif"
 			alt="a metal sign reading &quot;no scrap value steel wire&quot; pinned and nailed over wire going up a telephone pole" />
 	</p>
+	<p>
+		2025-01-02
+		<img src="2025-01-02/banner.gif"
+			alt="a fire hydrant in front of a row of tall, greened-leafy trees. the ground is scattered in leaves and dead grass" />
+	</p>
+	<p>
+		2025-01-03
+		<img src="2025-01-03/banner.gif"
+			alt="genny's and a large dog's eyes are inline with one another. their heads face roughly the same direction, but genny looks at the camera and moose, the dog, off to the right" />
+	</p>
+	<p>
+		2025-01-04
+		<img src="2025-01-04/banner.gif"
+			alt="a parallel port &quot;gender changer&quot;. it has the text &quot;r.o.c. patent 64314 gender changer&quot; on it in all caps" />
+	</p>
+	<p>
+		2025-01-05
+		<img src="2025-01-05/banner.gif"
+			alt="a blue plug with 25 holes; a parallel port. the holes are numbered. there are two larger screw holes off to either side." />
+	</p>
+	<p>
+		2025-01-06
+		<img src="2025-01-06/banner.gif"
+			alt="a wooden floorboard in my parents house. the grain is very smooth and curved. it concentrates around a filled in darker patch, possibly where a limb once jutted off?" />
+	</p>
+	<p>
+		2025-01-07
+		<img src="2025-01-07/banner.gif"
+			alt="a sunrise in orange and yellow and gentle pink. there is a water tower off in the distance, small in the frame." />
+	</p>
+	<p>
+		2025-01-08
+		<img src="2025-01-08/banner.gif"
+			alt="a lighthouse on the shore of lake michigan. it's a bit before noon and the sky is full of clouds with a hint of orange." />
+	</p>
+	<p>
+		2025-01-09
+		<img src="2025-01-09/banner.gif" alt="The spine of Nevada by Imogen Binnie" />
+	</p>
+	<p>
+		2025-01-10
+		<img src="2025-01-10/banner.gif"
+			alt="A yagi style antenna behind some powerlines, pointing toward the camera and to the right. the entire image is only 3 colours; the image is 3 shades of gray." />
+	</p>
+	<p>
+		2025-01-11
+		<img src="2025-01-11/banner.gif"
+			alt="a snowy driveway, slopped upwards. there is praire grass on one side, and a dense thicket of small stick-like trees the other. a white car is off the road, perpendicular to it, into the thicket." />
+	</p>
+	<p>
+		2025-01-12 (miss)
+		<img src="2025-01-12/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-13
+		<img src="2025-01-13/banner.gif"
+			alt="the silhouette of a telephone pole with a transformer and supporting distribution components mounted to it" />
+	</p>
+	<p>
+		2025-01-14 (miss)
+		<img src="2025-01-14/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-15
+		<img src="2025-01-15/banner.gif"
+			alt="tall, long, golden grass with green trees in the background. the trees have golden fringes from the color quantization being very lenient with colour matching." />
+	</p>
+	<p>
+		2025-01-16 (miss)
+		<img src="2025-01-16/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-17
+		<img src="2025-01-17/banner.gif" alt="a traffic light arm with two left-turn signals lit in red." />
+	</p>
+	<p>
+		2025-01-18
+		<img src="2025-01-18/banner.gif"
+			alt="Lady, the one eyed orange cat, looking into the camera. she is laying on a red couch, but not much of it is visible." />
+	</p>
+	<p>
+		2025-01-19
+		<img src="2025-01-19/banner.gif"
+			alt="A dramatically lit photo of the seam-edge of a blackout curtain. you can see the inner, window side and the more colourful, room side." />
+	</p>
+	<p>
+		2025-01-20 (miss)
+		<img src="2025-01-20/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-21 (miss)
+		<img src="2025-01-21/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-22
+		<img src="2025-01-22/banner.gif"
+			alt="An orange cat curled up in a blanket. only the cat is in focus. she is looking at the camera, gently, without raising her head." />
+	</p>
+	<p>
+		2025-01-23
+		<img src="2025-01-23/banner.gif"
+			alt="Kiwi, a black tortoiseshell cat with yellow-brown spots, laying by a water dish, drinking. the front of her body is dipped in the water and her tongue is out." />
+	</p>
+	<p>
+		2025-01-24
+		<img src="2025-01-24/banner.gif"
+			alt="Prairie grass heads in and out of focus. They look fluffy and soft to the touch. The colours have been cut to shades of grey and golden-yellow. It looks ethereal." />
+	</p>
+	<p>
+		2025-01-25 (miss)
+		<img src="2025-01-21/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-26
+		<img src="2025-01-26/banner.gif" alt="the eyes of a cat! they are a yellow-green and are wide open." />
+	</p>
+	<p>
+		2025-01-27
+		<img src="2025-01-27/banner.gif"
+			alt="abstract shapes of orange, pink, blue, green, and purple with black outlines. they are all touching; there is nowhere uncoloured." />
+	</p>
+	<p>
+		2025-01-28
+		<img src="2025-01-28/banner.gif"
+			alt="The top of a soup can, partially opened, with the tab on top torn off. It is no longer easily openable, now." />
+	</p>
+	<p>
+		2025-01-29
+		<img src="2025-01-29/banner.gif" alt="A large, multi-meter wide parabolic antenna at night." />
+	</p>
+	<p>
+		2025-01-30 (miss)
+		<img src="2025-01-30/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-01-31 (miss)
+		<img src="2025-01-31/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-02-01
+		<img src="2025-02-01/banner.gif"
+			alt="A close up of two telephone poles standing close together. There is a small railroad tie sticking out of the one on the left." />
+	</p>
+	<p>
+		2025-02-02
+		<img src="2025-02-02/banner.gif"
+			alt="A traffic light pole with a sign reading 246th Ave. and a green lit traffic light. In the background there are multiple telephone poles with wires streaking through the frame" />
+	</p>
+	<p>
+		2025-02-03 (miss)
+		<img src="2025-02-03/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-02-04 (miss)
+		<img src="2025-02-04/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-02-05
+		<img src="2025-02-05/banner.gif"
+			alt="Four hazardous material placards on a truck. Two are of the flammable liquid variety, indicating Ethanol and Heptanes, another indicates &quot;miscellaneous hazardous liquids&quot;, and the last is empty." />
+	</p>
+	<p>
+		2025-02-06
+		<img src="2025-02-06/banner.gif"
+			alt="A downed log with rotted mostly in half, separating two ends. The bark is covered in green moss and there are dead leaves surrounding, and slightly burying, it." />
+	</p>
+	<p>
+		2025-02-07
+		<img src="2025-02-07/banner.gif"
+			alt="A photo from high above a forest of trees. It's winter and most of them are leafless except a short row of evergreen. In the distant background there is a pale blue lake." />
+	</p>
+	<p>
+		2025-02-08 (miss)
+		<img src="2025-02-08/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-02-09 (miss)
+		<img src="2025-02-09/banner.gif" alt="an entirely black image. this day was missed." />
+	</p>
+	<p>
+		2025-02-10
+		<img src="2025-02-10/banner.gif"
+			alt="a wide shot in the middle of a surface highway where the road dissolves into infinity. there is a long, very large cloud in the sky. it is just about the only one." />
+	</p>
+	<p>
+		2025-02-11
+		<img src="2025-02-11/banner.gif"
+			alt="A sign on a lightpole reading &quot;divided&quot; with an arrow going to the left. THe sign has been divided in half. There are tops of streetlights in the background." />
+	</p>
+	<p>
+		2025-02-12
+		<img src="2025-02-12/banner.gif"
+			alt="A telephone pole with a transformer mounted to it. The wires going from the arcing-across lines make it look quite busy. The sky behind it is clouded and looks like it wants to gently storm." />
+	</p>
 </section>
\ No newline at end of file
diff --git a/served/the-continuum/the-continuum.css b/served/the-continuum/the-continuum.css
index 5a0243b..80d49b1 100644
--- a/served/the-continuum/the-continuum.css
+++ b/served/the-continuum/the-continuum.css
@@ -11,4 +11,27 @@
 	#info {
 		grid-column: 1;
 	}
+}
+
+form {
+	width: fit-content;
+	float: right;
+	margin: 0 0 0.25rem 0.5rem;
+}
+
+fieldset {
+	border: 1px dashed var(--text-dim);
+	padding: 0.5rem 0.25rem;
+}
+
+@media (max-width: 58rem) {
+	form {
+		width: 100%;
+		margin: 0 0 1rem 0;
+	}
+
+	fieldset {
+		border-width: 1px 0 1px 0;
+		padding: 0.5rem 0;
+	}
 }
\ No newline at end of file
diff --git a/served/the-continuum/the-continuum.html b/served/the-continuum/the-continuum.html
index 685b672..77367f2 100644
--- a/served/the-continuum/the-continuum.html
+++ b/served/the-continuum/the-continuum.html
@@ -6,6 +6,26 @@ style=the-continuum.css
 ---
 [@paragraphs off]
 
+<script>
+	let domId = document.getElementById.bind(document);
+	window.addEventListener('DOMContentLoaded', () => {
+		domId('skipset').addEventListener('change', continuumSelect);
+		continuumSelect();
+	});
+
+	function continuumSelect() {
+		let dontskip = domId('dontskip').checked;
+		let skip = domId('skip').checked;
+
+		let src = "continuum.png";
+		if (skip) {
+			src = "skipmiss-continuum.png";
+		}
+
+		domId('continuum').src = src;
+	}
+</script>
+
 <section id="info">
 	<p>The Continuum takes the updated-daily banners from the home page, compresses
 		their height to 1 pixel tall, and adds them to an ever alive image.</p>
@@ -18,6 +38,22 @@ style=the-continuum.css
 	<p>I suspect since the images are not part of a larger work, like a movie, this
 		may devolve into chaos. I welcome chaos! It'd be neat to see seasonal changes,
 		though, or some kind of pattern emerge.</p>
+
+	<form>
+		<fieldset id="skipset">
+			<input type="radio" name="skipmiss" id="dontskip" value="dont" checked />
+			<label for="dontskip">don't skip misses</label>
+
+			<input type="radio" name="skipmiss" id="skip" value="skip" />
+			<label for="skip">skip misses</label>
+		</fieldset>
+	</form>
+
+	<p>Sometimes I miss a day, I'm only human. To view the image with missed days
+		as entirely black images, select the "don't skip misses" option. To not
+		include those days at all, select "skip misses".
+	</p>
 </section>
 
-<img src="continuum.png" alt="" />
\ No newline at end of file
+<img id="continuum" src="continuum.png"
+	alt="a chaotic, horizontally stripped image. each line has a sort of rough calmness to it, but mushed together it all looks very busy" />
\ No newline at end of file
diff --git a/served/words/seeding-rng-physically.html b/served/words/seeding-rng-physically.html
new file mode 100644
index 0000000..a8d20c7
--- /dev/null
+++ b/served/words/seeding-rng-physically.html
@@ -0,0 +1,16 @@
+---
+template=post
+title=TODO TITLE
+style=/styles/post.css
+style=writing.css
+
+published=2024-11-13 7:24pm CST
+
+description=TODO DESCRIPTION
+art=images/sammy_dice_roll_hero.gif
+art_alt=TODO ART ALT
+---
+
+<img src="images/sammy_dice_roll_hero.gif" />
+
+meow :3
\ No newline at end of file
diff --git a/served/words/weeknotes/2025/1.html b/served/words/weeknotes/2025/1.html
new file mode 100644
index 0000000..646e576
--- /dev/null
+++ b/served/words/weeknotes/2025/1.html
@@ -0,0 +1,80 @@
+---
+template=post
+title=Weeknotes 1
+style=/styles/post.css
+style=../../writing.css
+path-offset=2
+
+weeknote=1
+published=2025-01-10 16:30
+
+description=one dot hach tee em ell
+---
+
+Hey, wow, it's 2025!
+
+I am going into this year with a lack of credit card debt (my car did a no-power-steering)
+and a deep tired
+in my bones. I've worked every day since December 11th. Well. Every night,
+since I'm still on night shift. I quite literally asked for it so I cannot seek
+sorrow! And yet. The overtime is nice, however.
+
+The year and a new project of mine started together. I know I know, who needs
+more of those. But it's fun! I think so, at least.
+
+I call it <a href="/the-continuum/">The Continuum</a>! Every day I post a
+banner to my homepage and update
+a continually-taller image with a 256x1 strip of pixels where it's height has
+been collapsed, averaging the colours.
+
+Here's to hope I make it for at least a few months without missing a day. I think
+I can make it all year! But we'll see how <i>that</i> goes now won't we.
+
+Anyway, the archives are cool. You should go look at them ;3
+<a href="/the-continuum/banners/">banners/</a>
+
+My favourite from the week <i>(in full glory)</i>:
+<img src="/the-continuum/banners/2025-01-03/banner.gif"
+	alt="genny's and a large dog's eyes are inline with one another. their heads face roughly the same direction, but genny looks at the camera and moose, the dog, off to the right" />
+
+That's me and a coworker's dog named Moose. I love Moose. He is the biggest
+goddamn dog I've ever seen! Oh, I cannot get over how goddamn big that
+goddamn dog is. He's so large! He's like a small bear!!
+
+And that's kind of all I did! Not a lot.
+
+Well, I started to play a Minecraft modpack called <i>Enigmatica 2: Expert</i>.
+I've never played a modpack before, really, so I did some looking around and
+this one seems to be well regarded! It is challenging and fun!
+
+<i style="color: var(--text-dim)">(in which she writes a lot about e2:e because it has
+	consumed so, so much of her time)</i>
+
+It seems that the Modpacks of yore were a lot of "here are some mods that work
+well together", but now they are "here are a lot of mods that work well together,
+a little because we made them work well together, and also we have like 600 quests
+to help guide you through them!"
+
+Which is to say: There is a lot of questing? Which was surprising? Often a quest
+reward will be a "Loot Box" which is a slot machine that doesn't require payment.
+You get, as far as I can tell, a random item from the game. One of my very early
+rolls was an "Ultimate Furnace". It is a very powerful endgame utility-thing.
+
+The Ultimate Furnace smelts an item in 2 ticks. Two <i>goddamn</i> ticks!
+What is 2 ticks,,, 100 milliseconds?
+That's cool enough. I would understand if it also consumed fuel at a rate
+proportional to the smelting increase. Like an item smelts in two ticks but
+coal only lasts like, 20 ticks. That would make sense to me! But no! The fuel
+burns at the same rate it does in a normal furnace! So you <i>know</i> I filled
+that thing with sticks. It's so, so nice.
+
+I made an Industrial Craft 2 Electric Furnace <i>(a quest asked me to)</i> and
+didn't use it at all because I had this could-kill-god furnace sitting here
+that didn't consume all my EU power and smelted <i>so</i> fast.
+
+<hr />
+
+okay, that's enough. this was late by three days. i did not bleed the new week
+into it even though i very much desired so!
+
+goodbye. see you next week!
\ No newline at end of file
diff --git a/served/words/weeknotes/2025/2.html b/served/words/weeknotes/2025/2.html
new file mode 100644
index 0000000..ff46e08
--- /dev/null
+++ b/served/words/weeknotes/2025/2.html
@@ -0,0 +1,56 @@
+---
+template=post
+title=Weeknotes 2
+style=/styles/post.css
+style=../writing.css
+path-offset=2
+
+weeknote=2
+published=2025-01-10 16:30
+
+description=poorly isolated 2nd week &blues
+---
+
+happy 2nd week 2025.
+
+we're feeling low, so it's lowercase again. this is poorly-isolated, some of the
+third week has come into this one, but that's okay. i am tired and trying to
+figure out when things happens, with poor record keeping, is a lot of work.
+
+nothing much happened! i bought, and later received, a sony a7s ii as well as
+two lens for it. a 28-70mm and a 50mm which has become, or will be if usps ever
+delivers it, the fastest/brightest/widest lens i own. this cost a majority of
+the overtime money i accumulated through most of december. i've been having fun
+with it! and i will share photos later, and hopefully video! eagerly.
+
+i am trying to try more. what i mean is, i am very tired and i want so hard to
+do things. i wrote to my sister&mdash;who receives a lot of my brain-thoughts (for
+very-much worse, i'm sure)&mdash;the following:
+
+<blockquote>
+	2025 will be my year. I will drag it, and it me, kicking and screaming. I will
+	be tired and uncomfortable and frustrated, sometimes I'm sure, but I will <b>try</b>.
+</blockquote>
+
+This is something I have tried to embody many times! Over the last months especially.
+Change does not need to happen at some milestone: The start of a new year, a birthday,
+an almost-died. I'm not sure it can, really, given the slowness of it all.
+
+Hey, when did I start capitalizing? Weird.
+
+I will try to fight the fatigue and the unfocus and the something-lacking rarely-motivation,
+yes especially that one, and I will try to slowly become more real.
+
+And I will embrace the weird and the messy and the whatever-the-fuck-publishing-this is.
+<i>(publishing, of course, carrying the meaning of only "to my website, sort-of tucked away".
+	which still counts, but seems gently insignificant)</i>
+
+<hr />
+
+There is not much <i>Enigmatica 2: Expert</i> progress. I keep falling asleep
+before I start playing it. It does not help, also, that my desk has become unusable
+due to the half-rearranged nature of my living quarters.
+
+Last time, however, I was writing with care for the separation of weeks! So I
+did not include that I'd achieved having built an IC2 nuclear reactor, which
+very much solved the "my macerator keeps eating all my power" problem.
\ No newline at end of file
diff --git a/served/words/weeknotes/2025/trip-to-a-coffee-shop.html b/served/words/weeknotes/2025/trip-to-a-coffee-shop.html
new file mode 100644
index 0000000..d8a98c4
--- /dev/null
+++ b/served/words/weeknotes/2025/trip-to-a-coffee-shop.html
@@ -0,0 +1,102 @@
+---
+template=post
+title=Weeknotes: Trip to A Coffee Shop
+style=/styles/post.css
+style=../../writing.css
+path-offset=2
+
+weeknote=6
+published=2025-02-11 20:35
+
+description=where i become a little more real. and drink some coffee.
+---
+<style>
+	.wkn {
+		color: var(--text-dim);
+	}
+</style>
+
+"i forgot my earbuds at home and i think i'm going to die. i pulled around the
+starbucks and nobody was inside except two people working. i can't go in now!</i>
+
+"i would leave, maybe go through the driveup, because there are not enough people
+inside and that's too much pressure to exist in, being one of only three people
+in a place and i don't know the other people. i can't Blend In.</i>
+
+"but some better version of myself, the Me that i want to be, would go in anyway
+and sit and be on her laptop. and i am trying to be that version of me, so i
+guess i have to go in."
+
+<hr class="asterism" />
+
+<p class="wkn">Hello again. It's been a bit.</p>
+
+<p class="wkn">Since I last wrote to you I've done not-much. I wrote an lzw decompressor for
+	my gif crate. It's 2,000x slower than the weezl crate which is what I was using before and
+	am still using.
+
+<p class="wkn">I didn't really think I'd get great performance, but I just wanted to be able
+	to say I did it. It's also a bit broken, but that's okay. I can fix it later :)</p>
+
+<hr class="asterism" />
+
+She stops the engine of her still-running car and flings the keys at her body in
+a "that's it, the engine is off" sort of movement. The door flings open. Her
+phone makes it into her pocket, just barely, and her body is flung from the vehicle
+without time for her to think about it.
+
+"I guess we're standing now", she exclaims entirely inward. The drivers door
+stays open as she retrieves her bag from the rear seats. Finally, as if sealing
+the doing-things deal, she uses the inside button to lock things and closes both doors.
+
+It's cold! You can tell because she's wrapped the cardigan further around
+herself.
+
+<hr class="asterism" />
+
+<p class="wkn">I always intend to write here. It's something I want to do and a thing I think is
+	good for my mental health and a habit I want to keep (rather, develop?).</p>
+
+<p class="wkn">It's hard! It's not supposed to be easy, perhaps. My thing-doing cycle is,
+	out of sync with the weeks. It feels like every two to three weeks I get a few days
+	where I can work on anything. Otherwise I am fairly nothing-doing. What I do on most
+	days I could not tell you. I'm working on fixing this, I think; I'm trying to claw
+	days back that would otherwise be lost to whatever it is that is taking them.</p>
+
+<hr class="asterism" />
+
+They asked her if she wanted a "for here mug" and it was gently confusing. That is
+not something she knew was real and actual. Paying, she sat down and opened a little
+notebook. It has writing taped to the cover with things like: "slowly! go slowly",
+"do a thing today!", "don't get paralyzed", "try!", etc.
+
+"Agenda", she writes on a page with a ripped-out corner. It should say "Dreams I Have
+For Today" or even "Aspirations of Doing", but the ripped-corner makes the available
+room rather minimal.
+
+<hr class="asterism" />
+
+<p class="wkn">I am writing to you from a coffee shop in Octavia, Wisconsin. That is not a real
+	place, but I will use it as a thin facade over the place I actually live. Plus
+	"Octavia" is really quite pretty.</p>
+
+<p class="wkn">I came here with dreams of doing; with an agenda to get some things done. To start
+	the next era of my life where I try really, very hard to get more done and love
+	myself more. I am sure, certain in fact&mdash;which is a synonym of sure but we're moving
+	past that&mdash;that this feeling of confidence that I can Exist will fade off and die,
+	but I will fight to keep it alive.</p>
+
+<hr class="asterism" />
+
+She sits at the table in the corner. The heat has just kicked on and it's giving pleasant,
+gentle warmth that is very much appreciated. She seems comfortable. It looks like she's
+making promises with herself, with some future and past versions thereof, and trying to
+keep her eyes dry. And smiling.
+
+In her notebook with phrases written on the cover such as <i>embrace the weird</i>, she writes:<br />
+"Note to selves: Forget your earbuds more often".
+
+<section id="signoff">
+	<pre>till next time,
+Mercy of Inann &<br/>Genevieve Raine</pre>
+</section>
\ No newline at end of file
diff --git a/served/words/words.html b/served/words/words.html
index 1c7694d..9c43d6d 100755
--- a/served/words/words.html
+++ b/served/words/words.html
@@ -17,6 +17,9 @@ The writing is part of the website <a href="/atom.xml">Atom Feed</a>.
 		<h2 id="weeknotes">weeknotes</h2>
 		<h3 id="what-weeknotes"><a href="weeknotes/what.html">what?</a></h3>
 		<ul class="wk-notes">
+			<li class="wk-long"><a href="weeknotes/2025/trip-to-a-coffee-shop.html">6: trip to a coffee shop</a></li>
+			<li><a href="weeknotes/2025/1.html">1</a></li>
+			<li class="wk-mark">2025</li>
 			<li class="wk-long"><a href="a-really-long-week.html">46: a really long week</a></li>
 			<li class="wk-mark">sep</li>
 			<li><a href="weeknotes/2024/sol.html">29</a></li>
diff --git a/served/words/writing.css b/served/words/writing.css
index bfe46a3..4ad23e1 100755
--- a/served/words/writing.css
+++ b/served/words/writing.css
@@ -61,4 +61,32 @@ q {
 q::before,
 q::after {
 	content: none;
+}
+
+img {
+	width: 100%;
+}
+
+.asterism {
+	border: 0;
+	width: 100%;
+	text-align: center;
+}
+
+.asterism::after {
+	content: "⁂";
+	text-align: center;
+	line-height: 1rem;
+	color: var(--text);
+}
+
+#signoff {
+	display: flex;
+	width: 100%;
+	justify-content: end;
+}
+
+#signoff pre {
+	font-family: inherit;
+	font-size: inherit;
 }
\ No newline at end of file