<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>The Annals of the Lesser Occult Institute</title>
    <link>https://lesser.occult.institute/</link>
    <description>@maya@occult.institute</description>
    <pubDate>Tue, 07 Apr 2026 12:17:20 -0700</pubDate>
    <item>
      <title>An opinionated approach to TiddlyWiki</title>
      <link>https://lesser.occult.institute/an-opinionated-approach-to-tiddlywiki</link>
      <description>&lt;![CDATA[TiddlyWiki (TW) has been coming up in the Matrix channel that hosts discussion for the Malleable Systems Collective. It was correctly observed that first-time user onboarding is... rough. It&#39;s easy for even professionally technical people to bounce off, having made configuration choices that don&#39;t match their goals, and to conclude that TW does not meet their needs. If they find solutions that make them happy, godspeed! But in an attempt to be helpful I&#39;ll lay out how I have mine set up. &#xA;I should say that I use &#34;note&#34; and &#34;tiddler&#34; interchangeably because I hate &#34;tiddler&#34; as a term.&#xA;Skim the headings and skip to Configuration if you don&#39;t care about the rationale. &#xA;&#xA;Principles&#xA; First let me lay out the values that inform my choice of TW and my approach to its configuration.&#xA;&#xA;Links&#xA;Interlinking is one of the most valuable things you can do to organize information.  I compromise on my commitment-phobia for links. Links have this inconvenient need to know where they go, so you have to come down from your maximally-agnostic high horse and provide them some concrete indicators. That said, I refuse to think too hard here--Joplin, for instance, is a really lovely open source Evernote replacement that I was considering but discarded because of the internal link syntax. It looks like Target note, with one being dependent on the application to get the blobby note IDs. I want to be able to turn &#34;Hang on to your youthful enthusiasms -- you’ll be able to use them better when you’re older.&#34; --Seneca into something like&#34;Hang on to your youthful enthusiasms -- you’ll be able to use them better when you’re older.&#34; --Seneca fluidly. &#xA;Backlinks &#xA;Everyone in this space seems to have fallen in love with Roam Research and their very, very impressive demos. The tl;dr: if I link from A to B when B doesn&#39;t exist and then navigate to B, B shows me the link context in A with a link back to A. If I add content to B, the link from A still displays below that content. &#xA;&#xA;The point of this is that it allows one to build up associations among topics, authors, etc. that are perusable. (Tags also function in this way, but tags are not central to my organization in the way that I center links) &#xA;&#xA;Everything everywhere: browser access&#xA;I don&#39;t compromise on the portability the Google ecosystem can offer. I can log in from someone else&#39;s laptop and note down an address. I can write down an album recommendation from my phone typing with my thumbs. All my devices can access everything and I don&#39;t have to think about what&#39;s been left in what backpack.&#xA;&#xA;Commitment-phobia&#xA;No new markup language: only Markdown&#xA;My life is lived in Markdown, for better or worse, at work and at play. Even Facebook Messenger supports a subset. I&#39;m not memorizing anything else for my own notes when it&#39;s so helpful to have Markdown syntax in one&#39;s muscle memory. &#xA;No data lock-in: simple files&#xA;If I&#39;m writing in Markdown, I should be storing in Markdown. An .md file, or a folder of .md files, feels timeless--or timeless enough to be translated to the next thing, at least. The underlying data is in this kind of storage--what lives on top is just a view layer. &#xA;&#xA;Let there be pretty: customizable&#xA;My needs here are somewhat less demanding than I was of my middle school MySpace CSS, but I want plain Markdown files and I want cutesy background images and I get both. &#xA;&#xA;If I want to be persnickety about fonts, I can be to my own satisfaction. The view layer is usable by default but has enough knobs for visual tinkering. &#xA;&#xA;Flat organization: no hierarchy&#xA;Hierarchies are so 2nd millennium. Links and tags ought to be enough. This verges dangerously on relating more to my philosophy of notetaking than my technical needs, but I want a tangle, not a tree, and my tools can&#39;t force the latter on me.&#xA;&#xA;Bonus: offline function for alternate use&#xA;I know that I&#39;ve said I want everything available everywhere--and that&#39;s true for the great bulk of what I do. But it&#39;s also valuable for me to be able to take notes on my work. I work at a big tech company. People throw enough three letter acronyms around internally that you could hit on real ones by sharpieing letters on some dice. I need to remember a lot of non-public information. It&#39;s not kosher to store that where it doesn&#39;t need to be--so if I can use the same kind of view layer locally to see Markdown files that never leave my work laptop, that&#39;s a great bonus.&#xA;&#xA;Configuration&#xA;Install the TW5 nodejs application&#xA;Use the init command with the server option targeting the folder you want to hold your data&#xA;Run the server itself&#xA;Navigate to the server in the browser.&#xA;Drag the markdown plugin over to the tab serving your wiki Put the new markdown tiddler button where the old new tiddler button was.&#xA;Install this relink plugin if you intend to use links much at all.&#xA;&#xA;There. You now have a basic server that will autosave your changes as you edit to a bunch of markdown files in theFolderYouChose/tiddlers. Here&#39;s documentation on how to use it.&#xA;Making it available everywhere is then a question of web hosting. I am not qualified to give advice on how to configure a reverse proxy and whatnot. There are also different auth solutions you will want to consider. The built in username / plaintext password is not ideal for long-term use, but will work for testing it out. Your reverse proxy can help here.&#xA;For a while, I had this running on an EC2 instance. If you do this, I recommend creating some kind of backup as well (push the directory to S3 every so often, rely on EBS snapshots if lazy and deep-pocketed, sync with git every so often, etc.). I now run it from a machine I have physical access to for recovery, but I should still probably have a better backup story. (We should all have a better backup story.)&#xA;&#xA;Snazzier configuration&#xA;If you use the &#34;journal&#34; feature for daily logs, it&#39;s possible to create a modified button that will open the journal of the day with the markdown format selected. (If you care about this but don&#39;t want to fuss with it yourself, DM me on Mastodon and I&#39;ll share the modifications necessary.) &#xA;Backlinks - install this context plugin and create a tiddler with the content:&#xA;$list filter=&#34;[all[current]backlinks[]sort[title]]&#34; emptyMessage=&#34;&#34;&#xA;$link to={{!!title}}$view field=&#34;title&#34;/: /$link&#xA;$context length=80 term=&lt;&lt;storyTiddler  /  br&#xA;/$list&#xA;and tag it $:/tags/ViewTemplate. I use this footer along with a list of notes tagged with the title of the current note, but this is simple for you to try to see if you like this backlinks feature. &#xA;&#xA;Decoration - I&#39;m not going to say it would be reasonable to do so, but if one wanted to have little images floating at the bottom of one&#39;s notes based on some tag, one could use a. the fact that every note gets the CSS class .tc-tagged-{TAG} for every tag, b. every note tagged $:/tags/Stylesheet being included as CSS, c. the TW markup language to process transclusion before this CSS inclusion happens, and d. a cute image stored as base64 as a separate note. It might look something like this:&#xA;&#xA;Drawbacks &#xA;Images&#xA;The native thing to do involves embedding the images, more or less, in the big blob of content that gets sent across the wire on first load. Base64 encoding is involved for whatever reason. There is lazy loading available that reduces the performance penalty, but I haven&#39;t tried it out (not sure how it will mix with my nginx authrequest redirect setup). The whole thing makes me realize that I&#39;m not sure I have a good story around saving images to be mixed with text content.&#xA;Plugin discovery&#xA;The TW plugin experience in the technical sense is stellar. If someone hosts their TW publicly and they have a plugin you like, you can click and drag it over to your TW and it Just Works(tm). &#xA;Perhaps because of this easy p2p plugin sharing, however, there is very poor discoverability around the really great plugins out there. The whole community exists primarily in Google Groups, for God&#39;s sake. &#xA;&#xA;Alternatives &#xA;Org-roam&#xA;If you&#39;re an emacs person, do check out org-roam. &#xA;David Gifford&#39;s TW adaptations&#xA;Someone who&#39;s twiddled with TW with the aim of producing UX somewhat like Roam without requiring user configuration to get there. His latest iteration is named Stroll. I don&#39;t care for it. That&#39;s because it&#39;s not a minimal plugin to TW focusing on specific functionality, but an attempt to develop an overall experience including multiple existing plugins to TW--and as the latter, it has all kinds of modifications to layout and such that I don&#39;t want to have to deal with in trying to hone in on my own preferences. I mention it because, as always, Your Mileage May Vary.&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>TiddlyWiki (TW) has been coming up in <a href="https://matrix.to/#/%23malleable-systems:matrix.org" rel="nofollow">the Matrix channel</a> that hosts discussion for the <a href="https://malleable.systems/" rel="nofollow">Malleable Systems Collective</a>. It was correctly observed that first-time user onboarding is... rough. It&#39;s easy for even professionally technical people to bounce off, having made configuration choices that don&#39;t match their goals, and to conclude that TW does not meet their needs. If they find solutions that make them happy, godspeed! But in an attempt to be helpful I&#39;ll lay out how I have mine set up.
I should say that I use “note” and “tiddler” interchangeably because I hate “tiddler” as a term.
Skim the headings and skip to <strong>Configuration</strong> if you don&#39;t care about the rationale.</p>

<h1 id="principles">Principles</h1>

<p> First let me lay out the values that inform my choice of TW and my approach to its configuration.</p>

<h2 id="links">Links</h2>

<p><a href="https://en.wikipedia.org/wiki/Memex#Associative_trails" rel="nofollow">Interlinking is one of the most valuable things you can do to organize information.</a>  I compromise on my commitment-phobia for links. Links have this inconvenient need to know where they go, so you have to come down from your maximally-agnostic high horse and provide them some concrete indicators. That said, I refuse to think too hard here—<a href="https://joplinapp.org/" rel="nofollow">Joplin</a>, for instance, is a really lovely open source Evernote replacement that I was considering but discarded because of the internal link syntax. It looks like <code>[Target note](:/6d55a1e4d87946099bb8aeb24f663f96)</code>, with one being dependent on the application to get the blobby note IDs. I want to be able to turn <code>&#34;Hang on to your youthful enthusiasms -- you’ll be able to use them better when you’re older.&#34; --Seneca</code> into something like<code>&#34;Hang on to your youthful [enthusiasms](#enthusiasm) -- you’ll be able to use them better [when you’re older](#aging).&#34; --[Seneca](#seneca)</code> fluidly.</p>

<h3 id="backlinks">Backlinks</h3>

<p>Everyone in this space seems to have fallen in love with <a href="https://roamresearch.com/" rel="nofollow">Roam Research</a> and their very, very impressive demos. The tl;dr: if I link from A to B when B doesn&#39;t exist and then navigate to B, B shows me the link context in A with a link back to A. If I add content to B, the link from A still displays below that content.
<img src="https://i.imgur.com/n9ef25L.png" alt="">
The point of this is that it allows one to build up associations among topics, authors, etc. that are perusable. (Tags also function in this way, but tags are not central to my organization in the way that I center links)</p>

<h2 id="everything-everywhere-browser-access">Everything everywhere: browser access</h2>

<p>I don&#39;t compromise on the portability the Google ecosystem can offer. I can log in from someone else&#39;s laptop and note down an address. I can write down an album recommendation from my phone typing with my thumbs. All my devices can access everything and I don&#39;t have to think about what&#39;s been left in what backpack.</p>

<h2 id="commitment-phobia">Commitment-phobia</h2>

<h3 id="no-new-markup-language-only-markdown">No new markup language: only Markdown</h3>

<p>My life is lived in Markdown, for better or worse, at work and at play. Even Facebook Messenger supports a subset. I&#39;m not memorizing anything else for my own notes when it&#39;s so helpful to have Markdown syntax in one&#39;s muscle memory.</p>

<h3 id="no-data-lock-in-simple-files">No data lock-in: simple files</h3>

<p>If I&#39;m writing in Markdown, I should be storing in Markdown. An <code>.md</code> file, or a folder of <code>.md</code> files, feels timeless—or timeless enough to be translated to the next thing, at least. The underlying data is in this kind of storage—what lives on top is just a view layer.</p>

<h2 id="let-there-be-pretty-customizable">Let there be pretty: customizable</h2>

<p>My needs here are somewhat less demanding than I was of my middle school <a href="https://news.codecademy.com/myspace-and-the-coding-legacy/" rel="nofollow">MySpace CSS</a>, but I want plain Markdown files <em>and</em> I want cutesy background images and I get both.
<img src="https://i.imgur.com/yNegaZy.png" alt="">
If I want to be persnickety about fonts, I can be to my own satisfaction. The view layer is usable by default but has enough knobs for visual tinkering.</p>

<h2 id="flat-organization-no-hierarchy">Flat organization: no hierarchy</h2>

<p>Hierarchies are so 2nd millennium. Links and tags ought to be enough. This verges dangerously on relating more to my philosophy of notetaking than my technical needs, but I want a tangle, not a tree, and my tools can&#39;t force the latter on me.</p>

<h2 id="bonus-offline-function-for-alternate-use">Bonus: offline function for alternate use</h2>

<p>I know that I&#39;ve said I want everything available everywhere—and that&#39;s true for the great bulk of what I do. But it&#39;s also valuable for me to be able to take notes on my work. I work at a big tech company. People throw enough three letter acronyms around internally that you could hit on real ones by sharpieing letters on some dice. I need to remember a lot of non-public information. It&#39;s not kosher to store that where it doesn&#39;t need to be—so if I can use the same <em>kind</em> of view layer locally to see Markdown files that never leave my work laptop, that&#39;s a great bonus.</p>

<h1 id="configuration">Configuration</h1>
<ul><li><a href="https://tiddlywiki.com/#GettingStarted%20-%20Node.js" rel="nofollow">Install the TW5 nodejs application</a></li>
<li><a href="https://tiddlywiki.com/#InitCommand" rel="nofollow">Use the init command with the <code>server</code> option targeting the folder you want to hold your data</a></li>
<li><a href="https://tiddlywiki.com/#WebServer" rel="nofollow">Run the server itself</a></li>
<li>Navigate to the server in the browser.</li>
<li><a href="https://tiddlywiki.com/plugins/tiddlywiki/markdown/" rel="nofollow">Drag the markdown plugin over to the tab serving your wiki</a> Put the new markdown tiddler button where the old new tiddler button was.</li>
<li><a href="https://github.com/flibbles/tw5-relink" rel="nofollow">Install this <code>relink</code> plugin</a> if you intend to use links much at all.</li></ul>

<p>There. You now have a basic server that will autosave your changes as you edit to a bunch of markdown files in <code>theFolderYouChose/tiddlers</code>. <a href="https://tiddlywiki.com/#Working%20with%20TiddlyWiki" rel="nofollow">Here&#39;s documentation on how to use it</a>.
Making it available everywhere is then a question of web hosting. I am not qualified to give advice on how to configure a reverse proxy and whatnot. There are also different auth solutions you will want to consider. The built in username / plaintext password is not ideal for long-term use, but will work for testing it out. Your reverse proxy can help here.
For a while, I had this running on an EC2 instance. If you do this, I recommend creating some kind of backup as well (push the directory to S3 every so often, rely on EBS snapshots if lazy and deep-pocketed, sync with git every so often, etc.). I now run it from a machine I have physical access to for recovery, but I should still probably have a better backup story. (We should all have a better backup story.)</p>

<h1 id="snazzier-configuration">Snazzier configuration</h1>
<ul><li>If you use the “journal” feature for daily logs, it&#39;s possible to create a modified button that will open the journal of the day with the markdown format selected. (If you care about this but don&#39;t want to fuss with it yourself, <a href="https://occult.institute/@maya" rel="nofollow">DM me on Mastodon</a> and I&#39;ll share the modifications necessary.)</li>

<li><p>Backlinks – <a href="http://contextplugin.tiddlyspot.com/" rel="nofollow">install this context plugin</a> and create a tiddler with the content:</p>

<pre><code>&lt;$list filter=&#34;[all[current]backlinks[]sort[title]]&#34; emptyMessage=&#34;&#34;&gt;
&lt;$link to={{!!title}}&gt;&lt;$view field=&#34;title&#34;/&gt;: &lt;/$link&gt;
&lt;$context length=80 term=&lt;&lt;storyTiddler&gt;&gt; /&gt;
&lt;br&gt;
&lt;/$list&gt;
</code></pre>

<p>and tag it <code>$:/tags/ViewTemplate</code>. I use this footer along with a list of notes tagged with the title of the current note, but this is simple for you to try to see if you like this backlinks feature.</p></li>

<li><p>Decoration – I&#39;m not going to say it would be <em>reasonable</em> to do so, but if one <em>wanted</em> to have little images floating at the bottom of one&#39;s notes based on some tag, one could use a. the fact that every note gets the CSS class <code>.tc-tagged-{TAG}</code> for every tag, b. every note tagged <code>$:/tags/Stylesheet</code> being included as CSS, c. the TW markup language to process transclusion before this CSS inclusion happens, and d. a cute image stored as base64 as a separate note. It might look something like this:
<img src="https://i.imgur.com/EsflqpS.png" alt=""></p></li></ul>

<h1 id="drawbacks">Drawbacks</h1>

<h2 id="images">Images</h2>

<p>The native thing to do involves embedding the images, more or less, in the big blob of content that gets sent across the wire on first load. Base64 encoding is involved for whatever reason. There is <a href="https://tiddlywiki.com/#LazyLoading" rel="nofollow">lazy loading</a> available that reduces the performance penalty, but I haven&#39;t tried it out (not sure how it will mix with my nginx <code>auth_request</code> redirect setup). The whole thing makes me realize that I&#39;m not sure I have a good story around saving images to be mixed with text content.</p>

<h2 id="plugin-discovery">Plugin discovery</h2>

<p>The TW plugin experience in the technical sense is stellar. If someone hosts their TW publicly and they have a plugin you like, you can click and drag it over to your TW and it Just Works™.
Perhaps <strong>because</strong> of this easy p2p plugin sharing, however, there is very poor discoverability around the really great plugins out there. The whole community exists primarily in <a href="https://groups.google.com/forum/#!forum/tiddlywiki" rel="nofollow">Google Groups</a>, for God&#39;s sake.</p>

<h1 id="alternatives">Alternatives</h1>

<h2 id="org-roam">Org-roam</h2>

<p>If you&#39;re an emacs person, do check out <a href="https://github.com/org-roam/org-roam" rel="nofollow">org-roam</a>.</p>

<h2 id="david-gifford-s-tw-adaptations">David Gifford&#39;s TW adaptations</h2>

<p>Someone who&#39;s twiddled with TW with the aim of producing UX somewhat like Roam without requiring user configuration to get there. His latest iteration is named <a href="https://giffmex.org/stroll/stroll.html" rel="nofollow">Stroll</a>. I don&#39;t care for it. That&#39;s because it&#39;s not a minimal plugin to TW focusing on specific functionality, but an attempt to develop an overall experience including multiple existing plugins to TW—and as the latter, it has all kinds of modifications to layout and such that I don&#39;t want to have to deal with in trying to hone in on my own preferences. I mention it because, as always, Your Mileage May Vary.</p>
]]></content:encoded>
      <guid>https://lesser.occult.institute/an-opinionated-approach-to-tiddlywiki</guid>
      <pubDate>Fri, 08 May 2020 04:34:05 +0000</pubDate>
    </item>
    <item>
      <title>Best of 2019 - Audio Edition</title>
      <link>https://lesser.occult.institute/best-of-2019-audio-edition</link>
      <description>&lt;![CDATA[Nice Girls Don&#39;t Stay For Breakfast&#xA;Retrograde sassiness. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/7j5ds3QuPER42dYistzIIy&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Yellow Eyes&#xA;Sort of loony, and while I&#39;m not sure what the kids call metal these days, it certainly has the metal song structure in that the structure is all over the place. Proggy in that there is a lot of Intelligent chords / rhythm going on. Four slight headbangs through noise canceling headphones out of five. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/4sFTXj6a0y3KeB0zEqdnbM&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Virus/Priest&#xA;Something kind of Cher-like about this, and I mean that in the best way. Others can attest to their consistency -- careful in construction of a vibe while not mindlessly imitative -- better than I. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/2auyE53lrWpCM47XXky6X0&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Pretty/Terror Jr.&#xA;This was an anthem for me for a while in Seattle.  &#xA;iframe src=&#34;https://open.spotify.com/embed/track/1X2npDWQpg9lvM8MOw2mqm&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Galileo (Lead Into Gold Mix)&#xA;This is not a Puscifer recommendation. This was my eclipse song: sat out on the steps staring up at the moon while people would move by, look at me, follow my gaze, look back, look awkward...&#xA;iframe src=&#34;https://open.spotify.com/embed/track/3nsnirLpQt68OIy6Lih2u5&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Rad Drugz/MISSIO&#xA;Hipster youth pastor vibes? Yes, a bit. But it&#39;s somehow an oddly wholesome counterpart to e.g. Post Malone.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/0u2A867SnSHy7JOmQtNA3x&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Cry Little Sister vs. Hello Zepp/Celldweller&#xA;Have I mentioned recently that I&#39;m trash? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/3XLcHyh8dr65qWzaW194WM&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Veneno/Anitta&#xA;Don&#39;t sleep on her. Downtown??? Yes, it is &#xA;iframe src=&#34;https://open.spotify.com/embed/track/1KFN3kB4hc6r7ILpifFsqf&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Freak&#xA;Hear that Kylie Minogue vocal/production touch on the chorus? No? Just me? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/6FXlU48nPGYZ3i4Jrmm3vQ&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;CEASE AND DESIST&#xA;Do you miss Aural Vampire? Do you enjoy mishearing song lyrics? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/3cIttzoAjoc44h6noteqJh&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Don&#39;t Fuck With My Money&#xA;Listen to that synth bass though. So catchy! Disco vocals! &#xA;iframe src=&#34;https://open.spotify.com/embed/track/2OH98J4Nl44rgwOAXa2Z7c&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;She Bad/Cardi B, YG&#xA;I think this guy is skeezy, but I don&#39;t really care because he has one of those Snoop Dogg voices that I want to have read textbooks as audio books. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/0CfmNX2TXk7yoJqHJiixnp&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;We Appreciate Power/Grimes, HANA&#xA;Grimes, what the fuck happened to you? Elon Musk, really?&#xA;iframe src=&#34;https://open.spotify.com/embed/track/08ZCgkLKpcgrcSPCHN2v8J&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Evolution Once Again/Big Data&#xA;I know we all know them for that Joywave/Big Data thing, right? Anyway, this makes me think I&#39;m going to hear vocal fry era Britney and then something else emerges! Excellent. Vocal harmonies! Lovely. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/2NtQkwB73ZL5gf4gc5Soy4&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Bad Girl(s)&#xA;Lyrics a little edgelordy I&#39;m Not Like The Other Girls, but the vibe is excellent.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/7qgWUNJuXz95YFzkrijy4s&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Gravedigger&#xA;Somehow reminds me of Lana Del Rey, but if her maneating thing were less wistful and more aggro vampire.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/4zo6O0UO5Kz6ZT0CpTCCb3&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Martyrs / Soen&#xA;So I like a lot of brainy metal, but I always favor ones that have some kind of satisfying chorus, and being able to bellow along &#34;SPIRIT OF THE WATER&#34; with this chorus is just great. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/1QEkE0QIfjYu0ne3YfyOTH&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Munchhausen by Proxy&#xA;violin! unexpected synth break! feel like you are in a 22nd century carnival&#xA;iframe src=&#34;https://open.spotify.com/embed/track/0MNgjMosYiUBXiLyhfePtJ&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Proper Funds&#xA;It&#39;s 92 seconds you won&#39;t want back.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/7k5xsLopn4tgTYsXXuSaEg&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;hope is a dangerous thing for a woman like me to have&#xA;Let me be very explicit: being a young woman into Sylvia Plath is a cliche I have chosen to embrace, and Lana Del Rey has explicitly chosen to sing about, and I never stood a chance against it. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/1PfUKiMDKIlPEF9FfdJawc&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Love You Wrong&#xA;This is up there with &#34;Tear You Apart&#34; in terms of stuff that would get some kind of &#34;Possessiveness&#34; tag on AO3 but has such an unironic color that your inner teenager is deeply pleased. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/4Jt9ZO7j5s4H0x5TN9EaUl&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Karchata&#xA;This is the kind of thing I like listening to while I program. &#xA;  Oh, crow chicks are in the mountains, and girls are in the valley,&#xA;  Cut and chop the trees, it&#39;s all green wherever you look, crow chicks.&#xA;Ukrainian, Not Russian. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/0bleAtA6rPBANThiQU018c&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;needy&#xA;The kids are all right.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/1TEL6MlSSVLSdhOSddidlJ&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Balalaika Metal&#xA;This is great for programming.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/3lul66kAbLR3If0mo3wHBo&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Scherzo No. 5 in Death Minor&#xA;Give it past the intro. Good instrumental one for programming playlists. &#xA;iframe src=&#34;https://open.spotify.com/embed/track/4SPVLICQXcDdHPQ1LKDtSL&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;I&#39;ve Had It &#xA;If I jogged, I would have this on that playlist.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/6THrXVrgclmZ3qgp3LXvVZ&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;12 Years&#xA;If ASMR is something I have ever experienced, it was with this song.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/0k8Bxua1WpK94NzRljqwY6&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Keep It Real Dumb&#xA;Catchy, there&#39;s cowbell... Feels like good 2000s indie.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/6MWYqBjOEZlLkfFUC3PpBq&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Spider Heard&#xA;I don&#39;t understand this but I love it.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/5T9CCHzvYYQMMmJWnfxZlD&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Crazy Milk &#xA;It&#39;s like a classic Neyo song or something, but.... kawaii electronic music? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/3lnTnUXjwJzlXhZe8snxoo&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;No Going Back&#xA;5/4, you know my weakness.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/5uI3TCMApy5X47mHTpzlDg&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Nuts&#xA;Sort of a cross between Rico Nasty and Grimes? Somehow? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/3eqavOrKHPLdfKZjNMtJWW&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Dreezy&#xA;Are we all up on Dreezy by now? &#xA;iframe src=&#34;https://open.spotify.com/embed/track/0Q7oKGmOMygeemUaUr6lYJ&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Alina Baraz&#xA;Got into a relationship, got all into the music you put on playlists with euphemistic names, what a cliche&#xA;iframe src=&#34;https://open.spotify.com/embed/track/2mj7x99sNUsVHPBRK51zlG&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Millennial Falcon&#xA;Is the pun not enough? Sleazy guitar sound I love.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/7glCydqzVLiKo6aoKy19A7&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Belinda&#xA;I miss her. So this song that has her voice in it, I of course went nuts for.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/5OSrMt5y9dExB2J5vMdTVk&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Spectral Friends&#xA;&#34;weeeee are spectral friends, dananaNAna no... you know....&#34;&#xA;iframe src=&#34;https://open.spotify.com/embed/track/42Sg1DwNr3dvMebA4HUqOl&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Lady Macbeth&#39;s Lament&#xA;Did you think you&#39;d gotten away with so little stark female vocal acapella?&#xA;iframe src=&#34;https://open.spotify.com/embed/track/0HuMbwKzJDm2PFdPsnn4Ij&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Creature Kind&#xA;This one is good to dance around to in your apartment.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/01zME4q62SDPtD0hOSmTrG&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Dale Gas/Snow Tha Product&#xA;I will never give up on her.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/2f71lbjmfueEmrxPTHk11Z&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Can&#39;t Stop Now/Allie X&#xA;Queen.&#xA;iframe src=&#34;https://open.spotify.com/embed/track/7MjbsO0p4zGyuM9xSnEcF9&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;Honorable Mentions&#xA;...baby one more time&#xA;iframe src=&#34;https://open.spotify.com/embed/track/5QGzdq90Xi0ejPy9ZCO8qf&#34; width=&#34;300&#34; height=&#34;380&#34; frameborder=&#34;0&#34; allowtransparency=&#34;true&#34; allow=&#34;encrypted-media&#34;/iframe&#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<h3 id="nice-girls-don-t-stay-for-breakfast">Nice Girls Don&#39;t Stay For Breakfast</h3>

<p>Retrograde sassiness.
<iframe src="https://open.spotify.com/embed/track/7j5ds3QuPER42dYistzIIy" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="yellow-eyes">Yellow Eyes</h3>

<p>Sort of loony, and while I&#39;m not sure what the kids call metal these days, it certainly has the metal song structure in that the structure is all over the place. Proggy in that there is a lot of Intelligent chords / rhythm going on. Four slight headbangs through noise canceling headphones out of five.
<iframe src="https://open.spotify.com/embed/track/4sFTXj6a0y3KeB0zEqdnbM" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="virus-priest">Virus/Priest</h3>

<p>Something kind of Cher-like about this, and I mean that in the best way. Others can attest to their consistency — careful in construction of a vibe while not mindlessly imitative — better than I.
<iframe src="https://open.spotify.com/embed/track/2auyE53lrWpCM47XXky6X0" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="pretty-terror-jr">Pretty/Terror Jr.</h3>

<p>This was an anthem for me for a while in Seattle.<br>
<iframe src="https://open.spotify.com/embed/track/1X2npDWQpg9lvM8MOw2mqm" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="galileo-lead-into-gold-mix">Galileo (Lead Into Gold Mix)</h3>

<p>This is not a Puscifer recommendation. This was my eclipse song: sat out on the steps staring up at the moon while people would move by, look at me, follow my gaze, look back, look awkward...
<iframe src="https://open.spotify.com/embed/track/3nsnirLpQt68OIy6Lih2u5" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="rad-drugz-missio">Rad Drugz/MISSIO</h3>

<p>Hipster youth pastor vibes? Yes, a bit. But it&#39;s somehow an oddly wholesome counterpart to e.g. Post Malone.
<iframe src="https://open.spotify.com/embed/track/0u2A867SnSHy7JOmQtNA3x" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="cry-little-sister-vs-hello-zepp-celldweller">Cry Little Sister vs. Hello Zepp/Celldweller</h3>

<p>Have I mentioned recently that I&#39;m trash?
<iframe src="https://open.spotify.com/embed/track/3XLcHyh8dr65qWzaW194WM" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="veneno-anitta">Veneno/Anitta</h3>

<p>Don&#39;t sleep on her. Downtown??? Yes, it is
<iframe src="https://open.spotify.com/embed/track/1KFN3kB4hc6r7ILpifFsqf" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="freak">Freak</h3>

<p>Hear that Kylie Minogue vocal/production touch on the chorus? No? Just me?
<iframe src="https://open.spotify.com/embed/track/6FXlU48nPGYZ3i4Jrmm3vQ" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="cease-and-desist">CEASE AND DESIST</h3>

<p>Do you miss Aural Vampire? Do you enjoy mishearing song lyrics?
<iframe src="https://open.spotify.com/embed/track/3cIttzoAjoc44h6noteqJh" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="don-t-fuck-with-my-money">Don&#39;t Fuck With My Money</h3>

<p>Listen to that synth bass though. So catchy! Disco vocals!
<iframe src="https://open.spotify.com/embed/track/2OH98J4Nl44rgwOAXa2Z7c" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="she-bad-cardi-b-yg">She Bad/Cardi B, YG</h3>

<p>I think this guy is skeezy, but I don&#39;t really care because he has one of those Snoop Dogg voices that I want to have read textbooks as audio books.
<iframe src="https://open.spotify.com/embed/track/0CfmNX2TXk7yoJqHJiixnp" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="we-appreciate-power-grimes-hana">We Appreciate Power/Grimes, HANA</h3>

<p>Grimes, what the fuck happened to you? Elon Musk, really?
<iframe src="https://open.spotify.com/embed/track/08ZCgkLKpcgrcSPCHN2v8J" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="evolution-once-again-big-data">Evolution Once Again/Big Data</h3>

<p>I know we all know them for that Joywave/Big Data thing, right? Anyway, this makes me think I&#39;m going to hear vocal fry era Britney and then something else emerges! Excellent. Vocal harmonies! Lovely.
<iframe src="https://open.spotify.com/embed/track/2NtQkwB73ZL5gf4gc5Soy4" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="bad-girl-s">Bad Girl(s)</h3>

<p>Lyrics a little edgelordy I&#39;m Not Like The Other Girls, but the vibe is excellent.
<iframe src="https://open.spotify.com/embed/track/7qgWUNJuXz95YFzkrijy4s" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="gravedigger">Gravedigger</h3>

<p>Somehow reminds me of Lana Del Rey, but if her maneating thing were less wistful and more aggro vampire.
<iframe src="https://open.spotify.com/embed/track/4zo6O0UO5Kz6ZT0CpTCCb3" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="martyrs-soen">Martyrs / Soen</h3>

<p>So I like a lot of brainy metal, but I always favor ones that have some kind of satisfying chorus, and being able to bellow along “SPIRIT OF THE WATER” with this chorus is just great.
<iframe src="https://open.spotify.com/embed/track/1QEkE0QIfjYu0ne3YfyOTH" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="munchhausen-by-proxy">Munchhausen by Proxy</h3>

<p>violin! unexpected synth break! feel like you are in a 22nd century carnival
<iframe src="https://open.spotify.com/embed/track/0MNgjMosYiUBXiLyhfePtJ" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="proper-funds">Proper Funds</h3>

<p>It&#39;s 92 seconds you won&#39;t want back.
<iframe src="https://open.spotify.com/embed/track/7k5xsLopn4tgTYsXXuSaEg" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="hope-is-a-dangerous-thing-for-a-woman-like-me-to-have">hope is a dangerous thing for a woman like me to have</h3>

<p>Let me be very explicit: being a young woman into Sylvia Plath is a cliche I have chosen to embrace, and Lana Del Rey has explicitly chosen to sing about, and I never stood a chance against it.
<iframe src="https://open.spotify.com/embed/track/1PfUKiMDKIlPEF9FfdJawc" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="love-you-wrong">Love You Wrong</h3>

<p>This is up there with “Tear You Apart” in terms of stuff that would get some kind of “Possessiveness” tag on AO3 but has such an unironic color that your inner teenager is deeply pleased.
<iframe src="https://open.spotify.com/embed/track/4Jt9ZO7j5s4H0x5TN9EaUl" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="karchata">Karchata</h3>

<p>This is the kind of thing I like listening to while I program.
&gt;Oh, crow chicks are in the mountains, and girls are in the valley,
&gt;Cut and chop the trees, it&#39;s all green wherever you look, crow chicks.
Ukrainian, Not Russian.
<iframe src="https://open.spotify.com/embed/track/0bleAtA6rPBANThiQU018c" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="needy">needy</h3>

<p>The kids are all right.
<iframe src="https://open.spotify.com/embed/track/1TEL6MlSSVLSdhOSddidlJ" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="balalaika-metal">Balalaika Metal</h3>

<p>This is great for programming.
<iframe src="https://open.spotify.com/embed/track/3lul66kAbLR3If0mo3wHBo" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="scherzo-no-5-in-death-minor">Scherzo No. 5 in Death Minor</h3>

<p>Give it past the intro. Good instrumental one for programming playlists.
<iframe src="https://open.spotify.com/embed/track/4SPVLICQXcDdHPQ1LKDtSL" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="i-ve-had-it">I&#39;ve Had It</h3>

<p>If I jogged, I would have this on that playlist.
<iframe src="https://open.spotify.com/embed/track/6THrXVrgclmZ3qgp3LXvVZ" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="12-years">12 Years</h3>

<p>If ASMR is something I have ever experienced, it was with this song.
<iframe src="https://open.spotify.com/embed/track/0k8Bxua1WpK94NzRljqwY6" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="keep-it-real-dumb">Keep It Real Dumb</h3>

<p>Catchy, there&#39;s cowbell... Feels like good 2000s indie.
<iframe src="https://open.spotify.com/embed/track/6MWYqBjOEZlLkfFUC3PpBq" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="spider-heard">Spider Heard</h3>

<p>I don&#39;t understand this but I love it.
<iframe src="https://open.spotify.com/embed/track/5T9CCHzvYYQMMmJWnfxZlD" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="crazy-milk">Crazy Milk</h3>

<p>It&#39;s like a classic Neyo song or something, but.... kawaii electronic music?
<iframe src="https://open.spotify.com/embed/track/3lnTnUXjwJzlXhZe8snxoo" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="no-going-back">No Going Back</h3>

<p>5/4, you know my weakness.
<iframe src="https://open.spotify.com/embed/track/5uI3TCMApy5X47mHTpzlDg" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="nuts">Nuts</h3>

<p>Sort of a cross between Rico Nasty and Grimes? Somehow?
<iframe src="https://open.spotify.com/embed/track/3eqavOrKHPLdfKZjNMtJWW" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="dreezy">Dreezy</h3>

<p>Are we all up on Dreezy by now?
<iframe src="https://open.spotify.com/embed/track/0Q7oKGmOMygeemUaUr6lYJ" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="alina-baraz">Alina Baraz</h3>

<p>Got into a relationship, got all into the music you put on playlists with euphemistic names, what a cliche
<iframe src="https://open.spotify.com/embed/track/2mj7x99sNUsVHPBRK51zlG" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="millennial-falcon">Millennial Falcon</h3>

<p>Is the pun not enough? Sleazy guitar sound I love.
<iframe src="https://open.spotify.com/embed/track/7glCydqzVLiKo6aoKy19A7" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="belinda">Belinda</h3>

<p>I miss her. So this song that has her voice in it, I of course went nuts for.
<iframe src="https://open.spotify.com/embed/track/5OSrMt5y9dExB2J5vMdTVk" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="spectral-friends">Spectral Friends</h3>

<p>“weeeee are spectral friends, dananaNAna no... you know....”
<iframe src="https://open.spotify.com/embed/track/42Sg1DwNr3dvMebA4HUqOl" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="lady-macbeth-s-lament">Lady Macbeth&#39;s Lament</h3>

<p>Did you think you&#39;d gotten away with so little stark female vocal acapella?
<iframe src="https://open.spotify.com/embed/track/0HuMbwKzJDm2PFdPsnn4Ij" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="creature-kind">Creature Kind</h3>

<p>This one is good to dance around to in your apartment.
<iframe src="https://open.spotify.com/embed/track/01zME4q62SDPtD0hOSmTrG" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="dale-gas-snow-tha-product">Dale Gas/Snow Tha Product</h3>

<p>I will never give up on her.
<iframe src="https://open.spotify.com/embed/track/2f71lbjmfueEmrxPTHk11Z" width="300" height="380" frameborder="0"></iframe></p>

<h3 id="can-t-stop-now-allie-x">Can&#39;t Stop Now/Allie X</h3>

<p>Queen.
<iframe src="https://open.spotify.com/embed/track/7MjbsO0p4zGyuM9xSnEcF9" width="300" height="380" frameborder="0"></iframe></p>

<h2 id="honorable-mentions">Honorable Mentions</h2>

<h3 id="baby-one-more-time">...baby one more time</h3>

<iframe src="https://open.spotify.com/embed/track/5QGzdq90Xi0ejPy9ZCO8qf" width="300" height="380" frameborder="0"></iframe>
]]></content:encoded>
      <guid>https://lesser.occult.institute/best-of-2019-audio-edition</guid>
      <pubDate>Thu, 05 Dec 2019 03:50:43 +0000</pubDate>
    </item>
    <item>
      <title>introducing randomness into chaos: culture, oblique strategies, and tarot for...</title>
      <link>https://lesser.occult.institute/introducing-randomness-into-chaos-culture-oblique-strategies-and-tarot</link>
      <description>&lt;![CDATA[introducing randomness into chaos: culture, oblique strategies, and tarot for engineers&#xA;&#xA;In Tarot for Hackers, Christine Dodrill lays out a method of applying traditional cartomancy as a tool to help one debug. It&#39;s a cool post--go read it.&#xA;Back now?&#xA;The stereotypical response one might imagine: it&#39;s just random; why would you try to find meaning in randomness? Why would you introduce a random element upon which to perform exegesis? Especially in the context of debugging, when you have limited clues and an intrinsically imperfect understanding of the context, when you&#39;re already struggling to suss out what is signal and what is noise, why would you give yourself this random bit of noise to ponder? &#xA;&#xA;I think there&#39;s a compelling answer.&#xA;&#xA;Scott Alexander has written a very interesting review of the book The Secret of Our Success (by Joseph Henrich). The review is worth reading, and it&#39;s gotten the book on my queue, but here I&#39;ll just excerpt a small part.&#xA;&#xA;A certain skepticism is warranted venturing into this; pop anthropology is a dangerous game. The status of the Removed Anthropological View is a self-assigned superiority that it&#39;s too easy to assume in one&#39;s normal human relations. You exist within the strictures of society; I have awareness of these strictures and therefore have an existence outside of them as well. (See also: cognitive bias, logical fallacies, anything psychoanalytical...) But if we give up all pop social science, none of us will have any interesting anecdotes at parties anymore, so best to strike a careful medium. &#xA;&#xA;Alexander cites Henrich citing the Naskapi foragers of Labrador, Canada:&#xA;If a hunter shows any bias to return to previous spots, where he or others have seen caribou, then the caribou can benefit (survive better) by avoiding those locations (where they have previously seen humans). Thus, the best hunting strategy requires randomizing.&#xA;Can cultural evolution compensate for our cognitive inadequacies? Traditionally, Naskapi hunters decided where to go to hunt using divination and believed that the shoulder bones of caribou could point the way to success. To start the ritual, the shoulder blade was heated over hot coals in a way that caused patterns of cracks and burnt spots to form. This patterning was then read as a kind of map, which was held in a pre-specified orientation. The cracking patterns were (probably) essentially random from the point of view of hunting locations, since the outcomes depended on myriad details about the bone, fire, ambient temperature, and heating process. Thus, these divination rituals may have provided a crude randomizing device that helped hunters avoid their own decision-making biases.&#xA;&#xA;That is: Divination can introduce something close to true randomness into decision-making where a random distribution is better for the society as a whole than the aggregation of many individuals&#39; careful choices.&#xA;Okay, sure, you may say. But that&#39;s an aggregate benefit. For individual engineers? For debugging? Can a random factor really bring us closer to understanding what may seem like chaos? &#xA;&#xA;There&#39;s some &#34;test of creativity&#34; where you list all the uses you can think of for an object. Everything you can do with a brick: go! &#xA;Your list is then rated: did you think only of the solidity of the brick? Its weight? Did you fail to consider what its sturdiness unlocks? Its color, to be ground for pigment? When your thinking becomes locked in to one idea or another, one perspective on brick-ness, it becomes harder to come up with other uses tied to aspects outside of that perspective. (Thermal properties of the brick: heat it in a fire and use it to keep a small space warm.) &#xA;&#xA;But you can see here that I am using a mechanism to unlock my perspective: I am listing properties of the brick. By setting down one property of the brick and picking up an orthogonal one, I make it easier to think of a new use. &#xA;&#xA;In the situation where I am trying to imagine what may have caused an issue, so that I may seek out new data to confirm or disconfirm our hypotheses (well, sorry, if you&#39;ve reached Full Observability perhaps none of this applies to you), I can get similarly stuck. Perhaps I hypothesize that it&#39;s got to do with malformed input. This hypothesis, even if disproven, may influence my thinking to narrow to similar causes, and these can prove similarly fruitless. If I allow a random factor to guide me away from where my reasoned understanding is pointing me, I may have a better chance of coming across the real cause. &#xA;&#xA;So when Dodrill suggests laying out Tarot cards to divine the nature of a bug, there are a lot of levels on which this strategy works well.&#xA;&#xA;But something didn&#39;t connect with me about the post-not because I don&#39;t truck with divination, but because I truck heavily with it.&#xA;&#xA;The thing that&#39;s really beautiful about astrology, about Tarot, about palm-reading: they have crystallized a way of looking at the world. Divide up all your concerns in life into weighted categories, please. How will you do it? What is the Huffman encoding of your life?&#xA;If it were me, an embarrassing thing to admit is that I could probably devote one whole twelfth to The Explaining of Systems, as with whiteboarded box and line graphs, or awkwardly non-linear emails. &#xA;In a sense, divination is a way of reminding me to not weight these concerns too heavily: family, travel, partnership, romance, money, friends... each of these has its slice of the medieval sky. Intellectual concerns, work success, they have lines on the palm, stars and houses-but their part of the distribution is limited. The transient metrics that can define my day at work are nowhere to be found: Latency is not given a Tarot card, nor CPU utilization a planet in the sky. &#xA;&#xA;So I don&#39;t want to take the meanings of Tarot and apply them to my work, not when I rely on them to slap me in the face and remind me that the world is wider than failed unit test assertions. But as I&#39;ve laid out: I think there&#39;s really something here for us engineers, be we debugging or designing.&#xA;&#xA;We shall consult another resource: decades before my time, Brian Eno and Peter Schmidt wrote a deck of Oblique Strategies, which C J Silverio has made programmatically available on Github. This itself is kind of what we&#39;re looking for: cryptic prompts for further exploration of a problem. The format, a deck, suggests a similar cartomancy. But the phrases alone seem sterile to me; better to provide the subconscious mind more hooks to catch at insight. &#xA;&#xA;So I present to you a mapping, courtesy of Darius K. on github&#39;s lovely Tarot JSON, of Tarot cards to strategies. I suggest joining this data to whichever fields of Darius&#39;s tarot interpretations seem like the right amount of &#34;woo&#34; to you, and to present yourself with a randomly chosen entry. (Those of you who are more advanced will probably want to draw a physical card and only refer back to these entries; this carries superior juju and will keep your coworkers on their toes.) Consider it carefully, and imagine that it contains, however cryptically, the solution you seek. Take it to an extreme, or apply it subtly. Exhaust its possibilities. Don&#39;t pull another card just because the one you have seems obviously inapplicable; consider it as if it must be applicable, if only from some other angle. &#xA;&#xA;And with it, I wish you good fortune. ]]&gt;</description>
      <content:encoded><![CDATA[<h2 id="introducing-randomness-into-chaos-culture-oblique-strategies-and-tarot-for-engineers">introducing randomness into chaos: culture, oblique strategies, and tarot for engineers</h2>

<p>In <a href="https://christine.website/blog/tarot-for-hackers-2019-07-24" rel="nofollow">Tarot for Hackers</a>, Christine Dodrill lays out a method of applying traditional cartomancy as a tool to help one debug. It&#39;s a cool post—go read it.
Back now?
The stereotypical response one might imagine: it&#39;s just random; why would you try to find meaning in randomness? Why would you introduce a random element upon which to perform exegesis? Especially in the context of debugging, when you have limited clues and an intrinsically imperfect understanding of the context, when you&#39;re already struggling to suss out what is signal and what is noise, why would you give yourself this random bit of noise to ponder?</p>

<p>I think there&#39;s a compelling answer.</p>

<p>Scott Alexander has written a <a href="https://slatestarcodex.com/2019/06/04/book-review-the-secret-of-our-success/" rel="nofollow">very interesting review</a> of the book <em>The Secret of Our Success</em> (by Joseph Henrich). The review is worth reading, and it&#39;s gotten the book on my queue, but here I&#39;ll just excerpt a small part.</p>

<p>A certain skepticism is warranted venturing into this; pop anthropology is a dangerous game. The status of the Removed Anthropological View is a self-assigned superiority that it&#39;s too easy to assume in one&#39;s normal human relations. <em>You</em> exist <em>within</em> the strictures of society; <em>I</em> have awareness of these strictures and therefore have an existence outside of them as well. (See also: cognitive bias, logical fallacies, anything psychoanalytical...) But if we give up all pop social science, none of us will have any interesting anecdotes at parties anymore, so best to strike a careful medium.</p>

<p>Alexander cites Henrich citing the Naskapi foragers of Labrador, Canada:
<em>If a hunter shows any bias to return to previous spots, where he or others have seen caribou, then the caribou can benefit (survive better) by avoiding those locations (where they have previously seen humans). Thus, the best hunting strategy requires randomizing.</em>
<em>Can cultural evolution compensate for our cognitive inadequacies? Traditionally, Naskapi hunters decided where to go to hunt using divination and believed that the shoulder bones of caribou could point the way to success. To start the ritual, the shoulder blade was heated over hot coals in a way that caused patterns of cracks and burnt spots to form. This patterning was then read as a kind of map, which was held in a pre-specified orientation. The cracking patterns were (probably) essentially random from the point of view of hunting locations, since the outcomes depended on myriad details about the bone, fire, ambient temperature, and heating process. Thus, these divination rituals may have provided a crude randomizing device that helped hunters avoid their own decision-making biases.</em></p>

<p>That is: Divination can introduce something close to true randomness into decision-making where a random distribution is better for the society as a whole than the aggregation of many individuals&#39; careful choices.
Okay, sure, you may say. But that&#39;s an aggregate benefit. For individual engineers? For debugging? Can a random factor really bring us closer to understanding what may seem like chaos?</p>

<p>There&#39;s some <a href="https://www.creativehuddle.co.uk/the-alternative-uses-test" rel="nofollow">“test of creativity”</a> where you list all the uses you can think of for an object. Everything you can do with a brick: go!
Your list is then rated: did you think only of the solidity of the brick? Its weight? Did you fail to consider what its sturdiness unlocks? Its color, to be ground for pigment? When your thinking becomes locked in to one idea or another, one perspective on brick-ness, it becomes harder to come up with other uses tied to aspects outside of that perspective. (Thermal properties of the brick: heat it in a fire and use it to keep a small space warm.)</p>

<p>But you can see here that I am using a mechanism to unlock my perspective: I am listing properties of the brick. By setting down one property of the brick and picking up an orthogonal one, I make it easier to think of a new use.</p>

<p>In the situation where I am trying to imagine what may have caused an issue, so that I may seek out new data to confirm or disconfirm our hypotheses (well, sorry, if you&#39;ve reached <a href="https://twitter.com/mipsytipsy/" rel="nofollow">Full Observability</a> perhaps none of this applies to you), I can get similarly stuck. Perhaps I hypothesize that it&#39;s got to do with malformed input. This hypothesis, even if disproven, may influence my thinking to narrow to similar causes, and these can prove similarly fruitless. If I allow a random factor to guide me away from where my reasoned understanding is pointing me, I may have a better chance of coming across the real cause.</p>

<p>So when Dodrill suggests laying out Tarot cards to divine the nature of a bug, there are a lot of levels on which this strategy works well.</p>

<p>But something didn&#39;t connect with me about the post-not because I don&#39;t truck with divination, but because I truck <em>heavily</em> with it.</p>

<p>The thing that&#39;s really beautiful about astrology, about Tarot, about palm-reading: they have crystallized a way of looking at the world. Divide up all your concerns in life into weighted categories, please. How will you do it? What is the Huffman encoding of your life?
If it were me, an embarrassing thing to admit is that I could probably devote one whole twelfth to The Explaining of Systems, as with whiteboarded box and line graphs, or awkwardly non-linear emails.
In a sense, divination is a way of reminding me to <em>not</em> weight these concerns too heavily: family, travel, partnership, romance, money, friends... each of these has its slice of the medieval sky. Intellectual concerns, work success, they have lines on the palm, stars and houses-but their part of the distribution is limited. The transient metrics that can define my day at work are nowhere to be found: Latency is not given a Tarot card, nor CPU utilization a planet in the sky.</p>

<p>So I don&#39;t want to take the meanings of Tarot and apply them to my work, not when I rely on them to slap me in the face and remind me that the world is wider than failed unit test assertions. But as I&#39;ve laid out: I think there&#39;s really something here for us engineers, be we debugging or designing.</p>

<p>We shall consult another resource: decades before my time, Brian Eno and Peter Schmidt wrote a deck of Oblique Strategies, which C J Silverio has made programmatically available <a href="https://github.com/ceejbot/oblique-strategies/blob/master/strategies.txt" rel="nofollow">on Github</a>. This itself is kind of what we&#39;re looking for: cryptic prompts for further exploration of a problem. The format, a deck, suggests a similar cartomancy. But the phrases alone seem sterile to me; better to provide the subconscious mind more hooks to catch at insight.</p>

<p>So I present to you a mapping, courtesy of <a href="https://github.com/dariusk/corpora/blob/master/data/divination/tarot_interpretations.json" rel="nofollow">Darius K. on github&#39;s lovely Tarot JSON</a>, of <a href="https://gist.github.com/kixiQu/5652d35306a70a39d8fa2ba06197faba" rel="nofollow">Tarot cards to strategies</a>. I suggest joining this data to whichever fields of Darius&#39;s tarot interpretations seem like the right amount of “woo” to you, and to present yourself with a randomly chosen entry. (Those of you who are more advanced will probably want to draw a physical card and only refer back to these entries; this carries superior juju and will keep your coworkers on their toes.) Consider it carefully, and imagine that it contains, however cryptically, the solution you seek. Take it to an extreme, or apply it subtly. Exhaust its possibilities. Don&#39;t pull another card just because the one you have seems obviously inapplicable; consider it as if it must be applicable, if only from some other angle.</p>

<p>And with it, I wish you good fortune.</p>
]]></content:encoded>
      <guid>https://lesser.occult.institute/introducing-randomness-into-chaos-culture-oblique-strategies-and-tarot</guid>
      <pubDate>Wed, 07 Aug 2019 21:01:08 +0000</pubDate>
    </item>
  </channel>
</rss>