From 292fefaace0a00c4d0c2b0ebb1a296c65f8eae20 Mon Sep 17 00:00:00 2001 From: Joshua Seigler <2583159+seigler@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:59:12 -0400 Subject: [PATCH] update job, add disclaimer to old post --- assets/site.css | 5 +++++ mise.local.toml | 2 +- site/posts/2020-07-02-authority-consents-blind-spot.md | 2 ++ site/timeline/2023-2025.md | 6 ++++++ site/timeline/2023-present.md | 6 ------ 5 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 site/timeline/2023-2025.md delete mode 100644 site/timeline/2023-present.md diff --git a/assets/site.css b/assets/site.css index 3ae83ce..44b4751 100644 --- a/assets/site.css +++ b/assets/site.css @@ -188,6 +188,11 @@ p { margin-top: 1lh; } } +blockquote { + margin: 1lh 0; + padding: 0 1em; + border-left: 0.2em solid var(--c-accent); +} sup { font-size: var(--s-1); diff --git a/mise.local.toml b/mise.local.toml index 6c97304..763c897 100644 --- a/mise.local.toml +++ b/mise.local.toml @@ -1,3 +1,3 @@ [tools] -pnpm = "9" +pnpm = "latest" node = "20" diff --git a/site/posts/2020-07-02-authority-consents-blind-spot.md b/site/posts/2020-07-02-authority-consents-blind-spot.md index 48d003b..4d5b331 100644 --- a/site/posts/2020-07-02-authority-consents-blind-spot.md +++ b/site/posts/2020-07-02-authority-consents-blind-spot.md @@ -3,6 +3,8 @@ title: Authority - Consent's Blind Spot description: Authority is the idea that certain people are justified in violating consent. This belief allows people to force others to do what they want with a clear conscience. --- +> 2025 disclaimer: I haven't thought through all these ideas in a while, but I probably would change some of this or soften/rephrase it. + Consent occurs when an individual voluntarily agrees to the proposal or desires of another. It comes from the concept that who should decide what happens to your person, is you. There are two ways people interact: with consent, and without it. Some people care a lot about consent, but overall, most take whichever route is easiest, or more convenient. diff --git a/site/timeline/2023-2025.md b/site/timeline/2023-2025.md new file mode 100644 index 0000000..7253fac --- /dev/null +++ b/site/timeline/2023-2025.md @@ -0,0 +1,6 @@ +--- +title: Founding software engineer @ Capabuild +time: 2022-2025 +description: | + Capabuild is a web and mobile platform for disaster recovery companies. This role was an unexpectedly great fit for some technologies I used in side projects: THREE.js and SVG. Here I worked with other experienced engineers building new things and continuously balancing speed and sustainability. Startup life is exciting! Priorities can change quickly, and in this role I could see every day how my work and execution could help our customers, and ultimately make the business a success. In this role I learned to accept and also pay down tech debt, saw the value of investing time into a good development environment, and became comfortable being responsible for larger and less-well-defined tasks. +--- diff --git a/site/timeline/2023-present.md b/site/timeline/2023-present.md deleted file mode 100644 index a6785c6..0000000 --- a/site/timeline/2023-present.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Founding software engineer @ Capabuild -time: 2022-present -description: | - Capabuild makes web and mobile software for disaster recovery companies. Here I have been able to capitalize on my front-end, React Native and THREE.js experience. This is the youngest company I've joined and the role with the largest responsibility so far. It's exciting! ----