<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
    <title>Archives - Classy Nemesis</title>
    <!-- Using the latest rendering mode for IE -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link href="https://www.classynemesis.com/favicon.ico" rel="image/x-icon">


        <meta name="author" content="Jonathan Prusik" />

        <!-- Open Graph tags -->
            <meta property="og:site_name" content="Classy Nemesis" />
            <meta property="og:type" content="website"/>
            <meta property="og:title" content="Classy Nemesis"/>
            <meta property="og:url" content="https://www.classynemesis.com/"/>
            <meta property="og:image" content="https://www.classynemesis.com/images/site-logo-og.png"/>
            <meta property="og:description" content="Classy Nemesis is the website of Jonathan Prusik, purveyor of fine(ish) words and entertainment."/>

    <!-- Bootstrap -->
    <link type="text/css" rel="stylesheet" href="https://www.classynemesis.com/theme/css/bootstrap.classy.min.css" />
    <link type="text/css" rel="stylesheet" href="https://www.classynemesis.com/theme/css/font-awesome.min.css" />
    <link type="text/css" rel="stylesheet" href="https://www.classynemesis.com/theme/css/fonts.css" />

    <style type="text/css">
/* Bootstrap Overrides */
body{
    padding-top:70px;
    font-family:'Comfortaa',sans-serif;
}
body > .container{
    margin-top:10px;
}
a{
    color:lightblue;
}
a:hover,
a:focus,
a:active{
    color:thistle;
}
code,
kbd,
pre,
samp{
    font-family:'Ubuntu Mono variable',monospace;
}
ul{
    list-style-type:square;
}
h4, .h4{
    color:#AAAAAA;
}

.navbar-default{
    background-color:#0a0a0a;
}
.navbar-default .navbar-brand{
    padding:7px 15px;
}
.navbar-default .navbar-brand .img-responsive{
    height:100%;
}
#sidebar{
    padding-top:0;
}
#sidebar a{
    color:#add8e6;
}
#sidebar a:hover,
#sidebar a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color:thistle;
    text-decoration:none;
}
#sidebar #social i{
    margin-right:3px;
}
#sidebar #social .twitter a i{
    color:#4da7de;
}
#sidebar #social .linkedin a i{
    color:#3371b7;
}
#sidebar #social .youtube a i{
    color:#e02a20;
}
#sidebar #social .steam a i{
    color:lightgrey;
}
#sidebar #social .stack-overflow a i{
    color:#f69c55;
}
#sidebar #social .github a i{
    color:lightgrey;
}
#sidebar .list-group,
#sidebar .list-group-item{
    background-color:transparent;
}
#sidebar ul#links li,
#sidebar ul#social li{
    padding: 8px 0 8px 33px;
}
#sidebar ul#recentposts li,
#sidebar ul#github li{
    padding: 8px 0;
}
.list-group-item{
    border:none;
}
/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item > .list-group{
    margin-bottom:0px;
}
/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already
 */
.list-group-item .list-group-item:last-child{
    padding-bottom:0px;
}

.icon-label{
    margin-left:10px;
}

/* post summary "read more" button */
.summary .btn{
    font-family:'Baloo',sans-serif;
}

#categories ul, #tags ul{
    list-style:none;
    padding:0;
    margin-left:0;
}

.categories-timestamp{
    color:#AAAAAA;
    font-size:0.9em;
    margin-right:10px;
}

.tagcloud li{
    padding:0px;
}

#banner{
    background-repeat:no-repeat;
    background-position:center right;
    background-attachment:scroll;
    background-size:cover;
    background-color:#0a0a0a;
    margin:0 0 20px;
    padding:140px 0; /*controls padding around inner text*/
    position:relative;
    image-rendering:pixelated;
    background-image:url('https://www.classynemesis.com/images/site-banner.png');
}
#banner *{
    /* Because the banner background-image should be pixel perfect, but we want optimizations for all other images (e.g. logo) in the banner */
    image-rendering:auto;
}
#banner .copy{
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display:inline;
    float:left;
    max-width:600px;
    padding:20px;
    position:relative;
    z-index:1;
}
#banner .intro{
    color:yellow;
    font-family:'Caviar Dreams','Comfortaa',sans-serif;
    font-size:14px;
    font-weight:normal;
    letter-spacing:0.2em;
    line-height:1.4em;
    margin:-42px 0 20px 220px;
    max-width:210px;
    opacity:0.75;
    text-align:right;
    text-shadow:1px 1px 1px #3d3d3d;
    text-transform:lowercase;
}

