Practice in Action
In the classes for Integrated Media last week everyone was reminded of what they had learnt last year. Getting video off a camera into the computer, compressing to H.264 MPEG4, uploading to their blog servers, and then embedding and publishing this. Several things I am learning as I do this the second time around, and after quite a few years of teaching these skills.
- you learn by doing
- so it is (if you like) like a studio practice
- a key skill to be learnt is a thinking in doing
- which is also a practice in action
This is because there is not a set group of tasks or procedures that you learn and then can happily apply, that is a set procedure with specific describable steps. As we discovered this week, for example, one piece of software was not installed and so we needed ways to work around this. This is the simplest way to demonstrate that what is fundamental to teaching these things you are actually immersing students in a practice, which is why it is irrelevant educationally to teach individual software products. The latter produces educational sweatshops that confuses content with practice. It is a learning by doing where the doing is to learn the argot of an OS, the network, and its assumptions and architectures.
Teaching is the same: the software was missing. Rather than letting that stop the class, we simply identified another way of achieving the same outcome, and did that. The outcome was how to strip carriage returns from a text file, the process was how to achieve that. This is the exercise of competencies that are performative and process orientated.
It also demonstrates that it is not about a piece of software. Just examine that one small task: strip out carriage returns. This requires you to understand that there are carriage returns which are characters. That they can be found, and replaced. That text files are very important in relation to working online. That there are programs that can do this. That these are text editors as opposed to word processors (and that is an intriguing difference right there). That you can find a text editor if this is what you know you are looking for. And so on. That is what is being learnt. Not how to use BBedit, TextWrangler, TextEdit, pico and so on, but that you can use these to replace these carriage returns (and we haven’t even addressed why they might need removing).