alter post list to be more condensed
This commit is contained in:
parent
e63219b763
commit
d21c91be5a
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
@ -13,13 +13,13 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "content/posts/2019-11-13 My Top Ten Video Games from the 2010s.md",
|
||||
"file": "content/drafts/025 unused.md",
|
||||
"mode": "source",
|
||||
"source": false,
|
||||
"backlinks": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "2019-11-13 My Top Ten Video Games from the 2010s"
|
||||
"title": "025 unused"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -182,8 +182,14 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "5f0567674abbf888",
|
||||
"active": "ba905e99df533d15",
|
||||
"lastOpenFiles": [
|
||||
"public/drafts/025-unused/index.html",
|
||||
"public/drafts/025-unused",
|
||||
"content/week-notes/031.md",
|
||||
"content/posts/2019-12-20 My Top Ten Albums from the 2010s.md",
|
||||
"Content.base",
|
||||
"content/posts/2019-11-13 My Top Ten Video Games from the 2010s.md",
|
||||
"themes/neverhungoveragain/layouts/shortcodes/image.html",
|
||||
"themes/neverhungoveragain/layouts/shortcodes/boxes.html",
|
||||
"themes/neverhungoveragain/layouts/shortcodes/box.html",
|
||||
@ -192,11 +198,6 @@
|
||||
"public/posts/2019-11-13-my-top-ten-video-games-from-the-2010s/index.html",
|
||||
"public/posts/2019-11-13-my-top-ten-video-games-from-the-2010s",
|
||||
"public/posts/2019-11-13/index.html",
|
||||
"public/posts/2019-11-13",
|
||||
"public/posts/20/index.html",
|
||||
"public/posts/20",
|
||||
"content/week-notes/031.md",
|
||||
"content/posts/2019-11-13 My Top Ten Video Games from the 2010s.md",
|
||||
"content/posts/2024-04-14 Your silence will not protect you.md",
|
||||
"content/posts/2016-09-28 Women in a Sea of Men.md",
|
||||
"content/posts/2024-08-28 what's this (and how it works).md",
|
||||
@ -213,7 +214,6 @@
|
||||
"content/posts/2023-08-18 On Teaching.md",
|
||||
"content/posts/2023-07-31 Old Woman Yells at the Cloud.md",
|
||||
"content/posts/2024-01-01 my year in lists.md",
|
||||
"content/posts/2019-12-20 My Top Ten Albums from the 2010s.md",
|
||||
"content/posts/2024-08-02 Moving to a rack mount setup.md",
|
||||
"content/posts/2024-03-10 Moving my home server to a new chassis.md",
|
||||
"content/posts/2023-07-30 Media Log (July 2023).md",
|
||||
|
@ -7,6 +7,9 @@ tags:
|
||||
draft: true
|
||||
---
|
||||
## Doing
|
||||
I've backported the last of the posts from my old blog! These two were the most involved because they were long and involved creating some new shortcodes (particularly the games one).
|
||||
* [My Top Ten Video Games from the 2010s](/my-top-ten-video-games-from-the-2010s/) (2019-11-13)
|
||||
* [My Top Ten Albums from the 2010s](/my-top-ten-albums-from-the-2010s) (2019-12-20)[^1]
|
||||
|
||||
## Reading
|
||||
|
||||
@ -14,4 +17,6 @@ draft: true
|
||||
|
||||
## Playing
|
||||
|
||||
## Listening
|
||||
## Listening
|
||||
|
||||
[^1]: *Kept* definitely benefited from recency bias; I was super into it when I wrote this post. I'd move *Swimming* up higher on the list today, but I think the intention of the post is to capture how I felt in that moment of time — not necessarily to create a perennial representation of my tastes.
|
||||
|
@ -13,7 +13,7 @@ enableRobotsTXT = true
|
||||
|
||||
[pagination]
|
||||
disableAliases = false
|
||||
pagerSize = 5
|
||||
pagerSize = 10
|
||||
path = 'page'
|
||||
|
||||
[menus]
|
||||
|
@ -54,9 +54,6 @@ sup {
|
||||
padding: 0.5% 1.5%;
|
||||
}
|
||||
|
||||
code {
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--blue);
|
||||
width: 100%;
|
||||
@ -128,7 +125,7 @@ nav ul {
|
||||
}
|
||||
|
||||
/* home, page, section - common */
|
||||
.home time::after, .page time::after, .section time::after {
|
||||
.home time::after, .page time::after {
|
||||
content: ' ';
|
||||
background: var(--text);
|
||||
width: 150px;
|
||||
@ -137,7 +134,7 @@ nav ul {
|
||||
margin: 2% auto 0 auto;
|
||||
}
|
||||
|
||||
.home article h2, .page h1, .section article h2 {
|
||||
.home article h2, .page h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
@ -149,12 +146,12 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home article h2, .page h1, .section article h2, .home article h2 a {
|
||||
.home article h2, .page h1, .home article h2 a {
|
||||
font-size: 2rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.home article time, .page time, .section article time {
|
||||
.home article time, .page time {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@ -164,12 +161,12 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home article time, .page time, .section article time {
|
||||
.home article time, .page time {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.home .barcode, .page .barcode, .section .barcode {
|
||||
.home .barcode, .page .barcode {
|
||||
font-family: 'Libre Barcode', sans-serif;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
@ -182,7 +179,7 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home .barcode, .page .barcode, .section .barcode {
|
||||
.home .barcode, .page .barcode {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
@ -237,7 +234,7 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home blockquote, .section blockquote {
|
||||
.home blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@ -426,31 +423,7 @@ figcaption {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* section */
|
||||
.section article h2 a {
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.section h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: var(--claret);
|
||||
}
|
||||
|
||||
.section article:first-of-type {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.section article {
|
||||
border-bottom: 1px dotted var(--text);
|
||||
padding: 7.5% 0;
|
||||
}
|
||||
|
||||
/* pagination */
|
||||
/* pagination */
|
||||
.pagination {
|
||||
list-style-type: none;
|
||||
padding: 7.5% 0 0 0;
|
||||
@ -483,8 +456,8 @@ figcaption {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
/* tag page */
|
||||
.term h1 {
|
||||
/* tag & section page */
|
||||
.term h1, .section h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
@ -494,7 +467,7 @@ figcaption {
|
||||
padding-top: 7.5%
|
||||
}
|
||||
|
||||
.term article {
|
||||
.term article, .section article {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
130
public/drafts/025-unused/index.html
Normal file
130
public/drafts/025-unused/index.html
Normal file
@ -0,0 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<meta name="description" content="Doing Reading And Then? And Then? What Else? has become a slog, but I press on nonetheless. There’s little here to amuse or excite; even devout Lemony Snicket fans will be disappointed I think by the lack of new information or even commentary concerning the books. Handler confirms that the Baudelaires are named for the poet, that the melodrama of the books is inspired by Edvard Gorey, and that he openly disdains the film — hardly revelations by any means. Most egregiously, he seriously downplays the accusations of sexual inappropriateness against him and attempts to use his own childhood sexual assault as a shield against them.
|
||||
">
|
||||
|
||||
|
||||
|
||||
<meta name="fediverse:creator" content="@cass@social.lol" />
|
||||
<title>(week notes 25) | cassie.ink</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
<link rel="stylesheet" href="/css/syntax.css">
|
||||
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
<a href="http://localhost:1313/">
|
||||
cassie
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-droplet"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10.708 2.372a2.382 2.382 0 0 0 -.71 .686l-4.892 7.26c-1.981 3.314 -1.22 7.466 1.767 9.882c2.969 2.402 7.286 2.402 10.254 0c2.987 -2.416 3.748 -6.569 1.795 -9.836l-4.919 -7.306c-.722 -1.075 -2.192 -1.376 -3.295 -.686z" /></svg>
|
||||
ink
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tags/week-notes/">Week Notes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main class='page'>
|
||||
|
||||
<article>
|
||||
|
||||
<time datetime="2025-03-02T00:00:00+00:00">2 March 2025</time>
|
||||
|
||||
<h1>(week notes 25)</h1>
|
||||
|
||||
<div class="barcode">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 id="doing">Doing</h1>
|
||||
<h1 id="reading">Reading</h1>
|
||||
<p><em>And Then? And Then? What Else?</em> has become a slog, but I press on nonetheless. There’s little here to amuse or excite; even devout Lemony Snicket fans will be disappointed I think by the lack of new information or even commentary concerning the books. Handler confirms that the Baudelaires are named for the poet, that the melodrama of the books is inspired by Edvard Gorey, and that he openly disdains the film — hardly revelations by any means. Most egregiously, he seriously downplays the accusations of sexual inappropriateness against him and attempts to use his own childhood sexual assault as a shield against them.</p>
|
||||
<p>I don’t think myself hostile to memoirs, but this book has struck me as meandering and self-aggrandizing. Selfishly, I’m also frustrated that he finds space to talk about the Snicket books (of course), <em>Why We Broke Up,</em> and <em>The Basic Eight,</em> but there is absolutely no mention of <em>Adverbs.</em> I’m pressing on with it because it is an easy (if plodding) read.</p>
|
||||
<h1 id="watching">Watching</h1>
|
||||
<h1 id="playing">Playing</h1>
|
||||
<p>I started up <em>Final Fantasy XIV</em> again and finally reached First Serpent Lieutenant in my Grand Company, which means I’ll now be able to use my seals to get more mounts.</p>
|
||||
<h1 id="listening">Listening</h1>
|
||||
<p>I listened to selections from <em>Cerulean</em> and all of <em>Obsidian</em> by Baths, both albums I’ve loved at points in my life; <em>Guts</em> is out and I wanted to refresh before listening to it.</p>
|
||||
|
||||
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/week-notes/">Week-Notes</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<ul class="social">
|
||||
<li>
|
||||
<a href="mailto:me@cassie.ink" aria-label="Email">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-mail"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" /><path d="M3 7l9 6l9 -6" /></svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/index.xml" aria-label="RSS">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#f26522" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rss">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
||||
<path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
|
||||
<path d="M4 4a16 16 0 0 1 16 16" />
|
||||
<path d="M4 11a9 9 0 0 1 9 9" />
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://social.lol/@cass" aria-label="Mastodon">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#6364ff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-mastodon">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
||||
<path d="M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z" />
|
||||
<path d="M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722" />
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://listenbrainz.org/user/babyspace/" aria-label="Listen Brainz">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#eb743b" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-metabrainz"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 7v10l7 4v-18z" /><path d="M21 7v10l-7 4v-18z" /></svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="forget">
|
||||
don't forget to have fun.
|
||||
</p>
|
||||
<p class="copyright">
|
||||
all errors © cassie
|
||||
</p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
@ -57,25 +57,6 @@
|
||||
12 August 2025
|
||||
</time>
|
||||
<h2><a href="/hugo-podcast/">Using Hugo to generate a podcast feed</a></h2>
|
||||
<div class="barcode">
|
||||
hugo-podcast
|
||||
</div>
|
||||
|
||||
<p>I’ve been podcasting on and off for over ten years now — all shows that I’ve since abandoned<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, either intentionally or due to time — but I’ve kept websites for them up and running for archival purposes. Originally, the sites were powered by WordPress and podcasting plugins (PowerPress and then Podlove). I didn’t want to continue paying to host the sites nor maintain a WordPress install<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>. I could, of course, use one of the many podcast hosting services out there — but just like I believe in owning your own space on the internet, I believe you should own and control your podcast feed (and not have to pay a company $15/mo in perpetuity). I use <a href="https://gohugo.io/">Hugo</a> (which I then deploy with Cloudflare Pages) to generate the sites and feeds; I chose Hugo because I understand how to use it. I’m sure you could make this work with other static site generators. There’s <a href="https://eleventy-plugin-podcaster.com/">an 11ty plugin</a> out there, for example, which is far more advanced than what I’ve set up. But I built this myself. It works. It does not require me to endlessly fiddle or update (unless I want to).</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/podcasting/">Podcasting</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -83,30 +64,6 @@
|
||||
24 July 2025
|
||||
</time>
|
||||
<h2><a href="/fx-chains-by-the-utterly-inept/">FX chains by the utterly inept</a></h2>
|
||||
<div class="barcode">
|
||||
fx-chains-by-the-utterly-inept
|
||||
</div>
|
||||
|
||||
<p>Once upon a time ago (and a time, and a time), I had a podcast. I miss podcasting dearly and think about going back often — otherwise, what am I to do with a partial, flawed understanding of normalizing to a target loudness and editing around the disgusting noises my mouth makes? Well, share it with others, of course.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
||||
<p>In case it was not clear, I am not a professional. I am a blockhead who likes to tinker and who has watched a lot of YouTube videos. These are the FX chains I use for my voice, which may or may not be helpful to other people who do not have my voice. This is also not an exhaustive audio guide or overview of <em>how</em> I edit my audio. Maybe another time.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/podcasting/">Podcasting</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/audio/">Audio</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -114,21 +71,6 @@
|
||||
18 July 2025
|
||||
</time>
|
||||
<h2><a href="/i-finished-lord-of-the-rings/">Climbing my personal Mount Doom (I finished reading Lord of the Rings)</a></h2>
|
||||
<div class="barcode">
|
||||
i-finished-lord-of-the-rings
|
||||
</div>
|
||||
|
||||
<p>Peter Jackson’s <em>The Lord of the Rings: The Fellowship of the Ring</em> released in 2001 when I was seven years old. At the time, my media diet consisted mostly of <em>The Powerpuff Girls</em> and obsessively reading and re-reading the first four <em>Harry Potter</em> books.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> I would like to say that my father was thoughtful and felt that I would have enjoyed another fantasy series with wizards and magic but knew that a three-plus-hour theater experience was tall ask for a seven year old. Unfortunately, I know him, and I think it more likely that he is cheap and thought the movie looked cool, so when <em>Fellowship</em> released on home media, we trucked to the neighborhood knock-off and rented it on VHS. That night, I crowded with my two older siblings around a (by today’s standards) laughably small tube TV. We tucked in with no expectations or understanding of what the movie would be about.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/literature/">Literature</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -136,22 +78,6 @@
|
||||
17 July 2025
|
||||
</time>
|
||||
<h2><a href="/cassie-ink-is-my-new-home/">cassie.ink is my new home</a></h2>
|
||||
<div class="barcode">
|
||||
cassie-ink-is-my-new-home
|
||||
</div>
|
||||
|
||||
<p>I moved domains, again.</p>
|
||||
<p>This blog started on bearblog.dev as cassie.land. Bearblog is a great platform, but I <a href="https://cassie.ink/what%27s-this-%28and-how-it-works%29/">wanted a challenge in my life</a>, I guess, so I taught myself to use Hugo and moved to esotericbullshit.net (cassie.land was repurposed for my NAS). I love the esotericbullshit moniker and URL — it makes me laugh — but as it turns out, it’s kind of hard to share your link when it contains profanity.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> Perhaps that’s copium for a growing domain purchasing addiction, but I intend to make this one stick.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -159,25 +85,41 @@
|
||||
1 December 2024
|
||||
</time>
|
||||
<h2><a href="/an-ode-to-gitsync/">an ode to gitsync</a></h2>
|
||||
<div class="barcode">
|
||||
an-ode-to-gitsync
|
||||
</div>
|
||||
|
||||
<p>Since I <a href="https://cassie.ink/what%27s-this-%28and-how-it-works%29/">moved this site to Hugo</a>, I’ve been using an app called GitJournal to post from my phone. I have a beautiful desk setup with a clacky mechanical keyboard that’s a joy to write on, but the simple fact is that I’m a lazy shit and want to update my blog from the couch. It’s all mostly worked fine, with some headaches. I originally intended to use GitJournal to store my Github repo to my phone’s filesystem and then point an Obsidian<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> vault at that.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
7 November 2024
|
||||
</time>
|
||||
<h2><a href="/reflections-on-elections/">Reflections on elections</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 August 2024
|
||||
</time>
|
||||
<h2><a href="/write-brief/">Automattic's Write Brief is, unsurprisingly, full of shit</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 August 2024
|
||||
</time>
|
||||
<h2><a href="/what%27s-this-%28and-how-it-works%29/">what's this? (and how it works)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
17 August 2024
|
||||
</time>
|
||||
<h2><a href="/the-basic-eight/">I finished The Basic Eight and I can't decide if I enjoyed it</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
8 August 2024
|
||||
</time>
|
||||
<h2><a href="/smooth-runs-the-water-where-the-brook-is-deep/">smooth runs the water where the brook is deep</a></h2>
|
||||
</article>
|
||||
|
||||
|
||||
@ -216,23 +158,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -252,23 +179,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -288,23 +200,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -324,23 +221,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -360,23 +242,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -389,118 +256,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -514,7 +269,7 @@
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--last">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/9/">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/5/">
|
||||
Last
|
||||
</a>
|
||||
</li>
|
||||
|
@ -54,143 +54,72 @@
|
||||
|
||||
<article>
|
||||
<time>
|
||||
7 November 2024
|
||||
2 August 2024
|
||||
</time>
|
||||
<h2><a href="/reflections-on-elections/">Reflections on elections</a></h2>
|
||||
<div class="barcode">
|
||||
reflections-on-elections
|
||||
</div>
|
||||
|
||||
<p>2016 was the first year I was eligible to vote in a presidential election. I was away at college, so I completed an absentee ballot, and, like most, felt confident in what I thought would be the result. I was no big fan of Clinton’s — I voted for Bernie in the primaries — but the other option was laughable: I couldn’t believe that a major political party put such a clown up as their candidate, and I thought the electorate was smart enough to see him for the fraud (and fascist) he was.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/politics/">Politics</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/moving-to-a-rack-mount-setup/">Moving to a rack mount setup</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 August 2024
|
||||
20 June 2024
|
||||
</time>
|
||||
<h2><a href="/write-brief/">Automattic's Write Brief is, unsurprisingly, full of shit</a></h2>
|
||||
<div class="barcode">
|
||||
write-brief
|
||||
</div>
|
||||
|
||||
<p>Automattic <a href="https://techcrunch.com/2024/08/07/automattic-launches-ai-writing-tool-that-aims-to-make-wordpress-blogs-more-readable-and-succinct/">recently launched their Write Brief AI assistant</a> for folks using Jetpack with WordPress.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> It is automatically available to anyone using wordpress.com, which I verified by logging into my 14-year-old account.</p>
|
||||
<p>I decided to test it out on my recent post about <em>The Basic Eight</em>. I chose this because it’s one of my more recent posts that isn’t #week-notes . I pasted it directly into the Gutenberg editor with all of the AI settings toggled on.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/internet/">Internet</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/ai/">Ai</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/breaking-silences/">breaking silences</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 August 2024
|
||||
14 April 2024
|
||||
</time>
|
||||
<h2><a href="/what%27s-this-%28and-how-it-works%29/">what's this? (and how it works)</a></h2>
|
||||
<div class="barcode">
|
||||
what's-this-(and-how-it-works)
|
||||
</div>
|
||||
|
||||
<p>Welcome to cassie.ink, the new home of my blog and web stuff.</p>
|
||||
<p>Previously, this blog was hosted at bearblog under the domain cassie.land. Now, I’m using the SSG Hugo to create the site, which deploys to Github Pages for hosting.</p>
|
||||
<p><strong>So why the move?</strong> I love bearblog and recommend it to just about anyone who wants to get into blogging and the small web — it’s dead simple for folks with no web expertise, it has an awesome community, and the discover page allows you to share your content and connect with folks also using the platform. Unfortunately, I am, at heart, a tinkerer — bearblog felt a little <em>too</em> easy, and a little limiting for some of the visions I have. And, ultimately, I just want to <strong>own my content</strong> and <strong>embrace new technologies and challenges</strong>.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/your-silence-will-not-protect-you/">Your silence will not protect you</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
17 August 2024
|
||||
10 March 2024
|
||||
</time>
|
||||
<h2><a href="/the-basic-eight/">I finished The Basic Eight and I can't decide if I enjoyed it</a></h2>
|
||||
<div class="barcode">
|
||||
the-basic-eight
|
||||
</div>
|
||||
|
||||
<p>Spoilers to follow.</p>
|
||||
<p>I wrote in my week notes:</p>
|
||||
<blockquote>
|
||||
<p><strong><em>The Basic Eight</em> by Daniel Handler.</strong> Handler’s <em>Adverbs</em> is often what I cite when folks ask what my favorite book is, and I loved <em>Watch Your Mouth</em>, too. I need light reprieves from <em>The Odyssey</em>, too, so this seemed an excellent time to round out my reading of Handler’s bibliography. I’m about halfway through and enraptured by the narrative voice. It’s pretentious, as a story narrated by a precocious high school senior should be, without being cloying, and with Handler’s charming humor throughout. I love it so far and have faith that the feeling will continue. I normally hate books set in high school, but this one takes me back to my high school self — somehow, in a good way, which I don’t think I’ve ever felt before.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/literature/">Literature</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/moving-my-home-server-to-a-new-chassis/">Moving my home server to a new chassis</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
8 August 2024
|
||||
10 March 2024
|
||||
</time>
|
||||
<h2><a href="/smooth-runs-the-water-where-the-brook-is-deep/">smooth runs the water where the brook is deep</a></h2>
|
||||
<div class="barcode">
|
||||
smooth-runs-the-water-where-the-brook-is-deep
|
||||
</div>
|
||||
|
||||
<blockquote>
|
||||
<p>Write a blog post about words of wisdom your younger self would have appreciated hearing.
|
||||
(via <a href="https://blogprompts.fyi">blogprompts</a>)<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p></blockquote>
|
||||
<p>I’m trying out doing blog prompts in an effort to populate this blog with more than just weekly round-ups and to get more comfortable writing about personal things.<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup></p>
|
||||
<p>I’m going to select two quotes — both song lyrics — that have resonated for me.</p>
|
||||
<p>The first is from “Banshee Beat” by Animal Collective, which I first heard in my late teens (maybe 16?) and still consider one of my favorite songs.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/prompts/">Prompts</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/thirteen-to-know-me/">Thirteen to Know Me</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
25 February 2024
|
||||
</time>
|
||||
<h2><a href="/coming-out/">Coming Out</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
23 February 2024
|
||||
</time>
|
||||
<h2><a href="/early-thoughts-on-pokemon-unbound/">Early thoughts on Pokémon Unbound</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
4 February 2024
|
||||
</time>
|
||||
<h2><a href="/media-log-2024-01/">Media Log (January 2024)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
7 January 2024
|
||||
</time>
|
||||
<h2><a href="/hate-for-the-island/">hate for the island</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
1 January 2024
|
||||
</time>
|
||||
<h2><a href="/my-year-in-lists/">my year in lists</a></h2>
|
||||
</article>
|
||||
|
||||
|
||||
@ -241,23 +170,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -277,23 +191,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -313,23 +212,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -349,23 +233,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -385,23 +254,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -414,118 +268,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -539,7 +281,7 @@
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--last">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/9/">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/5/">
|
||||
Last
|
||||
</a>
|
||||
</li>
|
||||
|
@ -54,144 +54,72 @@
|
||||
|
||||
<article>
|
||||
<time>
|
||||
2 August 2024
|
||||
28 December 2023
|
||||
</time>
|
||||
<h2><a href="/moving-to-a-rack-mount-setup/">Moving to a rack mount setup</a></h2>
|
||||
<div class="barcode">
|
||||
moving-to-a-rack-mount-setup
|
||||
</div>
|
||||
|
||||
<p>I wrote a post a few months ago <a href="/moving-my-home-server-to-a-new-chassis/">cataloguing moving my home server</a> from the old NZXT case I had leftover from my old PC into a Rosewill chassis that would let me, eventually, move to a proper rack setup. This past Prime Day, I purchased a Riveco 15U rack and then some sliding rails to go along with it, with the hope of finally moving the loud and hot NAS into the basement where it belongs.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/home/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/intentional-listening/">Intentional Listening</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
20 June 2024
|
||||
28 December 2023
|
||||
</time>
|
||||
<h2><a href="/breaking-silences/">breaking silences</a></h2>
|
||||
<div class="barcode">
|
||||
breaking-silences
|
||||
</div>
|
||||
|
||||
<p><a href="/your-silence-will-not-protect-you/">Last time I updated this blog</a>, I wrote about silences in my professional career. These past few weeks, I feel I am doing the work to break mine.</p>
|
||||
<p>I am the faculty advisor for my middle school’s GSA. I have been for years now, and it’s something I’m very proud of, but this year especially I feel I have a great crop of kids that I’m really connecting with. At my town’s Pride festival in early June, my club had a booth selling crafts the kids had made to raise funds. The kids filtered in and out to help sell goods, but mostly I think they just valued having a “home base” at the event. For me, it was a long, socially draining day, but speaking to them afterward about the experience and hearing them tell me how at home they felt at the festival, how comfortable they felt being themselves, was so gratifying.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/teaching/">Teaching</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/emily-dickinson-queer-theory/">LITR 308 Emily Dickinson & Queer Theory</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
14 April 2024
|
||||
19 September 2023
|
||||
</time>
|
||||
<h2><a href="/your-silence-will-not-protect-you/">Your silence will not protect you</a></h2>
|
||||
<div class="barcode">
|
||||
your-silence-will-not-protect-you
|
||||
</div>
|
||||
|
||||
<p>I’ve talked before on this blog about <a href="../on-teaching/">being a teacher</a> and how passionate I am about my work; the time I spend with my students — which should be paramount and where all my energy goes — comes naturally. I often remark that I feel like I’m doing a stand-up comedy routine<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> while teaching because my goal is not only to instruct but to develop joy in learning, in reading, in writing.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/teaching/">Teaching</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/litr-250-close-reading-2e/">LITR 250 Close Reading 2E</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
10 March 2024
|
||||
31 August 2023
|
||||
</time>
|
||||
<h2><a href="/moving-my-home-server-to-a-new-chassis/">Moving my home server to a new chassis</a></h2>
|
||||
<div class="barcode">
|
||||
moving-my-home-server-to-a-new-chassis
|
||||
</div>
|
||||
|
||||
<p>I have a home server (running Unraid) that I use to backup computers, as media storage, and to run various apps. It’s mostly been cobbled together from used parts I found for cheap, and it generally followed <a href="https://forums.serverbuilds.net/t/guide-nas-killer-4-0-fast-quiet-power-efficient-and-flexible-starting-at-125/667">Serverbuild’s NAS Killer 4 guide</a>. It runs like a dream, and putting it together is one of the best decisions I’ve ever made. More recently, with streaming sites like Netflix, Hulu, etc. cracking down on password sharing, it has become my pathway to shedding some monthly subscriptions and owning my own media.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/home/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/tech/">Tech</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/media-log-august-2023/">Media Log (August 2023)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
10 March 2024
|
||||
18 August 2023
|
||||
</time>
|
||||
<h2><a href="/thirteen-to-know-me/">Thirteen to Know Me</a></h2>
|
||||
<div class="barcode">
|
||||
thirteen-to-know-me
|
||||
</div>
|
||||
|
||||
<p>@jamesmckz <a href="https://twitter.com/jamesmckz/status/1764778536244507081">shared the following challenge on X</a> earlier this month:</p>
|
||||
<blockquote>
|
||||
<p>No cheating - your Quietus style Bakers Dozen. 13 albums (off the top of your head) to know you by. Not looking for a perfect list, looking for a list that you instantly regret posting because you then remember something else.</p></blockquote>
|
||||
<p>I approached my response largely as a list of albums that have meant something to me in my life — not necessarily what I’m actively listening to at the moment. Many of these albums I’ve not listened to much in years, but I consider them pivotal, essential listening for <em>me</em>.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/on-teaching/">On Teaching</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
15 August 2023
|
||||
</time>
|
||||
<h2><a href="/stages-of-moving/">Stages of Moving</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
31 July 2023
|
||||
</time>
|
||||
<h2><a href="/old-woman-yells-at-the-cloud/">Old Woman Yells at the Cloud</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
30 July 2023
|
||||
</time>
|
||||
<h2><a href="/media-log-july-2023/">Media Log (July 2023)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
26 July 2023
|
||||
</time>
|
||||
<h2><a href="/what%27s-this/">What's This?</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
30 June 2023
|
||||
</time>
|
||||
<h2><a href="/an-empty-promise-to-blog-more/">An Empty Promise to Blog More</a></h2>
|
||||
</article>
|
||||
|
||||
|
||||
@ -242,23 +170,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -278,23 +191,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -314,23 +212,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -350,23 +233,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -386,23 +254,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -415,118 +268,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -540,7 +281,7 @@
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--last">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/9/">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/5/">
|
||||
Last
|
||||
</a>
|
||||
</li>
|
||||
|
@ -54,144 +54,72 @@
|
||||
|
||||
<article>
|
||||
<time>
|
||||
25 February 2024
|
||||
30 December 2020
|
||||
</time>
|
||||
<h2><a href="/coming-out/">Coming Out</a></h2>
|
||||
<div class="barcode">
|
||||
coming-out
|
||||
</div>
|
||||
|
||||
<p>I read a thread online recently about bisexuality: folks were discussing use of the label compared to something like pansexual. Many folks within the LGBTQ+ umbrella argue that pansexual is a more inclusive label than bisexual, as <em>bi-</em> upholds a binary view of gender.</p>
|
||||
<p>My relationship with my bisexuality has been fraught. I can pinpoint in specificity where I feel it started: in the sixth grade (for me, 2005 or 2006), reading the sex ed chapter in my science textbook, I was presented with the three sexualities — heterosexuality, homosexuality, and bisexuality. I had, by that point, already started puberty and experienced low-level attraction. I’d been confused that that attraction never seemed to have a distinct target: I liked boys and I liked girls. I remember an immediate sense of comfort and belonging in the term. <em>That’s allowed?</em>, I thought. Reading it in a textbook made it seem so simple. <em>Then surely that’s the way to be.</em></p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/heres-what-i-was-listening-to-in-2020/">Here’s What I Was Listening to in 2020</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
23 February 2024
|
||||
20 December 2019
|
||||
</time>
|
||||
<h2><a href="/early-thoughts-on-pokemon-unbound/">Early thoughts on Pokémon Unbound</a></h2>
|
||||
<div class="barcode">
|
||||
early-thoughts-on-pokemon-unbound
|
||||
</div>
|
||||
|
||||
<p>I downloaded <em>Pokémon: Unbound</em> the other day to play alongside my partner. We are both big <em>Pokémon</em> fans — like buy the new games every year fans — though my interest has waned over the last few years (I loved <em>Legends Arceus</em> and generally felt that <em>Scarlet/Violet</em> were slaps in the face<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>). I have fond memories of the classic games, and I’ve read a lot of positive buzz about <em>Unbound</em>.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/games/">Games</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/pokemon/">Pokemon</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/my-top-ten-albums-from-the-2010s/">My Top Ten Albums from the 2010s</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
4 February 2024
|
||||
13 November 2019
|
||||
</time>
|
||||
<h2><a href="/media-log-2024-01/">Media Log (January 2024)</a></h2>
|
||||
<div class="barcode">
|
||||
media-log-2024-01
|
||||
</div>
|
||||
|
||||
<h1 id="tv">TV</h1>
|
||||
<ul>
|
||||
<li><strong><em>One Tree Hill</em>, season six and seven</strong> - I’ve been marathoning One Tree Hill on a friend’s recommendation. By this season, we are well passed the “good” seasons, but it’s still entertaining enough to watch — if only to count how many more car crashes the writers will introduce as plot lines. I think the early (1-4) seasons are a decent watch, but at this point, I’m really just seeing it through to the end. Season seven has a novelty in seeing how a show pivots after losing its main character. I don’t think <em>OTH</em> did so gracefully; they elevated some, generously, background characters into the main act and lumped on bunch of new ones at that. Some work better than others, but at least I’m almost at the end.</li>
|
||||
<li><strong><em>Kitchen Nightmares</em> (2023)</strong> - Years ago, I once came home to find my partner watching <em>Kitchen Nightmares</em> on YouTube. He’s generally not a fan of reality or competition shows, so I asked him why he was watching it. He giggled and said, “He [Gordon] just gets so mad.” That led to me also watching a bunch of the show. This month I watched a gabi belle video in which she talked about the reboot, so I dipped in too. Gordon does indeed still get mad. When watching <em>Kitchen Nightmares</em>, I am always thinking of how much fun the show must be to edit. The editors make liberal use of the most unhinged sound effects imaginable. It’s junk food TV, and who doesn’t love junk food?</li>
|
||||
<li><strong>Schitt’s Creek</strong> - I’ve been casually rewatching as my background noise / take a nap on the couch TV. Still hilarious and as good as the first time.</li>
|
||||
<li><strong>The Bachelor</strong> - Two of my friends are big fans, so I’m watching the current season with them. I’ve never seen any <em>Bachelor</em> properties before this; I’m mostly along for the ride. The show has yet to hit the reality TV highs that keep me looped in to shows like <em>America’s Next Top Model</em> or <em>Survivor</em>, and the whole concept still feels quite skeezy to me.</li>
|
||||
</ul>
|
||||
<h1 id="music">Music</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p><strong><em>III</em>, The Lumineers</strong> - I have liked some of The Lumineers’ hits for years, but a friend really loves them, so I thought I’d give <em>III</em> a shot. I understand it’s a concept album with stories and characters; I really haven’t delved into that. I’m unsure if that’s because I haven’t found it compelling or because I am trying to focus more on the <em>sound</em> rather than just the words (I’ve always been more for the latter). <em>III</em> sounds great; it reminds me of how much I love the piano. It’s the focal point of many songs on the album but also beautifully interspersed as a twinkly highlight or backdrop. Particular favorites are “Donna” and “My Cell.”</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/media-log/">Media-Log</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/my-top-ten-video-games-from-the-2010s/">My Top Ten Video Games from the 2010s</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
7 January 2024
|
||||
28 September 2016
|
||||
</time>
|
||||
<h2><a href="/hate-for-the-island/">hate for the island</a></h2>
|
||||
<div class="barcode">
|
||||
hate-for-the-island
|
||||
</div>
|
||||
|
||||
<p>I was born and raised on Long Island in a hamlet that rests along the Great South Bay.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> Known to most as a ferry town, this charming suburb lives and breathes the ocean. Most every resident has access to some kind of boat, whether through personal ownership or advantageous friendship. In the 90s, the town was voted the “friendliest town in America,” a slogan that still adorns the sign as you drive into town, by a mysterious group that awards such superlatives. That accolade, along with our yacht clubs, country clubs, lack of racial diversity, and generalized fear of anything outside the norm makes the town the near picture of 1950s suburban ideal.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/women-in-a-sea-of-men-the-representation-of-women-in-the-curse-of-the-black-pearl/">Women in a Sea of Men: The Representation of Women in The Curse of the Black Pearl</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
1 January 2024
|
||||
7 January 2016
|
||||
</time>
|
||||
<h2><a href="/my-year-in-lists/">my year in lists</a></h2>
|
||||
<div class="barcode">
|
||||
my-year-in-lists
|
||||
</div>
|
||||
|
||||
<p>I’m not a New Years Resolution person; listening to a lot of <a href="https://loscampesinos.bandcamp.com/track/my-year-in-lists-2">“My Year in Lists”</a> by Los Campesinos! as a teen made me quite cynical about the whole thing.</p>
|
||||
<p>However, I <em>am</em> a very goal-oriented, reflective person. In late 2022, after years of gaining weight and developing some really negative patterns of self-talk around my body image, I decided to join a gym. Of course I’d like to see the number on the scale go down, but the main goal was just to get healthier and develop healthier habits. I started running, because that’s what I used to do (not well), and eventually convinced a friend to join with me. Together, we set the goal of running a 5K, and we did our first in May of 2023, in about 41 minutes (in our defense, it was an <em>extremely</em> hilly course, but also progress, progress<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>). We ran three more as the year went by; my most recent was November, where I finished in around 36 minutes.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/exercise/">Exercise</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/internet/">Internet</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/teaching/">Teaching</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/heres-what-i-was-listening-to-in-2015/">Here’s What I Was Listening to in 2015</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
14 December 2015
|
||||
</time>
|
||||
<h2><a href="/star-wars-has-a-problem-with-women-and-were-going-to-fix-it-together/">Star Wars Has a Problem with Women and We’re Going to Fix It Together</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
12 March 2015
|
||||
</time>
|
||||
<h2><a href="/revolutions/">Revolutions</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
5 February 2015
|
||||
</time>
|
||||
<h2><a href="/life-is-strange-episode-1-chrysalis/">Life is Strange Episode 1: Chrysalis</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
1 January 2015
|
||||
</time>
|
||||
<h2><a href="/house-of-leaves-appendix-ii-e-the-three-attic-whalestoe-institute-letters-may-8th-1987/">House of Leaves: Appendix II-E, The Three Attic Whalestoe Institute Letters (May 8th, 1987)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
9 November 2014
|
||||
</time>
|
||||
<h2><a href="/canopies-and-drapes/">Canopies and Drapes: Emmy the Great’s Twist on the Classic Breakup Song</a></h2>
|
||||
</article>
|
||||
|
||||
|
||||
@ -242,21 +170,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/" class="pagination__link">
|
||||
1
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -265,20 +190,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -298,19 +212,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -330,19 +233,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -362,19 +254,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -387,110 +268,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/page/6/" class="pagination__link">
|
||||
6
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -504,7 +281,7 @@
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--last">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/9/">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/5/">
|
||||
Last
|
||||
</a>
|
||||
</li>
|
||||
|
@ -54,124 +54,9 @@
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 December 2023
|
||||
14 August 2014
|
||||
</time>
|
||||
<h2><a href="/intentional-listening/">Intentional Listening</a></h2>
|
||||
<div class="barcode">
|
||||
intentional-listening
|
||||
</div>
|
||||
|
||||
<p>A friend of mine is a big fan of Florence + the Machine. I confessed to only really knowing (but liking) her hits, “Dog Days” and “Cosmic Love.” I asked which album she would recommend I listen to; she said <em>How Big, How Blue, How Beautiful</em> (2015),<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> and I texted her about some of the songs on it. She asked if I was listening to the whole thing given the back to back messages; I said yes, and I started to consider <em>how</em> I like to consume music.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
28 December 2023
|
||||
</time>
|
||||
<h2><a href="/emily-dickinson-queer-theory/">LITR 308 Emily Dickinson & Queer Theory</a></h2>
|
||||
<div class="barcode">
|
||||
emily-dickinson-queer-theory
|
||||
</div>
|
||||
|
||||
<p>The lives of many literary greats remain a relative mystery; literary critics and historians are often left to piece together details from letters, documentation, and, sometimes controversially, the author’s work read for repeated motifs. They then draw what conclusions they can about the authors’ lives. One of the most prolific female poets in the English literary canon, Emily Dickinson’s life is preserved in letters and artifacts from her life. When examined as a body of work, Dickinson’s poetry reveals a pattern of focus on women’s interior lives and relationships that may be regarded as queer, especially with the added dimension of her close relationship with her sister-in-law. This essay examines a selection of her poems through a queer lens, highlighting the poems’ relationships to female love and Dickinson’s life and arguing against established patterns of erasing Dickinson’s queer identity.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/literature/">Literature</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/undergrad/">Undergrad</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
19 September 2023
|
||||
</time>
|
||||
<h2><a href="/litr-250-close-reading-2e/">LITR 250 Close Reading 2E</a></h2>
|
||||
<div class="barcode">
|
||||
litr-250-close-reading-2e
|
||||
</div>
|
||||
|
||||
<p>In the beginning of Chapter VIII in the third section of <em>To the Lighthouse</em>, pages 186-187, Virginia Woolf’s unique approach to perspective and introspection create a subjective presentation of reality and relationships, supported by extended metaphors of fluidity and stillness. On a boat trip mandated by Mr. Ramsay to the titular lighthouse, Cam and James anatomize and unfold their feelings towards their father. Cam evolves as the boat moves across the sea while James’s unflinching rage and violence towards the patriarch repeat in this section as the sailboat halts and space contracts to exacerbate his indignation. Woolf thus frames and explores the figure of Mr. Ramsay and the nominal motif of a journey through individual introspection and excurses. <sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/literature/">Literature</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/undergrad/">Undergrad</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
31 August 2023
|
||||
</time>
|
||||
<h2><a href="/media-log-august-2023/">Media Log (August 2023)</a></h2>
|
||||
<div class="barcode">
|
||||
media-log-august-2023
|
||||
</div>
|
||||
|
||||
<h1 id="movies">Movies</h1>
|
||||
<p><em>Barbie</em> - I was underwhelmed. There’s been lots of chatter, and I loved <em>Lady Bird</em>, but <em>Barbie</em> didn’t hit for me; too much Ken (to be the hundredth person to whine about it) and the ending felt unearned and thematically confused. This was more of an homage to <em>Barbie</em> as a product than it was an homage to womanhood, but it pretended to be the latter.</p>
|
||||
<h1 id="games">Games</h1>
|
||||
<p><em>Vampire Survivors</em> - I originally played <em>Vampire Survivors</em> for my video game podcast, <a href="https://pitchandplay.org">Pitch & Play</a> (on hiatus but will come back!); my friend and co-host Ross recommended it to me. I was pleasantly surprised by how much I got into it given that I don’t really have nostalgia for this sort of game, but I played several hours of it and then became distracted by life. While moving this month, I was without internet for quite a while and had not hooked up my consoles (or my PC, still). To kill some time while my body recovered from lifting boxes and scrubbing surfaces, I downloaded <em>Vampire Survivors</em> onto my phone and went deep into it. It’s a fantastic game that I’ll come to associate with my early days in the house.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/media-log/">Media-Log</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
<time>
|
||||
18 August 2023
|
||||
</time>
|
||||
<h2><a href="/on-teaching/">On Teaching</a></h2>
|
||||
<div class="barcode">
|
||||
on-teaching
|
||||
</div>
|
||||
|
||||
<p>This September marks the start of my fourth year teaching.</p>
|
||||
<p>When I was a kid, I was always interested in teaching; my grandparents had an unfinished basement that, for some reason, had a little chalkboard and table. My siblings and I would play school down there, and I loved to play the role of teacher – despite being considerably younger than them.<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> I loved school, too. I loved most every subject (especially grammar – I’m one of the few children who absolutely rejoiced when asked to take out my grammar workbook) and was, at the risk of conceit, <em>good</em> at academics. I also read voraciously in elementary school.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/teaching/">Teaching</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2><a href="/princess-bubblegum-marceline-still-just-almost-girlfriends/">Princess Bubblegum & Marceline: Still Just Almost Girlfriends</a></h2>
|
||||
</article>
|
||||
|
||||
|
||||
@ -222,21 +107,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/" class="pagination__link">
|
||||
1
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -246,21 +128,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/page/2/" class="pagination__link">
|
||||
2
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -269,20 +148,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -302,19 +170,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -334,19 +191,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -359,136 +205,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/page/6/" class="pagination__link">
|
||||
6
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item">
|
||||
<a href="/posts/page/7/" class="pagination__link">
|
||||
7
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--next">
|
||||
<a href="/posts/page/6/" class="pagination__link pagination__link--next">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-arrow-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l14 0" /><path d="M13 18l6 -6" /><path d="M13 6l6 6" /></svg>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pagination__item pagination__item--last">
|
||||
<a class="pagination__link pagination__link--last" href="/posts/page/9/">
|
||||
Last
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
@ -57,24 +57,6 @@
|
||||
15 August 2023
|
||||
</time>
|
||||
<h2><a href="/stages-of-moving/">Stages of Moving</a></h2>
|
||||
<div class="barcode">
|
||||
stages-of-moving
|
||||
</div>
|
||||
|
||||
<h2 id="stage-1-denial--naivety">Stage 1: Denial & Naivety</h2>
|
||||
<p>I don’t have that much stuff. I don’t think packing is going to be that hard this time. I’ve already boxed up my books – how much more could I need to do?</p>
|
||||
<h2 id="stage-2-coping--bargaining">Stage 2: Coping / Bargaining</h2>
|
||||
<p>Okay, there is actually a lot to do, but it’s not so bad. I can just drop everything in the garage and focus on cleaning the apartment.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/life/">Life</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -82,21 +64,6 @@
|
||||
31 July 2023
|
||||
</time>
|
||||
<h2><a href="/old-woman-yells-at-the-cloud/">Old Woman Yells at the Cloud</a></h2>
|
||||
<div class="barcode">
|
||||
old-woman-yells-at-the-cloud
|
||||
</div>
|
||||
|
||||
<p>I recently listened to an episode of <em>Never Been a Better Podcast</em> in which Austin Walker, referencing <a href="https://twitter.com/v21/status/1490297801569353729">a Twitter thread</a> by @v21, posited that we are moving into a new era of the internet where content is generated by machines rather than people; where once the internet was used by people to access large bodies of information and to connect with <em>other</em> people, we now use it to connect with machines that regurgitate photocopies of photocopies of information.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/internet/">Internet</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -104,47 +71,6 @@
|
||||
30 July 2023
|
||||
</time>
|
||||
<h2><a href="/media-log-july-2023/">Media Log (July 2023)</a></h2>
|
||||
<div class="barcode">
|
||||
media-log-july-2023
|
||||
</div>
|
||||
|
||||
<p>Part of my resolution to blog more is to start a media consumption log for the year where I record what I’m reading, watching, and listening to. I’m going to do it monthly; expect a finalized list on the last day of each month (possibly backdated).</p>
|
||||
<h1 id="movies">Movies</h1>
|
||||
<ul>
|
||||
<li><em>The Fast and the Furious</em> - a rewatch of a movie I watched way too much as a child and therefore have an unreasonable fondness and attachment towards. The dialogue in this movie is positively absurd (“I like the tuna here," “Welcome to Race Wars”), the homoerotic undertones bordering on overtones, and everyone in this movie (except Vince but including Jesse) is blisteringly hot. I was edified by the friend I had watched the film (not movie) with, who had never seen it, as she remarked at the end, “I get it now.” I could have done without the oil scene, however.</li>
|
||||
<li><em>2 Fast 2 Furious</em> – well, now it’s a marathon. <em>2 Fast 2 Furious</em> has, historically and controversially, been both my favorite sequel naming schema and overall entry in the <em>Fast</em> saga. I love the first, but this movie embraces the stupidity and over-the-top action that would go on to define the series. It manages to succeed without Vin Diesel (or any of the “family,” except for Brian, though it introduces future members) and contains some iconic (to me) scenes (<a href="https://www.youtube.com/watch?v=Dpwl45hUQfc&pp=ygUMZWplY3RvIHNlYXRv">Ejecto seato</a> and everything involving Suki). I smile constantly while watching this movie. I love it and I think it loves me back. Except for the rat scene. I could do without the rat scene.</li>
|
||||
<li><em>The Fast and the Furious: Tokyo Drift</em> – I would like to say that I came to my second viewing of this movie with an open mind (I didn’t), hoping to understand the cultural revisionism of some <em>Fast</em> fans who claim that this is actually one of the best in the series (it isn’t). Somehow this movie makes drifting boring. Han is the only interesting character. There’s a character who everyone refers to as “DK” (short for “Drift King”) throughout the film and yet he is as bland and forgettable as the rest. Sean is the worst, and it is a miracle the series managed to rebound from this low. <em>Tokyo Drift</em> is the ugly step-cousin of the <em>Fast</em> series. At least the theme song slaps.</li>
|
||||
<li><em>Fast & Furious</em> – viewed right after <em>Tokyo Drift</em> to cleanse my palate and remind me what a good movie feels like. The opening scene immediately reminds one of the highs of the <em>Fast</em> saga, and while the rest of the movie is far from the best, it is miles ahead of <em>Tokyo Drift</em>, if only because it reunites the <em>Fast</em> family and sets the pieces in place for the highs of the series to come.</li>
|
||||
<li><em>Fast Five</em> – a truly thrilling movie start to finish and perhaps the best of the series. Everything about this movie is fun — no rat or oil scenes to be found. Instead, just action sequences that constantly raise the stakes and delight — and, of course, the reunion of the family (sans-Letty).</li>
|
||||
<li><em>Fast & Furious 6</em> – a middling sequel to the high point of the <em>Fast</em> series and my last rewatch; from here on out, it is all new to me. This one is watchable and certainly ranks as one of the better <em>Fast</em> movies. It chases the ragtag quality that the family had in the last movie but doesn’t hit the same notes. The movie shines when it focuses on Dom and Letty’s relationship, and the bridge scene is one of the best stupid stunts in the series.</li>
|
||||
<li><em>Furious 7</em> – a mostly forgettable setup and plot offset by some truly ridiculous moments that make the film, overall, enjoyable. This was a classy send-off for Paul Walker that I’m sure was emotional in the moment but is today soured by him being kind of a creep. I wish to wed the individual who came up with the Rock breaking his cast off and entering the action, the skyscraper scene, Dom running over Shaw’s car, and, most of all, the rwrench fight. I say individual because I like to believe there is a single person responsible for this lunacy.</li>
|
||||
</ul>
|
||||
<h1 id="tv">TV</h1>
|
||||
<ul>
|
||||
<li><em>Andor</em>, season one – interesting in broad strokes, but I found it deeply problematic on an episode-to-episode basis. This felt like a movie trilogy that decided to be a television show, and it does not work as either. It may not be fair for me to levy my frustrations with cinematic universes against <em>Andor</em> (<em>Fast</em> obsession notwithstanding), but I spent much of my time with the show questioning its necessity (even as a <em>Star Wars</em> lover and a particular fan of <em>Rogue One</em>). Much of <em>Andor</em> felt like it was undercutting <em>Rogue One</em> and Jyn’s significance to the Alliance. <em>Andor</em> has compelling ideas and is competently shot and acted, with occasionally strong moments every few episodes, but it ultimately didn’t win me over. I will give a second season a try, but <em>Andor</em> disappointed me, especially given the high expectations others’ reactions gave me.</li>
|
||||
</ul>
|
||||
<h1 id="music">Music</h1>
|
||||
<ul>
|
||||
<li><em>22, a Million</em>, Bon Iver – I do not have much experience with Bon Iver outside of “Skinny Love” (which is fine), but I vaguely recall my sister playing me a song, “10 d E A T h b R E a s T ⚄ ⚄”, from_ 22, a Million_ around when it came out. Sparked by a recent conversation with her and stumbling across an article that I now cannot find about some of the controversy around the album’s release, I’ve been listening to it a fair amount. It’s an abstract, exciting album; none of the songs particularly stand out to me as Playlist Material, but that is perhaps the intention of the album: it is to be listened to in sittings, full through, not in the vacuum we have become accustomed to of random shuffles and algorithmic picks. I admire any artist that experiments with their releases and does not rest on the laurels of their hits, so initial impressions are strong, but I get the sense that this is an album that begs for the listener to reflect and decode.</li>
|
||||
<li><em>Never Hungover Again</em>, Joyce Manor – discovered through a Front Bottoms shuffle with “Heart Tattoo,” which is a highlight of the album for me. Never Hungover Again is a breezy listen: ten tracks, most falling between one and two minutes. I found the first five tracks mostly discardable, but the second half was much stronger with the aforementioned “Heart Tattoo,” “In the Army Now,” and “Catalina Fight Song.” Emo revival works best for me in The Front Bottoms style: catchy riffs and earnest lyrics that read like teenage LiveJournal entries.</li>
|
||||
</ul>
|
||||
<h1 id="games">Games</h1>
|
||||
<ul>
|
||||
<li><em>The Legend of Zelda: Tears of the Kingdom</em> - I played a metric ton of <em>Breath of the Wild</em> and emerged with feelings ranging from ambivalent to frustrated. There was so much I loved about it and so much that just never came together (or actively frustrated me). <em>Tears of the Kingdom,</em> however, has brought me nothing but joy; it corrects every complaint I had with <em>Breath of the Wild</em> and improves upon it wholesale. I’m far from done with the game – I think I will be playing it for some time – but so far, it is remarkable.</li>
|
||||
<li><em>Taco Cat Goat Cheese Pizza</em> - played with friends but I had the eerie suspicion I’ve played it before but cannot place it. Fine in a group but mostly forgettable. I wouldn’t seek it out again.</li>
|
||||
<li><em>Carcassonne</em> - my love, my liege. <em>Carcassonne</em> is a bastion in our household. I love it every time I play, except when I lose, which is often.</li>
|
||||
<li><em>The Busy Bistro</em>, <a href="https://magicpuzzlecompany.com/">Magic Puzzle Company</a> - a friend spotted this on Tik Tok and invited me over to work on it with her. Reader, I was there until three in the morning. A fantastic puzzle with charming art, done in good company.</li>
|
||||
</ul>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/media-log/">Media-Log</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -152,23 +78,6 @@
|
||||
26 July 2023
|
||||
</time>
|
||||
<h2><a href="/what%27s-this/">What's This?</a></h2>
|
||||
<div class="barcode">
|
||||
what's-this
|
||||
</div>
|
||||
|
||||
<p>Well, I have another blog.</p>
|
||||
<p>Welcome to <a href="https://cassie.land">cassie.land</a>, the latest (as of writing this) web project that I’ve started and may promptly abandon.</p>
|
||||
<p>Here’s the truth: These past few months have shown me the impermanence of online platforms. I have quit reddit with the third-party API shutdowns, and while I am probably better off for it, it does feel like losing one of the bastions of the internet I once knew. I regret to inform that I am officially an old person on the internet; I yearn for the days of hyper-specific Geocities pages with incredibly useful information written by a thirteen year old screaming into the void (and for the days where our search engines actually directed us to that information rather than some circuitous tripe written by AI that packs in every SEO keyword without actually saying anything).</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -176,25 +85,6 @@
|
||||
30 June 2023
|
||||
</time>
|
||||
<h2><a href="/an-empty-promise-to-blog-more/">An Empty Promise to Blog More</a></h2>
|
||||
<div class="barcode">
|
||||
an-empty-promise-to-blog-more
|
||||
</div>
|
||||
|
||||
<p>This past year has emphasized to me the impermanence of online platforms. I have quit reddit with the third-party API shutdowns, and while I am probably better off for it, it does feel like losing one of the bastions of the internet I once knew. I regret to inform that I am officially an old person on the internet; I yearn for the days of hyper-specific Geocities pages with incredibly useful information written by a thirteen year old screaming into the void (and for the days where our search engines actually directed us to that information rather than some circuitous tripe written by AI that packs in every SEO keyword without actually saying anything).</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/meta/">Meta</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -57,27 +57,6 @@
|
||||
30 December 2020
|
||||
</time>
|
||||
<h2><a href="/heres-what-i-was-listening-to-in-2020/">Here’s What I Was Listening to in 2020</a></h2>
|
||||
<div class="barcode">
|
||||
heres-what-i-was-listening-to-in-2020
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2020/mac.jpg');"></div>
|
||||
|
||||
<p>It feels like most of my blog posts end up being about music. I’d like to pretend that this post is a piece of an annual tradition in which I review and analyze my listening patterns from the past year, but truth be told, I’ve <a href="https://cassie.ink/heres-what-i-was-listening-to-in-2015/">only done this once before, in 2015</a>, and then <a href="https://cassie.ink/my-top-ten-albums-from-the-2010s/">kind of early in 2020, when I reviewed my favorite albums from the last ten years</a>. Truth is, I’d like this to be a tradition, a habit I develop, but I’ve had about as much success with that as I have with my resolution to exercise more regularly.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -85,22 +64,6 @@
|
||||
20 December 2019
|
||||
</time>
|
||||
<h2><a href="/my-top-ten-albums-from-the-2010s/">My Top Ten Albums from the 2010s</a></h2>
|
||||
<div class="barcode">
|
||||
my-top-ten-albums-from-the-2010s
|
||||
</div>
|
||||
|
||||
<p>That I’m a big ol’ music weirdo should come as no surprise to anyone who has read <a href="https://cassie.ink/heres-what-i-was-listening-to-in-2015/">some</a> of my <a href="https://cassie.ink/revolutions/">previous</a> writing <a href="https://cassie.ink/canopies-and-drapes/">about</a> it. I have tracked just about all of my music listening to <a href="https://www.last.fm/user/wearebeautiful">last.fm</a> since 2014, both to maintain a record and gather minute statistics about myself.</p>
|
||||
<p>I turned 16 in 2010, and my 25th birthday was this past November. The latter half of my adolescent identity formation therefore took place during this past decade, and the music I listened to during those years acted as a score, a signpost, a catharsis, a reflection. I’ve come to mark events in my life with the music I was listening to at the time. And having spent my teen years sitting in front of a computer listening to music at pretty much all times, I developed a pretty large collection.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -108,22 +71,6 @@
|
||||
13 November 2019
|
||||
</time>
|
||||
<h2><a href="/my-top-ten-video-games-from-the-2010s/">My Top Ten Video Games from the 2010s</a></h2>
|
||||
<div class="barcode">
|
||||
my-top-ten-video-games-from-the-2010s
|
||||
</div>
|
||||
|
||||
<p>Another decade in the book, another opportunity to represent my life in lists and data.</p>
|
||||
<p>Looking retrospectively, this past decade defined my interest in games. It’s been a hobby of mine since I was a young child — I remember holing up in my mom’s basement, replaying the same minigames over and over in <em>Gus Goes to Cyberopolis</em>. My dad bought me a Gameboy Color for my fifth birthday, and I dedicated at least a decade of my life (regrettably) to the <em>Kingdom Hearts</em> series. But in 2010, I started my first job, and so I finally had some disposable income to spend on my hobbies; I didn’t have to beg for games as birthday or Christmas or whenever presents. And so I played a lot more games in these past ten years. I started to follow industry news beyond new releases. I became more thoughtful about and critical of the industry. And I shifted my hobby into professional inquiry: in 2018, I co-wrote a book chapter about how video games could be used in educational settings, and in 2019, I piloted a camp that empowered kids to create their own video games.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/games/">Games</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -131,27 +78,6 @@
|
||||
28 September 2016
|
||||
</time>
|
||||
<h2><a href="/women-in-a-sea-of-men-the-representation-of-women-in-the-curse-of-the-black-pearl/">Women in a Sea of Men: The Representation of Women in The Curse of the Black Pearl</a></h2>
|
||||
<div class="barcode">
|
||||
women-in-a-sea-of-men-the-representation-of-women-in-the-curse-of-the-black-pearl
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2016/scream.jpg');"></div>
|
||||
|
||||
<p>Recently, my boyfriend and I decided to revisit a childhood classic: <em>Pirates of the Caribbean: The Curse of the Black Pearl</em>, the film that jump-started what would prove to be an extremely lucrative and much beloved franchise for Disney. I first watched it not long after its 2003 release, making me 8 or 9 at the time, and enjoyed it, like most other children at the time. It brims with swashbuckling adventure and humor while maintaining Disney’s family-friendly directive. Unfortunately, with my older, more world-weary eyes saw through the dust of nostalgia, dismayed as the film makes no effort to pass the Bechdel-Wallace Test, which stands as an absolute bare minimum requirement for a creative endeavor’s portrayal of women.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/movies/">Movies</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -159,28 +85,6 @@
|
||||
7 January 2016
|
||||
</time>
|
||||
<h2><a href="/heres-what-i-was-listening-to-in-2015/">Here’s What I Was Listening to in 2015</a></h2>
|
||||
<div class="barcode">
|
||||
heres-what-i-was-listening-to-in-2015
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2016/music.JPG');"></div>
|
||||
|
||||
<p>As the year closes, naturally I must compile experiences and interests from the period into data and statistics.</p>
|
||||
<p>Okay, maybe I’m not being quite that heartless, but last.fm sure makes it easy to indulge that desire. I scrobble (almost) all of my music to last.fm as I enjoy having a record of my listening habits for both reference and analysis. This year I finally found a solid app to do so from my phone, too, though my scrobbles lack what I listen to at work, which is a lot, as well as about half the year of listening on my phone. Therefore, as we head into 2016, I’d like to look back on what I listened to the most in 2015 (not necessarily my favorite releases from the year — my musical discovery process is best described as stumbling across things years after release).</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -57,32 +57,6 @@
|
||||
14 December 2015
|
||||
</time>
|
||||
<h2><a href="/star-wars-has-a-problem-with-women-and-were-going-to-fix-it-together/">Star Wars Has a Problem with Women and We’re Going to Fix It Together</a></h2>
|
||||
<div class="barcode">
|
||||
star-wars-has-a-problem-with-women-and-were-going-to-fix-it-together
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2015/carrie.jpg');"></div>
|
||||
|
||||
<p>Let’s start by making something perfectly clear: I love <em>Star Wars</em>. I live and breathe <em>Star Wars</em>. They’re some of my favorite movies, games, and comics; I’ve read more than my fair share of <em>Star Wars</em> fanfiction and have, over the years, spent a ludicrous amount of money on merchandise and other paraphernalia.</p>
|
||||
<p>When someone, tasked with buying me a gift, asks for ideas, I give them one instruction: if it has <em>Star Wars</em> on it, I’ll like it.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/movies/">Movies</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/star-wars/">Star-Wars</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -90,25 +64,6 @@
|
||||
12 March 2015
|
||||
</time>
|
||||
<h2><a href="/revolutions/">Revolutions</a></h2>
|
||||
<div class="barcode">
|
||||
revolutions
|
||||
</div>
|
||||
|
||||
<p>The harrowing process of puberty hit me in 2005, around the midpoint between my 10th and 11th birthday. I blame whatever weird hormones we feed kids these days, and that I probably continue to consume today, for its early onset, or perhaps I can deflect the blame to my parents and chalk it up to genetics — but whichever way, suddenly I found hair creeping up where it had never been before, dried blood on bargain brand, butterfly-clad underwear. Under oversized tee shirts, burgeoning breasts lumped together, hardly noticeable, but they would surely be big one day, I told myself with equal parts dread and wonder — after all, I had already donned my first bra, one of the first in my class, but certainly not the first to worry whether these new marks of my sex would throw my jump shot, bar me from swimming pools for twelve weeks out of the year, and shepherd me into the “girl’s section” of clothing stores where I’d exchange cargo shorts and sneakers for dresses and romances. I’d worry about entering middle school, about finding my locker and my classrooms, about making friends and who my future self would be, whether she’d look anything like the girl I saw reflected in the mirror.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -116,27 +71,6 @@
|
||||
5 February 2015
|
||||
</time>
|
||||
<h2><a href="/life-is-strange-episode-1-chrysalis/">Life is Strange Episode 1: Chrysalis</a></h2>
|
||||
<div class="barcode">
|
||||
life-is-strange-episode-1-chrysalis
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2015/strangeheader.png');"></div>
|
||||
|
||||
<p>Set in the fictional town of Arcadia Bay, <em>Life is Strange</em> follows Max, the recently minted 18-year-old photography nerd, attending the elite Blackwall Academy. In the trend of episodic games, <em>Life is Strange</em> centers around player choice, the butterfly effect being both a literal and figurative force in the game. It manages, however, to distinguish itself from not only Telltale Games — with its unique center and focus on two teenage girls, as well as its gorgeous, indie-film presentation — but also from just about everything else we’re seeing in gaming today.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/games/">Games</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -144,28 +78,6 @@
|
||||
1 January 2015
|
||||
</time>
|
||||
<h2><a href="/house-of-leaves-appendix-ii-e-the-three-attic-whalestoe-institute-letters-may-8th-1987/">House of Leaves: Appendix II-E, The Three Attic Whalestoe Institute Letters (May 8th, 1987)</a></h2>
|
||||
<div class="barcode">
|
||||
house-of-leaves-appendix-ii-e-the-three-attic-whalestoe-institute-letters-may-8th-1987
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2015/whalestoe.png');"></div>
|
||||
|
||||
<p>I’ve picked up <em>House of Leaves</em> again, Mark Z. Danielewski’s debut novel and veritable puzzle of a book. I previously abandoned it because, as a horror novel, I was having some trouble sleeping after reading it, but I’ve wanted to read it for years and the new year seems like a good time to conquer my fears.</p>
|
||||
<p>There’s plenty of discussion around the internet regarding the book, and plenty more people who, I’m sure, have decoded the book’s many coded messages. But I’m a stingy sort who likes to do things on my own, and I thought I’d log some of it here! The first of my challenges was a letter from Appendix II-E, sent to Johnny Truant from his mother; she suspects that the director of the Whalestoe Institute, where she is institutionalized, is intercepting her letters. She is able to send a private letter to Johnny via an attendant, telling him the key to her next letter: take only the first letter of each word, separate those letters into something coherent, and find her true message (the letter itself is pure nonsense). Therefore, it’s no significant discovery on my part, but more of a fun first challenge. Warning that this is a book of psychological horror, and the contents below may be troubling or triggering (esp. for rape victims).</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/literature/">Literature</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<article>
|
||||
@ -173,25 +85,6 @@
|
||||
9 November 2014
|
||||
</time>
|
||||
<h2><a href="/canopies-and-drapes/">Canopies and Drapes: Emmy the Great’s Twist on the Classic Breakup Song</a></h2>
|
||||
<div class="barcode">
|
||||
canopies-and-drapes
|
||||
</div>
|
||||
|
||||
<p>In the music industry, and in the folk genre particular, breakup songs are not exactly uncommon, and for every chart-topping artist crooning over the radio about the throes of love, there are thousands of disconsolate teens pouring over their guitars. For her 2009 <em>Edward</em> EP, England-based singer-songwriter Emma-Lee Moss (stage name Emmy the Great) visits the genre herself; the four included songs are among Emmy’s earliest, though they contain her usual balance of charm and poignancy, more often than not accompanied only by an acoustic strum.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/music/">Music</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -57,28 +57,6 @@
|
||||
14 August 2014
|
||||
</time>
|
||||
<h2><a href="/princess-bubblegum-marceline-still-just-almost-girlfriends/">Princess Bubblegum & Marceline: Still Just Almost Girlfriends</a></h2>
|
||||
<div class="barcode">
|
||||
princess-bubblegum-marceline-still-just-almost-girlfriends
|
||||
</div>
|
||||
|
||||
<div class="cover" style="background-image:url('https://cdn.cassie.ink/images/2014/almostgfs.png');"></div>
|
||||
|
||||
<p>It’s only natural that the first post on my shiny new blog should be about these two, isn’t it?</p>
|
||||
<p>Let me preface this post by saying that I love Princess Bubblegum and Marceline and Bubbline and Sugarless Gum, all of that — whatever you’d like to call it, I ship it. Hard. I may not be a long-time <em>Adventure Time</em> fan; I have not experienced firsthand the “What Was Missing” controversy, the joy delivered when <em>Sky Witch</em> premiered, and so on. I jumped on-board late, binge-watched my way to this pairing, which washed over me with all its fluffy, tumultuous grace. I was vaguely aware that it was a popular ship as I made my way up to “What Was Missing”; I transcended as I witnessed Marceline’s impromptu, angst-ridden love ballad to Peebles; I immediately rewatched “Go With Me”, eager to see the pair’s first on-screen interaction; I stormed ahead to “Sky Witch”. I filled my tumblr with all the lovely fanart in existence for the couple, bemusing my followers who already taunted me for my FemShep/Liara obsession; I formed headcanons, all of it.</p>
|
||||
|
||||
<div class="tags">
|
||||
<ul>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/television/">Television</a>
|
||||
</li>
|
||||
<li>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-tag"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" /></svg>
|
||||
<a href="/tags/wordpress/">Wordpress</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
||||
<time>
|
||||
2 March 2025
|
||||
</time>
|
||||
<h2><a href="/week-notes/025-unused/">(week notes 25)</a></h2>
|
||||
<h2><a href="/drafts/025-unused/">(week notes 25)</a></h2>
|
||||
</article>
|
||||
|
||||
<article>
|
||||
|
@ -52,9 +52,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<title>(week notes 25)</title>
|
||||
<link>http://localhost:1313/week-notes/025-unused/</link>
|
||||
<link>http://localhost:1313/drafts/025-unused/</link>
|
||||
<pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/week-notes/025-unused/</guid>
|
||||
<guid>http://localhost:1313/drafts/025-unused/</guid>
|
||||
<description><h1 id="doing">Doing</h1>
<h1 id="reading">Reading</h1>
<p><em>And Then? And Then? What Else?</em> has become a slog, but I press on nonetheless. There&rsquo;s little here to amuse or excite; even devout Lemony Snicket fans will be disappointed I think by the lack of new information or even commentary concerning the books. Handler confirms that the Baudelaires are named for the poet, that the melodrama of the books is inspired by Edvard Gorey, and that he openly disdains the film — hardly revelations by any means. Most egregiously, he seriously downplays the accusations of sexual inappropriateness against him and attempts to use his own childhood sexual assault as a shield against them.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -50,13 +50,6 @@
|
||||
<guid>http://localhost:1313/week-notes/025/</guid>
|
||||
<description><h2 id="doing">Doing</h2>
<p>Joe and I visited some of his family with a lake house this week where my farmer&rsquo;s tan became more and more pronounced. I also &ldquo;worked&rdquo; two days this week: I had committee meetings on Thursday and then a joint meeting to coordinate middle school/high school/college GSAs in my area. I also went to a concert (more about that in the music section) with a friend who moved away a year ago and who I missed a lot!</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>(week notes 25)</title>
|
||||
<link>http://localhost:1313/week-notes/025-unused/</link>
|
||||
<pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate>
|
||||
<guid>http://localhost:1313/week-notes/025-unused/</guid>
|
||||
<description><h1 id="doing">Doing</h1>
<h1 id="reading">Reading</h1>
<p><em>And Then? And Then? What Else?</em> has become a slog, but I press on nonetheless. There&rsquo;s little here to amuse or excite; even devout Lemony Snicket fans will be disappointed I think by the lack of new information or even commentary concerning the books. Handler confirms that the Baudelaires are named for the poet, that the melodrama of the books is inspired by Edvard Gorey, and that he openly disdains the film — hardly revelations by any means. Most egregiously, he seriously downplays the accusations of sexual inappropriateness against him and attempts to use his own childhood sexual assault as a shield against them.</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>listen to my story (week notes 24)</title>
|
||||
<link>http://localhost:1313/week-notes/024/</link>
|
||||
|
@ -54,9 +54,6 @@ sup {
|
||||
padding: 0.5% 1.5%;
|
||||
}
|
||||
|
||||
code {
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--blue);
|
||||
width: 100%;
|
||||
@ -128,7 +125,7 @@ nav ul {
|
||||
}
|
||||
|
||||
/* home, page, section - common */
|
||||
.home time::after, .page time::after, .section time::after {
|
||||
.home time::after, .page time::after {
|
||||
content: ' ';
|
||||
background: var(--text);
|
||||
width: 150px;
|
||||
@ -137,7 +134,7 @@ nav ul {
|
||||
margin: 2% auto 0 auto;
|
||||
}
|
||||
|
||||
.home article h2, .page h1, .section article h2 {
|
||||
.home article h2, .page h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
@ -149,12 +146,12 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home article h2, .page h1, .section article h2, .home article h2 a {
|
||||
.home article h2, .page h1, .home article h2 a {
|
||||
font-size: 2rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.home article time, .page time, .section article time {
|
||||
.home article time, .page time {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
@ -164,12 +161,12 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home article time, .page time, .section article time {
|
||||
.home article time, .page time {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.home .barcode, .page .barcode, .section .barcode {
|
||||
.home .barcode, .page .barcode {
|
||||
font-family: 'Libre Barcode', sans-serif;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
@ -182,7 +179,7 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home .barcode, .page .barcode, .section .barcode {
|
||||
.home .barcode, .page .barcode {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
@ -237,7 +234,7 @@ nav ul {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home blockquote, .section blockquote {
|
||||
.home blockquote {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@ -426,31 +423,7 @@ figcaption {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* section */
|
||||
.section article h2 a {
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.section h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: var(--claret);
|
||||
}
|
||||
|
||||
.section article:first-of-type {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.section article {
|
||||
border-bottom: 1px dotted var(--text);
|
||||
padding: 7.5% 0;
|
||||
}
|
||||
|
||||
/* pagination */
|
||||
/* pagination */
|
||||
.pagination {
|
||||
list-style-type: none;
|
||||
padding: 7.5% 0 0 0;
|
||||
@ -483,8 +456,8 @@ figcaption {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
/* tag page */
|
||||
.term h1 {
|
||||
/* tag & section page */
|
||||
.term h1, .section h1 {
|
||||
font-family: 'Domaine Display', Georgia, serif;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
@ -494,7 +467,7 @@ figcaption {
|
||||
padding-top: 7.5%
|
||||
}
|
||||
|
||||
.term article {
|
||||
.term article, .section article {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
@ -8,14 +8,6 @@
|
||||
{{ .PublishDate.Format "2 January 2006" }}
|
||||
</time>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
|
||||
<div class="barcode">
|
||||
{{ .Params.url }}
|
||||
</div>
|
||||
{{ with .Params.cover }}
|
||||
<div class="cover" style="background-image:url('{{ . }}');"></div>
|
||||
{{ end }}
|
||||
{{ .Summary }}
|
||||
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user