From 1f3ab5349a4d6a879b15e9a4403801e180e560b1 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 30 May 2024 18:58:38 -0700 Subject: [PATCH] Restore the dates in 'learning emulation' to their proper ones. I found the original dates using the Wayback machine. https://web.archive.org/web/20161022053013/https://danilafe.com/ Signed-off-by: Danila Fedorin --- content/blog/01_learning_emulation.md | 2 +- content/blog/02_learning_emulation.md | 2 +- content/blog/03_learning_emulation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/01_learning_emulation.md b/content/blog/01_learning_emulation.md index 5bcc927..54d1014 100644 --- a/content/blog/01_learning_emulation.md +++ b/content/blog/01_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 1 -date: 2016-11-23 23:22:42.779811 +date: 2016-06-27 tags: ["Emulation"] --- I've decided that the purpose of a blog is to actually use it every once in a while. So, to fill up this blank space, I'll be documenting my own experience of starting to learn how emulation works. I'd like to say right now that my main goal was not to learn emulation. Rather, I needed to emulate to refresh my skills for a different subject area. However, emulation turned out fun enough to write about. diff --git a/content/blog/02_learning_emulation.md b/content/blog/02_learning_emulation.md index b27dc6c..856fc5e 100644 --- a/content/blog/02_learning_emulation.md +++ b/content/blog/02_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 2 -date: 2016-11-23 23:23:18.664038 +date: 2016-06-29 tags: ["C", "Emulation"] --- _This is the second post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< relref "/blog/01_learning_emulation.md" >}})._ diff --git a/content/blog/03_learning_emulation.md b/content/blog/03_learning_emulation.md index c9a7faf..744113b 100644 --- a/content/blog/03_learning_emulation.md +++ b/content/blog/03_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 2.5 - Implementation -date: 2016-11-23 23:23:56.633942 +date: 2016-06-30 tags: ["C", "Emulation"] --- _This is the third post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< relref "/blog/01_learning_emulation.md" >}})._