Category: documentation


10 Apr 2018

Thesis - Overview

Question Can an algorithmically generated encyclopedia create a believable system of knowledge? Description Wikibabel examines contemporary epistemology through an alternate version of Wikipedia. The site, a searchable database that is aesthetically and functionally similar to Wikipedia, is created with a process that uses machine learning to analyze the entirety of the online encyclopedia for its linguistic and structural style and then creates new articles based on those patterns. The project employs parody and satirical critique... Read more

Categories: documentationcoursesthesis

09 Apr 2018

Thesis - Project Update

After the Quick and Dirty Thesis Show, I have decided to focus on two areas: Creating a contained set of articles Develop a function that will create articles on the fly when you click on a broken link My preliminary work on #2 has yielded mixed results, which is why I’m first focusing on creating a contained set of articles. I currently have 10 great articles on the site (I’ve removed the bad ones). Each... Read more

Categories: documentationcoursesthesis

20 Mar 2018

Thesis - User Testing

This is a summary of the user testing I have performed to date. Some of the most valuable testing came during the Quick and Dirty Thesis Show, where I received feedback from several members of the public who had never seen my project before. The feedback included: Great project, I love the concept What is this supposed to be? Is this the actual Wikipedia? Is is supposed to be real? How did you create the... Read more

Categories: documentationcoursesthesis

07 Mar 2018

Thesis - Midterm Progress Update

I’ve been focusing the past couple of weeks on refining my answer to the question, “why am I doing this project?” I’ve scheduled office hours with Allison Parish the past two weeks to discuss the artistic context for my project. I also met with Darius Kazemi, another expert in the field, who was visiting NYU for the past two weeks. As a way of working through possible directions for the project, I created a few... Read more

Categories: documentationcoursesthesis

06 Mar 2018

Teaching as Art - Syllabus

Learning Objective: to facilitate an experience with Lydia Clark's piece Pedra e Ar (Stone and Air) Learning Outcomes: participants will learn about Lydia Clark's work, her role in the Brazilian art scene, and the specific context for this piece. Through the experience of engaging with an interactive piece compososed of "sensorial" objects, participants will gain their own understanding of the piece - at a physical and intellectual level. Syllabus Facilitator discusses Lygia Clark's development as... Read more

Categories: documentationcoursesTaA

20 Feb 2018

Thesis - Work Update

This week I finished setting up the site. I installed a fresh version MediaWiki and, more importantly, implemented all of the necesssary anti-spam measures. The last time I did this, the site was taken over by spammers and I had to delete the site because it was raising red flags as a security risk to the NYU network. Lesson learned! I also installed some of the core templates, modules, and extensions for Mediawiki. These are... Read more

Categories: documentationcoursesthesis

11 Feb 2018

Thesis - Self Assignment Matrix

Working project title: Wikibabel 14 Week Project Summary: Develop a working prototype of a website for an alternate universe closely resembling our own. The site will be generated using machine learning trained on a data dump of the Wikipedia corpus. The project will be an online platform, intended for the general public, that is aesthetically similar to the existing Wikipedia and will be used in a similar way. Install Mediawiki Time: 2 hours Form/Media: website... Read more

Categories: documentationcoursesthesis

11 Feb 2018

Thesis - Research Bibliography

On Wikipedia Not notable enough: feminism and expertise in Wikipedia Gauthier, Maude, Sawchuk, Kim Communication & Critical/Cultural Studies. Dec2017, Vol. 14 Issue 4, p385-402. Using Wikipedia to Predict Election Outcomes: Online Behavior as a Predictor of Voting Smith, Benjamin, Gustagso, Abel Public Opinion Quarterly. Fall2017, Vol. 81 Issue 3, p714-735. A river by any other name: Ganga/Ganges and the postcolonial politics of knowledge on Wikipedia. Kumar, Sangeet Information, Communication & Society. Jun2017, Vol. 20 Issue... Read more

Categories: documentationcoursesthesis

11 Feb 2018

Teaching as Art - Syllabus

Computational Thinking Meets daily, Monday - Friday 3rd period, 11:10am - 12:00pm Computational Thinking gives students an understanding of both how computers work and how computers impact society. Given that computers form an increasing amount of our infrastructure and are required in order to perform the basic functions of day-to-day life, it is critical that students develop a basic literacy of how these machines function. By alternating between classroom discussion and hands-on labs, students will... Read more

