<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://quintussential.com/atom.xml" rel="self" type="application/atom+xml" /><link href="https://quintussential.com/" rel="alternate" type="text/html" /><updated>2026-01-30T20:51:39+00:00</updated><id>https://quintussential.com/atom.xml</id><title type="html">Quintussential</title><subtitle>Software Engineer</subtitle><author><name>Josh Quintus</name></author><entry><title type="html">Chicken With Potatoes And Peas</title><link href="https://quintussential.com/archive/2026/01/27/chicken-with-potatoes-and-peas/" rel="alternate" type="text/html" title="Chicken With Potatoes And Peas" /><published>2026-01-27T00:00:00+00:00</published><updated>2026-01-27T00:00:00+00:00</updated><id>https://quintussential.com/archive/2026/01/27/chicken-with-potatoes-and-peas</id><content type="html" xml:base="https://quintussential.com/archive/2026/01/27/chicken-with-potatoes-and-peas/"><![CDATA[<h1 id="roast-chicken-thighs-potatoes--peas-one-pan">Roast Chicken Thighs, Potatoes &amp; Peas (One Pan)</h1>

<p>Oven: 425°F
Pan: metal roasting pan / sheet pan</p>

<h2 id="ingredients">Ingredients</h2>
<ul>
  <li>4–6 bone-in, skin-on chicken thighs</li>
  <li>2 lb potatoes (Yukon Gold or russet), 1½” chunks</li>
  <li>1 medium yellow onion, thick wedges</li>
  <li>¾–1 cup frozen peas</li>
  <li>¼ cup dry white wine</li>
  <li>1–2 small rosemary sprigs</li>
  <li>Olive oil, salt, pepper</li>
</ul>

<h2 id="method">Method</h2>
<ol>
  <li><strong>Potatoes first</strong>
    <ul>
      <li>Toss potatoes with olive oil, salt, pepper.</li>
      <li>Roast 20–25 min, cut-side down, until browned.</li>
    </ul>
  </li>
  <li><strong>Chicken + onions</strong>
    <ul>
      <li>Season chicken. Add thighs (skin up) and onion wedges.</li>
      <li>Roast 15–20 min until fat is rendering.</li>
    </ul>
  </li>
  <li><strong>Wine + rosemary</strong>
    <ul>
      <li>Pull pan. Splash ¼ cup wine against pan edge.</li>
      <li>Add rosemary. Return to oven immediately.</li>
    </ul>
  </li>
  <li><strong>Peas</strong>
    <ul>
      <li>Scatter frozen peas over pan.</li>
      <li>Roast 8–10 min more.</li>
    </ul>
  </li>
  <li><strong>Finish</strong>
    <ul>
      <li>Optional broil 2–3 min.</li>
      <li>Remove rosemary. Rest 5 min, toss once, serve.</li>
    </ul>
  </li>
</ol>

<h2 id="notes">Notes</h2>

<ul>
  <li>If it doesn’t sizzle when wine hits, pan wasn’t hot enough</li>
  <li>Crowding is good — potatoes should sit in fat</li>
  <li>No liquid left at the end = correct</li>
</ul>]]></content><author><name>Josh Quintus</name></author><summary type="html"><![CDATA[Roast Chicken Thighs, Potatoes &amp; Peas (One Pan)]]></summary></entry><entry><title type="html">Claude With Notion</title><link href="https://quintussential.com/archive/2026/01/26/claude-with-notion/" rel="alternate" type="text/html" title="Claude With Notion" /><published>2026-01-26T00:00:00+00:00</published><updated>2026-01-26T00:00:00+00:00</updated><id>https://quintussential.com/archive/2026/01/26/claude-with-notion</id><content type="html" xml:base="https://quintussential.com/archive/2026/01/26/claude-with-notion/"><![CDATA[<p>Setting up Claude to read your Notion documentation is easy.</p>

<ol>
  <li>Add Notion’s MCP to claude
    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>claude mcp add --transport http notion https://mcp.notion.com/mcp
Added HTTP MCP server notion with URL: https://mcp.notion.com/mcp to local config
File modified: /Users/jq/.claude.json [project: /Users/jq/code/hightouch/claude_local/2026-01-wsl]
</code></pre></div>    </div>
  </li>
  <li>In a claud session, type <code class="language-plaintext highlighter-rouge">/mcp</code> to bring up the list of servers you can configure. If the newly added server isn’t there, then run <code class="language-plaintext highlighter-rouge">/doctor</code> to force claude to reread the configs</li>
  <li>Select the Notion server from the list and authenticate</li>
  <li>That’s it. You can now send Claude links to docs you want it to read</li>
</ol>]]></content><author><name>Josh Quintus</name></author><category term="claude" /><category term="ai" /><summary type="html"><![CDATA[Setting up Claude to read your Notion documentation is easy.]]></summary></entry><entry><title type="html">Creating Labels On Curved Models In Fusion 360</title><link href="https://quintussential.com/archive/2025/07/20/Creating-Labels-on-Curved-Models-in-Fusion-360/" rel="alternate" type="text/html" title="Creating Labels On Curved Models In Fusion 360" /><published>2025-07-20T00:00:00+00:00</published><updated>2025-07-20T00:00:00+00:00</updated><id>https://quintussential.com/archive/2025/07/20/Creating-Labels-on-Curved-Models-in-Fusion-360</id><content type="html" xml:base="https://quintussential.com/archive/2025/07/20/Creating-Labels-on-Curved-Models-in-Fusion-360/"><![CDATA[<h1 id="creating-labels-on-curved-models-in-fusion-360">Creating Labels on Curved Models in Fusion 360</h1>

<p>It’s really easy to create labels on flat models in Fusion 360:</p>

<ol>
  <li>Create a new sketch on the flat face of your model.</li>
  <li>Use the text tool to add your label.</li>
  <li>Exit the sketch.</li>
  <li>Emboss the sketch on to the surface.</li>
</ol>

<p>But it’s a little more tricky to create labels on curved models.</p>

<h2 id="heres-how-to-do-it">Here’s how to do it</h2>

<ol>
  <li>
    <p>Create a new body with a curved surface that you want to label. Rename the body
<code class="language-plaintext highlighter-rouge">Main</code> to keep track of it.</p>
  </li>
  <li>
    <p>Create an offset plane outside of the body.</p>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 2 - Create Offset Plane.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 2 - Create Offset Plane.png" alt="Step 2 - Create Offset Plane.png" /></a></p>
  </li>
  <li>
    <p>Create a sketch on that plane with whatever message you want.</p>
  </li>
  <li>
    <p>Extrude the the sketch through the surface of your body. You need to make sure
you have this deep enough that the full text will intersect with the body.</p>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 4 - Extrude the label.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 4 - Extrude the label.png" alt="Step 4 - Extrude the label.png" /></a></p>
  </li>
  <li>
    <p>Create another sketch on the <em>back</em> of the extrusion. This just needs to intersect
all of the letters of the text. If there are any hollow areas of your text (the
circle in the center of an <code class="language-plaintext highlighter-rouge">e</code>, for example), you want to make sure that you exclude
the hollow areas. You can either do this directly by not intersecting with the
hollow areas, or you can project the letters from the original sketch onto the
new sketch. In the screenshot, you can see that the sketch is just a simple box that
overlaps all of the letters.</p>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 5 - Second Sketch.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 5 - Second Sketch.png" alt="Step 5 - Second Sketch.png" /></a></p>
  </li>
  <li>
    <p>Extrude the new sketch through the bodies of the old sketch, effectively joining
them together into one body. This makes it easier to do the next few steps because
you’ll have a single body to work with instead of one body per letter.</p>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 6 - Extrude the connector plate.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 6 - Extrude the connector plate.png" alt="Step 6 - Extrude the connector plate.png" /></a></p>
  </li>
  <li>
    <p>Name this new body <code class="language-plaintext highlighter-rouge">Label</code></p>
  </li>
  <li>Use the <code class="language-plaintext highlighter-rouge">Combine</code> tool to trim the <code class="language-plaintext highlighter-rouge">Label</code> so it doesn’t extrude past the face
