Category : -NP-Software

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 have [...]

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 of [...]

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 the [...]

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 in [...]

Twine: Free, open source tool for hypertext

July 9th, 2009 by Scott Rettberg | 3 comments

Chris Klimas, the hypertext and IF author, recently released Twine, a free open source tool for creating interactive narratives. Twine includes a graphical editor, and includes similar features to the first generation hypertext system Storyspace. Klimas includes documentation, including video instructions, such as this one, showing you how to create a simple hypertext fiction using [...]