From 0c2b97a2b88e88f719d2bfb664a61857a331e452 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 3 May 2024 07:23:23 -0500 Subject: weeknote opengraph tags --- .times | 4 +- .../minecraft/diary/leaving-for-somewhere-new.html | 129 +++++++++++++++++++++ served/minecraft/minecraft.css | 30 +++++ served/minecraft/minecraft.html | 27 +++++ served/words/weeknotes/weeknotes-14.html | 2 + served/words/weeknotes/weeknotes-15.html | 2 + served/words/weeknotes/weeknotes-18.html | 14 +++ served/words/words.css | 4 + served/words/words.html | 3 + 9 files changed, 213 insertions(+), 2 deletions(-) create mode 100644 served/minecraft/diary/leaving-for-somewhere-new.html create mode 100644 served/minecraft/minecraft.css create mode 100644 served/minecraft/minecraft.html create mode 100644 served/words/weeknotes/weeknotes-18.html diff --git a/.times b/.times index 0ae6035..0b8f43e 100644 --- a/.times +++ b/.times @@ -1,6 +1,6 @@ ,1710325922,1710325922,1711506795 .times-ignore,1708577778,1708577778,1711506775 -.times,1710326012,1714738967,1713428424 +.times,1710326012,1714739003,1714738967 readme.md,1708577778,1708577778,1711506775 .gitignore,1710325679,1713027560,1713080512 updateTimes.sh,1708577778,1708577778,1714738967 @@ -26,7 +26,7 @@ served/words/writing.css,1709378432,1712925255,1713003615 served/words/words.css,1712487345,1714729322,1714729333 served/words/statement-of-intent.html,1710331092,1710331092,1713003615 served/words/weeknotes,1710725592,1714728719,1714728739 -served/words/weeknotes/weeknotes-17.html,1713428709,1714728521,1714728521 +served/words/weeknotes/weeknotes-17.html,1713428709,1714728521,1714738967 served/words/weeknotes/weeknotes-14.html,1710726062,1714728516,1714728519 served/words/weeknotes/weeknotes-18.html,1714728719,1714728739,1714728739 served/words/weeknotes/weeknotes-15.html,1713000660,1714728547,1714728558 diff --git a/served/minecraft/diary/leaving-for-somewhere-new.html b/served/minecraft/diary/leaving-for-somewhere-new.html new file mode 100644 index 0000000..ced9b7c --- /dev/null +++ b/served/minecraft/diary/leaving-for-somewhere-new.html @@ -0,0 +1,129 @@ +--- +template=post +title=Leaving For Somewhere New +style=/styles/post.css +style=writing.css +style=../minecraft.css +--- + + + + +a large grassy hill with a river around it. we're standing on a tree across from it. + +I've come back to this world after a long inactivity and you know what that +means! Well, no, probably not, but I'm leaving my home of -10,000 / 1800 for the +new lands of -20,000 / 0. + +I took with me my best pickaxe: "everything". It's imbued with the magic of +Unbreaking III, Efficiency V, Fortune III, and Mending. + +Apart from the fortune god-pick was this small list of supplies: + + + +as well as a seed for every crop I had: + + + +The picture above if taken from the target coordinates, -20K / 0, where I placed +one of my iron blocks in the ground. I built a small shelter, pictured below, +upon the mountain-hill. + + + +I'd quite like to build a long, grand bridge connecting Mountain Hill to the +other side. I think that's a far-future project + +update: +a little while after I got to Mountain Hill, I started to think and I determined +that I should've left the iron behind. So I took the 126 blocks that remained +and went and buried it in a barrel somewhere. I put a Polished Diorite X atop +the barrel to indicate treasure. I will make another iron farm. + +
+ +i found an cave seemingly cut in half by the surface and i decided to start +my mine there. i diverted a waterfall and built the entrance under it 'cause +it seemed like the most natural looking area to start digging. + +My mine is a 3x4 staircase going down to diamond level. I'm used to mining at +Y=11 but that's no longer the best level. Looking at the ore distribution graph, +found on the minecraft.wiki ore page, +i can see that mining significantly below that is worth the effort. + +The increase from Y=0 to Y=-59 is substantial. It appears to be a nearly 600% +uptick which makes mining the harder deepslate well worth it in my opinion. + + + +I didn't go all the way down to -59. I don't want to mine directly against the +bedrock, so I moved up three blocks to -56. + +first mining session: + +Shaft -95 +Direction east +Start -20303 +End -20000 +Mined + Gold 1 block, 3 + Redstone 20 block, 4 + Lapis 8 block, 3 + Diamond 3 + Iron 1 block, 4 +Notes There's a deep_dark at the end of this shaft and it has a skulk sensor + +Shaft -95 +Direction west +Start -20307 +End -20600 +Mined + Gold 1 block, 3 + Redstone 3 block, 8 + Lapis 7 block, 2 + Diamond 1 block, 5 + Iron 2 + +Shaft -99 +Direction east +Start -20303 +End -19800 +Mined + Redstone 19 block, 6 + Iron 10 +Notes I didn't know mining for 500 linear blocks could result in so little. + +Shaft -99 +Direction west +Start -20307 +End -20800 +Mined + Redstone 35 block, 5 + Lapis 32 block, 5 + Diamond 8 + +Shaft -20311 +Direction north +Start -24 +End -500 +Mined + Redstone 5 block, 4 + Gold 6 blocks, 7 + Lapis 33 blocks, 2 + Iron 15 block, 2 + Copper 120 block, 6 + Coal 4 block, 3 diff --git a/served/minecraft/minecraft.css b/served/minecraft/minecraft.css new file mode 100644 index 0000000..9a7f5f4 --- /dev/null +++ b/served/minecraft/minecraft.css @@ -0,0 +1,30 @@ +h2 { + margin-bottom: 4px; +} + +div { + display: grid; + grid-template-columns: max-content 1fr; + column-gap: 1rem; +} + +time { + display: inline-block; + text-align: right; + color: var(--text-dim); +} + +a { + color: var(--text); + text-decoration: underline dashed var(--color-a); +} + +img { + width: 100%; +} + +ul { + list-style-type: square; + list-style-position: inside; + padding-left: 0; +} \ No newline at end of file diff --git a/served/minecraft/minecraft.html b/served/minecraft/minecraft.html new file mode 100644 index 0000000..b63b4c8 --- /dev/null +++ b/served/minecraft/minecraft.html @@ -0,0 +1,27 @@ +--- +template=post +title=Minecraft +style=/styles/post.css +style=minecraft.css +--- + +Playing on a Minecraft world and posting about it here for some reason. I'm not +quite sure why, I just think it'll be kind of fun. Some written in a sort of +character and some written as not-that. + +The world I play on has been around since 2019 which isn't so long, but +it's a significant time still. It started with one friend and then moved through +two different groups. Between those groups, and now, I'm the only one active. + +The server is on Minecraft 1.19.4 running the Spigot server software. + + + +

