<!DOCTYPE html>
<html>
    <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Home | Justin M. Sloan</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="Home" />
<meta name="author" content="Justin M. Sloan" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="On this site I write about the intersection between society and technology." />
<meta property="og:description" content="On this site I write about the intersection between society and technology." />
<link rel="canonical" href="http://justinsloan.github.io/" />
<meta property="og:url" content="http://justinsloan.github.io/" />
<meta property="og:site_name" content="Justin M. Sloan" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Home" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"Justin M. Sloan"},"description":"On this site I write about the intersection between society and technology.","headline":"Home","name":"Justin M. Sloan","url":"http://justinsloan.github.io/"}</script>
<!-- End Jekyll SEO tag -->


    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">

    <title>Home - Justin M. Sloan</title>
    <meta name="description" content="On this site I write about the intersection between society and technology.
">

    <link href='https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,900,400italic' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="/css/main.css">
    <link rel="canonical" href="http://justinsloan.github.io/">
    <link rel="alternate" type="application/rss+xml" title="Justin M. Sloan" href="http://justinsloan.github.io/feed.xml">
    
    <script src="https://kit.fontawesome.com/4d7c1067a9.js" crossorigin="anonymous"></script>

    
      <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W5LNF276Q5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-W5LNF276Q5');
</script>

    
</head>

    <body>
        <main class="u-container">
        <div class="c-page">
    <header class="c-page__header">
    <p>
        <a href="/">Home</a><span class="u-separate"></span>
        <a href="/articles/">Articles</a><span class="u-separate"></span>
        <a href="/things/">Things</a><span class="u-separate"></span>
        <a href="/about/">About</a>
    </p>
    
</header>

    <div class="c-article__main">
        <h1 id="-greetings-im-justin">🌋 Greetings, I’m Justin.</h1>
<h2 id="on-this-site-i-write-about-the-intersection-between-society-and-technology">On this site I write about the intersection between society and technology.</h2>

<p>More specifically, I write about projects I’m working on, things I’m learning about tech and society, and occasionally <em>talk story</em> about island life and my time in the U.S. Army.</p>

<p>Thanks for visiting.</p>

<hr />

<h2 id="-recent-posts">📓 Recent Posts</h2>
<ul>

        <li>
            <h3><a href="/2022/08/how-to-scan-a-network-using-a-windows-batch-script">How to Scan a Network Using a Windows Batch Script</a> written Aug 21, 2022</h3>
        </li>

        <li>
            <h3><a href="/2022/06/today-i-retired-from-the-us-army">Today I Retired from the US Army</a> written Jun 25, 2022</h3>
        </li>

        <li>
            <h3><a href="/2022/05/how-i-provision-a-fresh-linux-install">How I Provision a Fresh Linux Install</a> written May 1, 2022</h3>
        </li>

        <li>
            <h3><a href="/2022/04/system76-lemur-pro-review">System76 Lemur Pro Review</a> written Apr 8, 2022</h3>
        </li>

</ul>

<hr />

<h2 id="-truly-random-diceware-passwords">🔐 Truly Random Diceware Passwords.</h2>

<p>The Quantum Diceware Generator (QDG) gathers quantum random data to generate truly random diceware passwords.</p>

<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>    <span class="nv">$ </span>pip3 <span class="nb">install </span>quantumdiceware
    <span class="nv">$ </span>qdg
    warp kurt peppy place broil muriel
</code></pre></div></div>

<p><a href="https://www.justinsloan.com/2021/04/generating-strong-passwords-with-qdg">Learn how</a> to generate strong passwords with QDG, or <a href="https://qdg.readthedocs.io/en/latest/">read the docs</a>.</p>

    </div>
    <footer class="c-page__footer">
    <p>
        &copy; 2024 Justin M. Sloan &nbsp; <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
    </p>
    <p class="icons">
        <a class="icon" href="https://twitter.com/sloancli"><i class="fa-brands fa-twitter"></i></a>
        <a class="icon" href="https://instagram.com/sloancli"><i class="fa-brands fa-instagram"></i></a>
        <a class="icon" href="https://linkedin.com/in/justin-sloan"><i class="fa-brands fa-linkedin-in"></i></a>
        <a class="icon" href="https://reddit.com/u/sloancli"><i class="fa-brands fa-reddit-alien"></i></a>
        <a class="icon" href="https://medium.com/@justinsloan"><i class="fa-brands fa-medium"></i></a>
        <a class="icon" href="https://github.com/justinsloan"><i class="fa-brands fa-github"></i></a>
        <a class="icon" href="/feed.xml"><i class="fa-solid fa-rss"></i></a>
    </p>
</footer>

</div>

        </main>
    </body>
</html>
