Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Oblique Strategies

Reply
Thread Tools

Oblique Strategies

 
 
robin
Guest
Posts: n/a
 
      09-14-2005
The Oblique Strategies were originally a set of one-hundred cards,
each bearing a short phrase. They were devised by Brian Eno and Peter
Schmidt as ways of working through creative problems. When a blockage
occurs, draw a card, and see if it can direct you in a tangential way
that helps solve the problem.

I have created a Python implementation that includes two different
decks. Since one of these is my own, I can be sure this is an original
contribution for all of you Python coders stuck on a problem!

Surf:
http://noisetheatre.blogspot.com/200...trategies.html

-----
robin
noisetheatre.blogspot.com
 
Reply With Quote
 
 
 
 
Tom Anderson
Guest
Posts: n/a
 
      09-15-2005
On Wed, 14 Sep 2005, robin wrote:

> The Oblique Strategies were originally a set of one-hundred cards, each
> bearing a short phrase. They were devised by Brian Eno and Peter Schmidt
> as ways of working through creative problems. When a blockage occurs,
> draw a card, and see if it can direct you in a tangential way that helps
> solve the problem.


Neat!

I can't help but feel that putting the strategies in a file and using
'fortune' to pick them would have been slightly simpler, but since i don't
actually seem to have fortune on my machine, i'm actually rather happy
that you've done this.

I don't know about coding, but i think this might be handy in the cell
biology research that constitutes my day job ...

tom

--
Also, a 'dark future where there is only war!' ... have you seen the news lately? -- applez
 
Reply With Quote
 
 
 
 
robin
Guest
Posts: n/a
 
      09-15-2005
Tom Anderson <> wrote:

>On Wed, 14 Sep 2005, robin wrote:
>
>> The Oblique Strategies were originally a set of one-hundred cards, each
>> bearing a short phrase. They were devised by Brian Eno and Peter Schmidt
>> as ways of working through creative problems. When a blockage occurs,
>> draw a card, and see if it can direct you in a tangential way that helps
>> solve the problem.

>
>Neat!
>
>I can't help but feel that putting the strategies in a file and using
>'fortune' to pick them would have been slightly simpler, but since i don't
>actually seem to have fortune on my machine, i'm actually rather happy
>that you've done this.


The best things about this approach are that code and data are in one
file and you don't need to be on a machine with fortune. (My machines
seem to mostly have misfortune, aka Windows.)

I'm happy how Python reduces most small problems down to the most
trivial of exercises. This is less a program than a list of text
strings.

-----
robin
noisetheatre.blogspot.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MultiStep form Strategies fragmonster ASP .Net 5 09-23-2004 07:22 AM
Webinar: WAN Optimization Strategies & Testimonials (August 26th) Bridget Willey @ Innovative Cisco 0 08-18-2004 03:32 PM
Marketing strategies Charles Schuler Digital Photography 9 07-18-2004 12:05 AM
Test Harness Strategies fabbl VHDL 1 04-17-2004 03:39 PM
Re: Anyone else concerned about anti-competitive dumping strategies? Mark Jones DVD Video 5 09-02-2003 01:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57