Skip to content

Commit 811335c

Browse files
authored
Merge pull request #153 from offbyone/myst
Myst conversion
2 parents 79e7fcb + 148769e commit 811335c

File tree

675 files changed

+6240
-4003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

675 files changed

+6240
-4003
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ updates:
1616
- "*"
1717
exclude-patterns:
1818
- "pelican*"
19+
cooldown:
20+
default-days: 7
1921
- package-ecosystem: "npm"
2022
directory: "/"
2123
schedule:
@@ -26,3 +28,5 @@ updates:
2628
dependecies:
2729
patterns:
2830
- "*"
31+
cooldown:
32+
default-days: 7

.github/workflows/main.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
30-
- name: Install node
31-
uses: actions/setup-node@v4.4.0
32-
with:
33-
node-version-file: .tool-versions
34-
cache: npm
30+
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
3531
- name: Install dependencies
3632
run: just setup-gha
3733

@@ -73,11 +69,7 @@ jobs:
7369
uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
7470
- name: Install uv
7571
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
76-
- name: Install node
77-
uses: actions/setup-node@v4.4.0
78-
with:
79-
node-version-file: .tool-versions
80-
cache: npm
72+
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
8173
- name: Install dependencies
8274
run: just setup-gha
8375
- name: Download build artifact

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ themes/offby1/static/webfonts/
1818
**/.claude/settings.local.json
1919
plan.just
2020
!.tool-versions
21+
pristine-output

.terraform.lock.hcl

Lines changed: 13 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/old/amazon-expedition/an-expedition-up-the-amazon.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
Title: An Expedition up the Amazon
2-
date: 2011-06-01 01:46
3-
author: offby1
4-
category: amazon
5-
tags: amazon, emigration, seattle
1+
---
2+
title: An Expedition up the Amazon
63
slug: an-expedition-up-the-amazon
4+
date: "2011-06-01 01:46"
5+
category: amazon
6+
tags:
7+
- amazon
8+
- emigration
9+
- seattle
10+
author: offby1
711
status: published
8-
12+
---
913
About three months ago, I was contacted by a recruiter for Amazon. Yes, that Amazon. The big kahuna. One of the titans of the tech industry. Some emails flew back and forth, some phone interviews occurred, and one in-person interview as well, and shortly after PyCon US 2011 (which was awesome, by the way!) I was made an offer that I couldn't refuse.
1014

1115
So, here I am. In Seattle, a resident of the USA, joined by Char & Matthew in what could be at least described as the most disruptive job change I've ever had.

content/old/amazon-expedition/july-and-august-and-beyond.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
Title: July and August (And Beyond)
2-
date: 2011-08-24 10:20
3-
author: offby1
4-
category: amazon
1+
---
2+
title: July and August (And Beyond)
53
slug: july-and-august-and-beyond
4+
date: "2011-08-24 10:20"
5+
category: amazon
6+
author: offby1
67
status: published
7-
8+
---
89
New house, huh.
910

1011
By now more than a few people who will be seeing this post have seen the house. It's nice. Really! Please, come and visit! We've more or less settled in, and have been getting out into the neighborhood. There are some fantastic little shops and eateries in the area, which is not really surprising given that we're straddling the line between two of Seattle's funky neighborhoods.

content/old/amazon-expedition/picking-up-the-reins.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
Title: Picking up the reins
2-
date: 2011-06-09 11:18
3-
author: offby1
4-
category: amazon
5-
tags: details omitted to protect the innocent, workflow, AWS
1+
---
2+
title: Picking up the reins
63
slug: picking-up-the-reins
4+
date: "2011-06-09 11:18"
5+
category: amazon
6+
tags:
7+
- details omitted to protect the innocent
8+
- workflow
9+
- AWS
10+
author: offby1
711
status: published
8-
12+
---
913
I'm increasing feeling comfortable with the nature of my job here, which is fantastic. We have such a complex problem domain, with so many teams in play, that it's a full time job (and more!) just to manage that organizational problem.
1014

1115
All of which means that the tools I get to use are light years beyond the tinkertoy deployment and version management tools I've worked with in my own professional history as well as in my personal work. The learning curve for these has been \... steep. I've been doing nothing but try to figure out how all of the pieces \-- or, at least, all of the pieces I need to work with \-- fit together. Nothing I can talk about on this public site, of course; it's all internal information.

content/old/amazon-expedition/taking-my-finger-off-the-pulse.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
Title: Taking my finger off the pulse
2-
date: 2011-06-04 08:10
3-
author: offby1
4-
category: amazon
5-
tags: lifestyle, reading
1+
---
2+
title: Taking my finger off the pulse
63
slug: taking-my-finger-off-the-pulse
4+
date: "2011-06-04 08:10"
5+
category: amazon
6+
tags:
7+
- lifestyle
8+
- reading
9+
author: offby1
710
status: published
8-
11+
---
912
I'm an inveterate blog reader, which must come as a surprise to precisely nobody. I read blogs by authors, programmers, and random joes who seem to have something interesting to day. To augment that, I also read community weblogs (Metafilter being the most prominent of that lot).
1013

1114
I read these blogs\... too much. I've traced this down to a desire to always be abreast of the latest developments in the part of the world that interests me. I don't want to miss anything. And, what ends up happening is that I miss a lot\... just nothing online. What I miss most is being a reader of books. I rarely read books any more because, well, where would I find the time?

content/old/amazon-expedition/the-factory-is-in.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
Title: The Factory is In
2-
date: 2011-07-03 21:28
3-
author: offby1
4-
category: amazon
5-
tags: beer, seattle
1+
---
2+
title: The Factory is In
63
slug: the-factory-is-in
4+
date: "2011-07-03 21:28"
5+
category: amazon
6+
tags:
7+
- beer
8+
- seattle
9+
author: offby1
710
status: published
8-
11+
---
912
C and I have landed in our new place. It's an older place in an older neighborhood, and holy shit do we have lots of stuff. It's especially obvious when it's all packed into a house that's a bit smaller than we started with.
1013

1114
So, the layout is sweet, in my opinion. It's got a tiny kitchen, though, which is likely not to thrill \@DarwinsMom. For now, though, it's home. Darwin's room is just bloody adorable. I'd take pictures, but he's sleeping like, well, a baby. Another time, perhaps.

content/old/amazon-expedition/tick-tock.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
Title: Tick, Tock
2-
date: 2011-06-25 08:52
3-
author: offby1
4-
category: amazon
5-
tags: home, nightlife, socializing
1+
---
2+
title: Tick, Tock
63
slug: tick-tock
4+
date: "2011-06-25 08:52"
5+
category: amazon
6+
tags:
7+
- home
8+
- nightlife
9+
- socializing
10+
author: offby1
711
status: published
8-
12+
---
913
So, what's new?
1014

1115
Wow\... where to start\...

0 commit comments

Comments
 (0)