<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[lab hardware for experimentation]]></title><description><![CDATA[Open Source Hardware lab gear for sale to build on top of, or use as is.]]></description><link>https://blog.labhw.com/</link><generator>Ghost 0.11</generator><lastBuildDate>Thu, 12 Feb 2026 00:13:44 GMT</lastBuildDate><atom:link href="https://blog.labhw.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Just another part of the Culture Shock electroporator.]]></title><description><![CDATA[<p>Here is the case with cuvette.</p>

<p>It fits,</p>

<p>It's grey and crude, and will be improved.</p>

<p>Full view: <br>
<img src="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-lid-1-sm-1.jpg" alt=""></p>]]></description><link>https://blog.labhw.com/2017/06/22/just-another-part-of-the-culture-shock-electroporator/</link><guid isPermaLink="false">23181c14-1476-41c8-b292-75d59001c3b0</guid><dc:creator><![CDATA[John Griessen]]></dc:creator><pubDate>Thu, 22 Jun 2017 20:09:45 GMT</pubDate><media:content url="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-lid-1-sm.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-lid-1-sm.jpg" alt="Just another part of the Culture Shock electroporator."><p>Here is the case with cuvette.</p>

<p>It fits,</p>

<p>It's grey and crude, and will be improved.</p>

<p>Full view: <br>
<img src="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-lid-1-sm-1.jpg" alt="Just another part of the Culture Shock electroporator."></p>]]></content:encoded></item><item><title><![CDATA[Culture Shock innards with cuvette.]]></title><description><![CDATA[<p>This is the high voltage business end of an electroporator, used to transform bacteria into new GMOs.</p>]]></description><link>https://blog.labhw.com/2017/06/22/first/</link><guid isPermaLink="false">1a34a833-ee5e-4b09-b26e-456efcd80a14</guid><dc:creator><![CDATA[John Griessen]]></dc:creator><pubDate>Thu, 22 Jun 2017 18:17:05 GMT</pubDate><media:content url="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-pcba-3web.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.labhw.com/content/images/2017/06/wood_shock_v0.1-pcba-3web.jpg" alt="Culture Shock innards with cuvette."><p>This is the high voltage business end of an electroporator, used to transform bacteria into new GMOs.</p>]]></content:encoded></item><item><title><![CDATA[Welcome to Ghost]]></title><description><![CDATA[<p>You're live! Nice. We've put together a little post to introduce you to the Ghost editor and get you started. You can manage your content by signing in to the admin area at <code>&lt;your blog URL&gt;/ghost/</code>. When you arrive, you can select this post from a list</p>]]></description><link>https://blog.labhw.com/2017/05/31/welcome-to-ghost/</link><guid isPermaLink="false">cdcc22c3-bfce-48c2-a459-9735ab499dbb</guid><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[John Griessen]]></dc:creator><pubDate>Wed, 31 May 2017 21:28:01 GMT</pubDate><content:encoded><![CDATA[<p>You're live! Nice. We've put together a little post to introduce you to the Ghost editor and get you started. You can manage your content by signing in to the admin area at <code>&lt;your blog URL&gt;/ghost/</code>. When you arrive, you can select this post from a list on the left and see a preview of it on the right. Click the little pencil icon at the top of the preview to edit this post and read the next section!</p>

<h2 id="gettingstarted">Getting Started</h2>

<p>Ghost uses something called Markdown for writing. Essentially, it's a shorthand way to manage your post formatting as you write!</p>

<p>Writing in Markdown is really easy. In the left hand panel of Ghost, you simply write as you normally would. Where appropriate, you can use <em>shortcuts</em> to <strong>style</strong> your content. For example, a list:</p>

<ul>
<li>Item number one</li>
<li>Item number two
<ul><li>A nested item</li></ul></li>
<li>A final item</li>
</ul>

<p>or with numbers!</p>

<ol>
<li>Remember to buy some milk  </li>
<li>Drink the milk  </li>
<li>Tweet that I remembered to buy the milk, and drank it</li>
</ol>

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

<p>Want to link to a source? No problem. If you paste in a URL, like <a href="http://ghost.org">http://ghost.org</a> - it'll automatically be linked up. But if you want to customise your anchor text, you can do that too! Here's a link to <a href="http://ghost.org">the Ghost website</a>. Neat.</p>

<h3 id="whataboutimages">What about Images?</h3>

<p>Images work too! Already know the URL of the image you want to include in your article? Simply paste it in like this to make it show up:</p>

<p><img src="https://ghost.org/images/ghost.png" alt="The Ghost Logo"></p>

<p>Not sure which image you want to use yet? That's ok too. Leave yourself a descriptive placeholder and keep writing. Come back later and drag and drop the image in to upload:</p>

<h3 id="quoting">Quoting</h3>

<p>Sometimes a link isn't enough, you want to quote someone on what they've said. Perhaps you've started using a new blogging platform and feel the sudden urge to share their slogan? A quote might be just the way to do it!</p>

<blockquote>
  <p>Ghost - Just a blogging platform</p>
</blockquote>

<h3 id="workingwithcode">Working with Code</h3>

<p>Got a streak of geek? We've got you covered there, too. You can write inline <code>&lt;code&gt;</code> blocks really easily with back ticks. Want to show off something more comprehensive? 4 spaces of indentation gets you there.</p>

<pre><code>.awesome-thing {
    display: block;
    width: 100%;
}
</code></pre>

<h3 id="readyforabreak">Ready for a Break?</h3>

<p>Throw 3 or more dashes down on any new line and you've got yourself a fancy new divider. Aw yeah.</p>

<hr>

<h3 id="advancedusage">Advanced Usage</h3>

<p>There's one fantastic secret about Markdown. If you want, you can write plain old HTML and it'll still work! Very flexible.</p>

<p><input type="text" placeholder="I'm an input field!"></p>

<p>That should be enough to get you started. Have fun - and let us know what you think :)</p>]]></content:encoded></item></channel></rss>