all repos — site @ faeb43a64325f71cd0179d6ffd2f5b5cea0cb169

source for my site, found at icyphox.sh

templates/text.html (view raw)

  1<!DOCTYPE html>
  2<html lang=en>
  3  <link rel="stylesheet" href="/static/style.css" type="text/css">
  4  <link rel="stylesheet" href="/static/syntax.css" type="text/css">
  5  <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
  6  <meta charset="UTF-8">
  7  <meta name="description" content="{{ subtitle }}">
  8  <meta name="viewport" content="initial-scale=1">
  9  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 10  <meta content="#151B1B" name="theme-color">
 11  <meta name="HandheldFriendly" content="true">
 12  <meta name="twitter:card" content="summary_large_image">
 13  <meta name="twitter:site" content="@icyphox">
 14  <meta name="twitter:title" content="{{ title }}">
 15  <meta name="twitter:description" content="{{ subtitle }}">
 16  <meta name="twitter:image" content="/static/icyphox.png">
 17  <meta property="og:title" content="{{ title }}">
 18  <meta property="og:type" content="website">
 19  <meta property="og:description" content="{{ subtitle }}">
 20  <meta property="og:url" content="https://icyphox.sh">
 21  <meta property="og:image" content="/static/icyphox.png">
 22  <title>
 23    {{ title }}
 24  </title>
 25  <body> 
 26    <div class="container">
 27      <div class="pull-left">
 28        <div class="content">
 29          <header>
 30            {{ header }}
 31          </header>
 32          <section style="float: right">
 33            view in <a href="/txt/{{ url }}.txt">plain-text</a>
 34          </section>
 35          <section style="float: left">
 36            {{ date }}
 37          </section>
 38          <article style="clear: both" align="left">
 39            <h1>{{ title }}</h1>
 40            <h2 class="subtitle">{{ subtitle }}</h2>
 41            {{ body }} 
 42          </article>
 43          <p class="muted">Questions or comments? 
 44          Send an email to 
 45          <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ title }}">~icyphox/x@lists.sr.ht</a>—my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p>
 46
 47          <hr>
 48            <div class="openring">
 49              
 50               <div class="openring-feed">
 51    <h4><a href="https://www.bellingcat.com/news/mena/2020/08/07/the-beirut-explosion-is-it-a-bird-is-it-a-plane-is-it-a-faked-video-of-a-missile/">The Beirut Explosion – Is It A Bird? Is It A Plane? Is It A Faked Video Of A Missile?</a></h4>
 52    <p>In the days after every catastrophe, it is inevitable that rumours and misinformation will be passed around on social networks and by word of mouth. This appears to be a universal human behaviour. The disaster in Beirut is no different. In the three days s…</p>
 53
 54    <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 07, 2020</p>
 55    </div>
 56    
 57              
 58               <div class="openring-feed">
 59    <h4><a href="https://drewdevault.com/2020/08/01/pkg-go-dev-sucks.html">pkg.go.dev is more concerned with Google's interests than good engineering</a></h4>
 60    <p>pkg.go.dev sucks. It’s certainly prettier than godoc.org, but under the
 61covers, it’s a failure of engineering characteristic of the Google approach.
 62
 63Go is a pretty good programming language. I have long held that this is not
 64attributable to Google’s stewa…</p>
 65
 66    <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Aug 01, 2020</p>
 67    </div>
 68    
 69              
 70               <div class="openring-feed">
 71    <h4><a href="https://peppe.rs/posts/gripes_with_go/">Gripes With Go</a></h4>
 72    <p>You’ve read a lot of posts about the shortcomings of the Go programming language, so what’s one more.
 73
 74Lack of sum types
 75Type assertions
 76Date and Time
 77Statements over Expressions
 78Erroring out on unused variables
 79Error handling
 80
 81Lack of Sum types
 82A “Sum” ty…</p>
 83
 84    <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Aug 01, 2020</p>
 85    </div>
 86    
 87              
 88
 89           </div>
 90           <div style="float: right">
 91            <small>
 92              Generated by <a href="https://github.com/icyphox/openring.py">
 93                openring.py
 94              </a>
 95            </small>
 96           </div>
 97        </div>
 98      </div>
 99      <div class="pull-right">
100        {{ footer }}
101      </div>
102    </div>
103  </body>
104</html>