change blog to hacker.css

This commit is contained in:
Ben Harris 2017-12-18 13:20:41 -05:00
parent cae125ace0
commit f8b2863b8e
73 changed files with 1828 additions and 878 deletions

BIN
.backup.tar.gz Normal file

Binary file not shown.

BIN
.yesterday.tar.gz Normal file

Binary file not shown.

24
all_posts.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>My tildelog &mdash; All posts</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/blog/index.html">My tildelog</a></h1>
<div id="description">A blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3>All posts</h3>
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">tildeman</a> &mdash; <a href="mailto:someone&#64;tilde&#46;team">someone&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

25
all_tags.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>My tildelog &mdash; All tags</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/blog/index.html">My tildelog</a></h1>
<div id="description">A blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3>All tags</h3>
<ul>
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">tildeman</a> &mdash; <a href="mailto:someone&#64;tilde&#46;team">someone&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

13
blog.css Normal file
View File

@ -0,0 +1,13 @@
#title{font-size: x-large;}
a.ablack{color:black !important;}
li{margin-bottom:8px;}
ul,ol{margin-left:24px;margin-right:24px;}
#all_posts{margin-top:24px;text-align:center;}
.subtitle{font-size:small;margin:12px 0px;}
.content p{margin-left:24px;margin-right:24px;}
h1{margin-bottom:12px !important;}
#description{font-size:large;margin-bottom:12px;}
h3{margin-top:42px;margin-bottom:8px;}
h4{margin-left:24px;margin-right:24px;}
img{max-width:100%;}
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}

2
blog/.afterbody Normal file
View File

@ -0,0 +1,2 @@
</div>

Binary file not shown.

2
blog/.beforebody Normal file
View File

@ -0,0 +1,2 @@
<div class="container">

View File

@ -1,8 +1,11 @@
global_title="blog | ben~tilde.team"
global_description="a blog about tildes and other things"
global_author_url="https://tilde.team/~ben/"
global_author_url="https://tilde.team/~ben"
global_url="https://tilde.team/~ben/blog/"
global_author="ben"
global_twitter_username="nebsirrah"
global_email="ben@tilde.team"
header_file=".header.template"
body_begin_file=".beforebody"
body_end_file=".afterbody"

View File

@ -5,6 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />

Binary file not shown.

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>4k gaming with a gtx1080ti</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='4k gaming with a gtx1080ti' />
<meta name='twitter:description' content=" i recently picked up a gtx1080ti on newegg (and a 4k monitor earlier in the summer on prime day). i can't stop playing the witcher 3. even though it's a couple years old, it just looks so good. plus, the story and gameplay are incredible as well. i " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -57,12 +63,19 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html'><span id='count-2966'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html'><span id='count-5375'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; All posts</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; All posts' />
<meta name='twitter:description' content="All posts December 2017 net neutrality vote today &mdash; December 14, 2017 hey dere bub! &mdash; December 13, 2017 drone photos from this summer &mdash; December 13, 2017 pan galactic gargle blaster &mdash; December 07, 2017 don't be a coconut &mda" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -50,7 +56,9 @@
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; All tags</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; All tags' />
<meta name='twitter:description' content="All tags 4k-gaming &mdash; 1 post antiwitze &mdash; 1 post beer &mdash; 1 post blog &mdash; 1 post bookmarks &mdash; 1 post contact &mdash; 1 post dji &mdash; 1 post drone &mdash; 1 post german &mdash; 3 posts gtx1080ti &mdash; 1 post heyderebub &md" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -57,7 +63,9 @@
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>antiwitze</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='antiwitze' />
<meta name='twitter:description' content=" uebern berg ist schneller als zu fuss sagte der wanderer und schwamm los Was ist der Unterschied zwischen einem Vogel? Beide Beine sind gleich lang. Besonders das linke. Nachts ist es kälter als draußen. Wer später bremst, fährt länger schnell" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -40,12 +46,19 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog update</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog update' />
<meta name='twitter:description' content=" sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. " />
<meta name='twitter:description' content=" sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -34,12 +40,19 @@ ben
<p>Tags: <a href='tag_blog.html'>blog</a>, <a href='tag_update.html'>update</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/blog-update.html'><span id='count-29729'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//blog-update.html'><span id='count-32148'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Christian Morgenstern “verkehrte Welt”</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='Christian Morgenstern “verkehrte Welt”' />
<meta name='twitter:description' content=" Dunkel wars der Mond schien helle, Schnee bedeckt die grüne Flur als ein Auto blitzeschnelle, langsam um die Ecke fuhr. Drinnen saßen stehend Leute, schweigend ins Gespräch vertieft, als ein totgeschossner Hase, auf der Sandbank Schlittschuh " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -90,12 +96,19 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>don't be a coconut</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='don't be a coconut' />
<meta name='twitter:description' content=" i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) " />
<meta name='twitter:description' content=" i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -37,12 +43,19 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>drone photos from this summer</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" i finally got around to going through all the footage and photos taken with my drone this summer. i've uploaded some of the ones that i thought were the best here here's a sample: let me know if you want me to upload any more! thanks for looki" />
<meta name='twitter:image' content='https://tilde.zone/photos/drone/DJI_0043%20%281%29.JPG' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,12 +48,19 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

13
blog/extra.css Normal file
View File