of <code class="language-plaintext highlighter-rouge">Main</code>.
    <ul>
      <li><strong>Target</strong>: <code class="language-plaintext highlighter-rouge">Label</code></li>
      <li><strong>Tool</strong>: <code class="language-plaintext highlighter-rouge">Main</code></li>
      <li><strong>Operation</strong>: <code class="language-plaintext highlighter-rouge">Intersect</code></li>
      <li><strong>Keep Tools</strong>: True</li>
    </ul>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 8 - Trim the Label.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 8 - Trim the Label.png" alt="Step 8 - Trim the Label.png" /></a></p>
  </li>
  <li>Use the <code class="language-plaintext highlighter-rouge">Combine</code> tool again to create the recess for the label to fit into.
    <ul>
      <li><strong>Target</strong>: <code class="language-plaintext highlighter-rouge">Main</code></li>
      <li><strong>Tool</strong>: <code class="language-plaintext highlighter-rouge">Label</code></li>
      <li><strong>Operation</strong>: <code class="language-plaintext highlighter-rouge">Cut</code></li>
      <li><strong>Keep Tools</strong>: True</li>
    </ul>

    <p><a href="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/Step 9 - Create the recess for the letters.png"><img src="/images/posts/2025/2025-07-20-Creating-Labels-on-Curved-Models-in-Fusion-360/thumbnails/Step 9 - Create the recess for the letters.png" alt="Step 9 - Create the recess for the letters.png" /></a></p>
  </li>
</ol>

<p>Done.</p>]]></content><author><name>Josh Quintus</name></author><category term="3D Modeling" /><category term="Fusion 360" /><category term="3D Printing" /><summary type="html"><![CDATA[Creating Labels on Curved Models in Fusion 360]]></summary></entry><entry><title type="html">Create A Hotkey To Debug A Specific Launch Config In Vs Code</title><link href="https://quintussential.com/archive/2024/12/09/Create-a-Hotkey-to-Debug-a-Specific-Launch-Config-in-VS-Code/" rel="alternate" type="text/html" title="Create A Hotkey To Debug A Specific Launch Config In Vs Code" /><published>2024-12-09T00:00:00+00:00</published><updated>2024-12-09T00:00:00+00:00</updated><id>https://quintussential.com/archive/2024/12/09/Create-a-Hotkey-to-Debug-a-Specific-Launch-Config-in-VS-Code</id><content type="html" xml:base="https://quintussential.com/archive/2024/12/09/Create-a-Hotkey-to-Debug-a-Specific-Launch-Config-in-VS-Code/"><![CDATA[<p>I’ve started using VS Code for more complex projects that have multiple (many)
launch configurations. At any given moment there are a handful of of projects
that I may want to debug. Me being me, I want to be able to press a single
button and debug he right project.</p>

<p>So of course I went to wire up a hotkey for that… only you can’t.</p>

<p>Well. Not be default at least.</p>

<p>First things first, you’re gonna need an extension called
<a href="https://marketplace.visualstudio.com/items?itemName=ArturoDent.launch-config">Launch Config</a>.
Go ahead and install that.</p>

<p>Next up, you’re going to need a suitably complex <code class="language-plaintext highlighter-rouge">.vscode/launch.json</code>. Luckily,
I have one just kicking around. Let’s use this</p>

<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
  </span><span class="nl">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0.2.0"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"configurations"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
    </span><span class="p">{</span><span class="w">
      </span><span class="nl">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"d1"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"type"</span><span class="p">:</span><span class="w"> </span><span class="s2">"node"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"request"</span><span class="p">:</span><span class="w"> </span><span class="s2">"launch"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"runtimeExecutable"</span><span class="p">:</span><span class="w"> </span><span class="s2">"cmd.exe"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"args"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"/c"</span><span class="p">,</span><span class="w"> </span><span class="s2">"echo Hello, Console 11111111111111"</span><span class="p">],</span><span class="w">
      </span><span class="nl">"console"</span><span class="p">:</span><span class="w"> </span><span class="s2">"integratedTerminal"</span><span class="w">
    </span><span class="p">},</span><span class="w">
    </span><span class="p">{</span><span class="w">
      </span><span class="nl">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"d2"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"type"</span><span class="p">:</span><span class="w"> </span><span class="s2">"node"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"request"</span><span class="p">:</span><span class="w"> </span><span class="s2">"launch"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"runtimeExecutable"</span><span class="p">:</span><span class="w"> </span><span class="s2">"cmd.exe"</span><span class="p">,</span><span class="w">
      </span><span class="nl">"args"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"/c"</span><span class="p">,</span><span class="w"> </span><span class="s2">"echo Hello, Console 2222222222222"</span><span class="p">],</span><span class="w">
      </span><span class="nl">"console"</span><span class="p">:</span><span class="w"> </span><span class="s2">"integratedTerminal"</span><span class="w">
    </span><span class="p">}</span><span class="w">
  </span><span class="p">]</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>

<p>This adds two configurations <code class="language-plaintext highlighter-rouge">d1</code> and <code class="language-plaintext highlighter-rouge">d2</code>. Both of which just echo a message to
the command line. Not the most realistic sample, but perfect for testing.</p>

<p>From there, you can configure them to work with <code class="language-plaintext highlighter-rouge">Launch Configs</code> by in your
<code class="language-plaintext highlighter-rouge">.vscode/settings.json</code>.</p>

<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nl">"launches"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
  </span><span class="nl">"RunD1"</span><span class="p">:</span><span class="w"> </span><span class="s2">"d1"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"RunD2"</span><span class="p">:</span><span class="w"> </span><span class="s2">"d2"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>

<p>What this does is create an entry named <code class="language-plaintext highlighter-rouge">RunD1</code> with <code class="language-plaintext highlighter-rouge">Launch Configs</code> that will
launch your <code class="language-plaintext highlighter-rouge">d1</code> configuration.</p>

<p>Next, you have to create the keybindings going to the command pallet
(<code class="language-plaintext highlighter-rouge">ctrl-shift-p</code>) and search for <code class="language-plaintext highlighter-rouge">keyboard</code>. This will open up the UI, you can
use that or you can hit the page looking icon at the top of VS Code to open the
text file. For me it’s located in
<code class="language-plaintext highlighter-rouge">C:\Users\Josh Quintus\AppData\Roaming\Code\User\keybindings.json</code> (keybindings
can’t be stored at the workspace level 🙁.</p>

<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="w"> </span><span class="p">{</span><span class="w">
  </span><span class="nl">"key"</span><span class="p">:</span><span class="w"> </span><span class="s2">"f14"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"command"</span><span class="p">:</span><span class="w"> </span><span class="s2">"launches.RunD1"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"arg"</span><span class="p">:</span><span class="w"> </span><span class="s2">"restart"</span><span class="w">
</span><span class="p">}</span><span class="err">,</span><span class="w">
</span><span class="p">{</span><span class="w">
  </span><span class="nl">"key"</span><span class="p">:</span><span class="w"> </span><span class="s2">"f15"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"command"</span><span class="p">:</span><span class="w"> </span><span class="s2">"launches.RunD2"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"arg"</span><span class="p">:</span><span class="w"> </span><span class="s2">"restart"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>

<p>This maps the <code class="language-plaintext highlighter-rouge">F14</code> and <code class="language-plaintext highlighter-rouge">F15</code> key to starting the <code class="language-plaintext highlighter-rouge">d1</code> and <code class="language-plaintext highlighter-rouge">d2</code> config,
respectively. But of course, you could set it to anything you like.</p>

<h2 id="tldr">TL;DR</h2>

<ol>
  <li>Install
<a href="https://marketplace.visualstudio.com/items?itemName=ArturoDent.launch-config">Launch Config</a>.</li>
  <li>Create an entry in <code class="language-plaintext highlighter-rouge">.vscode/launch.json</code></li>
  <li>Create a matching entry in <code class="language-plaintext highlighter-rouge">.vscode/settings.json</code> that points to the launch
config</li>
  <li>Create a keybinding that references the item in <code class="language-plaintext highlighter-rouge">settings.json</code></li>
</ol>]]></content><author><name>Josh Quintus</name></author><category term="VSCode" /><category term="Debugging" /><summary type="html"><![CDATA[I’ve started using VS Code for more complex projects that have multiple (many) launch configurations. At any given moment there are a handful of of projects that I may want to debug. Me being me, I want to be able to press a single button and debug he right project.]]></summary></entry><entry><title type="html">Neovim And The Conditional Keybindings</title><link href="https://quintussential.com/archive/2024/12/09/Neovim-and-the-Conditional-Keybindings/" rel="alternate" type="text/html" title="Neovim And The Conditional Keybindings" /><published>2024-12-09T00:00:00+00:00</published><updated>2024-12-09T00:00:00+00:00</updated><id>https://quintussential.com/archive/2024/12/09/Neovim-and-the-Conditional-Keybindings</id><content type="html" xml:base="https://quintussential.com/archive/2024/12/09/Neovim-and-the-Conditional-Keybindings/"><![CDATA[<p>I recently installed the
<a href="https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim">Neovim extension</a>
in VS Code. I have a love/hate relationship with it. Sometimes it’s great. Vim
is just so much easier to navigate files and make fast edits. Sometimes it just
gets in the way.</p>