:target:before{
    content:"";
    display:block;
    height:50px;
    /* fixed header height*/

    margin:-50px 0 0;
    /* negative fixed header height */
}

.gap-right{
    margin-right:10px;
}
.gap-left{
    margin-left:10px;
}

a.thumbnail,
.entry-content a.thumbnail{
    border:1px solid #464545;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active{
    border-color:#DDDDDD;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #464545;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: thistle;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: #2c2c2c;
}

.pagination>li>a,
.pagination>li>span {
    background-color: slategrey;
}

.thumbnail img{
    border-radius:4px;
}

.page-header h1,
article h2{
    font-family:'Shrikhand',sans-serif;
    font-size:32px;
    letter-spacing:1px;
}
.page-header h1 a:hover,
.page-header h1 a:focus,
article h2 a:hover,
article h2 a:focus{
    text-decoration:none;
}
article h3{
    font-family:'Baloo',sans-serif;
}
.summary,
.entry-content{
    text-rendering: optimizeLegibility;
    font-family:'Ubuntu variable',sans-serif;
    font-size:15px;
}
.summary{
    font-weight:250;
}
.entry-content{
    letter-spacing: 1px;
    font-weight:100;
}
.post-info{
    font-family:'Comfortaa',sans-serif;
    font-size:14px;
}
.post-info .tag{
    margin-right:0.5em;
    border-bottom:none;
    text-transform:lowercase;
}
.post-info a,
.post-info a:hover,
.post-info a:focus,
.entry-content h3 a,
.entry-content h3 a:hover,
.entry-content h3 a:focus{
    border-bottom:none;
}
.summary li,
.entry-content li{
    margin:0.5em 0;
}
.entry-content a{
    text-decoration:none;
    border-bottom:1px dotted;
    color:lightblue;
}
.entry-content a:hover,
.entry-content a:focus{
    text-decoration:none;
    border-bottom:1px solid;
    color:thistle;
}
.entry-content img{
    max-width:100%;
    height:auto;
}
.entry-content figcaption, .caption{
    font-size:small;
    margin-bottom:2px;
}    </style>

        <link type="application/rss+xml" rel="alternate" href="https://www.classynemesis.com/blog/feed" title="Classy Nemesis RSS Feed" />
</head>
<body>
    <div class="navbar navbar-default navbar-fixed-top" role="navigation">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a href="https://www.classynemesis.com/" class="navbar-brand">
