15
PHP 3 Prof. Alvarado MDST 3705 31 January 2013

Mdst3705 2013-01-31-php3

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Mdst3705 2013-01-31-php3

PHP 3

Prof. AlvaradoMDST 3705

31 January 2013

Page 2: Mdst3705 2013-01-31-php3

Business• Course Schedule posted

– Include project days in April that may be used for more content, depending on progress

Page 3: Mdst3705 2013-01-31-php3

Review• Hackers = builders

– Coders and Painters are both hackers– Building is a way of knowing (praxis)– Coders and Painters have different skills

• Hacking involves awareness of two levels– LEVEL 1: Rules, methods, techniques– LEVEL 2: Effects, emergence, products– The two levels interact– The two levels are in tension

Page 4: Mdst3705 2013-01-31-php3

Programs like 10 PRINT and Conway’s Game of Life exemplify the difference and relationship between

levels

Page 5: Mdst3705 2013-01-31-php3
Page 6: Mdst3705 2013-01-31-php3
Page 7: Mdst3705 2013-01-31-php3

Finite RulesInfinite Patterns

Page 8: Mdst3705 2013-01-31-php3

Digital art is created by algorithms

like these

Page 9: Mdst3705 2013-01-31-php3

What happens when we want to study “real” art and literature?

How can we use the computer to help in the task of interpretation?

(The digital humanities is about interpreting the art, literature, and other products of

human intellectual labor)

Page 10: Mdst3705 2013-01-31-php3

We can view works of art and literature as patterns generated by rules

Page 11: Mdst3705 2013-01-31-php3
Page 12: Mdst3705 2013-01-31-php3
Page 13: Mdst3705 2013-01-31-php3

What about text?

Page 14: Mdst3705 2013-01-31-php3

Claude Shannon showed that English is governed by probabilities

It is possible to generate sentences that almost make sense, using a random generator, like the 10 PRINT program, governed by probabilities for each letter or word

Page 15: Mdst3705 2013-01-31-php3

Let’s experiment …