From 70e985886c341bd8417a97ad20f39ce4800785e7 Mon Sep 17 00:00:00 2001
From: Sami Samhuri
Date: Sun, 11 Dec 2011 01:15:35 -0800
Subject: [PATCH] new path to images
---
....22-intelligent-migration-snippets-0.1-for-textmate.md | 4 ++--
published/2006.06.09-never-buy-a-german-keyboard.md | 2 +-
....22-some-features-you-might-have-missed-in-itunes-7.md | 8 ++++----
published/2007.06.14-more-scheming-with-haskell.md | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/published/2006.02.22-intelligent-migration-snippets-0.1-for-textmate.md b/published/2006.02.22-intelligent-migration-snippets-0.1-for-textmate.md
index 87e7267..0e452e3 100644
--- a/published/2006.02.22-intelligent-migration-snippets-0.1-for-textmate.md
+++ b/published/2006.02.22-intelligent-migration-snippets-0.1-for-textmate.md
@@ -18,7 +18,7 @@ I wrote a Ruby program to insert code into both methods with a single snippet. A
I think this looks cool in action. Plus I like to show off what what TextMate can do to people who may not use it, or don't have a Mac. It's just over 30 seconds long and weighs in at around 700kb.
-
+
Download Demo Video
@@ -35,7 +35,7 @@ There are 3 snippets which are activated by the following tab triggers:
Run **Quick Install.app** to install these commands to your
-
+
Download Intelligent Migration Snippets
diff --git a/published/2006.06.09-never-buy-a-german-keyboard.md b/published/2006.06.09-never-buy-a-german-keyboard.md
index b25b341..bf281e3 100644
--- a/published/2006.06.09-never-buy-a-german-keyboard.md
+++ b/published/2006.06.09-never-buy-a-german-keyboard.md
@@ -7,7 +7,7 @@ Tags: apple, apple, german, keyboard
Nothing personal, but the backtick/tilde is located where the rest of the left shift key should be, and the return key is double-height, forcing the backslash/bar to the right of the dash/underscore (that'd be the apostrophe/double quote for pretty much everyone else who types qwerty). Note that I'm talking about using a German keyboard with an English layout. The German layout is flat out impossible for coding.
-
+
For some reason it gets even worse with a German Apple keyboard. Square brackets, where for art though? Through trial and error I found them using Alt/Opt+5/6... non-Apple German keyboards I've seen use Alt Gr+8/9, which is just as bad but at least they were labeled. I know why coders here don't use the German layout! I feel uneasy just talking about it.
diff --git a/published/2006.09.22-some-features-you-might-have-missed-in-itunes-7.md b/published/2006.09.22-some-features-you-might-have-missed-in-itunes-7.md
index e271cdc..0e80b5e 100644
--- a/published/2006.09.22-some-features-you-might-have-missed-in-itunes-7.md
+++ b/published/2006.09.22-some-features-you-might-have-missed-in-itunes-7.md
@@ -5,7 +5,7 @@ Author: sjs
Tags: apple, apple, itunes
----
-
+
Besides the big changes in iTunes 7 there have been some minor changes that are still pretty useful.
@@ -21,9 +21,9 @@ And now some of the smaller gems are listed below.
Video controls
-
+
-Similar to the Quicktime full screen controls, iTunes now sports video controls as well. It was really annoying to have to exit fullscreen to control the video, and now we don't have to. The controls are available when you have a floating video window open as well as when you're full screen.
+Similar to the Quicktime full screen controls, iTunes now sports video controls as well. It was really annoying to have to exit fullscreen to control the video, and now we don't have to. The controls are available when you have a floating video window open as well as when you're full screen.
Smart playlists
@@ -31,7 +31,7 @@ It's always bothered me that I couldn't remove tracks from smart playlists. Afte
### Gapless playback (and more) ###
-
+
You can set tracks to be part of a gapless album, and your iPod makes use of that information too. Sweet. Another new flag is "Skip when shuffling".
diff --git a/published/2007.06.14-more-scheming-with-haskell.md b/published/2007.06.14-more-scheming-with-haskell.md
index a3f65d5..95c51b0 100644
--- a/published/2007.06.14-more-scheming-with-haskell.md
+++ b/published/2007.06.14-more-scheming-with-haskell.md
@@ -5,7 +5,7 @@ Author: sjs
Tags: coding, haskell, scheme
----
-It's been a little while since I wrote about Haskell and the Scheme interpreter I've been using to learn and play with both Haskell and Scheme. I finished the tutorial and got myself a working Scheme interpreter and indeed it has been fun to use it for trying out little things now and then. (Normally I would use Emacs or Dr. Scheme for that sort of thing.) There certainly are interesting things to try floating around da intranet. And also things to read and learn from, such as misp (via Moonbase).
+It's been a little while since I wrote about Haskell and the Scheme interpreter I've been using to learn and play with both Haskell and Scheme. I finished the tutorial and got myself a working Scheme interpreter and indeed it has been fun to use it for trying out little things now and then. (Normally I would use Emacs or Dr. Scheme for that sort of thing.) There certainly are interesting things to try floating around da intranet. And also things to read and learn from, such as misp (via Moonbase).
*I'm going to describe two new features of my Scheme in this post. The second one is more interesting and was more fun to implement (cond).*