This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'> | |
<h1>Rebuild From Scratch:</h1> | |
<h2>Hashistack, Kubernetes, and Creative Destruction</h2> | |
</section> | |
<section> | |
<h2>Here's the deal:</h2> | |
<ul> | |
<li class="fragment">I think I only get about one good basic "why Kubernetes" talk in me before the market completely oversaturates.</li> | |
<li class="fragment">This is that talk. I'll try to keep it at least a little technical.</li> | |
<li class="fragment">Like most presentations, this is semi-autobiographical. I'll try to keep it at least minimally relevant.</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# If you run this, god help you, because I'll be too busy laughing to. | |
def yodawg(ulike) | |
def yodawg(ulike) | |
def yodawg(ulike) | |
puts "so you can #{ulike} while you #{ulike}" | |
load __FILE__ | |
end | |
puts "so we put #{ulike} in your #{ulike}" | |
yodawg(ulike) |