…programming should be used as a means to introduce kids to ways of thinking and problem solving that will be useful to them in many different spheres of human endeavor. If in the process they get hooked to computer science and end up in careers involving programming, that would not be a very shabby outcome, either!
I sat down Sunday morning to read that piece (which I found through my handy Google alert for “computational thinking”) and it reminded me of something I’d almost completely forgotten about:
In summer 2000 — before eighth grade — I attended IMACS (no relation to Apple) for a few weeks. IMACS, short for the Institute for Mathematics and Computer Science, offered STEM-related activities in a day-camp format for different age groups.
My faint memories from IMACS include programming some rudimentary commands to control a robot, working with simple electronic circuitry to illuminate small light bulbs and completing various logic/reasoning questions.
So why did I, as 13-year-old who was mainly interested in writing, do this? Honestly, I don’t remember exactly beyond these two basic reasons:
My good friend Chris was going to attend
I’d had some technical inclinations since elementary school
You see, Chris and I had been aftercare aids at Country Isles. Yes, we sometimes clutched clipboards and walkie-talkies as we deposited toys in classrooms. But we also assisted with tech and AV — even Winterfest in 1997 (I will never forget what it’s like to be a 10-year-old running cables and duct-taping down wires for a school-wide singing show. Oh, and what ever happened to MiniDiscs?).
Earlier in elementary school when people would ask me, “What do you want to be when you grow up?” I would say, “A scientist and inventor.” Surely, even a few years after such a notion, that too factored into my decision to attend IMACS.
My larger point in recapping all this history is that earlier interests, such as from childhood, can stick with us as we grow up and it’s never too late to start appreciating other areas.
Honestly, math was my least favorite subject in high school. I used to think journalists and math didn’t mix. I was young(er) and wrong. In the year or so since I graduated college, I wish I had done at least one stats class (in addition to psychology, but that’s for another post).
So why am I now fascinated by computationalthinking and programming? My passion for journalism and how the fields relate, sure. But it’s also clear that my earlier interest and experiences, even one as limited as IMACS, play some role. (I also always have to credit Daniel Bachhuber specifically on the computational thinking front because he shared the first things I read/listened to on that topic.)
All of this is not to say you can’t develop a tech inclination later in life. You certainly can. What I am saying is how it’s helpful to evaluate what and who might have influenced you — and what comes of that.
Case in point, yesterday I talked my sister through setting up a blog on WordPress.com. I didn’t succeed earlier in the summer in getting her to host her own cooking blog, but in June she did buy her domain. What changed yesterday? I don’t know. We were just video IM chatting and it happened. Michelle, a rising college sophomore interested in finance and business (she digs math), is now set up to be a creator — not just a consumer.
Even if she never sets up her own hosted blog, never touches a line of code or never goes any further, it has — thus far — certainly been worth my brotherly nudging. And, to borrow from Grover, it wouldn’t be too shabby if she did.
What were some of your most noteworthy technical influences? Where did those influences lead?
Correction: The opening quote, originally attributed to Charles Profitt, has been updated to reflect the actual source — Shuchi Grover.
With all the discussion of the skill set and mindset necessary for journalists today — both of which are important — we need to also consider a deeper question about mindset: how to go about rethinking our thinking. One key area of exploration is computational thinking, through which we can tie the practice of journalism to the digital technology at the heart of new publication and distribution systems.
I recently led a session on this at BarCamp NewsInnovation Philly. It began with a brainstorming discussion on different types of thinking, which were mapped in the graphic below (update: the graphic below no longer works, so I’ve removed). My Publish2 colleague, Lauren Rabaino, took extensive notes (there’s summary of coverage at the end of this post).
My interest in different types of “thinking” came as I researched computational thinking, a concept outlined by Jeannette Wing, then a professor at Carnegie Mellon. This term “represents a universally applicable attitude and skill set everyone, not just computer scientists, would be eager to learn and use,” she says.
Wing, now at the National Science Foundation, said in her 2006 article:
“Computational thinking involves solving problems, designing systems, and understanding human behavior, by drawing on the concepts fundamental to computer science. Computational thinking includes a range of mental tools that reflect the breadth of the field of computer science.”
Some “everyday examples” of computational thinking that she outlines include:
“When your daughter goes to school in the morning, she puts in her backpack the things she needs for the day; that’s prefetching and caching. When your son loses his mittens, you suggest he retrace his steps; that’s backtracking. At what point do you stop renting skis and buy yourself a pair?; that’s online algorithms. Which line do you stand in at the supermarket?; that’s performance modeling for multi-server systems. Why does your telephone still work during a power outage?; that’s independence of failure and redundancy in design…”
A few days after BCNI Philly, I came across a May 2009 piece by Kim Pearson that relates the concept to journalism. In it she articulates some insightful points, including that “computational thinking is more than digital literacy.” Also,
“I’m not saying that journalists need to become programmers. I’m saying that we need to be able to reason abstractly about what we do, understand the full palette of computational tools at our disposal, and collaborate to deploy those tools with maximum efficiency and effectiveness.”
This ties in to something I said at the session, in response to a comment about what it means to bring computational thinking to journalism: It’s not about turning the reporting process into a rigid, scientific formula — journalism incorporates both art and science. It’s about taking the concepts, ideas, practices, etc. from different areas of thinking — including computation — and applying them to do better journalism.
There’s so much more that could be done — and at a more fundamental level — to improve our journalism with this additional way of thinking. Though he doesn’t identify it specifically, computational thinking is very much at the heart of the ideas outlined by Stijn Debrouwere in We’re in the information business and the rest of his series on information architecture for news):
“Let’s not kid ourselves. A new way of doing journalism requires new technology to support and foster that innovation. That technology should reach right into the core of our journalistic endeavors, not just touch the periphery…”
And a new way of doing journalism means incorporating new ways of thinking.
(To simplify things below, I use the titles “journalist” and “programmer” below to describe a primary role. Of course, a journalist can be a programmer and a programmer can be a journalist.)
In addition to computational thinking, another important point that came out of the BCNI session is that communication and collaboration between journalists and programmers needs to improve so we can build the necessary tools to do better journalism. Understanding computational thinking is one step, but it would also be beneficial for journalists to understand more specific programming concepts. Again, not all journalists necessarily need know how to program (though we do need more journalists who know code and I, as someone learning more coding skills, would highly recommend journalists learn as much as they can).
Put another way, it would help journalists to understand the similarities between programming and journalism. As a personal example, when I served as editor of The Miami Hurricane, one of our best copy editors — by chance — was the webmaster, Brian Schlansky. I eventually realized the reason: he was accustomed to staring at lines of code and searching for errors, akin to a copy editor.
Here some commonalities I’ve drawn between journalism and programming (with some inspiration for a couple of these from IT Conversationspodcasts):
Abstraction: My colleague Daniel Bachhuber verbalized this well: This means breaking something down into discrete elements. In the context of journalism, it means breaking things down into concrete questions and then finding the answers, which you can compose in some fashion.
Defining your variables or functions: Programming involves defining variables and functions to quickly and efficiently reference something without redundancy (ideally). As the saying goes, “don’t repeat yourself” (usually abbreviated as DRY). This is just like journalism. For example, if you’re writing about a fire, you need to explain the who, what, when, where, why, how, etc. “variables” so people understand what you mean later on when you reference “the fire.” Also, when you mention something related to the subject matter and link to more background or context. The DRY (unnecessarily) principle also applies to journalism.
Debugging: This process of locating and correcting errors in a code is similar to copyediting (think for the webmaster-copy editor example).
Bug and error reporting: When my browser crashes, it gives me the option to send an error report. When someone catches a factual error, we ask them to let us know. These two concepts already intersect with Scott Rosenberg’s MediaBugs, which launched in beta last week and allows users to report and discuss errors.
Commenting your code: Leaving a comment in your code is a way of adding information that doesn’t interfere with the code and, for example, helps to explain what something is and why it’s there. This is much like how a reporter would provide context for a quote, which you can’t change without “breaking it,” so to speak.
Learning different programming languages: On the bus back from Philly, I listened to a tech podcast on which Kevlin Henney, author of 97 Things Every Programmer Should know, asserted that programmers should learn other languages to improve inform and improve how they write their primary language. Similarly, journalists are encouraged to read other forms of composition to become better writers and watch other styles of motion pictures to become better videographers. For example, I’ve heard recommendations to take a screenwriting class and learn about that style to my enhance journalistic work.
Refactoring: This refers to changing internal code without effecting the external meaning or behavior. Another definition that correlates more to journalism says it’s a “form of editing whose goal is to improve readability while preserving meaning. It is a stronger term than copy editing.” This reminded me of the larger structural or organizational changes sometimes needed to improve a story while still maintaining the original focus.
Algorithm: In general sense, this is a “precise rule (or set of rules) specifying how to solve some problem.” A cooking recipe could be considered an algorithm, as could the reporting process — you start with some information or questions and then do research, interview people, draft and finalize a story as the result. That said, journalism includes elements of both art and science, not a rigid process as I explained before.
Version control: When creating software, a core principle is keeping track of each iteration of the project. In the editing workflow of a news organization, you ideally keep track of different revisions, either on a single document (for The Hurricane, that would be in the WordPress admin) with a history or by saving a new document and noting who last saw it (as The Hurricane did before switching to WordPress).
Semantic:Another word for semantic is unambiguous, David Siegel says. More specifically, “In the Semantic Web, we declare what we mean in precise, standardized terms. Data that is semantic means exactly the same thing to any system or person who uses it.” Do we not aim for the same thing in journalism?
So, really, you could say computational thinking has always been a part of journalism — we just hadn’t labeled it as such.
Many more parallels can be gleaned from works such as this Pragmatic Quick Reference (hat tip, Chrys Wu) and The Zen Python (hat tip, Christopher Groskopf). Read the latter — included below — and consider how many of these statements could work just as well for journalists as they do for Python coders:
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren’t special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one– and preferably only one –obvious way to do it.
Although that way may not be obvious at first unless you’re Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it’s a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea — let’s do more of those!
Again, the point here is to show the similarities between journalists and programmers — to help overcome any perceived barriers.
But we can’t and shouldn’t wait for any magical bridge to appear. There are so many things we can do today, even as simple as rethinking our thinking. If we do, then we can more easily pick up one another’s skills and tools.
Overall, by integrating journalism, programmers and “computational thinking for everyone,” we will be better prepared to more effectively build the tools, practices and platforms we need. And, with those platforms, we will be able to further connect and innovate to do better journalism.
Your turn: How do you think we can apply computational thinking to journalism and do better work? Also, as I asked on Hacks & Hackers, what are some other parallels between journalism and programming?
As someone who started out as a primarily “print” reporter, my mindset — and, more specifically, my thinking — as a journalist continues to evolve after nearly eight years in the field, starting as a high school sophomore.
How would you characterize the relationship between mindset and thinking? Which one is derivative from the other?
More specifically, I’d say that I’ve long had an open mind(set) in the journalism realm. For at least a couple of years, I considered this one of the most important characteristics for a journalist — along with passion. I still think this is true.
Recently I’ve become fascinated with “computational thinking” (more on that later) and wonder if my mindset is informed by this “new” way of thinking or vice versa.
As Lauren Rabaino (@laurenmichell) and I discussed on IM early this week, my tweet was something of a chicken-and-egg question. As Lauren said (and I agree):
your mindset impacts thinking which impacts mindset which impacts thinking… etc for infinity
So why am I thinking about this now? Well, for one, I’ve proposed a session (with the same name of this post) for Saturday’s BarCamp NewsInnovation in Philadelphia: Rethinking our Thinking. The description:
Journalists often discuss the need for evolving skill sets. On a deeper level, we sometimes talk about mindsets. What I’m interested in currently is, “How can we reshape our thinking?”
Computational Thinking and Computing lecture by Wing, the which you can watch below or download as a video podcast [slides].
Finally, there is the Center for Computational Thinking at Carnegie Mellon, the university where Wing worked when she wrote the original article.
Evolving Interests
All of this comes in the larger context of my interest in learning more coding, an ongoing process that I started taking to the next level last summer with JavaScript. I put that on hold as I focused on a project using a JavaScript framework and then picked up back up for a bit before moving on to PHP and MySQL around the fall/winter. I used a little PHP for a small side project and mostly put learning that on hold too.
More recently I’ve stepped back and am looking at coding from a broader perspective. This coincides both with my role in helping to organize the first Hacks and Hackers event in DC as part of the May 4 ONA DC meetup at American University. Also related, is last week’s launch of the Hacks and Hackers forum, where I serve as a community moderator.
So, basically: Whereas before I was interested in teaching myself some coding languages to enhance my skill set, I’m currently focusing more on learning about the fundamentals of programming and computational thinking (with the practical skills on the side for now).
Is this an essential step in learning to code? No. Has it been and will continue to be helpful? Most definitely.
The discussion of the “programmer-journalist” (can we find abetter name?) arguably started middle of last decade, so what has lead me to this point? I plan to delve into that with another post.
If you see a blog post titled “10 Iconic Journalists Every J-Student Should Study” and want to share it, please consider what you’re attaching your name to on the interwebs.
At the time of posting, more than 70 people have tweeted the link. That’s fine. Some, most or maybe all of them think it’s worth sharing. No problem there.
But I’ve wondered since last night, when I first saw the link, if people realized what it was: linkbaiting.
Thus, I’m consciously not linking to the post. Here’s the URL if you’d like to see it — just add and change [dot] to a period:
This type of linkbaiting is slimy and is meant to inflate the site’s PageRank.
Of course we all want links to our sites. There’s nothing wrong with that. But do you want to be a party to this sort of practice? It’s gaming the web and devalues higher-quality content that receives links organically (somewhat related).
Context
I received an email notification that I had a new message sent through my blog’s contact form at 12:37 a.m. on Jan. 5, 2010. Here are the details:
NAME
Amber Johnson
E-MAIL
amber.johnson1983@gmail.com
MESSAGE
Hi, We posted an article, " 10 Iconic Journalists Every JStudent Should Study” (http://www.onlinecolleges.net/2010/01/04/10-iconic-journalists-every-jstudent-should-study/), and I thought that you or your readers might find it appealing.
Wishing you Happy & Prosperous New Year
Amber Johnson
I’ve received a few messages like this in the past and planned to disregard this one too. Judging by the approach and complete lack of personalization (that’s right, don’t even use my name in the note, which is probably submitted by some kind of script), I guessed that other journalism bloggers had received also it.
Sure enough, I saw a few links to it on Twitter within minutes. Did they think it was linkbait?
How to investigate
1. What is the URL?
The domain is the first possible indicator. For the “10 Iconic Journalists” post, this should set off the first set of warning bells:
Come on, it looks fishy from onset. You probably wouldn’t open an email from Online Colleges, nor would you likely click such a textlink ad in your email program, so why would you want be a relay point for that promotion?
2. What’s on the site?
College-related content and search.
3. Does this content on this site seem out of place?
Does a site called Online Colleges really care what journalism students study? No, they want you to use their service. Look at the other recent blog content. And the email sender was “savvy with their target group — journalists on Twitter — who will tweet and RT the hell out of the link,” as Daniel Petty said in a reply. It’s very smart of them to have authorititave people with strong reputations to generate buzz.
4. Who owns the site?
Whenever this isn’t immediately clear on the about page or in the footer, you should be suspicious. Why don’t they list it?
5. Who owns the URL?
OnlineColleges.net is registered to Stephanie Marchetti of Glen Ellyn, IL. Based on a search of her name and search of her email address, it looks as though she’s registered other similarly named domains, such as graduatedegree[dot]org, mbainfo[dot]com and eduers[dot]com. She owns a total of 51 domains, according to DomainTools.com.
The registrant’s address is a home listed on Zillow (buy now!) and looks to be a nice 6-bed, 4.5-bath house on a 20,000-square-foot piece of property.
What does all this mean? I don’t know. I wish I still had access to LexisNexis and Accurint. But now you have some more context.
Note: I couldn’t find anything connecting her to the email address that sent the message to my blog.
6. Who has previously linked to the site?
Search link:URL on Google (substitute the address for URL and make sure there’s no space between it and the link: search operator).
7. Who sent the link?
“Amber Johnson”
8. Is it a real person?
The name sounded like a fake when I first saw the message, so I searched Amber Johnson, Amber Johnson + advertising, Amber Johnson + pr, Amber Johnson + Online Colleges, etc, etc. with no luck.
I also searched that name with the registrants name — without success.
9. If it’s not a real person, who is it?
I searched the email address from my contact form and didn’t find anything helpful until I put quotes around it. After the search, sometime during the 1 a.m. hour, I got one result, which included this:
The IP address links to a page with more details, which indicates the email bounced off a telecom company server in India. Not very helpful, but an important step in this investigation.
As I did all this, I was chatting with Daniel Bachhuber on IM (Daniel aptly noted that someone might just be using that particular server to send the message; it might not be the actual computer from where it was sent) and posting a few key details to Twitter (read some of the discussion).
I also searched “amber.johnson1983,” which gave me four results last night, including the one from the above search. Two results showed the same message I received and the other showed a similarly spammy request.
It’s also good to read, watch, listen to or in some other way consume the content on that page before you share (I’ll admit that I too could do a better job of fully consuming the content).
You could also follow steps similar what I did with the “10 Iconic Journalists” post.
Take away the source and context and the big question is, “Does this provide value?” Or, “Does this meaninfully add to the conversation?” Regardless of everything else, I knew from seeing the content that I found this post to have no real value. (OK, maybe just a tad in stirring comments of who should be on the list).
Similar linkbait-for-journalists examples
Journalistics — I’ll admit that their blog is not without some value. But it doesn’t seem like people realize (nor note when linking to them) that they’re blog is meant to advance their product, which is similar to HARO.
The piece that most reeks of linkbait? Best Schools for Journalism post. The post at least adds context that the results are based on the informal poll of 205 people and, without saying so, let’s you know how useless it is.
Learn-gasm — This example is comparable to OnlineColleges.net. Basically, they’re linking to 100 sites in the hope of getting links back to them in order to inflate their PageRank. I recall that they, like OnlineColleges, also asked me to link to them:
Don’t take the linkbait. Whether it’s an unknown site that looks spammy or a big site trying to keep their traffic up throughout the day by posting new content with little value, you don’t want to be known as someone who falls for this and, by making the bait-layer successful, strengthening the practice.
What’s the best etiquette? I think it’s ok to send someone a message such as, “Hey, I thought you’d be interested in this” or “I’d love your thoughts on this” and let the person do what they want. They’ll link it on their own if they like it. I’m more likely to not share a link if you ask just because I don’t want to open the door to more solicitations.
For the newsy crowd, journalists shouldn’t include a source or a source’s information in a story without verifying who they are and what they’re motivation is, so why not do the same on Twitter?
Sure, you don’t have to. But with all the noise and what I’ll call chaff-disguised-as-wheat online, why not — as a journalist — do your due diligence when sharing a link? And, sure, you may say a link or RT is not an endorsement, but it might still be perceived as such.
It’s not simply about denying linkbaiters their pageviews and buzz marketing, it’s about your credibility and reputation as a trusted source of information.
Moreover, verifying information or links you pass along is something everyone, not just journalists should do, no matter the medium. And, if you can’t verify it, provide the necessary context (more good reading on that topic).
Link journalism makes context easy in stories online. But the link in itself is not necessarily journalism — it’s what you do to verify its source and accuracy that makes it journalism and, thus, more valuable.
“Because it’s on the web” is no excuse for not verifying. That just leads to low-quality content, of which there’s plenty online. Instead, you should strive for the best quality because there’s so much garbage out there.
Far too often people tweet or retweet something as a knee-jerk, whether they read it or not. It seems that some people have become accustomed to over-sharing links. They might be well intentioned, but I would just like those frequent linkers to think:
Is this really providing value?
Is this unique? Specifically, has it been tweeted a million and two times already?
True, we all have different audiences and even having many overlapping followers doesn’t mean you should leave out the others who might not have seen it. We all need to be more discerning about what we share — and we need to know where it comes from.
There’s plenty of linking, but I’d like to see more thinking along with it.
Epilogue
Because we’re talking about links to lists, I’ll also say that all these of specific skills journalists need to have are all well and good, but the fundamentals are more important. Specifically, thinking critically and being skeptical.
UPDATE/BONUS LINK (4:50 p.m.): Craig Kanalley on how to verify a Tweet (h/t Ryan Sholin).
Disclosure: I work for Publish2, a company that helps power link journalism. If you think this post is ironic considering the topic, I’d reply “nay.” The purpose of this post is to add value and it is clear who I am, what I’m doing and where I’m coming from. I appreciate links, but I don’t solicit them.
Poynter College Fellows win again, this time on video. Seriously, that e-mail group is inspiring me. And, yes, I was asked directly. I don’t just randomly spout off like this. Ok, not THIS much. Thanks #pcf09 kids.
This is in response to a request for advice on teaching a video workshop for high school journalists [Update: to clarify, they already have some video recording and editing experience]. One earlier point I made in the thread was about Web vs. TV. And with that...
Ok, so in general, mostly big-picture tips for videojournalism. Quick follow-up, I shouldn’t have said “Web video” before. I consider this advice more in the non-traditional broadcast style because “Web video” should scale to mobile, TV, Hulu, iPhones, pocket watches (wait, what?), whatever (h/t Chuck Fadely re scaling).
I’m biased toward a documentary-style videojournalism, so here it goes:
The story rules. If it’s all pretty pictures, make me a slideshow.
You’re making a video — not taking a video (h/t Kenny Irby, who really brought it home). It’s not yours. You’re just helping the person or people tell their story or stories (h/t Rich Beckman).
Lexicon is important (h/t Kenny). Just like with making vs. taking, you’re not shooting, killing, chopping anything. And you’re not a shooter. Words matter. You’re better than that.
Video for Web can’t suck just because it’s online. As Rich says, it should be better because it’s primarily being viewed at a smaller size, which enhances your sense of imperfections. But it can also be viewed full-screen, on TV, etc.
Shorter = better. But there’s no rule for length. It should be as long (really, as short) as it needs to be.
You’re not doing soundbites — you need to ask subjects questions so you have them telling as complete a story as possible [Update: As Eric noted in the comments, and I almost included here the first time, this includes making sure you have full sentences. Also, I'll add that you need to the proper context. How? Awesome questions.], which leads to…
Avoid narration (way too many people use it as a crutch, both on Web and TV). It should be your absolute last resort. Only reason to use it, I think, is if the story suffers without it. Also, somewhat related…
Ditch standups. I don’t want to see you. I don’t want to hear you. I’m watching your video because I care about the subject — not you. Sorry.
On that note, I don’t really want to see them talking either. More so if it’s just them sitting in a chair, in a boring office, with their boring talking head. The less talking head, the better. If I only see a talking head once, I’m happy.
Get it in the field, the first time (h/t Jim Virga). Yes, technology allows you to clean up sound and color correct video, but it’s still not going to be as good, it can be very time consuming and it’s lazy [field work]. In that vein…
There’s a saying that audio is 70 percent of video (h/t Miami Herald vjs). Most people are more forgiving if the visuals aren’t great, but if the audio sucks, they’re probably saying see ya. I can’t emphasize audio enough.
Headphones. Always. It shouldn’t even need to be on here. And they’re not your be-all-end-all. The audio meter to see levels is your bestest friend in the whole wide world.
Have the eye of a photojournalist making pictures when you aim the camera.
Get tons of b-roll. There’s an 80:20 “rule,” which basically means get a lot more footage than you need. Which ties into…
You may only have one chance to get everything you need. Don’t take anything for granted in terms of interviews and b-roll.
No canned shots or b-roll. If you ask someone to repeat something they’ve done or do something they plan to do, you’re making stuff up. Sorry. Not good journalism. Any re-enactments, simulations, etc. should, first, be avoided at all costs and, if you must, be clearly disclosed.
Record mostly in the range of medium and tight, but be sure to get establishing (wide) shots.
Record sequences.
Story. Just wanted to make sure you remembered.
There’s no formula.
Try interesting angles and approaches (h/t Mike Schmidt). Break outside the “safe” zone (h/t Jim). If it doesn’t work, don’t use it. If it does, cool.
Your goal should be to use as few (ideally, no) automatic settings as possible (go manual with exposure, white balance, sound and focus) once you’re comfortable with the gear (h/t Jim). I want you to say, “This is my camera. There are many like it, but this one is mine.” You need to explore all the buttons and menus and settings. You need to be able to troubleshoot any problem that you could possibly troubleshoot. When you’re a professional, you can’t make excuses (h/t Jim Virga). No one will want to work with you. If it’s really beyond your control, then it might not be your fault, but you still don’t have what you need. (This is more a problem on deadline.)
Just because you can create a video full of narrative, doesn’t mean you should. Sometimes, you just need to let the pictures do the talking. If the video can show it better than a person can describe, just leave that out.
There is no perfect video. It can never really be finished (h/t Jim Virga). You need to accept and embrace that it can always be better. That’s why it’s so important to knock out as much as you can as early as you can. The more time you have to edit and re-edit and re-edit again, the more time you have to get feedback, the more time you have to sleep on it, etc., the better.
How’s that audio? Just checking.
Send it to everyone who’s opinion you value or can give you constructive feedback. That’s good for several reasons; namely, it’ll will make you better and it will help get your work/name out there.
Show your video to the subjects. If they have e-mail, send them the link. If they don’t, go to them with your computer. Again, it’s not for you. It’s for them and your viewers. (h/t Rich)
There’s no magic. It’s not something you’re born with. It’s almost all skills you can learn with practice.
You’re doing an important job. Keep at it and kick butt.
Non-attributed parts were learned along the way on my own or by some combination of by lessons from professors Rich Beckman and Jim Virga and professionals (check out their stuff online): Chuck Fadely, Travis Fox, Brent McDonald, Garrett Hubbard, Ricardo Lopez and other people I’ve seen speak. Also from articles and blog posts. Just trying to give proper credit.
Documentaries are great sources of inspiration [we watched parts of several in Jim's class]
And, of course, video journalism on news sites (NYT, WaPo, MediaStorm and the like)
That got a little out of hand again. Sorry. I wasn’t trying to be comprehensive, so there may be some points left out.
Everyone: What would you add/subtract/take the square root of?
Good luck, sir.
Greg
PS. Yeah, I’ll probably blog this one too. You guys are good, inspiring me to write!
Same question: What would you add/subtract/take the square root of?
Update: I’ve made some minor grammatical changes.
Update 2: People in the e-mail thread have added great insights, such as understanding video for different platforms at a conceptual level, how to plan, how to improvise, etc. Interviewing is huge too. After doing videojournalism for a about two years, I can say without a doubt it has made me a much better interviewer (and listener) after being primarily a text-based reporter for the five years prior.