Hong Kong

Original post by andy all licketysplit on andy all licketysplit
11:29 pm | Categorized: Hong Kong | Comments Off


Original post by andy all licketysplit on andy all licketysplit
9:36 pm | Categorized: Shanghai | Comments Off












PLASM video

Original post by The Blog Ate My Homework on The Blog Ate My Homework
2:50 pm | Categorized: 3D | Comments Off

PLASM_screengrab1.jpg

VENUE: ITP Spring Show 2006

DESCRIPTION:

The “PLASM” motion piece is an abstract / experimental visualization of a musical composition by the same name inspired by the mysterious properties of the 4th state of matter, plasma.

PERSONAL STATEMENT:

It is speculated that 99% of the known universe is composed of plasma. On earth we live in a bubble of “ordinary” matter states such as solid, liquid, gas. Such phenomena as lightenting, solar eclipses, auroras, nuclear fusion, interstellar nebulas provide infinite wonder in that context. Although not intended to present a scientifically accurate representation of plasma flow, “PLASM” is intended to provide the same visual pleasure as one might experience observing star formation from the Hubble telescope or conversely seeing plasma ion fusion through a microscope.

BACKGROUND:

The soundtrack for this video was composed in Ableton Live using ambient noises that simulate air or other gases expanding and contracting in bubbles of various density and excitement. similar noises were then “tuned” and melodic phrases were constructed to give the sound more color. rhythmic phrases were added to give contenuity to the piece. Then some algorhythms for randomizing its phrases were developed in MAX/MSP for Daniel Palkowski’s Digital Sound Workshop class.

The visual piece was created using a combination of MAYA 3D and After Effects for a final project in the Virtual and The Real 3D class taught Jean-Marc Gaultier at NYU-ITP. In the course of developing the particle systems and various physical properties (gravity fields and vortexes) that define this simulated microcosm of “PLASM”, I began to free associate the visual results with personal notions of how thoughts and ideas are transmitted and changed from person to person, culture to culture (memes) in a similar fashion as plasma fusion and even cellular mitosis and viral mutation. This free association lead to some further abstraction of the initial visualization and I believe a richer piece of art.

Full video with soundtrack will be posted later this week.

Download a preview file

HTTP Request in Processing

Original post by tigoe on Code
5:13 am | Categorized: Processing | Comments Off

This program shows how to make a HTTP request in Processing.

Original post by andy all licketysplit on andy all licketysplit
9:32 pm | Categorized: Shanghai | Comments Off















It’s inevitable. We’re all going to die from inki poisoning…or at least anyone who’s been hanging out with me recently. You’re doomed. The skulls and dragons and spiral hexadodecahedron patterns scrawled into your arm with a Sharpie, they’re going to…

Original post by andy all licketysplit on andy all licketysplit
9:30 pm | Categorized: Shanghai | Comments Off















Web Scraping using a Microcontroller

Original post by tigoe on Code
2:20 am | Categorized: arduino | Comments Off

This program connects a Wiring or Arduino module to the internet through a Lantronix serial-to-ethernet converter (Xport, WiPort, or Micro). The microcontroller makes a TCP connection to a web server first. Once it’s got a connection, it sends an HTTP request for a web page. When the web page comes back, it parses the page for < and > symbols, and takes the string between them. Then it converts the string to an integer. It assumes the string is made only of numeric ASCII characters (0 - 9).

This program couldn’t parse an entire web page very easily, so it’s best used in conjunction with a web scraper PHP script like this one, which reads the AIRNow site and extracts the Air Quality Index into a single string like this:

< AQI: 54>

This program was written to make an air quality index meter out of an analog voltmeter.

The electrical connections to the microcontroller are as follows:

  • disconnected LED: Arduino digital I/O 6
  • connected LED: Arduino digital I/O 7
  • connecting LED: Arduino digital I/O 8
  • requesting LED: Arduino digital I/O 9
  • Lantronix module reset: Arduino digital I/O 10
  • Voltmeter: Arduino digital I/O 11. The voltmeter is controlled by using pulse width modulation (analogWrite() command on the Arduino).

The web scraper is written in PHP. Its code follows below the Arduino code.

I’ve been working on a digital comic for the wonderful world of the internet lately. It is full of irony…much like life. I find that ironic things are always happening to me, like I’m living in some weird practical joke world. Maybe irony is the wron…

It’s alarming!

Original post by theboyelectric on the blog electric
1:10 pm | Categorized: Uncategorized | Comments Off

Something just occurred to me as I haphazardly made my way down Broadway wearing a blazer, long pants and canvas shoes. It gets hot in New York City. You see, I’m fairly new to the idea of seasons. In California we have seasons, well we have two: Summe…

FreeTTS and Java
FreeTTS is a speech synthesis system written for Java. With it you can get your machine to read text to speech, synthesize various aspects of the voice as the text is being said, and implement several event handlers to know when things are being said.
Right now, FreeTTS comes with 3 voices:
kevin - [...]

Walls

Original post by theboyelectric on the blog electric
3:52 pm | Categorized: Uncategorized | Comments Off

I spent yesterday in complete zombie mode. With little to no sleep from the past 4 nights, I worked on a video project all day and by the end, was ready to crawl into a small hole and die. However I did not crawl into a small hole and die but rather wa…

Original post by andy all licketysplit on andy all licketysplit
9:29 pm | Categorized: Shanghai | Comments Off














For my final in Networked Objects, I want to make a game in which the goal is to drop phrases culled from the internet in conversation without being caught. So, the object is to make some sort of object with an LCD showing phrases that the owner of the object must work into casual [...]

Shit, I just discovered this : ILLSHOES from ITP students in 2001…

Pretty much a very similar concept and design, minus any sound generation from the shoe itself but including some form of streaming mp3 data via java that makes little sense to me but might to others ;-P

I still think my idea is worth refining. This gives me some extra research and a guide for things to reconcider before I get too far in prototyping.

For my final in Programming for A to Z, I’m planning on carrying forward with my midterm project involving MySpace. As I’ve written about the midterm before, this project spiders through users profiles to analyze their About Me: text to recombine Freud’s essay “Three Contributions to the Theory of Sex.” This recombination occurs by [...]

Original post by andy all licketysplit on andy all licketysplit
11:43 am | Categorized: Shanghai | Comments Off