Music Hack Day Boston Interviews

This year, Zoe joined me for the first half of Music Hack Day Boston.

We had a lot of fun. One of the things she wanted to do at the event was practice her interviewing skills.

Zoe interviews Echo Nest staff at Music Hack Day Boston

Zoe interviews Echo Nest staff at Music Hack Day Boston

She had a great time speaking with the hackers, and everyone was very patient and friendly.

Here is the edited-down audio from this recording session.

Zoe Interviews hackers at Music Hack Day in Boston on November 9th, 2013.

Monospace in iOS Safari

Back in 2008, Dr. Drang wrote about how Monospace Characters in iOS were not actually monospaced. The situation has improved since then.

Today, drawing the same characters in a <pre> or <code> block works just fine.

Screenshot from iOS 7.0.4 Safari

...with an important exception. Using certain unicode "line drawing" characters in a <pre> or <code> block still, maddeningly, does not appear to be monospaced.

Here's an example of line drawing, which should look good on a desktop browser:


┌───────┐
│·······│
│·······│
│·······│
│·······│
└───────┘

When I previewed my line drawings on iOS, I couldn't get them to look right.

After searching the web I did find a little help.

Courier New appears to do a much better job of handling extended characters, and by explicitly requesting "Courier New" in your stylesheet, your text will render correctly. Here's a demonstration:

Screenshot from iOS 7.0.4 Safari

HTML for the above page is on Github.

If you are having trouble with extended characters rendering as monospaced in a <pre> or <code> block, make sure you are using "Courier New" rather than Courier.