Simplicity and complexity
KeithHandy posted in Your Brain on December 27th, 2008It’s a treat to occasionally read something that’s at the exact right level for me. Not talking about intelligence vs. stupidity — I’m talking about where I am in a learning curve. Everything we read starts with some assumption about what we already know, and it’s nice when this assumption gets it exactly right… starting slightly lower, so that we get a quick recap of the basics, can nod our heads in agreement, and then be ready to absorb the next thing.
But, I also like to read things that are not at my level, and I will tell you why.
If something is at too low of a level — let’s say a book about the basics of using a computer — I find it fascinating to see how this information is communicated to people who don’t have that basic understanding. It’s interesting to be reminded of what knowledge I take for granted, and even think of it in a different way. And it’s also helpful to get some perspective on what goes on in the mind of a person who doesn’t understand computers, so that I might learn to communicate better with those people.
If something is at too high of a level, I still can get something out of it. Reading stuff that’s too advanced helps to plant terms in my head. It’s very much like planting seeds; if I see terms frequently enough, I get a sense of them being important somehow. And then when the time has finally come to learn the meaning of that term, there is that much more satisfaction to it, and probably more retention. Off the top of my head, I’m having trouble thinking of a current example of this, but for a past example: I’m sure I heard/read the phrase “object oriented” a zillion times before ever writing my first class. The more instances there were of me hearing/reading “object oriented” and not having a clue what it meant, the more neurons were primed to joyfully fire off once the lightbulb switched on. In other words, the more I “tortured myself” by exposing myself to the unfamiliar term, the more exciting it was to finally learn it.
When I write posts like my previous one, the reactions tend to be along the lines of “I don’t understand a word of that”. And so it might help for me to try to tie my thoughts above to your experience reading this blog… which kind of centers around whatever creative breakthrough I’m having, or trying to have, at any given moment, and then occasionally goes way off topic so I can talk about my pets, or drop my two cents into the big political conversation.
I definitely don’t write in a way that I expect any reader to completely understand every word. That might seem off-putting, as if I don’t care whether you enjoy reading this or not, but that’s absolutely not the case here! I do try to write in a way that at least amuses you between the parts that make you scratch your head, and hopefully paints some more general overview of why I’m excited about what I’m doing. You might not understand what C++ code has to do with processing video images, but hopefully you can pick up on the feeling of freedom and liberation I get from building my own tools. You might not know what a sharp-ninth chord is, but hopefully you pick up on the idea that it’s a unique sound — and ultimately a unique feeling — that you can’t get from a straight major or minor chord. (Reading about a chord is one thing… but if you hear an unusual chord and like it, there’s no excuse for not finding out what it is so you can use it in your own songs!)
While I’m apparently very good at conveying how “complex” my interests are, I might be terrible at conveying how simple they also are, at least in my head — the point where an idea comes together and finally makes sense, and becomes useful and powerful. Complexity is just a middle stage in the development of a good idea:
2. COMPLEX
3. SIMPLE (and original)
So if it still appears complex, then from your standpoint, I’m just not done yet. But from my standpoint, I’ve carved out this little section of code where I can do much more powerful things with the images, with very few lines of code. (And besides, I’m the one that’s going to be using the darn thing.) So, the point of my last post was, hey, I just created this tool that will help to make future toolbuilding quicker and more powerful. And I’m excited about it, and want to share that excitement.
I am NOT evangelizing that this is the path for you. I happen to have been experimenting with C++ code for audio and image manipulation since the turn of the century, was drawn into it on an emotional level (”there’s power in this stuff, I’m determined to sort it all out”, etc.), and I’ve created an ever-expanding arsenal of building blocks over that time. If you jumped into it cold, without patience or motivation — especially motivation — you would be dead stuck. The point for you is to take it as inspiration for some way in which you can create some kind of thing, system, or procedure that you will be able to benefit from, in a way that makes sense to you.
I have no idea what that would be, but I hope you make that connection.