@ -0,0 +1,13 @@
#title{font-size: x-large;}
li{margin-bottom:8px;}
ul,ol{margin-left:24px;margin-right:24px;}
#all_posts{margin-top:24px;text-align:center;}
.subtitle{font-size:small;margin:12px 0px;}
.content p{margin-left:24px;margin-right:24px;}
h1{margin-bottom:12px !important;}
#description{font-size:large;margin-bottom:12px;}
h3{margin-top:42px;margin-bottom:8px;}
h4{margin-left:24px;margin-right:24px;}
img{max-width:100%;}
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>blog | ben~tilde.team</title><link>https://tilde.team/~ben/blog/index.html</link>
<channel><title>blog | ben~tilde.team</title><link>https://tilde.team/~ben/blog//index.html</link>
<description>a blog about tildes and other things</description><language>en</language>
<lastBuildDate>Thu, 14 Dec 2017 08:02:50 -0500</lastBuildDate>
<pubDate>Thu, 14 Dec 2017 08:02:50 -0500</pubDate>
<atom:link href="https://tilde.team/~ben/blog/feed.rss" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 18 Dec 2017 13:17:10 -0500</lastBuildDate>
<pubDate>Mon, 18 Dec 2017 13:17:10 -0500</pubDate>
<atom:link href="https://tilde.team/~ben/blog//feed.rss" rel="self" type="application/rss+xml" />
<item><title>
net neutrality vote today
</title><description><![CDATA[
@ -27,11 +27,16 @@ Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-9807'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/net-neutrality-vote-today.html</link>
<guid>https://tilde.team/~ben/blog/./net-neutrality-vote-today.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//net-neutrality-vote-today.html'><span id='count-21197'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//net-neutrality-vote-today.html</link>
<guid>https://tilde.team/~ben/blog//./net-neutrality-vote-today.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Thu, 14 Dec 2017 06:26:55 -0500</pubDate></item>
<item><title>
@ -45,10 +50,10 @@ hey dere bub!
<p><a href="https://heyderebub.com/?name=2017-12-13_hey_dere_bub_ep__5.mp3">episode 5</a> was uploaded today.</p>
<hr />
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hey-dere-bub.html'><span id='count-18973'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/hey-dere-bub.html</link>
<guid>https://tilde.team/~ben/blog/./hey-dere-bub.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hey-dere-bub.html'><span id='count-6104'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//hey-dere-bub.html</link>
<guid>https://tilde.team/~ben/blog//./hey-dere-bub.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Wed, 13 Dec 2017 19:12:51 -0500</pubDate></item>
<item><title>
@ -68,11 +73,16 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/drone-photos-from-this-summer.html</link>
<guid>https://tilde.team/~ben/blog/./drone-photos-from-this-summer.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//drone-photos-from-this-summer.html</link>
<guid>https://tilde.team/~ben/blog//./drone-photos-from-this-summer.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Wed, 13 Dec 2017 19:08:22 -0500</pubDate></item>
<item><title>
@ -87,11 +97,16 @@ pan galactic gargle blaster
<p>Tags: <a href='tag_beer.html'>beer</a>, <a href='tag_hhgtg.html'>hhgtg</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html'><span id='count-9278'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html</link>
<guid>https://tilde.team/~ben/blog/./pan-galactic-gargle-blaster.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html'><span id='count-28187'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html</link>
<guid>https://tilde.team/~ben/blog//./pan-galactic-gargle-blaster.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Thu, 07 Dec 2017 16:41:40 -0500</pubDate></item>
<item><title>
@ -107,11 +122,16 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/dont-be-a-coconut.html</link>
<guid>https://tilde.team/~ben/blog/./dont-be-a-coconut.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//dont-be-a-coconut.html</link>
<guid>https://tilde.team/~ben/blog//./dont-be-a-coconut.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Tue, 05 Dec 2017 13:25:47 -0500</pubDate></item>
<item><title>
@ -122,11 +142,16 @@ thought of the day
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day2227.html'><span id='count-5480'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/thought-of-the-day2227.html</link>
<guid>https://tilde.team/~ben/blog/./thought-of-the-day2227.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day2227.html'><span id='count-14491'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//thought-of-the-day2227.html</link>
<guid>https://tilde.team/~ben/blog//./thought-of-the-day2227.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Sun, 03 Dec 2017 13:47:36 -0500</pubDate></item>
<item><title>
@ -148,11 +173,16 @@ where to find me elsewhere on the web
<p>Tags: <a href='tag_social.html'>social</a>, <a href='tag_contact.html'>contact</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html'><span id='count-4996'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html</link>
<guid>https://tilde.team/~ben/blog/./where-to-find-me-elsewhere-on-the-web.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html'><span id='count-372'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html</link>
<guid>https://tilde.team/~ben/blog//./where-to-find-me-elsewhere-on-the-web.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Tue, 28 Nov 2017 16:22:42 -0500</pubDate></item>
<item><title>
@ -165,11 +195,16 @@ blog update
<p>Tags: <a href='tag_blog.html'>blog</a>, <a href='tag_update.html'>update</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/blog-update.html'><span id='count-29729'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/blog-update.html</link>
<guid>https://tilde.team/~ben/blog/./blog-update.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//blog-update.html'><span id='count-32148'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//blog-update.html</link>
<guid>https://tilde.team/~ben/blog//./blog-update.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 20:48:10 -0500</pubDate></item>
<item><title>
@ -180,11 +215,16 @@ thought of the day
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day27904.html'><span id='count-9708'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/thought-of-the-day27904.html</link>
<guid>https://tilde.team/~ben/blog/./thought-of-the-day27904.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day27904.html'><span id='count-28807'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//thought-of-the-day27904.html</link>
<guid>https://tilde.team/~ben/blog//./thought-of-the-day27904.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:58:50 -0500</pubDate></item>
<item><title>
@ -203,11 +243,16 @@ antiwitze
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/antiwitze.html</link>
<guid>https://tilde.team/~ben/blog/./antiwitze.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//antiwitze.html</link>
<guid>https://tilde.team/~ben/blog//./antiwitze.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:58:17 -0500</pubDate></item>
<item><title>
@ -218,11 +263,16 @@ thought of the day
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day14302.html'><span id='count-29957'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/thought-of-the-day14302.html</link>
<guid>https://tilde.team/~ben/blog/./thought-of-the-day14302.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day14302.html'><span id='count-8243'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//thought-of-the-day14302.html</link>
<guid>https://tilde.team/~ben/blog//./thought-of-the-day14302.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:56:36 -0500</pubDate></item>
<item><title>
@ -233,11 +283,16 @@ Nonsense
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/nonsense.html'><span id='count-27760'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/nonsense.html</link>
<guid>https://tilde.team/~ben/blog/./nonsense.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//nonsense.html'><span id='count-10889'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//nonsense.html</link>
<guid>https://tilde.team/~ben/blog//./nonsense.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:55:29 -0500</pubDate></item>
<item><title>
@ -248,11 +303,16 @@ Thought of the Day
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day22873.html'><span id='count-4737'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/thought-of-the-day22873.html</link>
<guid>https://tilde.team/~ben/blog/./thought-of-the-day22873.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day22873.html'><span id='count-20730'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//thought-of-the-day22873.html</link>
<guid>https://tilde.team/~ben/blog//./thought-of-the-day22873.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:54:07 -0500</pubDate></item>
<item><title>
@ -321,11 +381,16 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html</link>
<guid>https://tilde.team/~ben/blog/./christian-morgenstern---verkehrte-welt.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html</link>
<guid>https://tilde.team/~ben/blog//./christian-morgenstern---verkehrte-welt.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:52:49 -0500</pubDate></item>
<item><title>
@ -336,11 +401,16 @@ Joe on Sporty-ball-z
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html'><span id='count-5767'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html</link>
<guid>https://tilde.team/~ben/blog/./joe-on-sporty-ball-z.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html'><span id='count-11404'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html</link>
<guid>https://tilde.team/~ben/blog//./joe-on-sporty-ball-z.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:51:42 -0500</pubDate></item>
<item><title>
@ -355,11 +425,16 @@ fun words in german
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_linguistics.html'>linguistics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/fun-words-in-german.html'><span id='count-29641'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/fun-words-in-german.html</link>
<guid>https://tilde.team/~ben/blog/./fun-words-in-german.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//fun-words-in-german.html'><span id='count-15464'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//fun-words-in-german.html</link>
<guid>https://tilde.team/~ben/blog//./fun-words-in-german.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:50:40 -0500</pubDate></item>
<item><title>
@ -370,11 +445,16 @@ Thought of the day
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day.html'><span id='count-128'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/thought-of-the-day.html</link>
<guid>https://tilde.team/~ben/blog/./thought-of-the-day.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day.html'><span id='count-13066'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//thought-of-the-day.html</link>
<guid>https://tilde.team/~ben/blog//./thought-of-the-day.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 27 Nov 2017 16:49:29 -0500</pubDate></item>
<item><title>
@ -387,11 +467,16 @@ links to save for later
<p>Tags: <a href='tag_links.html'>links</a>, <a href='tag_bookmarks.html'>bookmarks</a>, <a href='tag_save-for-later.html'>save-for-later</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/links-to-save-for-later.html'><span id='count-15790'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/links-to-save-for-later.html</link>
<guid>https://tilde.team/~ben/blog/./links-to-save-for-later.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//links-to-save-for-later.html'><span id='count-18558'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//links-to-save-for-later.html</link>
<guid>https://tilde.team/~ben/blog//./links-to-save-for-later.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Fri, 20 Oct 2017 16:18:28 -0400</pubDate></item>
<item><title>
@ -413,11 +498,16 @@ hi there
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/hi-there.html</link>
<guid>https://tilde.team/~ben/blog/./hi-there.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//hi-there.html</link>
<guid>https://tilde.team/~ben/blog//./hi-there.html</guid>
<dc:creator>tildeman</dc:creator>
<pubDate>Mon, 02 Oct 2017 16:11:13 -0400</pubDate></item>
<item><title>
@ -453,11 +543,16 @@ hi there
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html'><span id='count-2966'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html</link>
<guid>https://tilde.team/~ben/blog/./4k-gaming-with-a-gtx1080ti.html</guid>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html'><span id='count-5375'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html</link>
<guid>https://tilde.team/~ben/blog//./4k-gaming-with-a-gtx1080ti.html</guid>
<dc:creator>tildeman</dc:creator>
<pubDate>Mon, 02 Oct 2017 16:09:26 -0400</pubDate></item>
</channel></rss>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>fun words in german</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='fun words in german' />
<meta name='twitter:description' content=" Tschechisches Streichholzschächtelchen Rindfleischettikettierungsüberwachungsaufgabensübertragungsgesetz Donaudampfschifffahrtsgesellschaftskapitän " />
<meta name='twitter:description' content=" Tschechisches Streichholzschächtelchen Rindfleischettikettierungsüberwachungsaufgabensübertragungsgesetz Donaudampfschifffahrtsgesellschaftskapitän " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -36,12 +42,19 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_linguistics.html'>linguistics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/fun-words-in-german.html'><span id='count-29641'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//fun-words-in-german.html'><span id='count-15464'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>hey dere bub!</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" if you haven't checked it out yet, give my new podcast a listen! episode 5 was uploaded today. we're on twitter, facebook, and of course our own website give us a shout on twitter or shoot us an email and let us know what you thought and if t" />
<meta name='twitter:image' content='https://heyderebub.com/images/itunes_image.jpg' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -45,12 +51,19 @@ ben
<p>Tags: <a href='tag_heyderebub.html'>heyderebub</a>, <a href='tag_podcast.html'>podcast</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hey-dere-bub.html'><span id='count-18973'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hey-dere-bub.html'><span id='count-6104'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>hi there</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='hi there' />
<meta name='twitter:description' content=" welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
<meta name='twitter:description' content=" welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -43,12 +49,19 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" net neutrality vote today December 14, 2017 &mdash; ben Everybody! We only have UNTIL TOMORROW to fight the FCC &amp; the repeal of #NetNeutrality! Repealing Net Nutrality would result in an unequal access to online content including research," />
<meta name='twitter:image' content='https://heyderebub.com/images/itunes_image.jpg' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -46,9 +52,14 @@ Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-9807'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//net-neutrality-vote-today.html'><span id='count-21197'></span></a>&nbsp;</p>
<h3><a class="ablack" href="hey-dere-bub.html">
hey dere bub!
</a></h3>
@ -65,8 +76,8 @@ ben
<p><a href="https://heyderebub.com/?name=2017-12-13_hey_dere_bub_ep__5.mp3">episode 5</a> was uploaded today.</p>
<p class="readmore"><a href="./hey-dere-bub.html">Read more...</a></p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hey-dere-bub.html'><span id='count-18973'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hey-dere-bub.html'><span id='count-6104'></span></a>&nbsp;</p>
<h3><a class="ablack" href="drone-photos-from-this-summer.html">
drone photos from this summer
</a></h3>
@ -89,9 +100,14 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
<h3><a class="ablack" href="pan-galactic-gargle-blaster.html">
pan galactic gargle blaster
</a></h3>
@ -109,9 +125,14 @@ ben
<p>Tags: <a href='tag_beer.html'>beer</a>, <a href='tag_hhgtg.html'>hhgtg</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html'><span id='count-9278'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html'><span id='count-28187'></span></a>&nbsp;</p>
<h3><a class="ablack" href="dont-be-a-coconut.html">
don't be a coconut
</a></h3>
@ -130,9 +151,14 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day2227.html">
thought of the day
</a></h3>
@ -146,9 +172,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day2227.html'><span id='count-5480'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day2227.html'><span id='count-14491'></span></a>&nbsp;</p>
<h3><a class="ablack" href="where-to-find-me-elsewhere-on-the-web.html">
where to find me elsewhere on the web
</a></h3>
@ -173,9 +204,14 @@ ben
<p>Tags: <a href='tag_social.html'>social</a>, <a href='tag_contact.html'>contact</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html'><span id='count-4996'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html'><span id='count-372'></span></a>&nbsp;</p>
<h3><a class="ablack" href="blog-update.html">
blog update
</a></h3>
@ -191,9 +227,14 @@ ben
<p>Tags: <a href='tag_blog.html'>blog</a>, <a href='tag_update.html'>update</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/blog-update.html'><span id='count-29729'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//blog-update.html'><span id='count-32148'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day27904.html">
thought of the day
</a></h3>
@ -207,9 +248,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day27904.html'><span id='count-9708'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day27904.html'><span id='count-28807'></span></a>&nbsp;</p>
<h3><a class="ablack" href="antiwitze.html">
antiwitze
</a></h3>
@ -231,12 +277,19 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
<div id="all_posts"><a href="all_posts.html">View more posts</a> &mdash; <a href="all_tags.html">All tags</a> &mdash; <a href="feed.rss">Subscribe</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Joe on Sporty-ball-z</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='Joe on Sporty-ball-z' />
<meta name='twitter:description' content=" For every nerd calling something sportsball there needs to be a jock that walks into a library and yells “WHATS UP WITH ALL THESE WORD BURGERS” " />
<meta name='twitter:description' content=" For every nerd calling something sportsball there needs to be a jock that walks into a library and yells “WHATS UP WITH ALL THESE WORD BURGERS” " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html'><span id='count-5767'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html'><span id='count-11404'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>links to save for later</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='links to save for later' />
<meta name='twitter:description' content=" cool pics gatsby ssg tachyons " />
<meta name='twitter:description' content=" cool pics gatsby ssg tachyons " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -34,12 +40,19 @@ ben
<p>Tags: <a href='tag_links.html'>links</a>, <a href='tag_bookmarks.html'>bookmarks</a>, <a href='tag_save-for-later.html'>save-for-later</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/links-to-save-for-later.html'><span id='count-15790'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//links-to-save-for-later.html'><span id='count-18558'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>net neutrality vote today</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='net neutrality vote today' />
<meta name='twitter:description' content=" Everybody! We only have UNTIL TOMORROW to fight the FCC &amp; the repeal of #NetNeutrality! Repealing Net Nutrality would result in an unequal access to online content including research, social/political organizing, and personal media. It would als" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -46,12 +52,19 @@ Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-9807'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//net-neutrality-vote-today.html'><span id='count-21197'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Nonsense</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='Nonsense' />
<meta name='twitter:description' content=" I hole-hardedly agree, but allow me to play doubles advocate here for a moment. For all intensive purposes I think you are wrong. In an age where false morals are a diamond dozen, true virtues are a blessing in the skies. We often put our false mora" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/nonsense.html'><span id='count-27760'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//nonsense.html'><span id='count-10889'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>pan galactic gargle blaster</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='pan galactic gargle blaster' />
<meta name='twitter:description' content=" short's brewery released another batch of their pan galactic gargle blaster imperial IPA. i had one last night and was very excited to have it once again. “The Hitch-Hiker's Guide to the Galaxy also mentions alcohol. It says that the best drin" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -36,12 +42,19 @@ ben
<p>Tags: <a href='tag_beer.html'>beer</a>, <a href='tag_hhgtg.html'>hhgtg</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html'><span id='count-9278'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html'><span id='count-28187'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "4k-gaming"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "4k-gaming"' />
<meta name='twitter:description' content=" 4k gaming with a gtx1080ti October 02, 2017 &mdash; tildeman i recently picked up a gtx1080ti on newegg (and a 4k monitor earlier in the summer on prime day). i can't stop playing the witcher 3. even though it's a couple years old, it just loo" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -56,11 +62,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html'><span id='count-2966'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html'><span id='count-5375'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "antiwitze"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "antiwitze"' />
<meta name='twitter:description' content=" antiwitze November 27, 2017 &mdash; ben uebern berg ist schneller als zu fuss sagte der wanderer und schwamm los Was ist der Unterschied zwischen einem Vogel? Beide Beine sind gleich lang. Besonders das linke. Nachts ist es kälter als drauß" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -39,11 +45,18 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "beer"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "beer"' />
<meta name='twitter:description' content=" pan galactic gargle blaster December 07, 2017 &mdash; ben short's brewery released another batch of their pan galactic gargle blaster imperial IPA. i had one last night and was very excited to have it once again. “The Hitch-Hiker's Guide" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -35,11 +41,18 @@ ben
<p>Tags: <a href='tag_beer.html'>beer</a>, <a href='tag_hhgtg.html'>hhgtg</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html'><span id='count-9278'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html'><span id='count-28187'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "blog"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "blog"' />
<meta name='twitter:description' content=" blog update November 27, 2017 &mdash; ben sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" blog update November 27, 2017 &mdash; ben sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. Comments? Tweet &nbsp;" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -33,11 +39,18 @@ ben
<p>Tags: <a href='tag_blog.html'>blog</a>, <a href='tag_update.html'>update</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/blog-update.html'><span id='count-29729'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//blog-update.html'><span id='count-32148'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "bookmarks"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "bookmarks"' />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -33,11 +39,18 @@ ben
<p>Tags: <a href='tag_links.html'>links</a>, <a href='tag_bookmarks.html'>bookmarks</a>, <a href='tag_save-for-later.html'>save-for-later</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/links-to-save-for-later.html'><span id='count-15790'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//links-to-save-for-later.html'><span id='count-18558'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "contact"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "contact"' />
<meta name='twitter:description' content=" where to find me elsewhere on the web November 28, 2017 &mdash; ben email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" where to find me elsewhere on the web November 28, 2017 &mdash; ben email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ ben
<p>Tags: <a href='tag_social.html'>social</a>, <a href='tag_contact.html'>contact</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html'><span id='count-4996'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html'><span id='count-372'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "dji"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" drone photos from this summer December 13, 2017 &mdash; ben i finally got around to going through all the footage and photos taken with my drone this summer. i've uploaded some of the ones that i thought were the best here here's a sample: " />
<meta name='twitter:image' content='https://tilde.zone/photos/drone/DJI_0043%20%281%29.JPG' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -41,11 +47,18 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "drone"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" drone photos from this summer December 13, 2017 &mdash; ben i finally got around to going through all the footage and photos taken with my drone this summer. i've uploaded some of the ones that i thought were the best here here's a sample: " />
<meta name='twitter:image' content='https://tilde.zone/photos/drone/DJI_0043%20%281%29.JPG' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -41,11 +47,18 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "german"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "german"' />
<meta name='twitter:description' content=" antiwitze November 27, 2017 &mdash; ben uebern berg ist schneller als zu fuss sagte der wanderer und schwamm los Was ist der Unterschied zwischen einem Vogel? Beide Beine sind gleich lang. Besonders das linke. Nachts ist es kälter als drauß" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -39,9 +45,14 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
<h3><a class="ablack" href="christian-morgenstern---verkehrte-welt.html">
Christian Morgenstern “verkehrte Welt”
</a></h3>
@ -113,9 +124,14 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
<h3><a class="ablack" href="fun-words-in-german.html">
fun words in german
</a></h3>
@ -133,11 +149,18 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_linguistics.html'>linguistics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/fun-words-in-german.html'><span id='count-29641'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//fun-words-in-german.html'><span id='count-15464'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "gtx1080ti"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "gtx1080ti"' />
<meta name='twitter:description' content=" 4k gaming with a gtx1080ti October 02, 2017 &mdash; tildeman i recently picked up a gtx1080ti on newegg (and a 4k monitor earlier in the summer on prime day). i can't stop playing the witcher 3. even though it's a couple years old, it just loo" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -56,11 +62,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html'><span id='count-2966'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html'><span id='count-5375'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "heyderebub"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" hey dere bub! December 13, 2017 &mdash; ben if you haven't checked it out yet, give my new podcast a listen! episode 5 was uploaded today. Read more... Comments? Tweet &nbsp; " />
<meta name='twitter:image' content='https://heyderebub.com/images/itunes_image.jpg' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -35,10 +41,12 @@ ben
<p><a href="https://heyderebub.com/?name=2017-12-13_hey_dere_bub_ep__5.mp3">episode 5</a> was uploaded today.</p>
<p class="readmore"><a href="./hey-dere-bub.html">Read more...</a></p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hey-dere-bub.html'><span id='count-18973'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hey-dere-bub.html'><span id='count-6104'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "hhgtg"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "hhgtg"' />
<meta name='twitter:description' content=" pan galactic gargle blaster December 07, 2017 &mdash; ben short's brewery released another batch of their pan galactic gargle blaster imperial IPA. i had one last night and was very excited to have it once again. “The Hitch-Hiker's Guide" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -35,11 +41,18 @@ ben
<p>Tags: <a href='tag_beer.html'>beer</a>, <a href='tag_hhgtg.html'>hhgtg</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/pan-galactic-gargle-blaster.html'><span id='count-9278'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//pan-galactic-gargle-blaster.html'><span id='count-28187'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "internet"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "internet"' />
<meta name='twitter:description' content=" net neutrality vote today December 14, 2017 &mdash; ben Everybody! We only have UNTIL TOMORROW to fight the FCC &amp; the repeal of #NetNeutrality! Repealing Net Nutrality would result in an unequal access to online content including research," />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -45,11 +51,18 @@ Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-9807'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//net-neutrality-vote-today.html'><span id='count-21197'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "jokes"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "jokes"' />
<meta name='twitter:description' content=" antiwitze November 27, 2017 &mdash; ben uebern berg ist schneller als zu fuss sagte der wanderer und schwamm los Was ist der Unterschied zwischen einem Vogel? Beide Beine sind gleich lang. Besonders das linke. Nachts ist es kälter als drauß" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -39,11 +45,18 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_jokes.html'>jokes</a>, <a href='tag_antiwitze.html'>antiwitze</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/antiwitze.html'><span id='count-9303'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//antiwitze.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//antiwitze.html'><span id='count-11727'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "linguistics"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "linguistics"' />
<meta name='twitter:description' content=" fun words in german November 27, 2017 &mdash; ben Tschechisches Streichholzschächtelchen Rindfleischettikettierungsüberwachungsaufgabensübertragungsgesetz Donaudampfschifffahrtsgesellschaftskapitän Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" fun words in german November 27, 2017 &mdash; ben Tschechisches Streichholzschächtelchen Rindfleischettikettierungsüberwachungsaufgabensübertragungsgesetz Donaudampfschifffahrtsgesellschaftskapitän Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -35,11 +41,18 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_linguistics.html'>linguistics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/fun-words-in-german.html'><span id='count-29641'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//fun-words-in-german.html'><span id='count-15464'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "links"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "links"' />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -33,11 +39,18 @@ ben
<p>Tags: <a href='tag_links.html'>links</a>, <a href='tag_bookmarks.html'>bookmarks</a>, <a href='tag_save-for-later.html'>save-for-later</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/links-to-save-for-later.html'><span id='count-15790'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//links-to-save-for-later.html'><span id='count-18558'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "linux"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "linux"' />
<meta name='twitter:description' content=" hi there October 02, 2017 &mdash; tildeman welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "lyrics"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "lyrics"' />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -36,11 +42,18 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "music"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "music"' />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -36,11 +42,18 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "net-neutrality"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "net-neutrality"' />
<meta name='twitter:description' content=" net neutrality vote today December 14, 2017 &mdash; ben Everybody! We only have UNTIL TOMORROW to fight the FCC &amp; the repeal of #NetNeutrality! Repealing Net Nutrality would result in an unequal access to online content including research," />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -45,11 +51,18 @@ Seriously, this is simple and so important. Do it.</p>
<p>Tags: <a href='tag_net-neutrality.html'>net-neutrality</a>, <a href='tag_internet.html'>internet</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/net-neutrality-vote-today.html'><span id='count-9807'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//net-neutrality-vote-today.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//net-neutrality-vote-today.html'><span id='count-21197'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "nonsense"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "nonsense"' />
<meta name='twitter:description' content=" Nonsense November 27, 2017 &mdash; ben I hole-hardedly agree, but allow me to play doubles advocate here for a moment. For all intensive purposes I think you are wrong. In an age where false morals are a diamond dozen, true virtues are a bless" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -31,9 +37,14 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/nonsense.html'><span id='count-27760'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//nonsense.html'><span id='count-10889'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day22873.html">
Thought of the Day
</a></h3>
@ -47,9 +58,14 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day22873.html'><span id='count-4737'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day22873.html'><span id='count-20730'></span></a>&nbsp;</p>
<h3><a class="ablack" href="christian-morgenstern---verkehrte-welt.html">
Christian Morgenstern “verkehrte Welt”
</a></h3>
@ -121,11 +137,18 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "pc-master-race"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "pc-master-race"' />
<meta name='twitter:description' content=" 4k gaming with a gtx1080ti October 02, 2017 &mdash; tildeman i recently picked up a gtx1080ti on newegg (and a 4k monitor earlier in the summer on prime day). i can't stop playing the witcher 3. even though it's a couple years old, it just loo" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -56,11 +62,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/4k-gaming-with-a-gtx1080ti.html'><span id='count-2966'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//4k-gaming-with-a-gtx1080ti.html'><span id='count-5375'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "photography"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" drone photos from this summer December 13, 2017 &mdash; ben i finally got around to going through all the footage and photos taken with my drone this summer. i've uploaded some of the ones that i thought were the best here here's a sample: " />
<meta name='twitter:image' content='https://tilde.zone/photos/drone/DJI_0043%20%281%29.JPG' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -41,11 +47,18 @@ i've uploaded some of the ones that i thought were the best <a href="https://til
<p>Tags: <a href='tag_dji.html'>dji</a>, <a href='tag_drone.html'>drone</a>, <a href='tag_photography.html'>photography</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/drone-photos-from-this-summer.html'><span id='count-23035'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//drone-photos-from-this-summer.html'><span id='count-31517'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,10 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "podcast"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
@ -12,10 +16,12 @@
<meta name='twitter:description' content=" hey dere bub! December 13, 2017 &mdash; ben if you haven't checked it out yet, give my new podcast a listen! episode 5 was uploaded today. Read more... Comments? Tweet &nbsp; " />
<meta name='twitter:image' content='https://heyderebub.com/images/itunes_image.jpg' />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -35,10 +41,12 @@ ben
<p><a href="https://heyderebub.com/?name=2017-12-13_hey_dere_bub_ep__5.mp3">episode 5</a> was uploaded today.</p>
<p class="readmore"><a href="./hey-dere-bub.html">Read more...</a></p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hey-dere-bub.html'><span id='count-18973'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hey-dere-bub.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hey-dere-bub.html'><span id='count-6104'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "poetry"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "poetry"' />
<meta name='twitter:description' content=" Christian Morgenstern “verkehrte Welt” November 27, 2017 &mdash; ben Dunkel wars der Mond schien helle, Schnee bedeckt die grüne Flur als ein Auto blitzeschnelle, langsam um die Ecke fuhr. Drinnen saßen stehend Leute, schweigend " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -89,11 +95,18 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "quotes"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "quotes"' />
<meta name='twitter:description' content=" Thought of the Day November 27, 2017 &mdash; ben “Arguing with religious people Its like playing chess with a pigeon; no matter how good I am at chess, the pigeon is just going to knock over the pieces, crap on the board and strut aro" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -31,9 +37,14 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day22873.html'><span id='count-4737'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day22873.html'><span id='count-20730'></span></a>&nbsp;</p>
<h3><a class="ablack" href="joe-on-sporty-ball-z.html">
Joe on Sporty-ball-z
</a></h3>
@ -47,11 +58,18 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html'><span id='count-5767'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html'><span id='count-11404'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "save-for-later"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "save-for-later"' />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" links to save for later October 20, 2017 &mdash; ben cool pics gatsby ssg tachyons Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -33,11 +39,18 @@ ben
<p>Tags: <a href='tag_links.html'>links</a>, <a href='tag_bookmarks.html'>bookmarks</a>, <a href='tag_save-for-later.html'>save-for-later</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/links-to-save-for-later.html'><span id='count-15790'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//links-to-save-for-later.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//links-to-save-for-later.html'><span id='count-18558'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "social"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "social"' />
<meta name='twitter:description' content=" where to find me elsewhere on the web November 28, 2017 &mdash; ben email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" where to find me elsewhere on the web November 28, 2017 &mdash; ben email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben Comments? Tweet &nbsp; " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ ben
<p>Tags: <a href='tag_social.html'>social</a>, <a href='tag_contact.html'>contact</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html'><span id='count-4996'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html'><span id='count-372'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "sysadmin"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "sysadmin"' />
<meta name='twitter:description' content=" hi there October 02, 2017 &mdash; tildeman welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "thought-of-the-day"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "thought-of-the-day"' />
<meta name='twitter:description' content=" thought of the day December 03, 2017 &mdash; ben everything in the universe either is or isn't a potato. Comments? Tweet &nbsp; thought of the day November 27, 2017 &mdash; ben wherever you go, there you are Comments? Tweet &nbs" />
<meta name='twitter:description' content=" thought of the day December 03, 2017 &mdash; ben everything in the universe either is or isn't a potato. Comments? Tweet &nbsp; thought of the day November 27, 2017 &mdash; ben wherever you go, there you are Comments? T" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -31,9 +37,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day2227.html'><span id='count-5480'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day2227.html'><span id='count-14491'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day27904.html">
thought of the day
</a></h3>
@ -47,9 +58,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day27904.html'><span id='count-9708'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day27904.html'><span id='count-28807'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day14302.html">
thought of the day
</a></h3>
@ -63,9 +79,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day14302.html'><span id='count-29957'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day14302.html'><span id='count-8243'></span></a>&nbsp;</p>
<h3><a class="ablack" href="joe-on-sporty-ball-z.html">
Joe on Sporty-ball-z
</a></h3>
@ -79,9 +100,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/joe-on-sporty-ball-z.html'><span id='count-5767'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//joe-on-sporty-ball-z.html'><span id='count-11404'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day.html">
Thought of the day
</a></h3>
@ -95,11 +121,18 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day.html'><span id='count-128'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day.html'><span id='count-13066'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "tilde"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "tilde"' />
<meta name='twitter:description' content=" hi there October 02, 2017 &mdash; tildeman welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "ubuntu"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "ubuntu"' />
<meta name='twitter:description' content=" hi there October 02, 2017 &mdash; tildeman welcome to my tildeblog you are here. i like to mess around with linux sysadmin shtuff. tilde.team is my baby. let me know if you want to get involved. thanks for being awesome. keep it up. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -42,11 +48,18 @@ tildeman
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/hi-there.html'><span id='count-7101'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//hi-there.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//hi-there.html'><span id='count-24707'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "update"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "update"' />
<meta name='twitter:description' content=" blog update November 27, 2017 &mdash; ben sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. Comments? Tweet &nbsp; " />
<meta name='twitter:description' content=" blog update November 27, 2017 &mdash; ben sorry for the blast of posts. i recreated them from a wordpress blog on motd.org. i plan on posting some random thoughts here from time to time. thanks for checking in. Comments? Tweet &nbsp;" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -33,11 +39,18 @@ ben
<p>Tags: <a href='tag_blog.html'>blog</a>, <a href='tag_update.html'>update</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/blog-update.html'><span id='count-29729'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//blog-update.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//blog-update.html'><span id='count-32148'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>blog | ben~tilde.team &mdash; Posts tagged "words"</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='blog | ben~tilde.team &mdash; Posts tagged "words"' />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; thought of the day December 03, 2017 &mdash; ben e" />
<meta name='twitter:description' content=" don't be a coconut December 05, 2017 &mdash; ben i've got nothing to say don't be a coconut Ask Me Anything - The Strokes (on First Impressions of Earth) Comments? Tweet &nbsp; thought of the day December 03, 2017 &mdash; ben" />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -36,9 +42,14 @@ don't be a coconut</p>
<p>Tags: <a href='tag_music.html'>music</a>, <a href='tag_lyrics.html'>lyrics</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/dont-be-a-coconut.html'><span id='count-28907'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//dont-be-a-coconut.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//dont-be-a-coconut.html'><span id='count-24716'></span></a>&nbsp;</p>
<h3><a class="ablack" href="thought-of-the-day2227.html">
thought of the day
</a></h3>
@ -52,9 +63,14 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day2227.html'><span id='count-5480'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day2227.html'><span id='count-14491'></span></a>&nbsp;</p>
<h3><a class="ablack" href="nonsense.html">
Nonsense
</a></h3>
@ -68,9 +84,14 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/nonsense.html'><span id='count-27760'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//nonsense.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//nonsense.html'><span id='count-10889'></span></a>&nbsp;</p>
<h3><a class="ablack" href="christian-morgenstern---verkehrte-welt.html">
Christian Morgenstern “verkehrte Welt”
</a></h3>
@ -142,9 +163,14 @@ Und dabei die Zeitung las.</p>
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_poetry.html'>poetry</a>, <a href='tag_nonsense.html'>nonsense</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/christian-morgenstern---verkehrte-welt.html'><span id='count-31340'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//christian-morgenstern---verkehrte-welt.html'><span id='count-15610'></span></a>&nbsp;</p>
<h3><a class="ablack" href="fun-words-in-german.html">
fun words in german
</a></h3>
@ -162,11 +188,18 @@ ben
<p>Tags: <a href='tag_german.html'>german</a>, <a href='tag_words.html'>words</a>, <a href='tag_linguistics.html'>linguistics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/fun-words-in-german.html'><span id='count-29641'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//fun-words-in-german.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//fun-words-in-german.html'><span id='count-15464'></span></a>&nbsp;</p>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Thought of the day</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='Thought of the day' />
<meta name='twitter:description' content=" things are not what they appear to be. nor are they otherwise. " />
<meta name='twitter:description' content=" things are not what they appear to be. nor are they otherwise. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day.html'><span id='count-128'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day.html'><span id='count-13066'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>thought of the day</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='thought of the day' />
<meta name='twitter:description' content=" why do they tell us to use the stairs in case of fire? shouldn't we be using a fire extinguisher? " />
<meta name='twitter:description' content=" why do they tell us to use the stairs in case of fire? shouldn't we be using a fire extinguisher? " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day14302.html'><span id='count-29957'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day14302.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day14302.html'><span id='count-8243'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>thought of the day</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='thought of the day' />
<meta name='twitter:description' content=" everything in the universe either is or isn't a potato. " />
<meta name='twitter:description' content=" everything in the universe either is or isn't a potato. " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a>, <a href='tag_words.html'>words</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day2227.html'><span id='count-5480'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day2227.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day2227.html'><span id='count-14491'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>Thought of the Day</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='Thought of the Day' />
<meta name='twitter:description' content=" “Arguing with religious people Its like playing chess with a pigeon; no matter how good I am at chess, the pigeon is just going to knock over the pieces, crap on the board and strut around victorious” Anonymous " />
<meta name='twitter:description' content=" “Arguing with religious people Its like playing chess with a pigeon; no matter how good I am at chess, the pigeon is just going to knock over the pieces, crap on the board and strut around victorious” Anonymous " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_nonsense.html'>nonsense</a>, <a href='tag_quotes.html'>quotes</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day22873.html'><span id='count-4737'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day22873.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day22873.html'><span id='count-20730'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>thought of the day</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='thought of the day' />
<meta name='twitter:description' content=" wherever you go, there you are " />
<meta name='twitter:description' content=" wherever you go, there you are " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -32,12 +38,19 @@ ben
<p>Tags: <a href='tag_thought-of-the-day.html'>thought-of-the-day</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/thought-of-the-day27904.html'><span id='count-9708'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//thought-of-the-day27904.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//thought-of-the-day27904.html'><span id='count-28807'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

View File

@ -1,20 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="../css/hacker.css">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>where to find me elsewhere on the web</title>
<meta name='twitter:card' content='summary' />
<meta name='twitter:site' content='@nebsirrah' />
<meta name='twitter:title' content='where to find me elsewhere on the web' />
<meta name='twitter:description' content=" email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben " />
<meta name='twitter:description' content=" email wire @bharris matrix/riot @benh:matrix.org telegram twitter keybase my personal site github gitlab tilde~ben " />
</head><body>
<div class="container">
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog/index.html">blog | ben~tilde.team</a></h1>
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~ben/blog//index.html">blog | ben~tilde.team</a></h1>
<div id="description">a blog about tildes and other things</div>
</div></div></div>
<div id="divbody"><div class="content">
@ -43,12 +49,19 @@ ben
<p>Tags: <a href='tag_social.html'>social</a>, <a href='tag_contact.html'>contact</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog/where-to-find-me-elsewhere-on-the-web.html'><span id='count-4996'></span></a>&nbsp;</p>
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html&text=&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;&via=nebsirrah'>Comments? Tweet</a>
<a href='https://twitter.com/search?q=https://tilde.team/~ben/blog//where-to-find-me-elsewhere-on-the-web.html'><span id='count-372'></span></a>&nbsp;</p>
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben/">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~ben">ben</a> &mdash; <a href="mailto:ben&#64;tilde&#46;team">ben&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</div>
</body></html>

8
feed.rss Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>My tildelog</title><link>https://tilde.team/blog/index.html</link>
<description>A blog about tildes</description><language>en</language>
<lastBuildDate>Mon, 18 Dec 2017 12:59:44 -0500</lastBuildDate>
<pubDate>Mon, 18 Dec 2017 12:59:44 -0500</pubDate>
<atom:link href="https://tilde.team/blog/feed.rss" rel="self" type="application/rss+xml" />
</channel></rss>

View File

@ -1,100 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="tilde.team unix group">
<meta name="author" content="Ben Harris">
<title>ben~tilde.team</title>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#00cc00">
<link rel="stylesheet" href="css/hacker.css">
<link rel="stylesheet" href="css/font-awesome.css">
<style>[v-cloak] {display:none}</style>
</head>
<body>
<div id="app" class="container">
<div class="page-header">
<div class="pull-right">
<p><a href="/">&lt;- back to tilde team</a></p>
</div>
<h1>~ben</h1>
<p v-cloak>{{ tagline }}<button class="btn btn-xs btn-primary" @click="getnewtagline"><i class="fa fa-refresh"></i></button></p>
</div>
<p>i built and maintain tilde.team</p>
<p>check out some of my stuff on:</p>
<ul v-cloak>
<li v-for="link in links">
<a :href="link.href"><i :class="faclass(link.icon)"></i> {{ link.text }}</a>
</li>
</ul>
<hr>
<strong><h3>contact me</h3></strong>
<a class="btn btn-primary" href="mailto:ben@tilde.team"><i class="fa fa-envelope"></i> send me an email</a>
or
<a href="https://t.me/bharris" class="btn btn-info"><i class="fa fa-paper-plane"></i> send me a message</a>
<div v-cloak v-if="fonts.length > 0">
<hr>
<strong><h3>play with some ascii art</h3></strong>
<form>
<div class="form-group">
<label for="font-selector">pick a font</label>
<select v-model="font" id="font-selector" @change="updateOutput" class="form-control">
<option v-for="font in fonts" :value="font">{{ font }}</option>
</select>
</div>
<div class="form-group">
<label for="asciiinput">put some text here</label>
<input v-model="text" id="asciiinput" @input="updateOutput" placeholder="put some text here" class="form-control">
</div>
<div class="form-group" v-if="output">
<pre style="background-color:#333;">{{ output }}</pre>
</div>
</form>
</div>
<hr>
<div v-cloak>
<img :src="yesnoimg" :alt="yesno" class="img-responsive">
<h3>should u do it</h3>
<strong>{{ yesno }}</strong>
</div>
<a class="btn btn-danger" @click="getyesno">find out</a>
</div>
<script src="js/es6-promise.auto.min.js"></script>
<script src="js/vue.js"></script>
<script src="js/axios.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" type="text/css" />
<link rel="stylesheet" href="blog.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>My tildelog</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/blog/index.html">My tildelog</a></h1>
<div id="description">A blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<div id="all_posts"><a href="all_posts.html">View more posts</a> &mdash; <a href="all_tags.html">All tags</a> &mdash; <a href="feed.rss">Subscribe</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">tildeman</a> &mdash; <a href="mailto:someone&#64;tilde&#46;team">someone&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

16
main.css Normal file
View File

@ -0,0 +1,16 @@
body{font-family:Georgia,"Times New Roman",Times,serif;margin:0;padding:0;background-color:#F3F3F3;}
#divbodyholder{padding:5px;background-color:#DDD;width:100%;max-width:874px;margin:24px auto;}
#divbody{border:solid 1px #ccc;background-color:#fff;padding:0px 48px 24px 48px;top:0;}
.headerholder{background-color:#f9f9f9;border-top:solid 1px #ccc;border-left:solid 1px #ccc;border-right:solid 1px #ccc;}
.header{width:100%;max-width:800px;margin:0px auto;padding-top:24px;padding-bottom:8px;}
.content{margin-bottom:5%;}
.nomargin{margin:0;}
.description{margin-top:10px;border-top:solid 1px #666;padding:10px 0;}
h3{font-size:20pt;width:100%;font-weight:bold;margin-top:32px;margin-bottom:0;}
.clear{clear:both;}
#footer{padding-top:10px;border-top:solid 1px #666;color:#333333;text-align:center;font-size:small;font-family:"Courier New","Courier",monospace;}
a{text-decoration:none;color:#003366 !important;}
a:visited{text-decoration:none;color:#336699 !important;}
blockquote{background-color:#f9f9f9;border-left:solid 4px #e9e9e9;margin-left:12px;padding:12px 12px 12px 24px;}
blockquote img{margin:12px 0px;}
blockquote iframe{margin:12px 0px;}