This just makes me sad: Incredible Hulks – Exploring the ruins of Detroit
Monthly Archives: March 2009
Won’t be the Same Guitar Chords
Of all the Dance Hall Crashers tunes to not be transcribed, I can’t believe this is one. Was one. I worked out the album version the other day, still trying to put together a decent acoustic arrangement.
Intro: C G Dm x2 Verse: C G Dm It's morning two and you haven't called me C G Dm It's like a thorn burning in my side C G Dm Open the blinds, but something is different, can't put my finger on it C G Dm The bright clean air makes me wanna hide Am G F 'Cause now, oh now, this is how it ends Am G F Based on promises that we'll still be friends Chorus: C G Dm But ba da, ba da, ba ba ba da, I know it'll never be the same C G Dm Ba da, ba da, ba ba ba da, now it's all been broken C G Dm Ba da, ba da, ba ba ba da, I know it'll never be the same C G Dm Ba da, ba da, ba ba ba da, you know I'd still do anything for you Verse: Where is the day you used to inspire me? Where is the time I used to depend? On the relief of your anchor I thought I'd never need Now that it's gone, will I slip away? So now, oh now, this is how it ends Based on promises that we'll still be friends Chorus: But ba da, ba da, ba ba ba da, I know it'll never be the same Ba da, ba da, ba ba ba da, now it's all been broken Ba da, ba da, ba ba ba da, I know it'll never be the same Ba da, ba da, ba ba ba da, you know I'd still do anything Bridge: F C This is only a letter F C Jumbled words, no false pretense F C And it's not a true confession G 'Cause you've cost me much more than you'll ever guess F C But I'm not your fallen hero F C Someone who came to your defense F C And when it's all done and over G I'll make it, I'll make it, I'll make it, I'll make it make sense C G Dm x2 C G Know it'll never be Dm Know it'll never be C G Know it'll never be Dm Know it'll never be Chorus: Ba da, ba da, ba ba ba da, I know it'll never be the same Ba da, ba da, ba ba ba da, now it's all been broken Ba da, ba da, ba ba ba da, I know it'll never be the same Ba da, ba da, ba ba ba da, you know I'd throw it all away
Square Root Day
Rachel Maddow just used her news show to promote Square Root Day (news to me!) and Pi Day. She is the best nerdy newscaster evah!
Automating Spellcheck (SpellCorrect?)
Let’s start this off by admitting a dark secret: my spelling is atrocious. As an example, I initially typed that sentence as, “Let’s start this off by admiting a dark secret: my spelling is attrocious.” Built-in spell checking serves as a constant face-saver, but repeatedly finishing a sentence, switching from keyboard to mouse, right-clicking on the freshly-underlined words, and choosing what is nearly always the top choice from the built-in dictionary gets old. The fact that the computer’s first suggestion is almost always exactly what I tried to type makes me wonder: why can’t the machine automatically correct misspellings? Spell-checkers already rank the possible solutions, so it seems logical that if the delta of the ranking values between the top two choices is sufficiently large, it would be pretty safe to automatically make the replacement. If the action was accompanied by some sort of animation or color change (like the highlighting Mac OS X’s Preview performs when searching text in PDF files), the user would be aware the change had been made and could quickly evaluate whether it was correct. If it is, no need to switch over to the mouse and lose your train of thought; you can keep merrily typing away. If the correction was wrong, the highlight should remain for a while so that the user can finish typing, then come back to fix any mistaken spelling corrections.
Combining this technique with a machine learning system to detect patterns in a particular user’s misspellings (including the actual word they wanted) you could quickly end up with a highly-accurate spellcorrecter tailored to the end user. This brings the idea into my area of research, since the result would be a machine-learned program that could hold significant time-saving value to users. I’ll have to take a closer look at this at some point soon. In the meantime, I’m just frustrated that such a system doesn’t already exist.