<p>It’d be really nice if I could just map a hotkey to toggle it on and off. Going
down this rabbit hole, I learned about the <code class="language-plaintext highlighter-rouge">when</code> clause in VS Code keybindings
but more importantly, I learned how to figure out what variables are available
when using it.</p>

<p>Enter <code class="language-plaintext highlighter-rouge">Developer: Toggle Developer Tools</code>. With this command (in the Command
Pallet) you can open up the standard chrome developer tools. But in this case,
it allows you to inspect VS Code itself. After that, you can get a list of all
of the
“<a href="https://code.visualstudio.com/api/references/when-clause-contexts">Context Keys</a>”
available for your when clause.</p>

<p>For example, here’s a handful of mine right now</p>

<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="err">...</span><span class="w">
</span><span class="err">neovim.editorLangIdExclusions</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">null</span><span class="w">
</span><span class="err">neovim.init</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">neovim.mode</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="s2">"normal"</span><span class="w">
</span><span class="err">notebookChatAgentRegistered</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
</span><span class="err">notebookVariableViewEnabled</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
</span><span class="err">notificationCenterVisible</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
</span><span class="err">notificationToastsVisible</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
</span><span class="err">npm.canMove</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">npm.defaultViewLocation</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">openFolderWorkspaceSupport</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">operationInProgress</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
</span><span class="err">outline.active</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">outline.canMove</span><span class="w"> </span><span class="err">:</span><span class="w"> </span><span class="kc">true</span><span class="w">
</span><span class="err">...</span><span class="w">
</span></code></pre></div></div>

<p>From here, I can see that <code class="language-plaintext highlighter-rouge">neovim.init</code> is a boolean. I can probably use that
for my when clause.</p>

<p>My <code class="language-plaintext highlighter-rouge">keybindings.json</code> (in <code class="language-plaintext highlighter-rouge">~\AppData\Roaming\Code\User\keybindings.json</code>)</p>

<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
  </span><span class="nl">"key"</span><span class="p">:</span><span class="w"> </span><span class="s2">"f17"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"command"</span><span class="p">:</span><span class="w"> </span><span class="s2">"vscode-neovim.stop"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"when"</span><span class="p">:</span><span class="w"> </span><span class="s2">"neovim.init"</span><span class="w">
</span><span class="p">}</span><span class="err">,</span><span class="w">
</span><span class="p">{</span><span class="w">
  </span><span class="nl">"key"</span><span class="p">:</span><span class="w"> </span><span class="s2">"f17"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"command"</span><span class="p">:</span><span class="w"> </span><span class="s2">"vscode-neovim.restart"</span><span class="p">,</span><span class="w">
  </span><span class="nl">"when"</span><span class="p">:</span><span class="w"> </span><span class="s2">"!neovim.init"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>

<p>Now, when neovim is enabled, pressing <code class="language-plaintext highlighter-rouge">F17</code> will turn it off and when it’s off,
pressing it again will turn it back on. Teh is after good.</p>

<h2 id="tldr">TL;DR</h2>

<ol>
  <li><code class="language-plaintext highlighter-rouge">Developer: Toggle Developer Tools</code></li>
  <li><code class="language-plaintext highlighter-rouge">Developer: Inspect Context Keys</code></li>
</ol>]]></content><author><name>Josh Quintus</name></author><category term="VSCode" /><category term="hotkey" /><summary type="html"><![CDATA[I recently installed the Neovim extension in VS Code. I have a love/hate relationship with it. Sometimes it’s great. Vim is just so much easier to navigate files and make fast edits. Sometimes it just gets in the way.]]></summary></entry><entry><title type="html">Solving A 5x5 Rubix Cube</title><link href="https://quintussential.com/archive/2023/07/05/Solving-a-5x5-Rubix-Cube/" rel="alternate" type="text/html" title="Solving A 5x5 Rubix Cube" /><published>2023-07-05T00:00:00+00:00</published><updated>2023-07-05T00:00:00+00:00</updated><id>https://quintussential.com/archive/2023/07/05/Solving-a-5x5-Rubix-Cube</id><content type="html" xml:base="https://quintussential.com/archive/2023/07/05/Solving-a-5x5-Rubix-Cube/"><![CDATA[<p>Solving the 5x5 cube is similar (but slightly easier) than solving the 4x4. The
process is the same but there are fewer edge cases.</p>

<p>The steps are</p>

<ol>
  <li>Reduce it to a 3x3 by
    <ol>
      <li>Solving the center</li>
      <li>Solving the edges</li>
      <li>Handle any edge parity</li>
    </ol>
  </li>
  <li>Solve the 3x3</li>
</ol>

<h2 id="center-solve">Center Solve</h2>

<p>The center solve is the exact same as a 4x4, just a little bigger.</p>

<ol>
  <li>Solve the white square</li>
  <li>Solve the opposite side (yellow square)</li>
  <li>Solve any of the remaining sides</li>
  <li>Solve the adjacent side (it could be any side, but it’s just easier to solve
the adjacent side since it means less flipping the cube around)</li>
  <li>Solve the remaining two sides in one go</li>
</ol>

<h1 id="edges">Edges</h1>

<h2 id="free-slicing">Free Slicing</h2>

<p>To speed things up you can use the “free slicing” method. Which pretty much
means you solve 8 of the edges w/out making sure you get the center squares
resolved after each pass. This just speeds up the process. Once you have 8 out
of the 12 edges solved, you put them at the top and bottom and then resolve the
center squares. After this, you can solve the remaining 4 edges the “normal”
way: one block at a time and always bringing the square faces back to solved
after every move.</p>

<h2 id="flipping-an-edge">Flipping an edge</h2>

<p>In order to pair up an edge you may need to flip one of the edge pieces. For
example, you would want to flip the orange/blue piece in the top right with the
bottom right red/green piece. This will let you slot in the blu/orange piece in
the next move.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>🔲|🔲🔲🔲🔲🔲|🔲       🔲|🔲🔲🔲🔲🔲|🔲
🟦|🟧🔲🔲🔲🟧|🟦       🟦|🟧🔲🔲🔲🟥|🟩
🟦|🟧🔲🔲🔲🟥|🟩  ==&gt;  🟦|🟧🔲🔲🔲🟥|🟩
🟨|🟩🔲🔲🔲🟥|🟩       🟨|🟩🔲🔲🔲🟦|🟧
🔲|🔲🔲🔲🔲🔲|🔲       🔲|🔲🔲🔲🔲🔲|🔲
</code></pre></div></div>

