IAT 800 Process Intensity.

Slides:



Advertisements
Similar presentations
Jul 18, 2014IAT 2651 Process Intensity. Jul 18, 2014IAT 2652 Outline  Process Intensity  Geometry.
Advertisements

Communicating Information : Multimedia. Sights and sounds Combine all or some together and you get… multimedia.
Lecture 3 CS148/248: Interactive Narrative UC Santa Cruz School of Engineering 10 April.
Lecture 4 CS148/248: Interactive Narrative UC Santa Cruz School of Engineering 14 Jan.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
Procedurality & Process Intensity LCC 2700: Intro to Computational Media Ian Bogost.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
Visual Literacy Staff Development Presentation Kipps Elementary School November 2009 Presented by Juliane Meek.
Working with text ASCII and UNICODE.   
CHAPTER FOUR COMPUTER SOFTWARE.
The Beauty and Joy of Computing Lecture #3 : Creativity & Abstraction UC Berkeley EECS Lecturer Gerald Friedland.
Bob Marinier Advisor: John Laird Functional Contributions of Emotion to Artificial Intelligence.
Chapter Ten The Application and Presentation Layers.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
LCC 6317 Interactive Narrative Lecture 3 January 18, 2005.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Introduction to multimedia
Getting Started with Dreamweaver
A resource for teachers
Objectives Understand when to use visuals
Math and the SBAC Claims
Invitation to Computer Science, C++ Version, Fourth Edition
Binary Notation and Intro to Computer Graphics
The Beauty and Joy of Computing Lecture #4 : Creativity & Abstraction
Day 6 - Encoding and Sending Formatted Text
Introduction to Graphics Modeling
CHAPTER 8 Multimedia Authoring Tools
Introduction to Digital Audio
Technology Woes?.
Understanding Randomness
Invitation to Computer Science, Java Version, Third Edition
Tutorial 7 Working with Multimedia
Introduction to Problem Solving and Programming CS140: Introduction to Computing 1 8/19/13.
Types of Communication
Overview What is Multimedia? Characteristics of multimedia
Programming Fundamentals (750113) Ch1. Problem Solving
Introduction to Digital Audio
Introduction to Digital Audio
Data Science with Python
Working with Multimedia
Chapter 5 Architectural Design.
Multimedia Fundamentals
Introduction to Digital Audio
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
Getting Started with Dreamweaver
Intro to Digital Media & Multimedia
Working with Symbols and Interactivity
Day 6 - Encoding and Sending Formatted Text
Treatment : Media and Techniques
Programming Fundamentals (750113) Ch1. Problem Solving
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
GRAPHICAL USER INTERFACE GITAM GADTAULA KATHMANDU UNIVERSITY CLASS PRESENTATION.
Multimedia (CoSc4151) Chapter One : Introduction to Multimedia
Multimedia- Definitions
Teacher ; Aj. PAWINEE SORAWECH
Treatment : Media and Techniques
Programming Fundamentals (750113) Ch1. Problem Solving
Creating-1: Generate and conceptualize artistic ideas and work.
Option: Data Representation
Human-Machine Reconfigurations
Animal Behavior innate learned intelligent. Animal Behavior innate learned intelligent.
Introduction to Digital Audio
Artificial Intelligence
How do I actually complete one?
Option: Data Representation
Inspiration/Kidspiration
Computer Applications -Generic Elective
Working with Images Objectives:
Presentation transcript:

IAT 800 Process Intensity

Outline Process Intensity Binary Trees Nov 3, 2009 IAT 800

Process Intensity Process intensity - term coined by Chris Crawford Refers to the “crunch per bit” ratio How much processing does the computer do on the data? Instantial (Sampled) assets – data displayed by computer Sound files Bitmaps Text Animations … Nov 3, 2009 IAT 800

Instantial assets: Temptation When one first learning to program, instantial assets provide immediate reward For art and humanities students, might feel more “safe” But, instantial assets Don’t make use of the unique properties of computational media Limit possibilities for interaction Create an authorial bottleneck Are computationally “opaque” Nov 3, 2009 IAT 800

The essence of the medium The essence of the computer as a representational medium is not Intervention in the production or display of 3 dimensional forms or visual imagery (tools) Interaction with a participant/observer (interactivity) Control of electro-mechanical devices (installation) Mediation of signals from distant locations (communication) The essence of the computer as a medium is… Computation, processes of mechanical manipulation to which observers can ascribe meaning Nov 3, 2009 IAT 800

Computation = code + rhetoric Uninterpreted computation Physical symbol system Complex causal flows Rhetorical strategies Interpretation Representation Code machine Rhetorical machine Overuse of instantial assets blocks flow between code and rhetoric Nov 3, 2009 IAT 800

Instantial assets limit interaction More degrees of interactive freedom require more complexity of response As the interactor can do more, the program needs to do more Responses generated from instantial assets… Limit response to combinations of assets Require more assets as the range of response grows Can be an authorial bottleneck Instantial design tends to limit interaction or collapse response Nov 3, 2009 IAT 800

Computational opacity The meaning of instantial assets are opaque to code Example: code that triggers video clips can’t reason about or manipulate the meaning of the clips This opacity limits the code’s ability to resequence these assets in meaningful and interesting ways Assets must be designed for sequencibility or… Assets must be “opened-up” to the code Nov 3, 2009 IAT 800

But instantial assets aren’t “bad” Can tap into rich meaning systems Complex connotations, emotional flavor… We don’t know how to procedurally generate rich instantial assets This can quickly become an AI complete problem Purely procedural work may be overly abstract Need to appropriately balance the use of instantial assets and procedurality Develop strategies for manipulation of instantial assets Nov 3, 2009 IAT 800