From 5d5202ed6bc6e37538f3cce47b2685ea80e40bfc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 2 Dec 2011 23:22:41 -0800 Subject: [PATCH] new filename format --- ...using-emacs-to-develop-mojo-apps-for-webos.html} | 0 ...01.17-working-with-c-style-structs-in-ruby.html} | 2 +- ...010.01.18-basics-of-the-mach-o-file-format.html} | 4 ++-- ....01.20-a-preview-of-mach-o-file-generation.html} | 0 ...ml => 2010.11.04-37signals-chalk-dissected.html} | 0 published/2011-11-27_recovering-old-posts.html | 13 ------------- ...{2011-11-27_lights.html => 2011.11.27-lights.md} | 0 published/2011.11.27-recovering-old-posts.md | 9 +++++++++ 8 files changed, 12 insertions(+), 16 deletions(-) rename published/{2009-11-21_using-emacs-to-develop-mojo-apps-for-webos.html => 2009.11.21-using-emacs-to-develop-mojo-apps-for-webos.html} (100%) rename published/{2010-01-17_working-with-c-style-structs-in-ruby.html => 2010.01.17-working-with-c-style-structs-in-ruby.html} (98%) rename published/{2010-01-18_basics-of-the-mach-o-file-format.html => 2010.01.18-basics-of-the-mach-o-file-format.html} (98%) rename published/{2010-01-20_a-preview-of-mach-o-file-generation.html => 2010.01.20-a-preview-of-mach-o-file-generation.html} (100%) rename published/{2010-11-04_37signals-chalk-dissected.html => 2010.11.04-37signals-chalk-dissected.html} (100%) delete mode 100644 published/2011-11-27_recovering-old-posts.html rename published/{2011-11-27_lights.html => 2011.11.27-lights.md} (100%) create mode 100644 published/2011.11.27-recovering-old-posts.md diff --git a/published/2009-11-21_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 100% rename from published/2009-11-21_using-emacs-to-develop-mojo-apps-for-webos.html rename to published/2009.11.21-using-emacs-to-develop-mojo-apps-for-webos.html diff --git a/published/2010-01-17_working-with-c-style-structs-in-ruby.html b/published/2010.01.17-working-with-c-style-structs-in-ruby.html similarity index 98% rename from published/2010-01-17_working-with-c-style-structs-in-ruby.html rename to published/2010.01.17-working-with-c-style-structs-in-ruby.html index af39309..e9db440 100644 --- a/published/2010-01-17_working-with-c-style-structs-in-ruby.html +++ b/published/2010.01.17-working-with-c-style-structs-in-ruby.html @@ -70,5 +70,5 @@ but I decided to just go with what I have already so I can get on with the more interesting and fun tasks.

Next in this series: Basics +href="2010.01.18-basics-of-the-mach-o-file-format.html">Basics of the Mach-O file format

diff --git a/published/2010-01-18_basics-of-the-mach-o-file-format.html b/published/2010.01.18-basics-of-the-mach-o-file-format.html similarity index 98% rename from published/2010-01-18_basics-of-the-mach-o-file-format.html rename to published/2010.01.18-basics-of-the-mach-o-file-format.html index 94621f5..37ea089 100644 --- a/published/2010-01-18_basics-of-the-mach-o-file-format.html +++ b/published/2010.01.18-basics-of-the-mach-o-file-format.html @@ -7,7 +7,7 @@ Tags: mach-o, os x, compiler

This post is part of a series on generating basic x86 Mach-O files with Ruby. The - + first post introduced CStruct, a Ruby class used to serialize simple struct-like objects.

@@ -65,7 +65,7 @@ Mach header fire up a shell and type otool -h /bin/zsh (on a Mac).

Using - + CStruct we define the Mach header like so:

diff --git a/published/2010-01-20_a-preview-of-mach-o-file-generation.html b/published/2010.01.20-a-preview-of-mach-o-file-generation.html similarity index 100% rename from published/2010-01-20_a-preview-of-mach-o-file-generation.html rename to published/2010.01.20-a-preview-of-mach-o-file-generation.html diff --git a/published/2010-11-04_37signals-chalk-dissected.html b/published/2010.11.04-37signals-chalk-dissected.html similarity index 100% rename from published/2010-11-04_37signals-chalk-dissected.html rename to published/2010.11.04-37signals-chalk-dissected.html diff --git a/published/2011-11-27_recovering-old-posts.html b/published/2011-11-27_recovering-old-posts.html deleted file mode 100644 index e64f853..0000000 --- a/published/2011-11-27_recovering-old-posts.html +++ /dev/null @@ -1,13 +0,0 @@ -Title: Recovering old blog posts -Date: November 27, 2011 -Timestamp: 1322385300 -Author: sjs -Tags: recover blog posts ----- - -

- I'm in the process of recovering some old blog posts from the - Wayback Machine. - Some of them might be culled, because nobody cares about my old blog posts except for me. -

- diff --git a/published/2011-11-27_lights.html b/published/2011.11.27-lights.md similarity index 100% rename from published/2011-11-27_lights.html rename to published/2011.11.27-lights.md diff --git a/published/2011.11.27-recovering-old-posts.md b/published/2011.11.27-recovering-old-posts.md new file mode 100644 index 0000000..cbf736e --- /dev/null +++ b/published/2011.11.27-recovering-old-posts.md @@ -0,0 +1,9 @@ +Title: Recovering Old Blog Posts +Date: November 27, 2011 +Timestamp: 1322385300 +Author: sjs +Tags: recover, old, blog, posts +---- + +I'm in the process of recovering some old blog posts from the [Wayback Machine](http://web.archive.org). +Some of them might be culled, because nobody cares about my old blog posts except for me.