From 1dc52ca36feb7267a9c122ca1af89fe6ef547f36 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 28 Jun 2013 19:29:34 -0700 Subject: [PATCH] Removed projects from the tree --- content/code/archlinux_install | 2 +- content/code/bash_profile_linux | 1 - content/code/htmlwordcount | 29 ++++++++++++ content/config | 2 +- content/log/2011-10-04_dreams | 2 +- content/log/2012-05-02_modulations | 10 ++--- content/projects/.audio | 17 ------- content/projects/.egg | 11 ----- content/projects/.obsession | 10 ----- content/projects/.rattle | 24 ---------- content/projects/.stars | 51 --------------------- content/projects/.statement_2007 | 18 -------- content/projects/.tessellated | 7 --- content/projects/.web | 35 --------------- content/projects/aero | 8 ---- content/projects/boat | 20 --------- content/projects/bodyneg | 8 ---- content/projects/cabspotting | 28 ------------ content/projects/config | 1 - content/projects/dots | 40 ----------------- content/projects/icarus | 11 ----- content/projects/jelly | 44 ------------------ content/projects/light | 12 ----- content/projects/mask | 8 ---- content/projects/prism | 9 ---- content/projects/rattles | 60 ------------------------- content/projects/sempernull | 71 ------------------------------ content/projects/swimtank | 63 -------------------------- content/projects/synony | 22 --------- css/style.css | 12 +++-- lib/config.ini | 2 +- pages/about | 47 ++++++++------------ templates/default.xml.tpl | 24 ++++++++++ templates/home.html.tpl | 41 +++++++++++++++++ templates/index.html.tpl | 43 +----------------- templates/nav.html.tpl | 16 +++++-- 36 files changed, 143 insertions(+), 666 deletions(-) create mode 100644 content/code/htmlwordcount delete mode 100644 content/projects/.audio delete mode 100644 content/projects/.egg delete mode 100644 content/projects/.obsession delete mode 100644 content/projects/.rattle delete mode 100644 content/projects/.stars delete mode 100644 content/projects/.statement_2007 delete mode 100644 content/projects/.tessellated delete mode 100644 content/projects/.web delete mode 100644 content/projects/aero delete mode 100644 content/projects/boat delete mode 100644 content/projects/bodyneg delete mode 100644 content/projects/cabspotting delete mode 100644 content/projects/config delete mode 100644 content/projects/dots delete mode 100644 content/projects/icarus delete mode 100644 content/projects/jelly delete mode 100644 content/projects/light delete mode 100644 content/projects/mask delete mode 100644 content/projects/prism delete mode 100644 content/projects/rattles delete mode 100644 content/projects/sempernull delete mode 100644 content/projects/swimtank delete mode 100644 content/projects/synony create mode 100644 templates/default.xml.tpl create mode 100644 templates/home.html.tpl diff --git a/content/code/archlinux_install b/content/code/archlinux_install index 1a3b4ae..198e476 100644 --- a/content/code/archlinux_install +++ b/content/code/archlinux_install @@ -98,7 +98,7 @@ Install Bootloader will install and help you configure the bootloader you select Once installed, exit the installer, remove the USB, type `reboot` in the command line, and the system will reboot. You'll boot into a login screen, which you can login with via root. -You can create [new users](https://wiki.archlinux.org/index.php/Users_and_Groups) interactively with `adduser`. +You can create [new users](https://wiki.archlinux.org/index.php/Users_and_Groups) interactively with `useradd`. You can install/update packages with Arch's package manager, [pacman](https://wiki.archlinux.org/index.php/Pacman). diff --git a/content/code/bash_profile_linux b/content/code/bash_profile_linux index c4d9f3c..7146b56 100644 --- a/content/code/bash_profile_linux +++ b/content/code/bash_profile_linux @@ -1,6 +1,5 @@ title = linux bash profile date = march 11 2011 -comments = true --
 alias ls='ls --color'
diff --git a/content/code/htmlwordcount b/content/code/htmlwordcount
new file mode 100644
index 0000000..b8ac84d
--- /dev/null
+++ b/content/code/htmlwordcount
@@ -0,0 +1,29 @@
+title = count words in html file with python
+date = april 19 2013
+tags = python code
+--
+
+#!/usr/bin/python
+
+import nltk
+import string
+from urllib import urlopen
+from itertools import imap
+
+url = "http://google.com"
+html = urlopen(url).read()
+text = nltk.clean_html(html)
+text_noPunc = text.translate(string.maketrans("",""), string.punctuation)
+words = text_noPunc.split()
+max_word_len = max(imap(len, words))
+vocabulary = nltk.probability.FreqDist(words)
+
+for word in vocabulary:
+    print word,
+    print ' ' * (max_word_len + 5 - word.__len__()),
+    print str(vocabulary[word])
+
+ +Using NTLK. + +Gist on Github. diff --git a/content/config b/content/config index 3a4c693..05bb272 100644 --- a/content/config +++ b/content/config @@ -1,2 +1,2 @@ title = quilime -template = home + diff --git a/content/log/2011-10-04_dreams b/content/log/2011-10-04_dreams index 661b0d7..a522d2c 100644 --- a/content/log/2011-10-04_dreams +++ b/content/log/2011-10-04_dreams @@ -1,4 +1,4 @@ title = dreams date = Oct 4 2011, 12:46:34 -- -My dreams have been incredibly vivid. probably due to the heat. sleeping at odd hours. been working in the studio most of the day at Vishal's house, so I haven't been going out as much as I would like. It's also incredibly hot outside, averaging about 36 degrees C, which is about 95 F. +My dreams have been incredibly vivid. probably due to the heat. sleeping at odd hours. been working in the studio most of the day at Vishal's house, so I haven't been going out as much as I would like. Very hot outside. diff --git a/content/log/2012-05-02_modulations b/content/log/2012-05-02_modulations index dbb523b..f0033b8 100644 --- a/content/log/2012-05-02_modulations +++ b/content/log/2012-05-02_modulations @@ -5,17 +5,15 @@ tags = video visuals live

-Live visuals for Chris Carlson @ CCRMA Modulations 2012 +Live visuals. Music Performer: Chris Carlson @ CCRMA Modulations 2012 -sorry for the cuttoff at the end -- SD card was full. +this visual set was based on live-coding experiments with non-periodic tiling patterns. I'm still fascinated with the forms. Towards the end of the night I started using color. -this set was essentially more live-coding experiments with non-periodic tiling patterns. I'm still fascinated with the forms. Towards the end of the night I started using color. - -visual software done with: [audio-shadertoy](http://notlion.github.com/audio-shadertoy/) +visual software created with: [audio-shadertoy](http://notlion.github.com/audio-shadertoy/) for this setup, the live audio was analyzed by ChucK through the built-in mic on my macbook air. the ChucK script routes osc to Node, and the client receives via web sockets. because osx-style full-screen multi-monitor support is completely broken in OSX Lion, we couldn't use chrome. so we stripped out all the chrome-only webaudioapi stuff, and replaced it with an osc receiver. This allowed us to analyze the audio with an external interface and use any browser that supports webgl canvas, and does multi-monitory fullscreen correctly on osx. we ended up using firefox. live-audio branch with float-sliders ui [warning:totally hacky] : -[http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui](http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui) \ No newline at end of file +[http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui](http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui) diff --git a/content/projects/.audio b/content/projects/.audio deleted file mode 100644 index 00311f6..0000000 --- a/content/projects/.audio +++ /dev/null @@ -1,17 +0,0 @@ -title = audio -date = 2007 --- - - - -Soundscape to be accompanied by visual software. Audio is improvised with custom software and traditional instruments. All audio has a visual component in the form of the visual software instruments and tools used in its creation. - - - - - - - - - -*medium: software, synthesizer, ableton live* diff --git a/content/projects/.egg b/content/projects/.egg deleted file mode 100644 index b58df02..0000000 --- a/content/projects/.egg +++ /dev/null @@ -1,11 +0,0 @@ -title = egg -date = 2007 -thumb = http://portfolio.quilime.com/2008/egg/thumb.png --- - - - -

-egg
-marker, wire. 4" x 2.5" -

diff --git a/content/projects/.obsession b/content/projects/.obsession deleted file mode 100644 index 07c127d..0000000 --- a/content/projects/.obsession +++ /dev/null @@ -1,10 +0,0 @@ -title = obsession -date = 2003-07-04 -thumb = http://portfolio.quilime.com/2008/obsession/thumb.png --- - - -

-obsession
-copper wire, masonite. 3.5' x 4.5' -

diff --git a/content/projects/.rattle b/content/projects/.rattle deleted file mode 100644 index d87020c..0000000 --- a/content/projects/.rattle +++ /dev/null @@ -1,24 +0,0 @@ -title = rattle -date = 2008-05-02 --- - - - - - - - - - - - - - - - - -

-rattle -
-interactive software -

diff --git a/content/projects/.stars b/content/projects/.stars deleted file mode 100644 index 8bad75f..0000000 --- a/content/projects/.stars +++ /dev/null @@ -1,51 +0,0 @@ -title = Stars -data = 2007 --- - - - - - -An exploration of infinite/finite space. The user transitions between macro and micro environments of mathematically infinite scale, limited only by computer processing power. As the viewer moves through multiple spaces, their scope and perspective widends and transcends while space becoms infinitely big and infinitely small simultaneously. - -*medium: software* - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - diff --git a/content/projects/.statement_2007 b/content/projects/.statement_2007 deleted file mode 100644 index b2372e6..0000000 --- a/content/projects/.statement_2007 +++ /dev/null @@ -1,18 +0,0 @@ -title = Statement 2008 -date = 01-11-2007 --- - -This collection of work was done in the last 10 months and represents my explorations in visual software and musical expression, as well as an implied direction for my future work. - - Some of the pieces are tools that would be used to create musical soundscapes. When using these software instruments such as Dots, Jellyfish, Rattles, Web the visual aspect of the instruments are integrated: both the visual and the sound of the instruments make up the experience. While the audio and visual elements are linked, they are not audio visualizers, rather, they are visual instruments used to create sound. - - Two of the pieces do not have an audio component, as their primary focus is a spacial experience. Swim Tank gives you control of an object that has freedom of movement and leaves a trail. As the object is rhythmically guided forward and backward, it allows you to interact with your previously drawn path and decisions. Your gain perspective as you get to the furthest end of your trail, allowing you to interact with all your past movements over the course of your experience. - - Stars is also an exploration space, allowing you to experience the transition between macro and micro in an environment of infinite/finite scale. As you move through the space, your scope and perspective widens and transcends while space becomes infinitely big and infinitely small simultaneously, distorting time, scale and perspective. - - I forsee the next step in this work would be to translate the screen-based environments into the physical world by means of sculpture, installation. I view this software as simple conceptual sketches that point in the direction of physical works that follow the same philosophy. - -Gabriel Dunne - -2007 - diff --git a/content/projects/.tessellated b/content/projects/.tessellated deleted file mode 100644 index a6acfdc..0000000 --- a/content/projects/.tessellated +++ /dev/null @@ -1,7 +0,0 @@ -title = Booth Design -date = 2006 -thumb = http://portfolio.quilime.com/2008/tessellated/thumb.png -tags = identity design, installation design -template = project --- - diff --git a/content/projects/.web b/content/projects/.web deleted file mode 100644 index d5ed7f9..0000000 --- a/content/projects/.web +++ /dev/null @@ -1,35 +0,0 @@ -title = Web -date = 2007 --- - - -A network of dots and lines interacts with itself in a single mesh. Depth determines audio volume. Intersections, connections and line-length determine tones. Similar tones and chord groups are designated with additional web lines and connections. You are able to interact with each web line as the strings of an instrument, each tone resonating through its connections. - - - -written in c++ - - - - - - - - - - -
- - - -
- - - -
- - - -
- - diff --git a/content/projects/aero b/content/projects/aero deleted file mode 100644 index bc97f42..0000000 --- a/content/projects/aero +++ /dev/null @@ -1,8 +0,0 @@ -title = aero -date = 2007-04-01 -thumb = http://portfolio.quilime.com/2008/aero/thumb.png --- - - -*ceramic. 6" x 3" x 3"* - diff --git a/content/projects/boat b/content/projects/boat deleted file mode 100644 index 324bffb..0000000 --- a/content/projects/boat +++ /dev/null @@ -1,20 +0,0 @@ -title = boat -date = 2007-01-01 -thumb = http://portfolio.quilime.com/archive/boat/thumb.png --- - - - - - - - - - - - - - - - - diff --git a/content/projects/bodyneg b/content/projects/bodyneg deleted file mode 100644 index d931214..0000000 --- a/content/projects/bodyneg +++ /dev/null @@ -1,8 +0,0 @@ -title = bodyneg -date = 2004-06-05 -thumb = http://portfolio.quilime.com/2008/bodyneg/thumb.png --- - - - -ink press, 5 wall-mounted panels. 8' x 4' x 2' diff --git a/content/projects/cabspotting b/content/projects/cabspotting deleted file mode 100644 index 5d05632..0000000 --- a/content/projects/cabspotting +++ /dev/null @@ -1,28 +0,0 @@ -title = Cabspotting -date = 2006-05-01 -thumb = http://portfolio.quilime.com/2008/cabspotting/thumb.png --- - - - - - - - - - - - - - - - - - -Representing and analyzing spatial information, Cabspotting investigates the complexities of the San Francisco Bay Area as an exploration of GPS data generated by Yellow Cab taxis in San Francisco. - -yellow dots = metered taxis -white dots = unmetered taxis -visual software written with Processing - -San Francisco taxi visualization created with Stamen Design show at Design and the Elastic Mind, New York MoMA. diff --git a/content/projects/config b/content/projects/config deleted file mode 100644 index 0ceefdf..0000000 --- a/content/projects/config +++ /dev/null @@ -1 +0,0 @@ -template = projects diff --git a/content/projects/dots b/content/projects/dots deleted file mode 100644 index e21a690..0000000 --- a/content/projects/dots +++ /dev/null @@ -1,40 +0,0 @@ -title = dots -date = 2007-05-02 -thumb = http://media.quilime.com/files/projects/dots/thumb.png --- - - - - -

- -Human generated tones are rendered with lines. The software manipulates these tones via random visual noise, making both audio and visual more chaotic of time. Tones start rigid and rhythmic, slowly degenerating into an organic, complex and chaotic system of overlapping frequencies and polyrhythms. - - - - -

-

-interactive software written in c++ -

- - - -
- - - -
- - - -
- - diff --git a/content/projects/icarus b/content/projects/icarus deleted file mode 100644 index 67ca1bf..0000000 --- a/content/projects/icarus +++ /dev/null @@ -1,11 +0,0 @@ -title = icarus -date = 1999-08-05 -thumb = http://portfolio.quilime.com/2008/icarus/thumb.png --- - - -

-icarus and deadalus -
-balsa wood. 16" x 16" x 4" -

diff --git a/content/projects/jelly b/content/projects/jelly deleted file mode 100644 index d98a726..0000000 --- a/content/projects/jelly +++ /dev/null @@ -1,44 +0,0 @@ -title = Jellyfish -date = 2008-05-01 -thumb = http://media.quilime.com/files/projects/jelly/thumb.png --- - - - -Organic forms react to the user and each other. Their motions and position in space create and/or affect audio. A tenticles depth in space is correlated to volume, while its color is linked to a tone in the audio spectrum. Interaction with the tentacle instrument is smooth, undulating, jellyfish-like. - - - - -*medium: software* - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - - diff --git a/content/projects/light b/content/projects/light deleted file mode 100644 index 104e3f8..0000000 --- a/content/projects/light +++ /dev/null @@ -1,12 +0,0 @@ -title = spacelamp -date = 2007-03-10 -thumb = http://portfolio.quilime.com/2008/spacelamp/thumb.png --- - - - - - - - -*christmas lights, acrylic* diff --git a/content/projects/mask b/content/projects/mask deleted file mode 100644 index d72fb40..0000000 --- a/content/projects/mask +++ /dev/null @@ -1,8 +0,0 @@ -title = mask -date = 2007-07-02 -thumb = http://portfolio.quilime.com/2008/mask/thumb.png --- - - - -graphite on plywood. 12" x 12" diff --git a/content/projects/prism b/content/projects/prism deleted file mode 100644 index ea834a3..0000000 --- a/content/projects/prism +++ /dev/null @@ -1,9 +0,0 @@ -title = prism -date = 2007-08-23 -thumb = http://portfolio.quilime.com/2008/prism/thumb.png --- - - - -oil on canvas. 4' x 3' - diff --git a/content/projects/rattles b/content/projects/rattles deleted file mode 100644 index 96faa43..0000000 --- a/content/projects/rattles +++ /dev/null @@ -1,60 +0,0 @@ -title = Rattles -date = 2006-05-02 -thumb = http://portfolio.quilime.com/2008/rattle/thumb.png --- - -Particles are jostled and shaken as in a rattle. The sonic possibilities of their collisions and movement are given freedom and sonic depth via software. -Rattles and shakers can be embedded into one another, allowing for more sensitivity, sonic subtlety, and layers when making music. Interaction with the digital rattle is as intuitive as its physical counterpart. - - - - - - - -The interaction with "Rattles" is identicle to the traditional percussive instrument. -The visual shape, texture, or size of each interior rattler represents a unique audio -tone, either percussive or melodic. The resulting soundscape of the rattle instrument is -therefore unique and rich with sonic subtlety and variation, transforming the traditional -"rattle" into an instrument with a necesarry visual component. -Rattles can be embedded into one another, allowing for more -sensitivity, sonic subtlety, and layers. - - -written in c++ - - - -
- - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - - - - - diff --git a/content/projects/sempernull b/content/projects/sempernull deleted file mode 100644 index 0a7d478..0000000 --- a/content/projects/sempernull +++ /dev/null @@ -1,71 +0,0 @@ -title = sempernull -date = 2007-08-12 -thumb = http://portfolio.quilime.com/2008/sempernull/thumb.png -tag = video installation --- - - - - - - - - - - - - - - - - - -An exploration of infinite/finite space. The user transitions between macro and micro environments of mathematically infinite scale, limited only by computer processing power. As the viewer moves through multiple spaces, their scope and perspective widends and transcends while space becoms infinitely big and infinitely small simultaneously. - -*non-interactive software* - - - - - - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - diff --git a/content/projects/swimtank b/content/projects/swimtank deleted file mode 100644 index 73111f1..0000000 --- a/content/projects/swimtank +++ /dev/null @@ -1,63 +0,0 @@ -title = Swimtank -date = 2007-05-01 -thumb = http://media.quilime.com/files/projects/swimtank/thumb.png --- - - - -A form follows an infinite path drawn by you, -and then reacts to its own trail. You can control the form on two axis, while the depth of the path follows a sinusoidal rhythm that is affected by paths previously drawn. - - - -*interactive software written in c++* - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- diff --git a/content/projects/synony b/content/projects/synony deleted file mode 100644 index 6edb0cc..0000000 --- a/content/projects/synony +++ /dev/null @@ -1,22 +0,0 @@ -title = synonymovement -date = 2007-04-10 -thumb = http://portfolio.quilime.com/2008/synonymovement/thumb.png --- - - - - - - - - - - - - - - - - -*non-interactive software written in c++* - diff --git a/css/style.css b/css/style.css index 8949d4c..410c207 100644 --- a/css/style.css +++ b/css/style.css @@ -1,10 +1,12 @@ body, table { font-family: arial, monaco, monospace; + font-size:14px; + line-height:1.4em; } body { - background:rgb(25, 25, 25); + background:#15110E; padding:0; margin:0; color: #ddd; @@ -12,7 +14,8 @@ body { a { outline:none; - color:rgb(42, 128, 235); + color:#54A1FF; + font-weight:bold; text-decoration:none; } a img { @@ -60,9 +63,9 @@ ol li { blockquote { font-family:serif; font-style:italic; - font-size:1.2em; + font-size:1.3em; color:#999; - line-height:1.3em; + line-height:1.2em; margin:0; padding:0; } @@ -108,6 +111,7 @@ table, td, tr { top:0; left:0; padding:20px; + width:100px; } #nav a { } diff --git a/lib/config.ini b/lib/config.ini index 07337f0..b6486ca 100644 --- a/lib/config.ini +++ b/lib/config.ini @@ -2,7 +2,7 @@ ; general settings site_title = quilime clean_urls = 1 -limit = 100 +limit = 25 ; http://php.net/manual/en/function.date.php date_format = M d Y, h:i:s A T diff --git a/pages/about b/pages/about index f821528..9c3622f 100644 --- a/pages/about +++ b/pages/about @@ -1,33 +1,24 @@ title = about -- - -#about - -quilime is an archive of my experiments and process - -this site is built with plog, a static-file `p`roject`log` engine written in PHP. - - - -@ 1999—2012 gabriel dunne -[www](http://gabrieldunne.com), [email](mailto:gdunne@quilime.com) - +experiments and process
+© 1999—2013
+Gabriel L. Dunne
+www, +email
+ +past work
+2008
+2007
+2005
+1999—2004
+ +elsewhere
+aggregate
+twitter
+vimeo
+github
+flickr -## also -[aggregate](http://media.quilime.com/aggregate/) -[clmpr](http://clmpr.com/quilime/) - -
- -## elsewhere -[@quilime](http://twitter.com/quilime/) -[vimeo](http://vimeo.com/quilime/) -[github](http://github.com/quilime/) -[flickr](http://flickr.com/photos/quilime/) - -
- -## feeds [rss](http://quilime.com/.rss) -[feedburner](http://feeds.feedburner.com/quilime) + diff --git a/templates/default.xml.tpl b/templates/default.xml.tpl new file mode 100644 index 0000000..7acef0b --- /dev/null +++ b/templates/default.xml.tpl @@ -0,0 +1,24 @@ +'; ?> + + + + + + + <?=SITE_TITLE?> + + + + + + <?=$entry['title']?> + + http:// + http:// + + + + + + + \ No newline at end of file diff --git a/templates/home.html.tpl b/templates/home.html.tpl new file mode 100644 index 0000000..f99e152 --- /dev/null +++ b/templates/home.html.tpl @@ -0,0 +1,41 @@ + + + + include_template('head-inc.html.tpl') ?> + + <?=SITE_TITLE?><?=$this->page_title(TITLE_DELIMITER);?> + + + + +
+ + +experiments and process
+(c)1999— Gabriel L. Dunne +www, email + +


+ +

elsewhere

+aggregate
+twitter
+vimeo
+github
+flickr

+ + +

site rss
+ + + +

+ +
+ + include_template('nav.html.tpl') ?> + include_template('footer.html.tpl') ?> + + + + diff --git a/templates/index.html.tpl b/templates/index.html.tpl index 649e805..884bec9 100644 --- a/templates/index.html.tpl +++ b/templates/index.html.tpl @@ -14,49 +14,10 @@ - -

projects

- - -

log