Categories: documentationcoursesTaA

06 Feb 2018

Thesis - Project Ideas

I want to create an alternate version of Wikipedia. Before going into possibilities for the project, it will be helpful to briefly discuss how Wikipedia’s technology and how it is organized. Wikipedia is built using the Mediawiki software. Mediawiki is a wiki software than can be used for other types of wiki projects. When you visit a Wikipedia page, there are actually many components in addition to the body text itself that go into making... Read more

Categories: documentationcoursesthesis

02 Feb 2018

Teaching as Art - Curriculum

For context, I went to public school in Missouri. I found this list of graduation requirements on my high school's website. I remember this piece of paper very well. I don't remember having to take classes on Practical Arts, but everything else looks the same. It is important to note that graduation requirements are not a curriculum, but I like this approach toward a more liberal arts curriculum. I'm interpreting liberal arts rather broadly and... Read more

Categories: documentationcoursesTaA

29 Jan 2018

Thesis - Dream Review

This review would look nice in Motherboard or maybe the New Yorker’s Goings On About Town. The web art project Wikibabel makes notable advances in the genre of creative textual generation. Whereas previous projects often felt like ‘word salad,’ where the textual products don’t hold up to close reading, Wikibabel feels more realistic. By pioneering new techniques for large scale text generation, the output creates a web of interrelated components that are greater than the... Read more

Categories: documentationcoursesthesis

11 Dec 2017

A2Z - Final

My final project for Programming A2Z was Wikipediae, an alternate version of Wikipedia generated by a recursive neural network (RNN) algorithm trained on a data dump of Wikipedia. The goal of the project was to host a series of linked webpages that were aesthetically similar to Wikipedia, where the text is entirely generated. I was hoping the output would contain an entire alternate universe, with its own countries and geography, political systems, celebrities and cultural... Read more

Categories: documentationcoursesnoc

19 Nov 2017

Programming A to Z - Final Proposal

For the A2Z final, I'm planning to continue working on the alternate Wikipedia text generation project I started for last semester's Nature of Code final. The project uses the Torch-RNN machine learning library for recursive neural networks to train the entirely of Wikipedia (via their data dumps) and then generate an output, ideally the same length as the current Wikipedia. My goal is to create an alternate version of Wikipedia that introduces enough randomness to... Read more

Categories: documentationcoursesa2z

25 Oct 2017

Programming A to Z - Midterm

For the A2Z midterm, I continued working my assignment from week 3 to get the article links on the front page of various news sites (left-leaning, right-leaning), grab the text of those articles, and then use named entity recognition to extract the names of places referenced in those articles. I got the code working to extract the articles, and also to use spaCy to extract the locations. The code is available as a Gist. While... Read more

Categories: documentationcoursesa2z

26 Sep 2017

Programming A to Z - Week 3

I had an ambitious goal this week. I wanted to created a script that gets the article links on the front page of various news sites (left-leaning, right-leaning), grab the text of those articles, and then use named entity recognition to extract the names of places referenced in those articles. I am curious to how often various news agencies refernce places, which places, and how those lists compare. I started with the New York Times... Read more

Categories: documentationcoursesa2z

12 Sep 2017

Programming A to Z - Week 1

rm verbs! add some text and click submit to replace the verbs with fill in the blanks! use text sample drag a file enter some text submit clear Read more

Categories: documentationcoursesa2z

22 Jun 2017

Networked Media - Week 10

For my final project, I want to create a Solr index to that can be used to search across a large amount of flexible data. There are a couple options for using Solr in Node, so I would like to create an Express server that uses the search functionality we worked on earlier in the semester to search across the Solr index. I haven't decided what I would kind of data I want to index,... Read more

Categories: documentationcoursesnetworked-media

20 Jun 2017

Networked Media - Week 8