Play Diary

+
+ leaving for somewhere new +
\ No newline at end of file diff --git a/served/words/weeknotes/weeknotes-14.html b/served/words/weeknotes/weeknotes-14.html index 8011cee..83af706 100644 --- a/served/words/weeknotes/weeknotes-14.html +++ b/served/words/weeknotes/weeknotes-14.html @@ -8,6 +8,8 @@ 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 diff --git a/served/words/weeknotes/weeknotes-15.html b/served/words/weeknotes/weeknotes-15.html index 2f5b7d3..cb2a726 100644 --- a/served/words/weeknotes/weeknotes-15.html +++ b/served/words/weeknotes/weeknotes-15.html @@ -7,6 +7,8 @@ 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 :) diff --git a/served/words/weeknotes/weeknotes-18.html b/served/words/weeknotes/weeknotes-18.html new file mode 100644 index 0000000..fc5c30a --- /dev/null +++ b/served/words/weeknotes/weeknotes-18.html @@ -0,0 +1,14 @@ +--- +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/words.css b/served/words/words.css index a49477d..94b4206 100644 --- a/served/words/words.css +++ b/served/words/words.css @@ -30,6 +30,10 @@ h2 { margin: 0; } +.miss { + color: var(--text-dim); +} + @media (max-width: 30rem) { div { display: flex; diff --git a/served/words/words.html b/served/words/words.html index 614fe34..fc606fa 100644 --- a/served/words/words.html +++ b/served/words/words.html @@ -16,6 +16,9 @@ The writing is part of the website Atom Feed.

weeknotes