tilde/blog/feed.rss

956 lines
40 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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</title><link>https://tilde.team/~ben/blog/index.html</link>
<description>a blog about tildes and other things</description><language>en</language>
<lastBuildDate>Mon, 26 Feb 2018 11:57:12 -0500</lastBuildDate>
<pubDate>Mon, 26 Feb 2018 11:57:12 -0500</pubDate>
<atom:link href="https://tilde.team/~ben/blog/feed.rss" rel="self" type="application/rss+xml" />
<item><title>
phoenix
</title><description><![CDATA[
<p>inspired by <a href="http://oods.net">oodsnet</a>, (and my pull request to add <a href="https://github.com/exezin/oodsnet/pull/5">darkmode</a>),
i started to create my own tilde.team fork (now <a href="https://forum.tilde.team/">forum.tilde.team</a>).</p>
<p>the first step was to switch out the css to the <a href="https://tilde.team/css/">tilde.team standard</a> and update the classes for bootstrap.
once i got it going and integrated with the tilde.team linux auth service, i asked other tildeans for input and suggestions.</p>
<p><a href="/~micaiah/">~micaiah</a> was interested in helping, but also wanted to learn a new language and/or framework, so we decided to start over,
recreating the entire forum with <a href="http://phoenixframework.org">elixir/phoenix</a>. we'd discussed elixir previously, but never had a
convincing use case to force us to learn it.</p>
<p>the project is live, with the source code on <a href="https://github.com/tilde-team/forum">github</a>.</p>
<p>the thing that i'm most impressed with is the speed of the erlang runtime :D</p>
<p>check out these response times. sub-millisecond!?!?!</p>
<p><img src="https://tilde.zone/photos/phx.png" alt="" title="" /></p>
<p>give it a look, and <a href="https://tilde.team/signup">join the tilde.team</a> if you want to come hang out!</p>
<p>Tags: <a href='tag_internet.html'>internet</a>, <a href='tag_dev.html'>dev</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/phoenix.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/phoenix.html'><span id='count-22799'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/phoenix.html</link>
<guid>https://tilde.team/~ben/blog/./phoenix.html</guid>
<dc:creator>~ben</dc:creator>
<pubDate>Mon, 26 Feb 2018 11:57:10 -0500</pubDate></item>
<item><title>
otm
</title><description><![CDATA[
<p><img src="https://tilde.zone/photos/IMG_20180215_121947.jpg" alt="" title="" /></p>
<p>just heard the <a href="https://www.wnyc.org/story/safety-net-just-got-a-little-less-safe">latest episode</a> of on the media. this is a super helpful guide i found on their twitter.</p>
<p>Tags: <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/otm.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/otm.html'><span id='count-11119'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/otm.html</link>
<guid>https://tilde.team/~ben/blog/./otm.html</guid>
<dc:creator>~ben</dc:creator>
<pubDate>Thu, 15 Feb 2018 13:33:16 -0500</pubDate></item>
<item><title>
quote of the day
</title><description><![CDATA[
<p>Be Alert! - the world needs more Lerts.</p>
<p>Tags: <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/quote-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/quote-of-the-day.html'><span id='count-27762'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/quote-of-the-day.html</link>
<guid>https://tilde.team/~ben/blog/./quote-of-the-day.html</guid>
<dc:creator>~ben</dc:creator>
<pubDate>Tue, 13 Feb 2018 09:55:06 -0500</pubDate></item>
<item><title>
webassembly
</title><description><![CDATA[
<p>according to <a href="https://hacks.mozilla.org/2018/01/making-webassembly-even-faster-firefoxs-new-streaming-and-tiering-compiler/">this post</a> on the mozilla blog,
we will be able to compile wasm as it streams into the browser in much the same way that images are decoded. this is a huge game changer from the current paradigm
of loading javascript completely before being able to parse and compile it. </p>
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">JavaScript code is much more expensive, byte for byte, than an image, because of the time spent parsing and compiling it.<br><br>It&#39;s possible to parse and compile wasm as fast as it comes over the network, which makes it much more like an image than JavaScript code.<br><br>Game changer!</p>&mdash; Yehuda Katz (@wycats) <a href="https://twitter.com/wycats/status/942908325775077376?ref_src=twsrc%5Etfw">December 19, 2017</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>this will make <a href="https://github.com/WebAssembly/design/blob/master/UseCases.md">so many things</a> possible in the browser that never were before!</p>
<p>i decided to follow this <a href="http://webassembly.org/getting-started/developers-guide/">tutorial</a> and ended up with <a href="https://tilde.team/~ben/wasm/hello.html">this</a>.</p>
<p>i don't know what to do next. any ideas?</p>
<p>Tags: <a href='tag_wasm.html'>wasm</a>, <a href='tag_dev.html'>dev</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/webassembly.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/webassembly.html'><span id='count-18770'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/webassembly.html</link>
<guid>https://tilde.team/~ben/blog/./webassembly.html</guid>
<dc:creator>~ben</dc:creator>
<pubDate>Wed, 17 Jan 2018 13:09:13 -0500</pubDate></item>
<item><title>
pop quiz
</title><description><![CDATA[
<p>is this real?</p>
<p><img src="https://tilde.zone/photos/The%20Witcher%203%20Screenshot%202017.09.12%20-%2023.44.17.73.png" alt="4k witcher 3" title="" /></p>
<p>hint: it's not. it's the witcher 3. and it looks like a real place.</p>
<p>Tags: <a href='tag_4k-gaming.html'>4k-gaming</a>, <a href='tag_gaming.html'>gaming</a>, <a href='tag_gtx1080ti.html'>gtx1080ti</a>, <a href='tag_pc-master-race.html'>pc-master-race</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/pop-quiz.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/pop-quiz.html'><span id='count-29921'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/pop-quiz.html</link>
<guid>https://tilde.team/~ben/blog/./pop-quiz.html</guid>
<dc:creator>~ben</dc:creator>
<pubDate>Tue, 16 Jan 2018 17:26:40 -0500</pubDate></item>
<item><title>
git remotes with ssh aliases
</title><description><![CDATA[
<p>did you know that <code>~/.ssh/config</code> aliases work for git remotes??</p>
<p>~/.ssh/config</p>
<pre>
Host gh
HostName github.com
User git
IdentityFile ~/.ssh/gh_key
</pre>
<p>you can now use <code>gh:username/repo</code> as the remote in place of <code>git@github.com:username/repo</code>, which is much shorter and easier to type many times!</p>
<p><code>git clone gh:benharri/learngit</code></p>
<p>there are many other use cases for the <code>ssh_config</code> file. for example, here is my config for the tilde machine for easy ssh connections.</p>
<pre>
Host tilde
HostName tilde.team
User ben
</pre>
<p>then use <code>ssh tilde</code> to start a new ssh session. this also works with <code>scp</code>: try something like this <code>scp file.txt tilde:workspace/.</code> in place of <code>scp file.txt ben@tilde.team:workspace/.</code></p>
<p>the ssh_config file is super useful. check <code>man ssh_config</code> for a full list of options!</p>
<p>Tags: <a href='tag_git.html'>git</a>, <a href='tag_ssh.html'>ssh</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/git-remotes-with-ssh-aliases.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/git-remotes-with-ssh-aliases.html'><span id='count-21197'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/git-remotes-with-ssh-aliases.html</link>
<guid>https://tilde.team/~ben/blog/./git-remotes-with-ssh-aliases.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Fri, 12 Jan 2018 13:30:26 -0500</pubDate></item>
<item><title>
cold
</title><description><![CDATA[
<p>why is it so cold</p>
<p><img src="https://tilde.zone/photos/Screenshot_20180105-094720.png" alt="" title="" /></p>
<p>i'm so done with winter</p>
<p>Tags: <a href='tag_cold.html'>cold</a>, <a href='tag_weather.html'>weather</a>, <a href='tag_winter.html'>winter</a>, <a href='tag_snow.html'>snow</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/cold.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/cold.html'><span id='count-12135'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/cold.html</link>
<guid>https://tilde.team/~ben/blog/./cold.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Fri, 05 Jan 2018 09:49:42 -0500</pubDate></item>
<item><title>
8values
</title><description><![CDATA[
<p>not that i'm very surprised by this, but i took the quiz again (after losing my results url) and got these results.</p>
<p><img src="https://tilde.zone/photos/8values.png" alt="" title="" /></p>
<p><a href="https://8values.github.io">take the quiz here</a></p>
<p><a href="https://8values.github.io/results.html?e=95.7&amp;d=92.6&amp;g=78.5&amp;s=92.3">my results again as a link</a></p>
<p>Tags: <a href='tag_8values.html'>8values</a>, <a href='tag_ideology.html'>ideology</a>, <a href='tag_politics.html'>politics</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/8values.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/8values.html'><span id='count-30762'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/8values.html</link>
<guid>https://tilde.team/~ben/blog/./8values.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Wed, 03 Jan 2018 12:41:09 -0500</pubDate></item>
<item><title>
mastodon
</title><description><![CDATA[
<p>hi everyone.</p>
<p>i started hosting a <a href="https://joinmastodon.org">mastodon</a> instance at <a href="https://social.tilde.team">social.tilde.team</a>.</p>
<p>check it out if you want some federated open source social goodness :)</p>
<p>send me a toot <a href="https://social.tilde.team/@ben">@ben@tilde.team</a> (from any mastodon instance!)</p>
<p>thanks!</p>
<p>Tags: <a href='tag_social-networks.html'>social-networks</a>, <a href='tag_mastodon.html'>mastodon</a>, <a href='tag_tilde.html'>tilde</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/mastodon.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/mastodon.html'><span id='count-16758'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/mastodon.html</link>
<guid>https://tilde.team/~ben/blog/./mastodon.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Fri, 22 Dec 2017 16:28:45 -0500</pubDate></item>
<item><title>
loading...
</title><description><![CDATA[
<pre style="background-color: #333;">
const loadingmsgs = [
"Proving P=NP...",
"Computing 6 x 9...",
"Mining Bitcoin...",
"Dividing by 0...",
"Initializing Skynet...",
"[REDACTED]",
"Downloading more RAM...",
"Ordering 1s and 0s...",
"Navigating neural network...",
"Importing machine learning...",
"Issuing Alice and Bob one-time pads...",
"Generating random sequence from key inputs while trying to exit vim...",
"for i in range(additional): Pylon()",
"(creating unresolved tension...",
"Symlinking vim to nano and ed...",
];
</pre>
<p><a href="https://twitter.com/0xdade/status/943573845469827072">sauce</a></p>
<p>Tags: <a href='tag_jokes.html'>jokes</a>, <a href='tag_humor.html'>humor</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/loading.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/loading.html'><span id='count-3762'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/loading.html</link>
<guid>https://tilde.team/~ben/blog/./loading.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Thu, 21 Dec 2017 16:09:45 -0500</pubDate></item>
<item><title>
vr
</title><description><![CDATA[
<p>i picked up an oculus rift after my last paycheck :P</p>
<p>it was half christmas present. these are some of the games that i'm most excited for:</p>
<ul>
<li>elite dangerous</li>
<li>lone echo / echo arena</li>
<li>dirt rally</li>
<li>gun club vr</li>
<li>eagle flight</li>
<li>robo recall</li>
</ul>
<p>have you played any other cool vr games lately? are there any that i should check out?</p>
<p>let me know!</p>
<p>Tags: <a href='tag_vr.html'>vr</a>, <a href='tag_virtual-reality.html'>virtual-reality</a>, <a href='tag_gaming.html'>gaming</a></p>
<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=https://tilde.team/~ben/blog/vr.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/vr.html'><span id='count-23349'></span></a>&nbsp;</p>
]]></description><link>https://tilde.team/~ben/blog/vr.html</link>
<guid>https://tilde.team/~ben/blog/./vr.html</guid>
<dc:creator>ben</dc:creator>
<pubDate>Mon, 18 Dec 2017 13:36:04 -0500</pubDate></item>
<item><title>
net neutrality vote today
</title><description><![CDATA[
<p>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 also allow powerhouse companies providing internet to charge more for regular quality internet, and charge certain users more than others.
HERE'S A WAY TO ACT - takes less than a minute.</p>
<ol>
<li>Go to <a href="http://gofccyourself.com">gofccyourself.com</a>
(the shortcut John Oliver made to the hard-to-find FCC comment page)</li>
<li>Click on the 17-108 link (Restoring Internet Freedom)</li>
<li>Click on "express"</li>
<li>Be sure to hit "ENTER" after you put in your name &amp; info so it registers.</li>
<li>In the comment section write, "I strongly support net neutrality backed by Title 2 oversight of ISPs."</li>
<li>Click to submit, done. - Make sure you hit submit at the end!</li>
</ol>
<p><strong>Copy and paste this into your own status update!</strong>
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-4420'></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>
hey dere bub!
</title><description><![CDATA[
<p>if you haven't checked it out yet, give <a href="https://heyderebub.com">my new podcast</a> a listen!</p>
<p><a href="https://heyderebub.com"><img src="https://heyderebub.com/images/itunes_image.jpg" alt="heyderebub logo" title="" /></a></p>
<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-13102'></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>
drone photos from this summer
</title><description><![CDATA[
<p>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 <a href="https://tilde.zone/photos/drone/">here</a></p>
<p>here's a sample:</p>
<p><img src="https://tilde.zone/photos/drone/DJI_0030%20%283%29.JPG" alt="" title="" /></p>
<p>let me know if you want me to upload any more!</p>
<p>thanks for looking :)</p>
<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-8678'></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>
pan galactic gargle blaster
</title><description><![CDATA[
<p>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.</p>
<blockquote>
<p>“The Hitch-Hiker's Guide to the Galaxy also mentions alcohol. It says that the best drink in existence is the Pan Galactic Gargle Blaster, the effect of which is like having your brains smashed out with a slice of lemon wrapped round a large gold brick.”</p>
</blockquote>
<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-12585'></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>
don't be a coconut
</title><description><![CDATA[
<blockquote>
<p>i've got nothing to say
don't be a coconut</p>
</blockquote>
<p>Ask Me Anything - The Strokes (on First Impressions of Earth)</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-13640'></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>
thought of the day
</title><description><![CDATA[
<p>everything in the universe either is or isn't a potato.</p>
<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-20561'></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>
where to find me elsewhere on the web
</title><description><![CDATA[
<ul>
<li><a href="mailto:ben@tilde.team">email</a></li>
<li><a href="https://wire.com">wire</a> @bharris</li>
<li><a href="http://riot.im">matrix/riot</a> @benh:matrix.org</li>
<li><a href="https://t.me/bharris">telegram</a></li>
<li><a href="https://twitter.com/nebsirrah">twitter</a></li>
<li><a href="https://keybase.io/bharris">keybase</a></li>
<li><a href="https://benharr.is">my personal site</a></li>
<li><a href="https://github.com/benharri">github</a></li>
<li><a href="https://gitlab.com/benharri">gitlab</a></li>
<li><a href="/~ben/">tilde~ben</a></li>
</ul>
<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-19808'></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>
blog update
</title><description><![CDATA[
<p>sorry for the blast of posts. i recreated them from a wordpress blog on <a href="http://motd.org">motd.org</a>.</p>
<p>i plan on posting some random thoughts here from time to time. thanks for checking in.</p>
<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-21988'></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>
thought of the day
</title><description><![CDATA[
<p>wherever you go, there you are</p>
<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-11069'></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>
antiwitze
</title><description><![CDATA[
<ul>
<li>uebern berg ist schneller als zu fuss sagte der wanderer und schwamm los</li>
<li>Was ist der Unterschied zwischen einem Vogel? Beide Beine sind gleich lang. Besonders das linke.</li>
<li>Nachts ist es kälter als draußen.</li>
<li>Wer später bremst, fährt länger schnell.</li>
<li>Cola schmeckt besser als aus dem Glas!!!</li>
<li>Zu Fuß ist schneller als übern Berg!</li>
<li>Was ist weiss und wandert den Berg hinauf? Eine Lawine mit Heimweh.</li>
</ul>
<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-31340'></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>
thought of the day
</title><description><![CDATA[
<p>why do they tell us to use the stairs in case of fire? shouldn't we be using a fire extinguisher?</p>
<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-14056'></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>
Nonsense
</title><description><![CDATA[
<p>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 morality on a petal stool like a bunch of pre-Madonnas, but you all seem to be taking something very valuable for granite. So I ask of you to mustard up all the strength you can because it is a doggy dog world out there. Although there is some merit to what you are saying it seems like you have a huge ship on your shoulder. In your argument you seem to throw everything in but the kids Nsync, and even though you are having a feel day with this I am here to bring you back into reality. I have a sick sense when it comes to these types of things. It is almost spooky, because I cannot turn a blonde eye to these glaring flaws in your rhetoric. I have zero taller ants when it comes to people spouting out hate in the name of moral righteousness. You just need to remember what comes around is all around, and when supply and command fails you will be the first to go. Make my words, when you get down to brass stacks it doesnt take rocket appliances to get two birds stoned at once. Its clear who makes the pants in this relationship, and sometimes you just have to swallow your prize and accept the facts. You might have to come to this conclusion through denial and error but I swear on my mothers mating name that when you put the petal to the medal you will pass with flying carpets like its a peach of cake.</p>
<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-27565'></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>
Thought of the Day
</title><description><![CDATA[
<p>“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</p>
<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-29134'></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>
Christian Morgenstern “verkehrte Welt”
</title><description><![CDATA[
<p>Dunkel wars der Mond schien helle,
Schnee bedeckt die grüne Flur
als ein Auto blitzeschnelle,
langsam um die Ecke fuhr.</p>
<p>Drinnen saßen stehend Leute,
schweigend ins Gespräch vertieft,
als ein totgeschossner Hase,
auf der Sandbank Schlittschuh lief.</p>
<p>Und der Wagen fuhr im Trabe,
rückwärts einen Berg hinauf.
Droben zog ein alter Rabe
grade eine Turmuhr auf.</p>
<p>Ringsumher herrscht tiefes schweigen
und mit fürchterlichem Krach,
spielen in des Grases Zweigen
zwei Kamele lautlos Schach.</p>
<p>Und auf einer roten Parkbank,
die blau angestrichen war,
saß ein blondgelockter Jüngling
mit kohlrabenschwarzem Haar.</p>
<p>Neben ihm ne alte Schrulle,
zählte kaum erst 16 Jahr,
In der Hand ne Butterstulle,
die mit Schmalz bestrichen war.</p>
<p>Droben auf dem Apfelbaume,
der sehr süße Birnen trug,
hing des Frühlings letzte Pflaume
und an Nüssen noch genug.</p>
<p>Von der regennassen Straße
wirbelte der Staub empor
und der Junge bei der Hitze
mächtig an den Ohren fror.</p>
<p>Beide Hände in den Taschen
hielt er sich die Augen zu.
Denn er konnte nicht ertragen,
wie nach Veilchen roch die Kuh.</p>
<p>Holder Engel, süßer Bengel,
furchtbar liebes Trampeltier.
Du hast Augen wie Sardellen,
alle Ochsen gleichen Dir.</p>
<p>Und zwei Fische liefen munter,
durch das Blaue Kornfeld hin.
Endlich ging die Sonne unter
und der graue Tag erschien.</p>
<p>Und das alles dichtet Goethe
Als er in der Morgenröte
Liegend auf dem Nachttopf saß
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-6578'></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>
Joe on Sporty-ball-z
</title><description><![CDATA[
<p>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”</p>
<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-31566'></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>
fun words in german
</title><description><![CDATA[
<ul>
<li>Tschechisches Streichholzschächtelchen</li>
<li>Rindfleischettikettierungsüberwachungsaufgabensübertragungsgesetz</li>
<li>Donaudampfschifffahrtsgesellschaftskapitän</li>
</ul>
<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-31292'></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>
Thought of the day
</title><description><![CDATA[
<p>things are not what they appear to be. nor are they otherwise.</p>
<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-2258'></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>
links to save for later
</title><description><![CDATA[
<p><a href="http://novatogatorop.com/gallery/alaska">cool pics</a>
<a href="https://gatsbyjs.org">gatsby ssg</a>
<a href="http://tachyons.io">tachyons</a></p>
<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-2139'></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>
hi there
</title><description><![CDATA[
<p>welcome to my tildeblog</p>
<p>you are here.</p>
<p>i like to mess around with linux sysadmin shtuff.
<a href="https://tilde.team">tilde.team</a> is my baby. let me know if you want to get involved.</p>
<p>thanks for being awesome. keep it up.</p>
<p>Tags: <a href='tag_linux.html'>linux</a>, <a href='tag_sysadmin.html'>sysadmin</a>, <a href='tag_ubuntu.html'>ubuntu</a>, <a href='tag_tilde.html'>tilde</a></p>
<!-- 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-4822'></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>
4k gaming with a gtx1080ti
</title><description><![CDATA[
<p>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 find myself dreaming about the game and longing to play it when i'm not. i'll have to say it is definitively the best game i've ever played.</p>
<p>some of the other games that i'm looking forward to exploring more of in 4k are: </p>
<ul>
<li>destiny 2</li>
<li>prey</li>
<li>overwatch (not that this will look insanely good, it will just be super silky smooth)</li>
<li>fallout 4</li>
<li>battlefield 1</li>
<li>dishonored</li>
<li>dishonored 2</li>
<li>dying light</li>
<li>battlefront</li>
<li>pubg</li>
<li>doom (2016)</li>
<li>gta5</li>
<li>just cause 3</li>
<li>hellblade: senua's sacrifice</li>
<li>watch dogs 2</li>
<li>many others</li>
</ul>
<p>Tags: <a href='tag_4k-gaming.html'>4k-gaming</a>, <a href='tag_pc-master-race.html'>pc-master-race</a>, <a href='tag_gtx1080ti.html'>gtx1080ti</a></p>
<!-- 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-32733'></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>