Category : -NP-Software

charNG: case study of authoring a poetry generator

June 28th, 2011 by edde addad | 5 comments

Hi all! The other day Jim Andrews commented that poetry generator development involves making parameters configurable by variables and graphic user interface elements. Now, over the last year or so I’ve been asking myself: ytf am I doing this? When I code a poetry generator, what exactly am I exploring? How can I formalize, track, [...]

New on Netartery

May 7th, 2011 by Jim Andrews | 0

DREAMING METHODS–OPEN SOURCE PROJECT by Andy Campbell Dreaming Methods has three new projects available to experience – each one created without the use of Flash or any other browser plugin. MAINLY THE MYSTERIES by Gregory Whitehead One of the great audio artists of our time was asked to write about what he still believes in, [...]

my typewriter

May 3rd, 2011 by Joerg Piringer | 2 comments

a couple of days ago there was the news that the last factory that produced typewriters closed (which is not true at all in fact). there are still hundreds of thousands used ones around. you can get them at flea markets for 1-5 euros. i’d really recommend buying one or a couple (in case one [...]

Presenting Sea and Spar Between

December 21st, 2010 by Nick Montfort | 0

The magazine Dear Navigator 1:2/3 includes a new poetry generator, Sea and Spar Between, by Nick Montfort and Stephanie Strickland. Stephanie and I worked on this project for a year, it generates about 225 trillion stanzas, and we’re delighted to see it published in the company of great writing in the School of the Art [...]

Interactive Poetry Generation Systems: an Illustrated Overview

October 7th, 2010 by edde addad | 5 comments

Greetings all! Over at Gnoetry Daily we’ve been exploring human-computer poetry generation using a variety of systems. These are computer tools that humans can use to write text poetry. Anyways I thought I’d put together an illustrated guide to some of the interactive poetry generators that are out there. Here’s a preview: Look below to [...]

Computer Science for Poets: N-Gram Language Models

June 2nd, 2010 by edde addad | 3 comments

Hi everyone!  Over at Gnoetry Daily we’ve been doing n-gram computer-assisted poetry generation for a while, and I decided to write up a little tutorial introducing n-grams and how they can be used for poetry generation.  It’s posted below; I’m trying to make it easy to understand, so let me know if there’s anything that’s [...]

Slideshows, apps, and OOP

February 2nd, 2010 by Jim Andrews | 0

I’ve been working on a new Javascript app to display images on the net. If you’ve seen any of the previous dbCinema slideshows, you may recall they didn’t have fade in/out of the images. I was finally motivated to make that sort of app. The motivation was not for the dbCinema images, but for some [...]

reading programs (part 4)

November 2nd, 2009 by Joerg Piringer | 0

it’s getting readable again before i turn back into the illegible at the following and last chapter. the first language for this fourth part of my small series is called ORK short for Objects R Kool. ORK is an object oriented language with a very verbose syntax. Unlike most of the esoteric programming languages you [...]

reading programs (part 3)

September 21st, 2009 by Joerg Piringer | 7 comments

in the third part of my small series about programs that can be read i’d like to introduce two languages out of the mass of esoteric programming languages that focus on using commands that consist of single characters or ASCII-codes. this property is crucial for my own attempt in creating an esoteric programming language which [...]

reading programs (part 2)

September 7th, 2009 by Joerg Piringer | 1 comment

i continue my small series about esoteric programming languages with LOLCODE: LOLCODE is inspired by the infamous lolcat internet meme. Lolcats are images distributed via the net with cats and their written “thoughts” on it. The language they speak is called lolspeak (lol is the net-acronym for “loughing out loud”) an english dialect. An example [...]

reading programs (part 1)

August 31st, 2009 by Joerg Piringer | 10 comments

I’d like to start a small series about “reading programs” here. This is somehow a follow-up of the discussion at e-poetry after José Carlos Silvestre’s talk. The point being made was that source code is meant to be read by humans. I first had to agree but then after thinking a while about it came [...]

Permission Part 2: Read/Write/Execute

August 19th, 2009 by sbaldwin | 1 comment

Part 1 is here. The printed institution of intellectual property holds that works cannot be reproduced “without prior written permission” (as the legalese runs). The printed work at hand is always documentary evidence of the printer’s permission for that work, whereas any additional permission – the permission of the subject to write and read in [...]

Sound Seeker by David Jhave Johnston

August 12th, 2009 by Jim Andrews | 2 comments

David Jhave Johnston is a poet-programmer who has produced a large body of intermedial Flash-based net art for many years at glia.ca. His most recent project is titled Sound Seeker. He says in the “About” section that Sound Seeker is “an online real-time beat-synchronized poem animator. Sound drives the rhythm of the words: their speed and style [...]

LetterBuilder Beta

July 23rd, 2009 by bstefans | 9 comments

I’ve been developing this little software application in Processing for creating letterforms and doodles for future versions of the “Scriptor” (here and here) series of digital projections. In fact, I’m moving the whole project from Actionscript to Processing, if for no other reason than that Processing was invented by one of my peers at UCLA, [...]

experiments with gwt

July 13th, 2009 by Joerg Piringer | 2 comments

i started experimenting with the google web toolkit and for a starter i tried to convert my offline app nam shub mini into an online ajax web app. it took me about a day to do that without a single thought about browser compatibility. it’s really an amazing tool if you know how to program [...]