<p>The algorithm for this is</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>R U R` F R` F` R
</code></pre></div></div>

<h2 id="parity">Parity</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>⚪|🟨🟨🟦🟨🟨|⚪       ⚪|🟨🟨🟨🟨🟨|⚪
————————————————————       ———————————————————
🟧|🟦🟦🟨🟦🟦|🟥       🟧|🟦🟦🟦🟦🟦|🟥
🟧|🟦🟦🟦🟦🟦|🟥       🟧|🟦🟦🟦🟦🟦|🟥
🟧|🟦🟦🟦🟦🟦|🟥  ==&gt;  🟧|🟦🟦🟦🟦🟦|🟥
🟧|🟦🟦🟦🟦🟦|🟥       🟧|🟦🟦🟦🟦🟦|🟥
🟧|🟦🟦🟦🟦🟦|🟥       🟧|🟦🟦🟦🟦🟦|🟥
</code></pre></div></div>

<p>Either of the below algorithms will solve this problem. Pick whichever you like
best.</p>

<h3 id="algorithm-1">Algorithm 1</h3>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Rw U2 x Rw U2 Rw U2 3Rw' U2
Lw U2 Rw' U2 Rw U2 Rw' U2 Rw'
</code></pre></div></div>

<h3 id="algorithm-2">Algorithm 2</h3>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Rm' U2 Lm F2
Lm' F2 Rm2 U2
Rm U2 Rm' U2
F2 Rm2 F2
</code></pre></div></div>

<p><a href="https://youtu.be/8sUizjNP2-g">Source</a></p>

<h2 id="reading-the-diagrams">Reading the diagrams</h2>

<p>In the diagrams above I use the following conventions.</p>

<ul>
  <li>The 🔲 square is used to denote a square we don’t care about</li>
  <li>The ⚪ is just a spacer. It means nothing and is only there so everything else
lines up.</li>
  <li>The <code class="language-plaintext highlighter-rouge">|</code> is used to denote the side edge of the cube. Something to the left of
a <code class="language-plaintext highlighter-rouge">|</code> is on a different face than the square to the right of it.</li>
  <li>The — is used to denote the top edge of the cube. Something above the — is on
a different face than the square below it.</li>
</ul>

<h2 id="note-on-notation">Note on notation</h2>

<p>Some of the notation for 5x5 is slightly different than the 4x4 or 3x3</p>

<ul>
  <li><code class="language-plaintext highlighter-rouge">Rw</code> means “right wide” or the two rightmost columns.</li>
  <li><code class="language-plaintext highlighter-rouge">3Rw</code> means the 3 right most columns</li>
  <li><code class="language-plaintext highlighter-rouge">Rm</code> means the “right middle” column. So it’s rotating just the single column
between the center column and the right face.</li>
  <li><code class="language-plaintext highlighter-rouge">Lm</code> means the “left middle” column.</li>
  <li><code class="language-plaintext highlighter-rouge">x</code> means to rotate the entire cube so the bottom is now the front and the
front is now the top. The two sides (left and right) do not change.</li>
</ul>]]></content><author><name>Josh Quintus</name></author><category term="Rubik&apos;s Cube" /><category term="Rubik&apos;s" /><category term="Cube" /><summary type="html"><![CDATA[Solving the 5x5 cube is similar (but slightly easier) than solving the 4x4. The process is the same but there are fewer edge cases.]]></summary></entry><entry><title type="html">Cartoons</title><link href="https://quintussential.com/archive/2023/02/21/Cartoons/" rel="alternate" type="text/html" title="Cartoons" /><published>2023-02-21T00:00:00+00:00</published><updated>2023-02-21T00:00:00+00:00</updated><id>https://quintussential.com/archive/2023/02/21/Cartoons</id><content type="html" xml:base="https://quintussential.com/archive/2023/02/21/Cartoons/"><![CDATA[<p>Cartoons!</p>

<p>I keep getting into conversations about modern cartoons which invariably end
with people asking for recommendations. So here’s my list of great cartoons from
the point of view of 40 year old guy with no kids.</p>

<ul>
  <li><a href="https://en.wikipedia.org/wiki/DuckTales_(2017_TV_series)">DuckTales</a>
    <ul>
      <li>The original 90’s one was one of my favorites growing up, but I think the
recent run was much much better.</li>
      <li>David Tennant as Scrooge? Amazing! All around, the cast is great</li>
      <li>The triplets have distinct personalities</li>
    </ul>
  </li>
  <li><a href="https://en.wikipedia.org/wiki/Over_the_Garden_Wall">Over the Garden Wall</a>
    <ul>
      <li>Great art</li>
      <li>Great story</li>
      <li>Great actors</li>
      <li>Great music</li>
    </ul>
  </li>
  <li><a href="https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender">Avatar the Last Airbender</a></li>
  <li><a href="https://en.wikipedia.org/wiki/The_Legend_of_Korra">The Legend of Korra</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Gravity_Falls">Gravity Falls</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Amphibia_(TV_series)">Amphibia</a></li>
  <li><a href="https://en.wikipedia.org/wiki/The_Owl_House">Owl House</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Steven_Universe">Steven Universe</a></li>
  <li><a href="https://en.wikipedia.org/wiki/We_Bare_Bears">We Bare Bears</a></li>
  <li><a href="https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power">She-Ra</a>
    <ul>
      <li>I didn’t enjoy this one as much as my wife did</li>
    </ul>
  </li>
  <li><a href="https://en.wikipedia.org/wiki/Infinity_Train">Infinity Train</a></li>
</ul>

<h2 id="animated-shows-that-are-more-aimed-at-adults">Animated shows that are more aimed at adults</h2>

<ul>
  <li><a href="https://en.wikipedia.org/wiki/BoJack_Horseman">BoJack Horseman</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Bob%27s_Burgers">Bob’s Burgers</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Archer_(2009_TV_series)">Archer</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Invincible_(TV_series)">Invincible</a></li>
</ul>

<h2 id="things-that-people-have-recommended">Things that people have recommended</h2>

<ul>
  <li><a href="https://en.wikipedia.org/wiki/Arcane_(TV_series)">Arcane</a></li>
  <li><a href="https://en.wikipedia.org/wiki/The_Dragon_Prince">The Dragon Prince</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Bluey_(2018_TV_series)">Bluey</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Kipo_and_the_Age_of_Wonderbeasts">Kipo and the Age of the Wonderbeasts</a></li>
  <li><a href="https://en.wikipedia.org/wiki/Undone_(TV_series)">Undone</a></li>
</ul>]]></content><author><name>Josh Quintus</name></author><summary type="html"><![CDATA[Cartoons!]]></summary></entry><entry><title type="html">Questions Of The Day 4</title><link href="https://quintussential.com/archive/2023/02/21/Questions-Of-The-Day-4/" rel="alternate" type="text/html" title="Questions Of The Day 4" /><published>2023-02-21T00:00:00+00:00</published><updated>2023-02-21T00:00:00+00:00</updated><id>https://quintussential.com/archive/2023/02/21/Questions-Of-The-Day-4</id><content type="html" xml:base="https://quintussential.com/archive/2023/02/21/Questions-Of-The-Day-4/"><![CDATA[<ul>
  <li>If you were to get a pet (or another one!) what would you name it?</li>
  <li>What’s your go to cocktail?</li>
  <li>What is one thing you wish was never invented?</li>
  <li>What’s an interesting experience you’ve had with a wild animal?</li>
  <li>What’s a good first date idea?</li>
  <li>What’s a great soup?</li>
  <li>The world is about to end. What song do you cue up on Spotify?</li>
  <li>What’s something you’ve never done before?</li>
  <li>What’s something that you have done?</li>
  <li>What’s something you’ll never do?</li>
  <li>If potatoes became illegal what would their street name be?</li>
  <li>You can set up a teleport between two places and it stays there, where are you
putting it?</li>
  <li>Vik’s new motto in life is “I hate DBT”. What’s your motto?</li>
  <li>What’s the most surprising animal you’ve ever petted?</li>
  <li>How would you describe your height without using numbers?</li>
  <li>What was the first phone you owned?</li>
  <li>What’s a great song for a rainy day?</li>
  <li>What’s one thing you would treat yourself to regularly if money was no object</li>
  <li>Have you ever seen a ghost?</li>
  <li>What is something every junk drawer must have in order to be considered a junk
drawer?</li>
  <li>What is something you’d love receiving as a gift but no one even considers
giving you because you’re an adult?</li>
  <li>What was awesome as a kid, but sucks as an adult?</li>
  <li>What sucked as a kid but is great as an adult?</li>
  <li>You are sentenced to death penalty, but you can choose how you die. What do
you choose?</li>
  <li>if you could rename any sports team, what would it be?</li>
  <li>What’s the next book you want to read?</li>
  <li>What’s the next show or movie you want to watch?</li>
  <li>What show or movie would you like to rewrite the ending for?</li>
  <li>If you could save one character from dying in a
movie/book/song/fable/anecdote, who would you save?</li>
  <li>When does night start</li>
  <li>When is bedtime?</li>
  <li>If someone tells you that “Next Wed. meeting, that was at noon, has now been
moved forward by 2 hours.” What time is the meeting next Wed?</li>
  <li>What’s your favorite winter holiday song?</li>
  <li>What was your favorite store as a kid?</li>
  <li>What’s the first site you open in the morning?</li>
  <li>As we move into the new year, what are some 2022 accomplishments you’d like to
share?</li>
  <li>What simple things in life bring you joy?</li>
  <li>What’s a movie cliché that infuriates you?</li>
  <li>What is a annoying song to hear on 24h loop?</li>
  <li>You wake up tomorrow and are the only human on planet earth. How do you spend
your day?</li>
  <li>You get to create your new nickname, but it must include an animal. What is
it?</li>
  <li>What’s your
<img src="https://images.chinahighlights.com/allpicture/2020/09/f372e03de36e475b933aa81e.jpg" alt="Chinese Zodiac sign" />?</li>
  <li>What was one of the worst movies that you saw in theatres?</li>
  <li>You wake up tomorrow as a house cat living in a comfy home with a nice couple.
You have all of the knowledge you have now. What do you do?</li>
  <li>What’s your go-to social media platform?</li>
  <li>What movie scenes will you never stop laughing at?</li>
  <li>What’s a piece of BAD advice that you took and then regretted? For example,
staying up until 3AM to watch The Postman…</li>
  <li>What’s a relatively common food that you don’t like?</li>
  <li>What do you want on a pizza?</li>
  <li>What have you bought (gadget or otherwise) that has made your life
easier/better?</li>
  <li>What’s your favorite Starbucks topping?</li>
  <li>If you won the lottery and never had to work again, what would your average
day look like?</li>
  <li>What is your favorite food you get to cheer you up?</li>
  <li>With Festivus coming up, what’s a grievance you want to air?</li>
  <li>What is your best dream?</li>
  <li>What is your worst dream?</li>
  <li>In alternate universe where you didn’t end up being a programmer, what’s your
profession?</li>
  <li>What’s a fun gift you’ve given someone?</li>
  <li>What’s a fun gift you’ve received?</li>
  <li>What’s the best trip (traveling wise) you ever had?</li>
  <li>If you are a robot what would you say to convince others you aren’t?</li>
  <li>What’s a slack channel that has some good content?</li>
  <li>What’s something that you’re looking forward to? Eg. a new
show/movie/album/song, a phone/computer/tv/car/apartment upgrade, a
vacation/holiday/birthday, the end of the day, midday nap/snack-break</li>
  <li>What movie could you watch over and over without getting tired of it?</li>
  <li>What’s a song lyric you always get wrong?</li>
  <li>What’s an overrated movie</li>
  <li>What’s one of your go to subredits?</li>
  <li>What would you blog about?</li>
  <li>What’s a weird or bad roommate situation you’ve had?</li>
  <li>If you were a professional burglar, what would be your calling card? (Think:
The Wet Bandits)</li>
  <li>What’s something you’re snobby about?</li>
  <li>What are your Turkey Day plans this year?</li>
  <li>What did you buy during BFCM?</li>
  <li>If you had to choose a favorite number what would it be and why?</li>
  <li>What would you change if you were CEO?</li>
  <li>What would you do if you were invisible for a day?</li>
  <li>What’s a book you enjoyed as a kid?</li>
  <li>What’s a movie you enjoyed as a kid?</li>
  <li>What’s a work (not necessarily here) achievement that you are proud of?</li>
  <li>What’s the first thing you do when you get home from a trip?</li>
  <li>What’s the most beautiful place you’ve ever been?</li>
  <li>What’s your “goto” joke?</li>
  <li>What’s one of your favorite baked good?</li>
  <li>What’s one of your favorite cheeses?</li>
  <li>What’s one of your favorite smells?</li>
  <li>What’s one of your favorite sport to play (as usual for sporting questions,
please interpret the term “sport” as broadly as you need in order to answer
the question)</li>
  <li>What’s a food from where you grew up that you go back there for? (or if that’s
far away, what’s one that you miss)</li>
  <li>What’s your favorite desert and dessert?</li>
  <li>What’s your go to pie?</li>
  <li>What’s a Halloween themed show you like? (Series, specific episode, whatever)</li>
  <li>What was a hard interview question that you got?</li>
  <li>What topic could you give a 20-minute presentation on without any preparation?</li>
  <li>What was a notable costume (maybe for Halloween) you had growing up or later?</li>
  <li>What was something you thought would be easy until you tried it?</li>
  <li>If you found yourself in a Connecticut Yankee in King Arthur’s Court
situation, what would you “invent” first?</li>
  <li>What was something you thought would be hard until you tried it?</li>
  <li>What was the first album/tape/cd/mp3 you bought?</li>
  <li>What was the name of the street you grew up on?</li>
  <li>What was the worst job you ever had?</li>
  <li>What works of art have really made an impression on you?</li>
  <li>What would the title of your autobiography be?</li>
  <li>What song do you hate and have to turn off the radio when it comes on?</li>
  <li>What subjects should be taught in school but aren’t?</li>
  <li>What superpower would you want?</li>
  <li>What teacher did you have that you didn’t like? Why?</li>
  <li>What is your favorite city in the US? (or a city you like)</li>
  <li>If you were to add a new murder weapon in Clue, what would it be?</li>
  <li>What’s the last video game you played? (Finally one Carol can answer!)</li>
  <li>What’s the useless app on your phone?</li>
  <li>What’s your Chipotle (or similar restaurant) order?</li>
  <li>Do you have siblings? How many? What kind? Older? Younger?</li>
  <li>What’s your favorite fake band?</li>
  <li>If you were a hoarder, what would you hoard?</li>
  <li>
    <table>
      <tbody>
        <tr>
          <td>What’s your [best</td>
          <td>worst</td>
          <td>funniest</td>
          <td>etc.] Josh impression?</td>
        </tr>
      </tbody>
    </table>
  </li>
  <li>What’s your real life super power? For example, I’m great at sleeping.</li>
  <li>What’s your real life super weakness? For example, if you can’t sleep.</li>
  <li>What’s one of the first software projects you made for fun? (i.e., you made it
for the fun of it, you had fun making it, it did something that was fun, etc?)</li>
  <li>What’s an underrated app that’s surprisingly useful?</li>
  <li>What’s a good fruit?</li>
  <li>What yogurt do you like?</li>
  <li>What is a good piece of advice you’ve received?</li>
  <li>What is the most useless thing on your desk right now?</li>
  <li>What is the weirdest food combination you’ve made and tried? (This one is
inspired by a Howard story)</li>
  <li>What is the worst fruit?</li>
  <li>What is your biggest pet peeve?</li>
  <li>What is your cellphone wallpaper?</li>
  <li>What is your favorite childhood vacation?</li>
  <li>What is your favorite family tradition?</li>
  <li>What is your favorite magical or mythological animal?</li>
  <li>What is your favorite sport to watch? If you don’t like watching sports, take
the question as broadly as possible</li>
  <li>What movie have you seen lately (it’s been a while since the last time this
was asked, maybe you’ve read a new thing since then?</li>
  <li>What is your favorite holiday and why?</li>
  <li>What music do you put on when you want to get pumped?</li>
  <li>What class would you want to take?</li>
  <li>What country is on your bucket list to visit?</li>
  <li>What fictional family would you be a member of?</li>
  <li>What have you done your entire life but are still bad at?</li>
  <li>What hobby would be a lot of fun to get into?</li>
  <li>What household chore do enjoy the most?</li>
  <li>What’s your least favorite chore?</li>
  <li>What isn’t part of a nutritious breakfast?</li>
  <li>How long would you have survived 200 years ago?</li>
  <li>If you were in the Addams Family, what type of monster would you be?</li>
  <li>If you were a salesperson, what would you be great at selling?</li>
  <li>What did <code class="language-plaintext highlighter-rouge">&lt;pick someone on the team&gt;</code> have for dinner last night</li>
  <li>What kind of cheese do you like?</li>
  <li>What ice cream flavor do you like?</li>
  <li>If you could meet any historical figure, who would you choose and why?</li>
  <li>If you could meet any living person for dinner, who would you pick and why?</li>
  <li>If you could pick up a new skill in an instant what would it be?</li>
  <li>If you could shop for free at one store, which one would you choose?</li>
  <li>If you could start a charity, what would it be for?</li>
  <li>If you had a personal assistant, what would be the first thing you ask them to
do?</li>
  <li>If you had to teach a class, what class would it be?</li>
  <li>If you left your current life behind and ran away to follow your dreams, what
would you be doing?</li>
  <li>If you were a wrestler what would be your entrance theme song?</li>
  <li>Name a brand you are loyal to</li>
  <li>Name a fun historical fact.</li>
  <li>Name a toy you enjoyed playing with as a kid.</li>
  <li>Name one thing that was on your bucket list that you’ve done</li>
  <li>What are you kind of snobby about? (Team called out that this was a dupe
pretty early)</li>
  <li>What band would you travel back in time to see?</li>
  <li>What celebrities have you met?</li>
  <li>How many tabs do you have open on IntelliJ right now?</li>
  <li>As a child, what did you want to be when you grew up?</li>
  <li>As a kid, what was your go-to routine for a sick day?</li>
  <li>Besides insects and spiders and murder hornets, what animals annoy you the
most?</li>
  <li>Best movie that would be improved if all characters were Muppets except one.
Name the non-muppet character.</li>
  <li>Favorite Movie</li>
  <li>Favorite Sci Fi</li>
  <li>Favorite quick service restaurant</li>
  <li>Favorite song in a genre you don’t normally like</li>
  <li>Have you ever broken a bone or gotten a scar? How’d it happen?</li>
  <li>If someone made a movie of your life, what genre would it be?</li>
  <li>If you could be a cartoon character for a week, who would you be?</li>
  <li>If you could go back in time and pay more attention to any class in high
school, what would you choose?</li>
  <li>If you could have an actual spirit animal what would they be?</li>
  <li>If you could have any job in the company for a week, what would it be?</li>
  <li>If you could magically become fluent in any language, what would it be?</li>
  <li>What’s one of your favorite Beatles songs?</li>
  <li>Do you update chrome when it asks? If not, why not? If so, why?</li>
  <li>Which celebrity would you like to be stuck in an elevator with?</li>
  <li>Which celebrity would be the worst to be suck in an elevator with?</li>
  <li>What’s something you never plan to get at the grocery store but buy anyway?</li>
  <li>What’s a candy you never have been able to get on board with?</li>
  <li>If history was a movie what characters would have plot armor?</li>
  <li>What did someone do to make you hate them instantly?</li>
  <li>What is a safety tip everyone should know about?</li>
  <li>You switch on news channel and it shows news of a zombie outbreak on the other
side of the world, what are the steps you take to get ensure safety for when
it hits your area?</li>
  <li>What is something that people in your profession understand, but the general
public can’t seem to grasp?</li>
  <li>Who’s a fun over the top actor to watch? For example, Nick Cage.</li>
  <li>The Turkey Game: Music Edition. Take the name of a well known song and replace
one word with the word “Turkey”. For example: “Stairway to Heaven” can become
“Stairway to Turkey”.</li>
  <li>How many tabs do you have open in Chrome right now?</li>
  <li>What’s a favorite late night snack?</li>
  <li>Answer any question you want without telling us what the question is. We’ll
try to guess the question.</li>
  <li>What do you snack on during the day?</li>
  <li>What would you name your car?</li>
  <li>What’s a kids movie that’s also enjoyable for adults?</li>
  <li>What channel/streaming service do you like to watch?</li>
  <li>What’s the worst movie from the past 10 years that you’ve seen?</li>
  <li>If you were asked to pitch a reality show, what would your idea be?</li>
  <li>If you could have a key role in any tv show what tv show would you pick?</li>
  <li>What’s a bad episode of a TV show you like, and why?</li>
  <li>What’s a good piece of advice you’ve gotten?</li>
  <li>What would you have renamed Facebook?</li>
  <li>Tell me a fact you don’t think I’d know.</li>
  <li>If you could rename the earth, what would you name it?</li>
  <li>What species is likely to take over the earth similar to Planet of the Apes?</li>
  <li>What is one of the most beautiful song you have ever heard?</li>
  <li>What’s your favorite Bill Murray movie?</li>
</ul>

<p>Previous posts</p>

<ul>
  <li><a href="/archive/2020/07/06/Questions-of-the-Day/">Question of the Day</a></li>
  <li><a href="/archive/2021/06/03/Questions-of-the-Day-2/">Question of the Day 2</a></li>
  <li><a href="/archive/2022/01/29/Questions-Of-The-Day-3/">Question of the Day 3</a></li>
</ul>]]></content><author><name>Josh Quintus</name></author><category term="Icebreakers" /><category term="Mr. Manager" /><summary type="html"><![CDATA[If you were to get a pet (or another one!) what would you name it? What’s your go to cocktail? What is one thing you wish was never invented? What’s an interesting experience you’ve had with a wild animal? What’s a good first date idea? What’s a great soup? The world is about to end. What song do you cue up on Spotify? What’s something you’ve never done before? What’s something that you have done? What’s something you’ll never do? If potatoes became illegal what would their street name be? You can set up a teleport between two places and it stays there, where are you putting it? Vik’s new motto in life is “I hate DBT”. What’s your motto? What’s the most surprising animal you’ve ever petted? How would you describe your height without using numbers? What was the first phone you owned? What’s a great song for a rainy day? What’s one thing you would treat yourself to regularly if money was no object Have you ever seen a ghost? What is something every junk drawer must have in order to be considered a junk drawer? What is something you’d love receiving as a gift but no one even considers giving you because you’re an adult? What was awesome as a kid, but sucks as an adult? What sucked as a kid but is great as an adult? You are sentenced to death penalty, but you can choose how you die. What do you choose? if you could rename any sports team, what would it be? What’s the next book you want to read? What’s the next show or movie you want to watch? What show or movie would you like to rewrite the ending for? If you could save one character from dying in a movie/book/song/fable/anecdote, who would you save? When does night start When is bedtime? If someone tells you that “Next Wed. meeting, that was at noon, has now been moved forward by 2 hours.” What time is the meeting next Wed? What’s your favorite winter holiday song? What was your favorite store as a kid? What’s the first site you open in the morning? As we move into the new year, what are some 2022 accomplishments you’d like to share? What simple things in life bring you joy? What’s a movie cliché that infuriates you? What is a annoying song to hear on 24h loop? You wake up tomorrow and are the only human on planet earth. How do you spend your day? You get to create your new nickname, but it must include an animal. What is it? What’s your ? What was one of the worst movies that you saw in theatres? You wake up tomorrow as a house cat living in a comfy home with a nice couple. You have all of the knowledge you have now. What do you do? What’s your go-to social media platform? What movie scenes will you never stop laughing at? What’s a piece of BAD advice that you took and then regretted? For example, staying up until 3AM to watch The Postman… What’s a relatively common food that you don’t like? What do you want on a pizza? What have you bought (gadget or otherwise) that has made your life easier/better? What’s your favorite Starbucks topping? If you won the lottery and never had to work again, what would your average day look like? What is your favorite food you get to cheer you up? With Festivus coming up, what’s a grievance you want to air? What is your best dream? What is your worst dream? In alternate universe where you didn’t end up being a programmer, what’s your profession? What’s a fun gift you’ve given someone? What’s a fun gift you’ve received? What’s the best trip (traveling wise) you ever had? If you are a robot what would you say to convince others you aren’t? What’s a slack channel that has some good content? What’s something that you’re looking forward to? Eg. a new show/movie/album/song, a phone/computer/tv/car/apartment upgrade, a vacation/holiday/birthday, the end of the day, midday nap/snack-break What movie could you watch over and over without getting tired of it? What’s a song lyric you always get wrong? What’s an overrated movie What’s one of your go to subredits? What would you blog about? What’s a weird or bad roommate situation you’ve had? If you were a professional burglar, what would be your calling card? (Think: The Wet Bandits) What’s something you’re snobby about? What are your Turkey Day plans this year? What did you buy during BFCM? If you had to choose a favorite number what would it be and why? What would you change if you were CEO? What would you do if you were invisible for a day? What’s a book you enjoyed as a kid? What’s a movie you enjoyed as a kid? What’s a work (not necessarily here) achievement that you are proud of? What’s the first thing you do when you get home from a trip? What’s the most beautiful place you’ve ever been? What’s your “goto” joke? What’s one of your favorite baked good? What’s one of your favorite cheeses? What’s one of your favorite smells? What’s one of your favorite sport to play (as usual for sporting questions, please interpret the term “sport” as broadly as you need in order to answer the question) What’s a food from where you grew up that you go back there for? (or if that’s far away, what’s one that you miss) What’s your favorite desert and dessert? What’s your go to pie? What’s a Halloween themed show you like? (Series, specific episode, whatever) What was a hard interview question that you got? What topic could you give a 20-minute presentation on without any preparation? What was a notable costume (maybe for Halloween) you had growing up or later? What was something you thought would be easy until you tried it? If you found yourself in a Connecticut Yankee in King Arthur’s Court situation, what would you “invent” first? What was something you thought would be hard until you tried it? What was the first album/tape/cd/mp3 you bought? What was the name of the street you grew up on? What was the worst job you ever had? What works of art have really made an impression on you? What would the title of your autobiography be? What song do you hate and have to turn off the radio when it comes on? What subjects should be taught in school but aren’t? What superpower would you want? What teacher did you have that you didn’t like? Why? What is your favorite city in the US? (or a city you like) If you were to add a new murder weapon in Clue, what would it be? What’s the last video game you played? (Finally one Carol can answer!) What’s the useless app on your phone? What’s your Chipotle (or similar restaurant) order? Do you have siblings? How many? What kind? Older? Younger? What’s your favorite fake band? If you were a hoarder, what would you hoard? What’s your [best worst funniest etc.] Josh impression? What’s your real life super power? For example, I’m great at sleeping. What’s your real life super weakness? For example, if you can’t sleep. What’s one of the first software projects you made for fun? (i.e., you made it for the fun of it, you had fun making it, it did something that was fun, etc?) What’s an underrated app that’s surprisingly useful? What’s a good fruit? What yogurt do you like? What is a good piece of advice you’ve received? What is the most useless thing on your desk right now? What is the weirdest food combination you’ve made and tried? (This one is inspired by a Howard story) What is the worst fruit? What is your biggest pet peeve? What is your cellphone wallpaper? What is your favorite childhood vacation? What is your favorite family tradition? What is your favorite magical or mythological animal? What is your favorite sport to watch? If you don’t like watching sports, take the question as broadly as possible What movie have you seen lately (it’s been a while since the last time this was asked, maybe you’ve read a new thing since then? What is your favorite holiday and why? What music do you put on when you want to get pumped? What class would you want to take? What country is on your bucket list to visit? What fictional family would you be a member of? What have you done your entire life but are still bad at? What hobby would be a lot of fun to get into? What household chore do enjoy the most? What’s your least favorite chore? What isn’t part of a nutritious breakfast? How long would you have survived 200 years ago? If you were in the Addams Family, what type of monster would you be? If you were a salesperson, what would you be great at selling? What did &lt;pick someone on the team&gt; have for dinner last night What kind of cheese do you like? What ice cream flavor do you like? If you could meet any historical figure, who would you choose and why? If you could meet any living person for dinner, who would you pick and why? If you could pick up a new skill in an instant what would it be? If you could shop for free at one store, which one would you choose? If you could start a charity, what would it be for? If you had a personal assistant, what would be the first thing you ask them to do? If you had to teach a class, what class would it be? If you left your current life behind and ran away to follow your dreams, what would you be doing? If you were a wrestler what would be your entrance theme song? Name a brand you are loyal to Name a fun historical fact. Name a toy you enjoyed playing with as a kid. Name one thing that was on your bucket list that you’ve done What are you kind of snobby about? (Team called out that this was a dupe pretty early) What band would you travel back in time to see? What celebrities have you met? How many tabs do you have open on IntelliJ right now? As a child, what did you want to be when you grew up? As a kid, what was your go-to routine for a sick day? Besides insects and spiders and murder hornets, what animals annoy you the most? Best movie that would be improved if all characters were Muppets except one. Name the non-muppet character. Favorite Movie Favorite Sci Fi Favorite quick service restaurant Favorite song in a genre you don’t normally like Have you ever broken a bone or gotten a scar? How’d it happen? If someone made a movie of your life, what genre would it be? If you could be a cartoon character for a week, who would you be? If you could go back in time and pay more attention to any class in high school, what would you choose? If you could have an actual spirit animal what would they be? If you could have any job in the company for a week, what would it be? If you could magically become fluent in any language, what would it be? What’s one of your favorite Beatles songs? Do you update chrome when it asks? If not, why not? If so, why? Which celebrity would you like to be stuck in an elevator with? Which celebrity would be the worst to be suck in an elevator with? What’s something you never plan to get at the grocery store but buy anyway? What’s a candy you never have been able to get on board with? If history was a movie what characters would have plot armor? What did someone do to make you hate them instantly? What is a safety tip everyone should know about? You switch on news channel and it shows news of a zombie outbreak on the other side of the world, what are the steps you take to get ensure safety for when it hits your area? What is something that people in your profession understand, but the general public can’t seem to grasp? Who’s a fun over the top actor to watch? For example, Nick Cage. The Turkey Game: Music Edition. Take the name of a well known song and replace one word with the word “Turkey”. For example: “Stairway to Heaven” can become “Stairway to Turkey”. How many tabs do you have open in Chrome right now? What’s a favorite late night snack? Answer any question you want without telling us what the question is. We’ll try to guess the question. What do you snack on during the day? What would you name your car? What’s a kids movie that’s also enjoyable for adults? What channel/streaming service do you like to watch? What’s the worst movie from the past 10 years that you’ve seen? If you were asked to pitch a reality show, what would your idea be? If you could have a key role in any tv show what tv show would you pick? What’s a bad episode of a TV show you like, and why? What’s a good piece of advice you’ve gotten? What would you have renamed Facebook? Tell me a fact you don’t think I’d know. If you could rename the earth, what would you name it? What species is likely to take over the earth similar to Planet of the Apes? What is one of the most beautiful song you have ever heard? What’s your favorite Bill Murray movie?]]></summary></entry><entry><title type="html">Mermaid In Github</title><link href="https://quintussential.com/archive/2022/02/15/Mermaid-in-Github/" rel="alternate" type="text/html" title="Mermaid In Github" /><published>2022-02-15T00:00:00+00:00</published><updated>2022-02-15T00:00:00+00:00</updated><id>https://quintussential.com/archive/2022/02/15/Mermaid-in-Github</id><content type="html" xml:base="https://quintussential.com/archive/2022/02/15/Mermaid-in-Github/"><![CDATA[<p>Does Jekyll also support Mermaid?</p>

<pre><code class="language-mermaid">flowchart TB
    A &amp; B--&gt; C &amp; D
</code></pre>]]></content><author><name>Josh Quintus</name></author><category term="One" /><category term="Two" /><summary type="html"><![CDATA[Does Jekyll also support Mermaid?]]></summary></entry><entry><title type="html">Questions Of The Day 3</title><link href="https://quintussential.com/archive/2022/01/29/Questions-Of-The-Day-3/" rel="alternate" type="text/html" title="Questions Of The Day 3" /><published>2022-01-29T00:00:00+00:00</published><updated>2022-01-29T00:00:00+00:00</updated><id>https://quintussential.com/archive/2022/01/29/Questions-Of-The-Day-3</id><content type="html" xml:base="https://quintussential.com/archive/2022/01/29/Questions-Of-The-Day-3/"><![CDATA[<p>Here’s a few dozen more icebreaker questions to use.</p>

<ol>
  <li>What’s a scary sci-fi villain?</li>
  <li>If someone used you as an example of “what not to do”, what example would they use?</li>
  <li>What is your guilty pleasure song?</li>
  <li>What is your guilty pleasure movie / TV?</li>
  <li>What is your guilty pleasure meal?</li>
  <li>What is your guilty pleasure dessert?</li>
  <li>What is the first thing that you do when you wake up?</li>
  <li>What’s a good rom-com?</li>
  <li>What’s a good mystery movie?</li>
  <li>What’s a good comedy movie?</li>
  <li>What’s a good animated show?</li>
  <li>What’s a good animated movie?</li>
  <li>What is something that people should simply stop doing?</li>
  <li>What off brand item is better than its brand name counterpart?</li>
  <li>What was the first major news story you remember as a child?</li>
  <li>Who is your favorite female protagonist?</li>
  <li>You can’t time travel, but your phone has the internet from 5 years in the future. What do you search for first?</li>
  <li>What song would you put on a mixtape for Your Party?</li>
  <li>What song would you put on a mixtape for Getting Down?</li>
  <li>What song would you put on a mixtape for Cooking?</li>
  <li>What song would you put on a mixtape for Cleaning?</li>
  <li>What song would you put on a mixtape for Your Road Trip?</li>
  <li>What song would you put on a mixtape of TV show theme songs?</li>
  <li>What’s your favorite snack?</li>
  <li>What type of doughnut do you like?</li>
  <li>What’s an absurd moment in an otherwise serious movie?</li>
  <li>If you had to live in a world alongside one supernatural class of villains (zombies, vampires, etc.) which would it be and why?</li>
  <li>What’s the first video game you remember playing?</li>
  <li>What’s the first TV show you remember enjoying that wasn’t intended for children?</li>
  <li>What Disney movie have you watched the most (or at least a lot)?</li>
  <li>What’s a Disney memory you have?</li>
  <li>If you could read a book again for the first time, what would it be?</li>
  <li>What are you boycotting til the day you die?</li>
  <li>Without looking it up, what would you expect to buy at a “package store”?</li>
  <li>What looks fun in movies, but in real life is miserable?</li>
  <li>What’s a show that never had a bad episode?</li>
  <li>If it turns out that one species of animal has been aliens spying on Earth the whole time, what animal do you think it is?</li>
  <li>What do you consider “simple pleasures of life”?</li>
  <li>What are the worst answers to the interview question “where do you see yourself in five years”?</li>
  <li>What is a place you will never go again?</li>
  <li>If animals could talk, which would be the most rude?</li>
  <li>In the WFH era, which coworker that you haven’t already met would you most like to meet IRL?</li>
  <li>What made you smile this week?</li>
  <li>What’s a song that will never get old to you?</li>
  <li>What problem is often overlooked in apocalyptic movies/TV shows that could kill?</li>
  <li>What was cool when you were young but isn’t cool now?</li>
  <li>What seems harmless but could actually kill you?</li>
  <li>If you could have an unlimited supply of anything other than money, what would it be?</li>
  <li>What’s a band you want to listen to more of?</li>
  <li>How many unread emails do you have in your work inbox?</li>
  <li>How many unread text messages do you have on your phone?</li>
  <li>What was the last time you did something for the first time?</li>
  <li>What album has no skips?</li>
  <li>If you could erase all memories of listening to a song so you could listen to it for the first time but you lose all memories associated with it, what song would you pick?</li>
  <li>If all animals were horse sized, which would be the most majestic to ride into battle?</li>
  <li>What cartoon character would make a good CEO?</li>
  <li>What’s one of your favorite sandwiches?</li>
  <li>What’s one of your favorite soups?</li>
  <li>What’s one of your favorite drinks?</li>
  <li>What’s a song lyric that you like?</li>
  <li>Who was one of the nicest people you have met?</li>
  <li>What’s a word or phrase used to mean their opposite? (for example, using the word “literally” to literally mean “figuratively”)</li>
  <li>Create a new Crayola color name.</li>
  <li>What would you store in a fanny pack?</li>
  <li>What’s an out-of-character thing you’ve done recently?</li>
  <li>What fast food restaurant do you like?</li>
  <li>What’s your pizza order?</li>
  <li>What’s your Uber rating?</li>
  <li>What would your Uber rating be as a DRIVER?</li>
  <li>Halloween is approaching, what monster would you prefer getting chased by?</li>
  <li>What is your favorite “old school” device/gadget?</li>
  <li>What’s something you can easily eat 6 of?</li>
  <li>What’s a sequel that came out at least 10 years after the previous movie that you enjoyed?</li>
  <li>In your opinion, what’s an underrated movie?</li>
  <li>What’s the best trip (traveling wise) you ever had?</li>
  <li>If you were a robot what would you say to convince others you aren’t?</li>
  <li>What’s a slack channel that has some good content?</li>
  <li>What’s something that you’re looking forward to? Eg. a new show/movie/album/song, a phone/computer/tv/car/apartment upgrade, a vacation/holiday/birthday, the end of the day, midday nap/snack-break</li>
  <li>What movie could you watch over and over without getting tired of it?</li>
  <li>What’s a song lyric you always get wrong?</li>
  <li>What’s an overrated movie?</li>
  <li>What’s one of your go to subredits?</li>
  <li>What would you blog about?</li>
  <li>What’s a weird or bad roommate situation you’ve had?</li>
  <li>If you were a professional burglar, what would be your calling card? (Think: The Wet Bandits)</li>
  <li>What’s something you’re snobby about?</li>
  <li>What are your Turkey Day plans this year?</li>
  <li>What did you buy during Black Friday (the day or weekend after Thanksgiving)?</li>
  <li>What’s something you’ve only started to like after college?</li>
  <li>What’s a discontinued food or beverage item you wish would return?</li>
  <li>What’s a strong opinion you have about something that’s not important?</li>
  <li>What’s a movie you think I haven’t seen that Josh would like? (The “I” in this scenario is whoever is asking the icebreaker question)</li>
  <li>What’s something you are an expert in?</li>
  <li>What types of shoes do you wear?</li>
  <li>What company or team reference would make a good band name?</li>
  <li>What’s a skill you would like to learn in the new year?</li>
  <li>Design a movie marathon. Minimum 4 movies.</li>
  <li>What would your New Year’s resolution be? (If you have one, then say it, if you don’t then make one up!)</li>
  <li>What’s a movie you haven’t seen in a while that you need to rewatch?</li>
  <li>What’s something that you thought everyone else did but learned later in life that it was just you/your family/your community?</li>
  <li>What is a new skill you learned?</li>
  <li>What is a good late night driving song?</li>
  <li>What’s a fact that you still don’t believe?</li>
  <li>What’s a movie that you enjoy that wouldn’t be made today?</li>
  <li>What’s a good non-super-hero movie from the past 10 years?</li>
  <li>Who was one of the best teachers you had?</li>
  <li>Should hexagons be drawn “flat-top” or “pointy-top” ?</li>
  <li>What’s your favorite Disney character?</li>
  <li>What’s a favorite new food/restaurant you’ve discovered recently?</li>
  <li>What’s the most magical place on earth?</li>
  <li>What’s the worst place on earth?</li>
  <li>Which would you give up for rest of your life: tacos or pizzas?</li>
</ol>

<p>Previous posts</p>
<ul>
  <li><a href="/archive/2020/07/06/Questions-of-the-Day/">Question of the Day</a></li>
  <li><a href="/archive/2021/06/03/Questions-of-the-Day-2/">Question of the Day2</a></li>
</ul>]]></content><author><name>Josh Quintus</name></author><category term="Icebreakers" /><category term="Mr. Manager" /><summary type="html"><![CDATA[Here’s a few dozen more icebreaker questions to use.]]></summary></entry></feed>