<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://tylermzeller.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="http://tylermzeller.github.io/" rel="alternate" type="text/html" /><updated>2018-07-29T21:36:44+00:00</updated><id>http://tylermzeller.github.io/</id><title type="html">Tyler Zeller</title><subtitle>Software Engineer in Silicon Valley. Representing Ohio.</subtitle><entry><title type="html">Welcome!</title><link href="http://tylermzeller.github.io/Welcome/" rel="alternate" type="text/html" title="Welcome!" /><published>2018-07-29T00:00:00+00:00</published><updated>2018-07-29T00:00:00+00:00</updated><id>http://tylermzeller.github.io/Welcome</id><content type="html" xml:base="http://tylermzeller.github.io/Welcome/">&lt;p&gt;Thanks for stopping by my blog. Please don’t take anything written in these blogs too seriously. I’m far from an expert in anything I speak about (except, perhaps, cheap beers).&lt;/p&gt;

&lt;p&gt;I’m not a writer or a journalist, so forgive my grammatical mistakes and spelling errors. I write how I speak (that is, colloquial/informal (that is, memes/swearing)). YEET.&lt;/p&gt;</content><author><name></name></author><summary type="html">Thanks for stopping by my blog. Please don’t take anything written in these blogs too seriously. I’m far from an expert in anything I speak about (except, perhaps, cheap beers).</summary></entry><entry><title type="html">Reveal.js in Jekyll Test Presentation</title><link href="http://tylermzeller.github.io/reveal-test/" rel="alternate" type="text/html" title="Reveal.js in Jekyll Test Presentation" /><published>2018-07-29T00:00:00+00:00</published><updated>2018-07-29T00:00:00+00:00</updated><id>http://tylermzeller.github.io/reveal-test</id><content type="html" xml:base="http://tylermzeller.github.io/reveal-test/">&lt;section data-markdown=&quot;&quot;&gt;
  ## Test Presentation
  ### In a Jekyll Blog
&lt;/section&gt;
&lt;section&gt;
  &lt;pre&gt;&lt;code&gt;
def power(x, n):
  if n == 0:
    return 1
  if n == 1:
    return x
  if n % 2 == 0:
    return power(x, n // 2)**2
  else:
    return x * power(x, n // 2)**2
  &lt;/code&gt;&lt;/pre&gt;
&lt;/section&gt;
&lt;section data-markdown=&quot;&quot;&gt;
  ## That's It!
&lt;/section&gt;</content><author><name></name></author><summary type="html">## Test Presentation ### In a Jekyll Blog def power(x, n): if n == 0: return 1 if n == 1: return x if n % 2 == 0: return power(x, n // 2)**2 else: return x * power(x, n // 2)**2 ## That's It!</summary></entry></feed>