<img class="img-responsive" src="https://www.classynemesis.com/images/site-logo-small.png" width="147" height="46" title="Classy Nemesis" alt="Classy Nemesis" />                 </a>
            </div>
            <div class="collapse navbar-collapse navbar-ex1-collapse">
                <ul class="nav navbar-nav">
                             <li><a href="https://www.classynemesis.com/about/">
                                 About
                              </a></li>
                             <li><a href="https://www.classynemesis.com/projects/">
                                 Projects
                              </a></li>
                </ul>
                <ul class="nav navbar-nav navbar-right">
                  <li><a href="https://www.classynemesis.com/blog/"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
    </div> <!-- /.navbar -->
    <noscript>
        <div class="container alert alert-info" role="alert">
        You may experience degraded performance and/or missing content on this website with JavaScript disabled.
        </div>
    </noscript>
    <!--[if IE]>
    <div class="container alert alert-info" role="alert">
    Your browser is out-of-date! You may experience degraded performance and/or missing content on this website. For a better experience, use a more modern browser such as <strong>Microsoft Edge</strong>, <strong>Google Chrome</strong>, <strong>Apple Safari</strong>, or <strong>Mozilla Firefox</strong>.
    </div>
    <![endif]-->
    <!-- Banner -->
    <!-- End Banner -->
    <div class="container">
        <div class="row">
            <div class="col-sm-9">
    <section id="content">
      <h1>Blog Archives</h1>
        <div id="archives">
                <p>
                    <span class="categories-timestamp"><time datetime="2026-01-22T10:58:00-05:00">2026, January 22</time></span>
                    <a href="https://www.classynemesis.com/blog/repair-c64-keyboard">How to Overfix Your Commodore 64 Keyboard (and Other Problems)</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2023-03-14T10:58:00-04:00">2023, March 14</time></span>
                    <a href="https://www.classynemesis.com/blog/repair-gbsmart">Repairing the GB Smart 32M; So Bad it Goes Past Good and Back to Bad Again</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2023-03-12T14:07:00-04:00">2023, March 12</time></span>
                    <a href="https://www.classynemesis.com/blog/repair-cybiko">Repairing the Cybiko, a Future Device for 90s Teens</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2023-01-28T13:46:00-05:00">2023, January 28</time></span>
                    <a href="https://www.classynemesis.com/blog/desk-display">Building a smarter desk experience for workspaces</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2021-05-24T22:31:00-04:00">2021, May 24</time></span>
                    <a href="https://www.classynemesis.com/blog/2020-belated-retrospective">2020: A Belated Retrospective (Now in 3D!)</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2020-05-24T13:46:00-04:00">2020, May 24</time></span>
                    <a href="https://www.classynemesis.com/blog/dmg-frankenbuild-mkii">Mini-project Archive: DMG Frankenbuild Mk II</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2020-05-12T18:48:00-04:00">2020, May 12</time></span>
                    <a href="https://www.classynemesis.com/blog/lego-minifig-wall-display">Mini-project Roundup: Lego Minifigure wall display</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2017-06-25T14:43:00-04:00">2017, June 25</time></span>
                    <a href="https://www.classynemesis.com/blog/even-more-gameboy-mods">Gameboy Combo-mod: When one mod just isn't enough</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2017-04-18T10:47:00-04:00">2017, April 18</time></span>
                    <a href="https://www.classynemesis.com/blog/steam-gauge-a-technical-overview">Steam Gauge - A Technical Overview</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2017-04-18T10:46:00-04:00">2017, April 18</time></span>
                    <a href="https://www.classynemesis.com/blog/building-a-successful-web-app-by-accident">Building a "Successful" Web App by Accident</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2015-01-10T15:09:00-05:00">2015, January 10</time></span>
                    <a href="https://www.classynemesis.com/blog/on-love-and-custom-gameboy-mods-but-mostly-on-custom-gameboy-mods">On Love and Custom Gameboy Mods, But Mostly on Custom Gameboy Mods</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2012-08-19T12:10:00-04:00">2012, August 19</time></span>
                    <a href="https://www.classynemesis.com/blog/a-classy-nemesis-review-of-organ-trail-for-iphone-and-ipad">A Classy Nemesis Review of "Organ Trail" For iPhone and iPad</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2012-08-08T23:01:00-04:00">2012, August 08</time></span>
                    <a href="https://www.classynemesis.com/blog/recording-your-ios-environment-as-simply-as-possible">How to Record Your IOS Environment as Simply as Possible</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2012-05-13T12:34:00-04:00">2012, May 13</time></span>
                    <a href="https://www.classynemesis.com/blog/5-things-recent-graduates-need-to-know-immediately">5 Things Recent Graduates Need to Know Immediately</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-12-17T11:31:00-05:00">2010, December 17</time></span>
                    <a href="https://www.classynemesis.com/blog/well-in-whoville-they-say-that-his-small-heart-grew-approximately-3-14159265-sizes-that-day">"Well, in Whoville they say, that his small heart grew approximately 3.1415926535 sizes that day..."</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-11-07T09:08:00-05:00">2010, November 07</time></span>
                    <a href="https://www.classynemesis.com/blog/non-fictions-revenge-test-your-might">Non-fiction's Revenge! Test Your Might!</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-11-02T16:28:00-04:00">2010, November 02</time></span>
                    <a href="https://www.classynemesis.com/blog/non-fic-recap-round-1-fight">Non-fic Recap - Round 1: Fight!</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-08-11T15:04:00-04:00">2010, August 11</time></span>
                    <a href="https://www.classynemesis.com/blog/no-power-in-the-verse">No Power in the 'verse...</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-07-22T19:35:00-04:00">2010, July 22</time></span>
                    <a href="https://www.classynemesis.com/blog/criticizing-a-critic">Criticizing a Critic</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-07-20T14:29:00-04:00">2010, July 20</time></span>
                    <a href="https://www.classynemesis.com/blog/summer-2011-2012-is-coming-early">Summer 2011: 2012 is coming early</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-07-19T17:40:00-04:00">2010, July 19</time></span>
                    <a href="https://www.classynemesis.com/blog/the-girl-with-the-dragon-tattoo-a-bedtime-review-for-young-children">The Girl With the Dragon Tattoo: A Bedtime Review for Young Children</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2010-06-15T20:35:00-04:00">2010, June 15</time></span>
                    <a href="https://www.classynemesis.com/blog/who-says-psychedelics-are-out-of-vogue">Yaji and Kita: Who Says Psychedelics Are Out of Vogue?</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2009-12-24T15:32:00-05:00">2009, December 24</time></span>
                    <a href="https://www.classynemesis.com/blog/oh-ho-ho-what-you-thought-i-was-just-twiddling-my-thumbs-this-whole-time">Oh-ho-ho! What, You Thought I Was Just Twiddling My Thumbs This Whole Time?</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2009-03-11T13:07:00-04:00">2009, March 11</time></span>
                    <a href="https://www.classynemesis.com/blog/adventures-in-job-hunting-or-healthmarkets-and-you">Adventures In Job-Hunting, Or: HealthMarkets And You</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-06-30T13:56:00-04:00">2008, June 30</time></span>
                    <a href="https://www.classynemesis.com/blog/links-of-the-day-recontextualization-edition">Links of the Day: Recontextualization Edition</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-05-13T19:10:00-04:00">2008, May 13</time></span>
                    <a href="https://www.classynemesis.com/blog/go-speed-racer">Go Speed Racer...</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-03-16T21:07:00-04:00">2008, March 16</time></span>
                    <a href="https://www.classynemesis.com/blog/recontextualizing-the-mst3k-of-comics">Recontextualizing: The MST3k of Comics</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-03-15T23:49:00-04:00">2008, March 15</time></span>
                    <a href="https://www.classynemesis.com/blog/links-of-the-day-3">Links of the Day</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-02-01T19:49:00-05:00">2008, February 01</time></span>
                    <a href="https://www.classynemesis.com/blog/dammit-superman">Dammit Superman...</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2008-01-29T00:51:00-05:00">2008, January 29</time></span>
                    <a href="https://www.classynemesis.com/blog/my-new-obsession-with-adrian-tomine">My New Obsession With Adrian Tomine</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2007-08-15T22:57:00-04:00">2007, August 15</time></span>
                    <a href="https://www.classynemesis.com/blog/extreme-summer-movie-roundup-2007">Extreme Summer Movie Roundup 2007!</a>
                </p>
                <p>
                    <span class="categories-timestamp"><time datetime="2007-08-15T22:54:00-04:00">2007, August 15</time></span>
                    <a href="https://www.classynemesis.com/blog/woman-that-gentleman-no-longer-seems-to-be-living">Woman, That Gentleman No Longer Seems To Be Living.</a>
                </p>
        </div>
    </section>
            </div>
            <div class="col-sm-3" id="sidebar">
                <aside>

