diff --git a/README b/README index 0146691..0bed4a9 100644 --- a/README +++ b/README @@ -1,2 +1 @@ - -Just a working area for me to work on blog posts. +Just a working area for my blog. diff --git a/blog.json b/blog.json new file mode 100644 index 0000000..a45c12b --- /dev/null +++ b/blog.json @@ -0,0 +1,4 @@ +{ "title" : "sjs' blog" +, "subtitle" : "ramblings and musings" +, "url" : "http://samhuri.net/blog" +} diff --git a/posts.json b/posts.json deleted file mode 100644 index 7a88c40..0000000 --- a/posts.json +++ /dev/null @@ -1,8 +0,0 @@ -{ "published" : - [ "37signals-chalk-dissected.html" - , "a-preview-of-mach-o-file-generation.html" - , "basics-of-the-mach-o-file-format.html" - , "working-with-c-style-structs-in-ruby.html" - , "using-emacs-to-develop-mojo-apps-for-webos.html" - ] -} diff --git a/using-emacs-to-develop-mojo-apps-for-webos.html b/published/2009-11-21_using-emacs-to-develop-mojo-apps-for-webos.html similarity index 99% rename from using-emacs-to-develop-mojo-apps-for-webos.html rename to published/2009-11-21_using-emacs-to-develop-mojo-apps-for-webos.html index 4545fd8..4a21391 100644 --- a/using-emacs-to-develop-mojo-apps-for-webos.html +++ b/published/2009-11-21_using-emacs-to-develop-mojo-apps-for-webos.html @@ -1,6 +1,7 @@ Title: Using Emacs to Develop Mojo Apps for WebOS Date: November 21, 2009 Author: sjs +Tags: emacs, mojo, webos, lisp, javascript ----
diff --git a/working-with-c-style-structs-in-ruby.html b/published/2010-01-17_working-with-c-style-structs-in-ruby.html similarity index 99% rename from working-with-c-style-structs-in-ruby.html rename to published/2010-01-17_working-with-c-style-structs-in-ruby.html index 483752e..da5ab19 100644 --- a/working-with-c-style-structs-in-ruby.html +++ b/published/2010-01-17_working-with-c-style-structs-in-ruby.html @@ -1,6 +1,7 @@ Title: Working with C-style structs in Ruby Date: January 17, 2010 Author: sjs +Tags: ruby, cstruct, compiler ----
This is the beginning of a series on generating Mach-O object files in diff --git a/basics-of-the-mach-o-file-format.html b/published/2010-01-18_basics-of-the-mach-o-file-format.html similarity index 99% rename from basics-of-the-mach-o-file-format.html rename to published/2010-01-18_basics-of-the-mach-o-file-format.html index 44b0b96..2237f37 100644 --- a/basics-of-the-mach-o-file-format.html +++ b/published/2010-01-18_basics-of-the-mach-o-file-format.html @@ -1,6 +1,7 @@ Title: Basics of the Mach-O file format Date: January 18, 2010 Author: sjs +Tags: mach-o, os x, compiler ----
This post is part of a series on generating basic x86 Mach-O files diff --git a/a-preview-of-mach-o-file-generation.html b/published/2010-01-20_a-preview-of-mach-o-file-generation.html similarity index 93% rename from a-preview-of-mach-o-file-generation.html rename to published/2010-01-20_a-preview-of-mach-o-file-generation.html index ef3d7d9..1e696a5 100644 --- a/a-preview-of-mach-o-file-generation.html +++ b/published/2010-01-20_a-preview-of-mach-o-file-generation.html @@ -1,6 +1,7 @@ Title: A preview of Mach-O file generation Date: January 20, 2010 Author: sjs +Tags: ruby, mach-o, os x, compiler ----
This month I got back into an x86 compiler I started last May. It lives asm/machofile.rb, a library for creating Mach-O files. Using it is quite straightforward, an example is in asm/binary.rb, in the #output method.
-Definitely time for bed now!
\ No newline at end of file +Definitely time for bed now!
diff --git a/37signals-chalk-dissected.html b/published/2010-11-04_37signals-chalk-dissected.html similarity index 99% rename from 37signals-chalk-dissected.html rename to published/2010-11-04_37signals-chalk-dissected.html index 629c9bc..ce030ef 100644 --- a/37signals-chalk-dissected.html +++ b/published/2010-11-04_37signals-chalk-dissected.html @@ -1,6 +1,7 @@ Title: 37signals' Chalk Dissected Date: November 4, 2010 Author: sjs +Tags: 37signals, chalk, ipad, javascript, web, html, css, zepto.js ----Update 2010-11-05: I dove into the JavaScript a little and explained most of it. Sam Stephenson tweeted that Chalk is written in CoffeeScript and compiled on the fly when served using Brochure. That's hot! (for those unaware Sam Stephenson works at 37signals, and is also the man behind Prototype.)
@@ -219,4 +220,4 @@ function _addLineNumbersToGist(css_selector) { } addLineNumbersToAllGists(); - \ No newline at end of file +