fixed posts, got rid of sample posts

pull/2/head
Brian Picciano 11 years ago
parent 9c2570133c
commit 19eba1a5f2
  1. 42
      _posts/2013-08-12-another-sample.md
  2. 42
      _posts/2013-08-20-sample-post.md
  3. 7
      _posts/2013-10-8-generations.md
  4. 7
      _posts/2013-4-9-erlang-tcp-socket-pull-pattern.md
  5. 7
      _posts/2013-7-11-goplus.md

@ -1,42 +0,0 @@
---
layout: post
title: Another sample
categories:
- blog
---
Tattooed roof party *vinyl* freegan single-origin coffee wayfarers tousled, umami yr
meggings hella selvage. Butcher bespoke seitan, cornhole umami gentrify put a bird
on it occupy trust fund. Umami whatever kitsch, locavore fingerstache Tumblr pork belly
[keffiyeh](#). Chia Echo Park Pitchfork, Blue Bottle [hashtag](#) stumptown skateboard selvage
mixtape. Echo Park retro butcher banjo cardigan, seitan flannel Brooklyn paleo fixie
Truffaut. Forage mustache Thundercats next level disrupt. Bicycle rights forage tattooed
chia, **wayfarers** swag raw denim hashtag biodiesel occupy gastropub!
---
# It's all in the game.
## You come at the king, you best not miss.
### Be subtle with it, man. You know what subtle means?
VHS post-ironic cred **bespoke** banjo. Yr wayfarers literally gentrify, flexitarian fap
dreamcatcher plaid cornhole Intelligentsia paleo. Beard try-hard direct trade, shabby chic
Helvetica `look ma, I can code`. Lo-fi American Apparel tattooed [Vice](#) tofu, yr vinyl.
Williamsburg butcher hella mumblecore fixie mlkshk, cliche wolf keytar mixtape kitsch banh mi
salvia. High Life Odd Future *chambray* kale chips hoodie, cray pop-up. Helvetica narwhal
iPhone try-hard jean shorts.
> This is a quote from someone famous about productivity
Syntax highlighting with Solarized theme.
{% highlight ruby %}
class User < ActiveRecord::Base
attr_accessible :email, :name
... tons of other crap ...
end
{% endhighlight %}

@ -1,42 +0,0 @@
---
layout: post
title: Sample post
categories:
- blog
---
Tattooed roof party *vinyl* freegan single-origin coffee wayfarers tousled, umami yr
meggings hella selvage. Butcher bespoke seitan, cornhole umami gentrify put a bird
on it occupy trust fund. Umami whatever kitsch, locavore fingerstache Tumblr pork belly
[keffiyeh](#). Chia Echo Park Pitchfork, Blue Bottle [hashtag](#) stumptown skateboard selvage
mixtape. Echo Park retro butcher banjo cardigan, seitan flannel Brooklyn paleo fixie
Truffaut. Forage mustache Thundercats next level disrupt. Bicycle rights forage tattooed
chia, **wayfarers** swag raw denim hashtag biodiesel occupy gastropub!
---
# It's all in the game.
## You come at the king, you best not miss.
### Be subtle with it, man. You know what subtle means?
VHS post-ironic cred **bespoke** banjo. Yr wayfarers literally gentrify, flexitarian fap
dreamcatcher plaid cornhole Intelligentsia paleo. Beard try-hard direct trade, shabby chic
Helvetica `look ma, I can code`. Lo-fi American Apparel tattooed [Vice](#) tofu, yr vinyl.
Williamsburg butcher hella mumblecore fixie mlkshk, cliche wolf keytar mixtape kitsch banh mi
salvia. High Life Odd Future *chambray* kale chips hoodie, cray pop-up. Helvetica narwhal
iPhone try-hard jean shorts.
> This is a quote from someone famous about productivity
Syntax highlighting with Solarized theme.
{% highlight ruby %}
class User < ActiveRecord::Base
attr_accessible :email, :name
... tons of other crap ...
end
{% endhighlight %}

@ -1,4 +1,9 @@
# Generations
---
layout: post
title: Generations
categories:
- crypticio
---
A simple file distribution strategy for very large scale, high-availability
file-services.

@ -1,4 +1,9 @@
# Erlang, tcp sockets, and active true
---
layout: post
title: "Erlang, tcp sockets, and active true"
categories:
- erlang
---
If you don't know erlang then [you're missing out][0]. If you do know erlang,
you've probably at some point done something with tcp sockets. Erlang's highly

@ -1,4 +1,9 @@
# Go and project root
---
layout: post
title: Go+
categories:
- go
---
Compared to other languages go has some strange behavior regarding its project
root settings. If you import a library called `somelib`, go will look for a
Loading…
Cancel
Save