
Multimedia MikeDuring my recent effort to force myself tounderstand Unicode and modern text encoding/processing, I was reminded that this issomething that “every programmer should just know”, an idea that comes up every so often, usually in relation to a subject in which the speaker is already an expert. One of the most absurd examples I ever witnessed was a blog post along the lines of “What every working programmer ought to know about[some very specific niche of enterprise-level Java programming]“. I remember reading through the article and recognizing that I had almost no knowledge of the material. Disturbing, since I am demonstrably a “working programmer”.
For fun, I queried the googles on the matter of what every programmer ought to know.
Specific Topics
Here is what every programmer should know about:Unicode,time,memory (simple),memory (extremely in-depth),regular expressions,search engine optimization,floating point,security,basic number theory,race conditions,managed C++,VIM commands,distributed systems,object-oriented design,latency numbers,rate monotonic algorithm,merging branches in Mercurial,classes of algorithms, andhuman names.
Broader Topics
20 subjects every programmer should know,97 things every programmer should know,12 things every programmer should know,things every programmer should know (27 items),10 papers every programmer should read at least twice,10 things every programmer should know for their first job.
Meanwhile, I remain fond ofthis xkcd comic whose mouseover text describes all that a person genuinelyneeds to know. Still, the new year is upon us, a time when people often make commitments to bettering themselves, and it couldn’t hurt (much) to at least skim some of the lists and find out what you never knew that you never knew.
What About Multimedia?
Reading the foregoing (or the titles of the foregoing pieces), I naturally wonder if I should write something about what every programmer should know about multimedia. I think it would look something like a multimedia programming FAQ. These are some items that I can think of:
What other items count as “something multimedia-related that every programmer should know”?
Posted inGeneral|
12 Comments »