Piano Guidance
Photo by Leeloo Thefirst Pexels Logo Photo: Leeloo Thefirst

What is the most touched key on a keyboard?

the letter 'T'.

Should I learn piano by myself?
Should I learn piano by myself?

Yes! While we believe the best way to learn piano is from an expert instructor, we're also in full support of students who prefer self-learning....

Read More »
What is the most powerful musical instrument?
What is the most powerful musical instrument?

According to the Guinness Book of World Records, the loudest (and largest) instrument in the world is the Boardwalk Hall Auditorium Organ. This...

Read More »

If you're good at games like Wheel of Fortune, Scrabble, or Words with Friends, you've probably figured out that certain letters appear more often than others. But do you have a cool way to figure out which letters appear most & least frequently? How about using a computer to plot this data on a simulated keyboard! But before we get started, here's a picture of a good ol' manual typewriter, found by my friend Sara. This reminds me of the one I used in typing class in high school (they didn't have enough electric typewriters to go around, so they made us males use the old manual ones!) Have you ever used a manual typewriter? By the way, if you're ever on a scavenger hunt, you'll want Sara on your team - she can find anything - thanks Sara! Now, let's find out which letters (or keys on the keyboard) I use the most...

Key Count of a blog post

For a simple first-test, I copy-n-pasted the text from my most recent blog post (the one about monitoring the number of M&Ms in our break room) into a text file, and wrote some code to import the text into SAS and count how many times each character (or number) was used. I then plotted that data on a simulated keyboard, and shaded each key based on the number of times that letter appeared in the text. Now you can easily see which letters I used most frequently.

Key Count of a SAS program

I write a lot of blog posts ... but I probably write even more SAS programs. So I used a SAS program as the text, and plotted it on the virtual keyboard. I was a bit surprised that it shaded the keyboard pretty similar to the blog text! Perhaps that was a fluke(?) I tried another test, using all the SAS jobs in my democd99 folder (that was 19 SAS jobs). The shading on the virtual keyboard looks very similar to the one for the single SAS job. What if I analyzed all the SAS jobs from all my democd's? (that's about 1,900 SAS jobs) Surely that would look different(?) Nope - the coloring is very similar to the previous ones! So it seems I consistently use certain keys more frequently than others. And what was my most frequently-used key? ... the letter 'T'.

What Good Is It?

This analysis was fun, but what good is it? Could you do anything useful with this information? Here are some possibilities: Well, for my personal benefit, it might tell me which letters are more likely to be more useful in word-games.

Why are my digital piano keys clicking?
Why are my digital piano keys clicking?

There are a range of other factors that might influence digital piano key noise - the weights in the keys may come loose and move about when...

Read More »
Can you clean keyboard with hand sanitizer?
Can you clean keyboard with hand sanitizer?

Q: Can I uses isopropyl or rubbing alcohol/Hand Sanitizer to clean my laptop? A: Yes. You can use both to clean the keys on your keyboard and the...

Read More »

Perhaps a keyboard manufacturer could use it to predict which keys will likely get more usage than others, and therefore use more heavy-duty materials/springs in those keys. Or, for the greater good, perhaps this type of analysis could be used to help detect fraudulent text (insurance fraud, fake comments generated by bots, etc). What other uses can you think of? (feel free to discuss in comments)

How'd He Do That?!?

This next section is for the curious programmers out there (and the lifetime learners who just want to expand their knowledge). Here's this nitty-gritty on the technique I used to create this custom keyboard visualization... I plotted the key summary counts on a choropleth map, where each key was a polygon. If you're not sure what a choropleth/polygon map is, think of a US map, where each state is a polygon. But whereas it's easy to find a polygon map for the US states, you'd be hard-pressed to find a polygon map designed to look like a keyboard. So I created my own. First, I created a dataset where I assigned a row and column for the center of each key I wanted in my keyboard. I then created 4 coordinates for each key, using x/y offsets (left/right/up/down) for each key. These 4 coordinates create a rectangle around the center of each key. I've added the character for each key so you can better see how the layout is shaping up. Now that I have 4 coordinates forming a rectangle for each key, I can treat them as map polygons, and draw them using Proc GMap. Below is the keyboard map, with the letters annotated on each key. The above would be an acceptable representation of a keyboard map, but the keys aren't really positioned like they are in my keyboard. I therefore used trial-and-error, and added a little bit of x-offset to each row of keys, and this produced the final map layout. If it looks more like a keyboard layout, hopefully people will more easily get that it represents a keyboard. If you'd like to see the SAS code I used to create this example, here's a link. Update: Kevin Smith suggested it might be interesting to see the data plotted on a Dvorak keyboard layout. And here it is! :)

What is the most difficult musical instrument to play?
What is the most difficult musical instrument to play?

Pipe Organ Perhaps the most difficult instrument to learn is the Pipe Organ. There are a few reasons for this, but the main one is the number of...

Read More »
What is a short symphony called?
What is a short symphony called?

Sinfonietta: A small symphony, usually scored for a small orchestra. Sonata: A composition of usually three or four movements for solo instrument,...

Read More »
What piano chords are most used in trap?
What piano chords are most used in trap?

Trap chord progressions are often relatively simple. ... Here are a couple of common chord progressions In the key of A minor: Am - F - C. Am -...

Read More »
Can a broken key be remade?
Can a broken key be remade?

While broken keys can be copied, you need to take into consideration how badly damaged the key actually is, as the key is an exact duplicate of...

Read More »