2009 102: Difference between revisions
Line 16: | Line 16: | ||
& re-assemble with montage... | & re-assemble with montage... | ||
(need simple solution for naming files with date, basic back quoting) | (need simple solution for naming files with date, basic back quoting) | ||
In general build up from really simple CL exercises of using imagemagick, file manipulations (moving, renaming, copying, deleting)... Introducing public_html... | In general build up from really simple CL exercises of using imagemagick, file manipulations (moving, renaming, copying, deleting)... Introducing public_html... | ||
Tools | Necessary Tools: | ||
* basics: cd, pwd, mv, cp | * basics: cd, pwd, mv, cp | ||
* ssh | * ssh | ||
Line 27: | Line 26: | ||
* imagemagick: convert, mogrify, montage | * imagemagick: convert, mogrify, montage | ||
* find | * find | ||
* crontab | |||
Concepts: | |||
* variable | |||
* backquoting | |||
== Adventures in Command Line == | == Adventures in Command Line == |
Revision as of 22:14, 12 October 2008
this page is under construction ;)
Command Line Media Research
RESEARCH: Tool to support visual comparison of front pages newssites a la Sarah Charlesworth's Modern History (1978)
- The Order Of Things through the end of the year at the MuKHA, Antwerp.
Exercise explores the principle of:
- simple command line tools focused on doing a simple task
- the idea of a pipeline to join various commands together
- introducing the concept of a variable to make a personal "tool"
start with example of how to rip the above page with wget. & re-assemble with montage...
(need simple solution for naming files with date, basic back quoting)
In general build up from really simple CL exercises of using imagemagick, file manipulations (moving, renaming, copying, deleting)... Introducing public_html...
Necessary Tools:
- basics: cd, pwd, mv, cp
- ssh
- wget
- imagemagick: convert, mogrify, montage
- find
- crontab
Concepts:
- variable
- backquoting
Adventures in Command Line
Chat bots
Eliza... tie in with Python callbacks...
Necessary Tools:
- ssh program (look up for those on windows)
- text adventures == early intersection of narrative and computational forms
- multi-person / time sharing / interaction vs. batch
- getting comfortable with the command line
- command line == programming
- pipeline VS. sealed case "suites"
pragmatic exercises / "puzzles" involving:
- wget for some spidering
- ffmpeg for some media manipulation?
- imagemagick for some xxzzy ?!
Maybe cool to keep in the spirit of group / network activities / timing. How to communicate between users logged into the network. ... too complex for now
Exercises could take the form of puzzles with a description of a desired end result, like:
- Produce a single image made up of images collected from the homepage of a particular website.
(wget => montage)
- Produce an animated gif made up of the headlines from a particular news site
? CL feedreader ?? => image => movie ?
(?! find command / wildcards as a prelimary way to loop ) By creating a single (or more) variables, create a basic tool.
!! show how copying images / animation to public_html allows for instant web "publishing"