In The Long Tail, Chris Anderson examines the 80/20 rule - that 80% of the content is consumed by 20% the people - in light of the digital age. I think the 80/20 rule still holds up, although it seems the makeup of the 20% is more volatile because the crowd has more power in selecting the 20% (through clicks, views, etc) and because the gatekeepers have changes (from newspapers, cable tv to Google, Facebook,... Read more

Categories: documentationcoursesnetworked-media

13 Jun 2017

Networked Media - Week 6

In Surveillance and Capture, Two Models of Privacy, Philip Agre expands on Deleuze's critique of Foucault's Panopticon in light of the digital age. Agre discusses the surveillence model and the capture model, where the latter "understands information to go in many directions, and for many purposes." The capture model, which includes website cookies, structural metadata, and personal information management (PIM) systems, casts a wide net in tracking large amounts of seemingly banal data, and then... Read more

Categories: documentationcoursesnetworked-media

08 Jun 2017

Networked Media - Week 5

In Postscript on the Societies of Control, Gilles Deleuz critiques Foucault’s disciplinary societies, noting that many of the examples fit in the context of 19th and early 20th centuries but don't necessarily hold up today. I agree with this criticism, especially Deluez's comment that "the corporation has replaced the factory, and the corporation is a spirit, a gas." While Foucault's description of the disciplinary society is apt for hospitals, museums, etc, Deleuz provides an accurate... Read more

Categories: documentationcoursesnetworked-media

06 Jun 2017

Networked Media - Week 4

I led a discussion on Foucault's Discipline and Punish, Panopticism: The Birth of the Prison. Below are my notes for the conversation: examines how discipline and punishment work in modern society plague: need order, boundaries of normal and abnormal are blurred; anyone can get sick (i.e. abnormal), and if sick/abnormal w/ plague, there is a danger to society start to see techniques and institutions for measuring and supervising abnormal beings quarantine sick people (lepers, plague... Read more

Categories: documentationcoursesnetworked-media

01 Jun 2017

Networked Media - Week 3

"A Declaration of the Independence of Cyberspace" is a utopian musing on the promises of cyberlibertarianism. Written in the mid-1990s when the internet was in its infancy and many of its early pioneers espoused its radical democratic potential, the vision laid out here has fallen flat. Perry Barlow notes, "Ours is a world that is both everywhere and nowhere, but it is not where bodies live," but one shortcoming of this vision is that the... Read more

Categories: documentationcoursesnetworked-media

30 May 2017

Networked Media - Week 2

Marshall McLuhan writes about the idea that "the medium is the message," arguing that the medium itself needs to be considered in addition to the content it carries. Moreover, the medium - a particular way of communicating - influences the meaning of the content itself. For example, Abraham Lincoln's Gettysburg Address has a different meaning when it was delivered as a speech by Lincoln at Gettysburg in 1863 as opposed to the transcript of that... Read more

Categories: documentationcoursesnetworked-media

24 May 2017

Networked Media - Week 1

In "As We May Think," Vannever Bush describes Memex as a device that will store the world's knowledge in a networked way. It foreshadows the internet in a surprising way, such as predicting the feature of hyperlinking, and particularly in foreseeing the large scale potential of projects such as Wikipedia. One feature that is overlooked in the piece is the complexity of human knowledge. There is an inherent tension is in the messiness of human... Read more

Categories: documentationcoursesnetworked-media

04 May 2017

Nature of Code - Week 7

My final project for Nature of Code was Wikipediae, an alternate version of Wikipedia generated by a recursive neural network (RNN) algorithm trained on a data dump of Wikipedia. The goal of the project was to host a series of linked webpages that were aesthetically similar to Wikipedia, where the text is entirely generated. I was hoping the output would contain an entire alternate universe, with its own countries and geography, political systems, celebrities and... Read more

Categories: documentationcoursesnoc

14 Apr 2017

Nature of Code - Week 5

Wikipediae is an alternate version of Wikipedia generated by a recursive neural network (RNN) algorithm trained on a data dump of Wikipedia. The goal of the project is to host a series of linked webpages that are aesthetically similar to Wikipedia, but the text is entirely generated. I am experimenting with RNN libraries to train on a data dump of Wikipedia, and to find one that create outputs most similar to the training corpus. Meaning,... Read more

Categories: documentationcoursesnoc

14 Apr 2017

Nature of Code - Week 3

I have a couple data sets in mind that I’ve collected and would be interested in working with for the final project, both of which are textual corpora. I’ve done some limited work with applying Justin Johnson’s torch-rnn library toward creative ends and would be interested to explore it in more depth. The results I’m looking for are often similar to something like a markov chain bot, but using an RNN library allows one to... Read more

Categories: documentationcoursesnoc

04 Apr 2017

Nature of Code - Week 3

I have a couple data sets in mind that I’ve collected and would be interested in working with for the final project, both of which are textual corpora. I’ve done some limited work with applying Justin Johnson’s torch-rnn library toward creative ends and would be interested to explore it in more depth. The results I’m looking for are often similar to something like a markov chain bot, but using an RNN library allows one to... Read more

Categories: documentationcoursesnoc

04 Apr 2017

Nature of Code - Week 2

This week's assignment was to do something with genetic algorithms (GA). Genetic algorithms help solve "optimization problems based on a natural selection process that mimics biological evolution" [citation]. In thinking about other things passed on through the generations, I realized I could have some fun with family recipes. So I made a thing that mutates your treasured family recipes. Thought you had the perfect peanut butter cookie recipe? You need to adapt to the times,... Read more

Categories: documentationcoursesnoc

08 Mar 2017

Detourning the Web - Week 6

This week's assignment was to do something with vidoes. I made a supercut of my favorite scene from The Wire The Wire Supercut [Detourning Week 6] from Zach Coble on Vimeo. I used videogrep to make the video, with pocketsphinx to create the word-level transcriptions. The transcription wasn't that great, but at least it created a machine readable file with timestaps, so it was pretty straightforward to edit the file for accuracy. Read more

Categories: documentationcoursesdetourning

06 Mar 2017

Who Owns Social Memory- Archiving and its Discontents - Final

The final project was to 'Work with an existing archive or archival object and open it up to new elaboration through re-performance and re-interpretation.' I worked with the Met's recently released digital collections and the NYPL's digital collections. to create collages and compise images using ImageMagick. But first, a little context. According to Wikipedia, a collage "is a technique of an art production, primarily used in the visual arts, where the artwork is made from... Read more

Categories: documentationcoursessocial-memory

02 Mar 2017

Detourning the Web - Week 4

This week's assignment was to do something with images. I used ImageMagick to play with the Met's recently released digital collections as well as the NYPL's digital collections. I was initially intrigued by the idea of making composite image, overlaying several images to make one image. Here are a couple examples using Roman marble busts from the Met. While these are by no means representative of the method, I was a little underwhelmed with its... Read more

Categories: documentationcoursesdetourning

22 Feb 2017

Detourning the Web - Week 3

This week's assignment was to scrape the web and then create a list with the material you collect. Our president likes ratings - Celebrity Apprentice's ratings, CNN's ratings, etc. Good shows with good ratings - like the Fox News morning show, Fox and Friends - get the president's ear. Well and good, but who gets the president's ear after he puts on his president pants and goes about his day doing president things? How does... Read more

Categories: documentationcoursesdetourning

01 Feb 2017

Detourning the Web - week 1

5 STAR REVIEWS FOR BLACK TOPHEADWARE 3 HOLE SKI MASK This week's assignment for Detourning the Web was to write a web scraper that grabs text from a page or series of pages and saves it to a file. I wrote a program that grabs the 5 star review from BLACK TOPHEADWARE 3 HOLE SKI MASK on Amazon The code is at https://gist.github.com/coblezc/bd2e3aa80252c4db9947efe397e5e831 Read more

Categories: documentationcoursesdetourning

08 Dec 2016

PComp - Final Project Update

For the pcomp final, Jaycee and I building a multi-player version of the classic game snake, where each player's snake is moved by player's body around the table. The most challenging part of the project has been finding the right sensor. We were told to focus on the game design and that the sensors would be the easy part, but apparently indoor sub-meter position tracking is a very challenging problem, at least on a graduate... Read more

Categories: documentationcoursespcomp

06 Dec 2016

Animation - Week 7

For this week's assignment, I created a Unity character with a pre-programmed interactive keypress. Unity is truly a pain in the ass to work with, so the character just moves from idle to jumping when you use the vertical keys (w or up arrow). I used the blend tree to move between animations and a C# script to generate the movement on keypress. Read more

Categories: documentationcoursesanimation

29 Nov 2016

Animation - Week 5

Dorothy Lam, Nitish Wakalkar, and I made Metamorphosis for our Animation assignment: Metamorphisis from Zach Coble on Vimeo We began by each bringing an idea for a character - I brought a walrus, Dorothy brought a planet-eating caterpillar, and we convinced Nitish to do a butterfly. Nitish created the characters and planets in Photoshop to give visual consistency, then we worked out a rough outline for a storyboard. We each animated the part where our... Read more

Categories: documentationcoursesanimation

16 Nov 2016

PComp - Final Project Concept

For the pcomp final, Jaycee and I are creating a game based on Slither. The program for the game will be built using p5. The game board will be projected onto a circular table and will accomodate up to 4 players. To move your snake, a player would move around the table in the direction they want their snake to move. For example, if you want your snake to move to the right, you would... Read more

Categories: documentationcoursespcomp

02 Nov 2016

Animation - Week 1

This week's assignment was to create a stop-motion video. I worked with Sebastian, Steph, and Michael, and we made Cameras on Cameras. Cameras on Cameras We found an apartment door buzzer camera from Insecam that was on Prince Steet in SoHo and decided to work with it. The surveillance camera stream already had a stop motion feel to it, so we decided to play on that. Our idea was to record Sebastian walking toward the... Read more

Categories: documentationcoursespcomp

01 Nov 2016

PComp - Midterm

The midterm assignment was to create a compelling interactive piece. A simple idea with near limitless possibilities. My idea was create an audio mixing board that utilized the prismizer audio effect. I knew it was going to be outside the scope of the midterm project, so I decide to focus getting the basics set. The result is an instrument that allows users to record on a microphone, play and stop the recorded audio file, and... Read more

Categories: documentationcoursespcomp

21 Oct 2016

Intro to Fabrication - Week 6

This week’s assignment was to make mount a motor and mount something to the motor. I'm making an audio board for my PComp midterm so I ordered the slide potentiometer from SparkFun. slide pot The kit comes with a motor mount but I still needed something to put on the knob. So it was quite serendipitous that I found these "synth knappers" for 35 Danish krones (~$5). I'll have to play around with the knobs... Read more

Categories: documentationcoursesfabrication

21 Oct 2016

Intro to Fabrication - Week 5

This week’s assignment was to make something using two different materials. I'm still tweaking my mobile from Week 1 and wanted to play with different materials for the hanging pieces. Walnut and cherry I picked up some 1/8" walnut and cherry pieces from Blick on 13th St and used the laser cutter to make different combinations of triangles. I tried using the Wacom Bamboo tablet again to draw the pieces in Illustrator, but later decided... Read more

Categories: documentationcoursesfabrication

04 Oct 2016

Intro to Fabrication - Week 4

This week’s assignment was to use make an enclosure. I decided to make a box for my PComp project this week, making a theremin. The theremin I wanted to use standoff screws (and acrylic) but had trouble tracking down the screws, so I did a hack-y version using nuts and bolts. After tracking down the supplies, I made the Illustrator file to laser cut the top and bottom pieces. After using the laser cutter for... Read more

Categories: documentationcoursesfabrication

26 Sep 2016

PComp - Week 3 Labs

This weeks labs covered digital input and output and analog in. The digital input task was to build an LED circuit and program the Arduino to blink the light. I noticed that setting delay(12) was the lowest I could set the delay and still observe a blink with my naked eye. The digital output task was to build an LED circuit with a push button switch and program to read whether the light is on/off... Read more

Categories: documentationcoursespcomp

26 Sep 2016

PComp - Week 3 Observation

I took the train to DC on Monday for a conference at the Library of Congress, and decided to observe people watching the train schedule ticker board. Trying to be an outsider, here’s my observation of people’s interaction with the board... Crowds ceaselessly gather and disperse around a board, approximately 20 ft wide and 8 ft tall. It has 10 columns and 9 rows. There is a large open area where people gather in front... Read more

Categories: documentationcoursespcomp

26 Sep 2016

Intro to Fabrication - Week 3

This week’s assignment was to use the laser cutter. I decided to spruce up my Calder-esque mobile from last week's assigment by using acrylic cutouts instead of washers. I got some acrylic from Canal Street Plastic and started designing the cutouts in Illustrator. I checked out the Wacom Bamboo tablet and styles from the ER because I quickly realized that it was much easier to draw the designs with a styles than using the trackpad.... Read more

Categories: documentationcoursesfabrication

20 Sep 2016

PComp - Week 2

I made a switch by taping toilet paper between the wire and the battery. The paper created a buffer space opening the circuit, which is closed when pressure is applied. It’s using a 3V battery from my digital camera Read more

Categories: documentationcoursespcomp

20 Sep 2016

Intro to Fabrication - Week 2

This week’s assignment was to “make multiples of something, 5 or more.” I created a Calder-style mobile, assembling the 5 levels into a whole. I started at the plumbing section at Home Depot to find materials. I picked up some washers to put on the end of each level, some 16 gauge wire, and some fishing line to connect the levels. I knew I wanted the project to look something like this: I began by... Read more

Categories: documentationcoursesfabrication

14 Sep 2016

PComp - Week 1

I agree with Crawford’s definition of interactivity “a cyclic process in which two actors alternately listen, think, and speak,” and especially with his qualifiers of “high, moderate, low, or even zero” interactivity. I would even add two additional qualifiers - direct and indirect interactivity. Direct activity meaning the two actors converse with each other without any third parties, and indirect interactivity meaning that the two actors converse but either through a third party or based... Read more

Categories: documentationcoursespcomp

14 Sep 2016

Intro to Fabrication - Week 1

Our assignment for Week 1 of Intro to Fabrication was to build a flashlight. I'm pretty sure I've had this assignment as some point in the past, so I knew I need to have: A battery A light Some wires Thankfully, I had my pcomp kit, so I was prepared with wires and LED lights. I dug through my closet and found a battery for an old digital camera, which worked to power the LED... Read more

Categories: documentationcoursesfabrication

10 Aug 2016

Video for New Media - Final

For my Video for New Media final, I wanted to create a warped 3D character. I liked the glitch aesthetic, and in asking around about current adaptations of glitch video, Todd Bryant suggested that 3D models and worlds have many interesting corollaries with glitch videos. Here’s the end result: Kiss & Yell [VFNM] from Zach Coble on Vimeo. The documentation gods blessed me with a new type of glitch starting at :27 that I haven’t... Read more

Categories: documentationcoursesvfnm

20 Jul 2016

Video for New Media - Week 3

Our projection mapping assignment involved creating a video to project onto the building across the street. Jasmine came up with the concept for the video - something about Eraserhead and anti-intellectualism. I haven't seen Eraserhead and after making this video I'm not sure I want to, but I was sold on the idea of anti-intellectualism. Popcorn & Vomit [VFNM] from Zach Coble on Vimeo. We used Mapmapper to get a calibrated image of the building... Read more

Categories: documentationcoursesvfnm

13 Jul 2016

Video for New Media - Week 2

Our second assignment for Video for New Media was to use the Ricoh Theta to transport the viewer to a new world. I brought the viewer into the captivating world of austerity fiscal policy. The film serves as an intro to and critique of austerity policy, but also plays with the concept of place as an idea by using different “scenes” (in public and in the home) to illustrate that economic policy is a theme... Read more

Categories: documentationcoursesvfnm

08 Jul 2016

Video for New Media - Week 1

Our first assignment for Video and New Media was to meet someone new and create a portrait of them using only still frames, music and voiceover that gives us an idea of who they are in the world. Still Portrait [VFNM] from Zach Coble on Vimeo. I spent too much time learning the settings on the Canon 5D Mark 2 camera and didn’t have the energy to meet someone new, so instead I just creeped... Read more

Categories: documentationcoursesvfnm

06 May 2016

Reading Writing Electronic Text - Final

Concept My final project for Reading Writing Electronic Text uses Markov chains to generate new trucker CB slang. To put some structure around this new slang, I created a mad lib using the timeless trucker song, "Convoy" by CW McCall. For good measure, I threw in some American Revolutionary War terms into the initial corpus of CB lingo. The original "Convoy" go like this: And the mad lib formula I used looks like this: Add... Read more

Categories: documentationcoursesrwet

22 Apr 2016

Performing User - Final

For the Performing User final performance, I revived my meditation on death. Of my performances from this semester, this one best fit the parameters -- a large room with an audience of ~50 seated people. It was very different from doing the performance in class where everyone was working on the same assignment and at least had some idea what was going to happen going into it. The most significant difference was timing - this... Read more

Categories: documentationcoursesperforming user

20 Apr 2016

Performing User - Week 9 Documentation

This week's assignment was around the theme of "remote user": In pairs, create a performance study that happens remotely over a distance. What are similar or related themes in your individual work that could be paired somehow? How might introducing the concept of "distance" or "remoteness" or "disconnection" add to or change these themes? What are the different types of distance or remoteness? Physical, emotional, time, understanding, etc… Will you be connected to each other... Read more

Categories: documentationcoursesperforming user

03 Apr 2016

Reading Writing Electronic Text - Homework 3

Our assignment was " Appropriating text from the network. Devise and implement (in Python) a procedure to cut up and creatively re-arrange text. At least one of your texts should come from a network-based source (e.g., Wordnik, the New York Times API, etc.)." I made the "New York Times Worst Sellers List" The program takes the current NYTime best seller list for Combined Print and Ebook Fiction (I think that's the main one nowadays) and... Read more

Categories: documentationcoursesrwet

29 Mar 2016

Reading Writing Electronic Text - Midterm

For my midterm for Reading Writing Electron Text, I wanted to expand on my NaNoGenMo project and create a program that generate Drake songs that followed the following scheme 8 line verse 4 line chorus 8 line verse 4 line chorus (repeat) 8 line verse 4 line chorus (repeat) The tricky part was figuring out how to get rhyming lines. Allison Parrish showed me how to generate perfect rhymes using her Pronunciation Python library, but... Read more

Categories: documentationcoursesrwet

23 Mar 2016

Performing User - Week 7 Documentation

Anonymous / Authentic User This week’s assignment was “Create a performance that is a ‘mask’ or a ‘disguise’ that allows you to do or say things that you would never do as ‘you’.” You know the ads on subways, and how people sometimes stick their own ads on them? I made one of those. I’ve been collecting these ads for over a year. I have a strange fascination with them. They’re some sort of a... Read more

Categories: documentationcoursesperforming user

03 Feb 2016

Performing User - Week 1 Documentation

Guided Mindfulness Meditation on Death and the Crashing Plane Last week I showed a flight safety instructions booklet, and mentioned how I always found it interesting that before every flight you have to take a moment to envision your own mortality. So as an accompaniment, I would like to take you all, my fellow fliers, on a brief guided mindfulness meditation on death and the crashing plane. For context: the internet says: Contemplation and meditation... Read more

Categories: documentationcoursesperforming user

16 Dec 2015

You Used to Call Me, A Memoir (and a Drake bot)

Kinda related to ICM, I also made this Drake bot. It creates a 50,000 word Drake autobiography each time you reload the page. Here's the code. http://drake.press I grabbed all of Drake's lyrics from lyrics.com and put them into a text file. Only the verses and chorusses he performs, lyrics by guests aren't included. It uses RiTa.js to create Markov Chains that generate the lines. Basically, the program looks at each word the text file... Read more

Categories: documentationcoursesicm

06 Dec 2015

ICM Final - Documentation

I worked with Naoki Ishizuka for my ICM final project, and we explored how different groups represent and make meaning of complex and contested topics. How do we normalize/validate/legitimize/challenge them? One of the benefits repeatedly heard of social media is its ability to democratize expression. Additionally, the use of hash tags allows conversations for form around particular topics and, more interestingly, anyone to contribute those discussions. For instance, it’s not uncommon for people with differing... Read more

Categories: documentationcoursesicm

04 Nov 2015

ICM Week 10 - Documentation

My ICM final project will examine how different groups represent and make meaning of complex and contested topics ideas brought about by changes in technology. How do we normalize/validate/legitimize them? How do we challenge them? The inspiration for this project came from Telewar, a quasi white paper by Roel Roscam Abbing and The Force Of Freedom collective. Telewar "is the convergence of warfare and the technologies of the mass media." Abbing examined the use of... Read more

Categories: documentationcoursesicm

28 Oct 2015

ICM Week 9 - Documentation

For this week's assignment, I made a video capture kaleidoscope thing. My inspiration was this short film I saw at BAM earlier this year. It’s Hitchcock’s Vertigo condensed to 9 minutes and warped in a similar way. (I just found the youtube link, after already created this week’s assignment, and in my mind, I had envisioned that the film was exactly like my project - 4 mirrored screens; but the Vertigo short film is clearly... Read more

Categories: documentationcoursesicm

21 Oct 2015

ICM Week 8 - Documentation

For this week's assignment, I worked on some text analysis stuff. I stumbled upon some code for Dan Shiffman’s Programming from A to Z Fall 2015 course, which had some great examples for using a lot of the digital humanities text analysis principles I’m familiar with - word frequencies and distributions, topic modeling, etc. I wanted to create a graph of word frequencies, so I combined Dan’s code for creating a word frequency concordance with... Read more

Categories: documentationcoursesicm

14 Oct 2015

ICM Week 7 - Documentation

For this week's assignment, I reworked our bouncing ball code from week 4 to utilize the DOM. In the earlier example we had manually created a button in the p5 canvas - or, more accurately, the shape of a button that would do something if you clicked inside the rectangle. All of which involved a rather elaborate string of code determining whether or not the mouse was actually inside the rectangle. The createButton function simplifies... Read more

Categories: documentationcoursesicm

08 Oct 2015

ICM Week 6 - Documentation

We had a special ICM class today. “Synthesis.” Meaning, we combined ICM with PComp. I was a little nervous going into since I’m not in PComp, but it turned out to be a lot of fun and my project was a success. The idea was to take a p5 project and combine it with physical computing. Our mission was to create a 1 button game in 1 hour. My partner was Xingjian An (An) and... Read more

Categories: documentationcoursesicm

07 Oct 2015

ICM Week 5 - Documentation

For this week’s assignment, I reworked the asteroids code to utilize the constructor function to make the asteroids. So now it uses that function to create the initial round of asteroids in setup, plus it creates new ones when you press the mouse button. I also cleaned up some other loose ends: the asteroids disappear when you hit them and the lasers are spliced from the array after they leave the screen. I would still... Read more

Categories: documentationcoursesicm

30 Sep 2015

ICM Week 4 - Documentation

Some might think that my sketch for this week's assignment is the same as last week’s, with the addition of a few rectangles. First off, those rectangles are called asteroids in space. Second, there are a couple significant changes in the code: We can now shoot multiple lasers, thanks to arrays There are a handful of underperforming asteroids The code is prettier because it has functions and objects and shit like that I think I... Read more

Categories: documentationcoursesicm

23 Sep 2015

ICM Week 3 - Documentation

For whatever reason, after reading this week's assignment I knew that I should try to make a game like Asteroids, perhaps something that could be a multi-week project. Part of our assignment this week was to program in pairs. I worked with Danielle, we started by going to the Saturday afternoon ICM Halp Session. Moon led the session and it was helpful to go over some of the things we learned in class and walk... Read more

Categories: documentationcoursesicm

15 Sep 2015

Uploading ICM posts Documentation

//cp js file copy sketch.js file from /dropbox/itp/[date]/[project name] to /dropbox/coblezc.github.io/itp/icm rename file from sketch.js to week[#].js for example, rename from sketch.js to week2.js //mk sketch post - copy previous week’s sketch post into same folder (/dropbox/coblezc.github.io/itp/_posts) - rename to current week     - for example, rename /dropbox/coblezc.github.io/itp/_posts/week1.html to /dropbox/coblezc.github.io/itp/_posts/week2.html - open week2.html and change title tag to current week, and change script src... to current week //mk documentation post - copy previous week’s documentation post... Read more

Categories: documentation

15 Sep 2015

ICM Week 2 - Documentation

I wanted to create something terribly colorful. If I set the opacity of the background to zero, and have a shape move across the screen, the stroke will leave a trail across the screen. Like a slug leaving a slime trail. What if I added color to the slime trail? What if it there were 10 psychedelic square slugs? Perhaps it would look like this. For the slug trails, I used the random() function to... Read more

Categories: documentationcoursesicm

08 Sep 2015

ICM Week 1 - Documentation

Instructions for the assignment I started by drawing some lines on a piece of paper, which turned into shapes. Then I added a reindeer. Rudolph, we'll call him. But I didn't have the patience to draw antlers, so imagine an elderly, bald rudolph. Perhaps one that looks like the guy in this scene. Here's my code, with comments function setup() { createCanvas(540,750); } function draw() { background (239, 239, 228); //mountains fill (201, 182, 201);... Read more

Categories: documentationcoursesicm

  • Email: coblezc@gmail.com
    Twitter: @coblezc
  • CC-BY