<section class="well well-sm">
    <ul class="list-group list-group-flush">
        <li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
              <ul class="list-group" id="social">
                <li class="list-group-item github"><a href="https://github.com/jprusik"><i class="fa fa-github-square fa-lg"></i> Github</a></li>
                <li class="list-group-item linkedin"><a href="https://www.linkedin.com/in/jprusik"><i class="fa fa-linkedin-square fa-lg"></i> Linkedin</a></li>
                <li class="list-group-item steam"><a href="https://steamcommunity.com/id/classynemesis"><i class="fa fa-steam-square fa-lg"></i> Steam</a></li>
                <li class="list-group-item thingiverse"><a href="https://www.thingiverse.com/classynemesis"><i class="fa fa-thingiverse-square fa-lg"></i> Thingiverse</a></li>
                <li class="list-group-item printables"><a href="https://www.printables.com/social/74781-classynemesis/"><i class="fa fa-printables-square fa-lg"></i> Printables</a></li>
                <li class="list-group-item cults"><a href="https://cults3d.com/en/users/ClassyNemesis/creations"><i class="fa fa-cults-square fa-lg"></i> Cults</a></li>
              </ul>
            </li>

                <li class="list-group-item"><h4><i class="fa fa-calendar fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
                    <ul class="list-group" id="recentposts">
                        <li class="list-group-item">
                            <a href="https://www.classynemesis.com/blog/repair-c64-keyboard">
                                How to Overfix Your Commodore 64 Keyboard (and Other Problems)
                            </a>
                        </li>
                        <li class="list-group-item">
                            <a href="https://www.classynemesis.com/blog/repair-gbsmart">
                                Repairing the GB Smart 32M; So Bad it Goes Past Good and Back to Bad Again
                            </a>
                        </li>
                        <li class="list-group-item">
                            <a href="https://www.classynemesis.com/blog/repair-cybiko">
                                Repairing the Cybiko, a Future Device for 90s Teens
                            </a>
                        </li>
                    </ul>
                </li>





    <li class="list-group-item"><h4><i class="fa fa-github fa-lg"></i><span class="icon-label">GitHub Repos</span></h4>
        <div id="gh_repos">
            <p class="loading">Status updating...</p>
        </div>
    </li>

  

  

  <li class="list-group-item">
    <h4><i class="fa fa-cogs fa-lg"></i><span class="icon-label">Like my work?</span></h4>

        <p>You can become a supporter via <a href="https://www.github.com/sponsors/jprusik" target="_blank">GitHub Sponsors</a>.</p>

        <p>I'm also happy to accept <a href="https://www.paypal.me/jonprusik" target="_blank">PayPal</a> tips, or even just a friendly <a href="mailto:jprusik@classynemesis.com">email</a>.
  </li>
    <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
      <ul class="list-group" id="links">
        <li class="list-group-item">
            <a href="https://www.kathycancook.com/" target="_blank">
                Kathy Can Cook
            </a>
        </li>
        <li class="list-group-item">
            <a href="https://www.theseventhsphinx.com/" target="_blank">
                The Seventh Sphinx
            </a>
        </li>
        <li class="list-group-item">
            <a href="https://www.npr.org/blogs/money/" target="_blank">
                Planet Money
            </a>
        </li>
        <li class="list-group-item">
            <a href="https://waxy.org/category/links/" target="_blank">
                Andy Baio's linkroll
            </a>
        </li>
        <li class="list-group-item">
            <a href="https://xkcd.com/" target="_blank">
                xkcd
            </a>
        </li>
      </ul>
    </li>
    </ul>
</section>                </aside>
            </div>
        </div>
    </div>
<footer>
   <div class="container">
      <hr>
      <div class="row">
         <div class="col-xs-10">
            <small>&copy; 2007, 2026 Jonathan Prusik &middot; All rights regarding blog post images reserved by their respective copyright holders.</small>
         </div>
         <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
      </div>
   </div>
</footer>
    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <script type="text/javascript">
        document.addEventListener('DOMContentLoaded', function(event) {
            github.showRepos({
                user: 'jprusik',
                count: 5,
                skip_forks: true,
                skip_pages: true,
                target: '#gh_repos'
            });
            document.querySelector('body').style.paddingTop =
                document.querySelector('.navbar').offsetHeight+'px';

            /* Normally this would be handled by bootstrap.js, but since
            this is all we'd use it for, let's just roll our own. */
            const navButton = document.querySelector('.navbar-toggle');
            navButton.onclick = function () {
                document.querySelector('.navbar-collapse').classList.toggle('collapse');
            };
        });
    </script>

    <!-- GitHub JS -->
    <script src="https://www.classynemesis.com/theme/js/github.js" type="text/javascript"></script>
    <!-- End GitHub JS Code -->

</body>
</html>