From 19eba1a5f25c1c27216fcef20ef16241a235e54f Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 16 Oct 2013 20:29:35 -0400 Subject: [PATCH] fixed posts, got rid of sample posts --- _posts/2013-08-12-another-sample.md | 42 ------------------- _posts/2013-08-20-sample-post.md | 42 ------------------- .../2013-10-8-generations.md | 7 +++- ...2013-4-9-erlang-tcp-socket-pull-pattern.md | 7 +++- goplus.md => _posts/2013-7-11-goplus.md | 7 +++- 5 files changed, 18 insertions(+), 87 deletions(-) delete mode 100644 _posts/2013-08-12-another-sample.md delete mode 100644 _posts/2013-08-20-sample-post.md rename generations.md => _posts/2013-10-8-generations.md (98%) rename erlang-tcp-socket-pull-pattern.md => _posts/2013-4-9-erlang-tcp-socket-pull-pattern.md (99%) rename goplus.md => _posts/2013-7-11-goplus.md (97%) diff --git a/_posts/2013-08-12-another-sample.md b/_posts/2013-08-12-another-sample.md deleted file mode 100644 index 2a0de20..0000000 --- a/_posts/2013-08-12-another-sample.md +++ /dev/null @@ -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 %} diff --git a/_posts/2013-08-20-sample-post.md b/_posts/2013-08-20-sample-post.md deleted file mode 100644 index ea372fa..0000000 --- a/_posts/2013-08-20-sample-post.md +++ /dev/null @@ -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 %} diff --git a/generations.md b/_posts/2013-10-8-generations.md similarity index 98% rename from generations.md rename to _posts/2013-10-8-generations.md index d36b175..904f625 100644 --- a/generations.md +++ b/_posts/2013-10-8-generations.md @@ -1,4 +1,9 @@ -# Generations +--- +layout: post +title: Generations +categories: +- crypticio +--- A simple file distribution strategy for very large scale, high-availability file-services. diff --git a/erlang-tcp-socket-pull-pattern.md b/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md similarity index 99% rename from erlang-tcp-socket-pull-pattern.md rename to _posts/2013-4-9-erlang-tcp-socket-pull-pattern.md index 419d005..23d1736 100644 --- a/erlang-tcp-socket-pull-pattern.md +++ b/_posts/2013-4-9-erlang-tcp-socket-pull-pattern.md @@ -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 diff --git a/goplus.md b/_posts/2013-7-11-goplus.md similarity index 97% rename from goplus.md rename to _posts/2013-7-11-goplus.md index 58ab303..0b76add 100644 --- a/goplus.md +++ b/_posts/2013-7-11-goplus.md @@ -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