https://int08h.com/

Submitted URL:
https://int08h.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 9 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-us"><head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="generator" content="Hugo 0.18.1">
  <link rel="stylesheet" href="/css/base.css">
  <link rel="stylesheet" href="/css/custom.css">
  <link rel="alternate" href="/index.xml" type="application/rss+xml" title="int08h">
  <title>int08h</title>
</head>
<body>

<div class="container">

<header role="banner">
  <div class="row">
    <div class="one columns">  
      <h1 class="site-title"><a href="/" class="site-title">int08h</a></h1>
    </div>
    <div class="eleven columns">
      <span class="site-colophon u-pull-right"><a href="/about/">About</a></span>
      <span class="site-colophon u-pull-right"><a href="https://github.com/int08h">Github</a></span>
      <span class="site-colophon u-pull-right"><a href="/">Blog</a></span>
    </div>
  </div>
  <div class="hr"></div>
</header>


<main role="main">
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/public-roughtime-server/">roughtime.int08h.com</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2018-02-17">
        February 17, 2018</time> | 125 words
      </span>
      <p class="entry-description">About the roughenough-based Roughtime server at roughtime.int08h.com:2002</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/roughenough-a-rust-roughtime-server/">Roughenough: A Rust implementation of Roughtime</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-08-14">
        August 14, 2017</time> | 105 words
      </span>
      <p class="entry-description">A brief overview of Roughenough, a Roughtime implementation in Rust.</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/roughtime-message-anatomy/">Roughtime Message Anatomy</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-04-27">
        April 27, 2017</time> | 1051 words
      </span>
      <p class="entry-description">On-the-wire client and server Roughtime messages.</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/to-catch-a-lying-timeserver/">Scalable, Lie-Detecting Timeserving with Roughtime</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-04-13">
        April 13, 2017</time> | 1517 words
      </span>
      <p class="entry-description">A look at Roughtime, an internet-scale secure time synchronization protocol that addresses legacy shortcomings.</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/web-as-minecraft-or-cod/">The Future Web: Minecraft or Call-of-Duty?</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-04-11">
        April 11, 2017</time> | 431 words
      </span>
      <p class="entry-description">Maciej Ceglowski asks a profound question about the future of the web.</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/monospace-overchoice/">Monospace Overchoice</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-03-22">
        March 22, 2017</time> | 976 words
      </span>
      <p class="entry-description">Searching out a monospace typeface. So many options.</p>
    </article>
  
    <article itemscope="" itemtype="http://schema.org/Blog">
      <h1 class="entry-title" itemprop="headline"><a href="/post/ode-to-a-vyukov-queue/">Ode to a Vyukov Queue</a></h1>
      <span class="entry-meta entry-meta-main">
        <time itemprop="datePublished" datetime="2017-03-16">
        March 16, 2017</time> | 1471 words
      </span>
      <p class="entry-description">A look at the elegant Vyukov MPSC queue and why it works so darn well.</p>
    </article>
  
</main>


<footer role="contentinfo">
  <div class="hr"></div>
  <div class="copyright">© 2018 int08h LLC, licensed 
      <a href="//creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA 4.0</a>.
  </div>
</footer>

</div>

<script>
  window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
  ga('create', 'UA-92410918-1', 'auto');
  ga('set', 'transport', 'beacon');
  ga('send', 'pageview');
</script>
<script async="" src="https://www.google-analytics.com/analytics.js"></script>

<script async="" src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js"></script>
<script>
  window.addEventListener("load", function(evt) {
    hljs.initHighlighting();
  });
</script>




</body></html>