Copying Media

Reproducing images

Final project ideas

React

Outro

Copying Media

Welcome!


Plan for the day:


Reproducing images


The Age of Art in the Age of Mechanical Reproduction, Walter Benjamin.

This text is written in 1935, in the middle of the rise of Nazism.


What are some themes of the essay?


What are the pros and cons of copying?


The history of the production of art reflects the industrial revolution.


The aura of a work is devaluated by its reproduction.


Accessibility vs. elitism.


Art as politics: the aestheticization of politics vs. the politicization of aesthetics.


In Our Glory: Photography and Black Life, bell hooks.

What is the role of photography in bell hook's text?


The access to self-representation.


The constitution of non-institutional curation.


An imaginary museum, proposed by André Malraux

André Malraux inside his imaginary museum
André Malraux inside his imaginary museum


Reproduction lies between access and decontextualization.

But new technologies (and gift shops!) can help develop visual cultures beyond institutional reach.


Final project ideas


What topics are you interested in?


Next steps:


A wireframe is a sketch of a website focusing on:

How are things broadly organized? How do I move from one page to another? What are the interesting interactions?

Wireframe resources


React


what does useState do?


useState is used to create variables that will react to changes throughout the webpage.

useState involves separating the variable in two parts: one to get the value, one to set the value.


Using APIs

  1. getting a key from a source
  2. creating a request with search parameters
  3. receiving the data and parsing it

Outro

Homework: