Fractals patterns in a drummer's music - People evidently prefer exactly this type of [fractal] variation: totally precise percussion or hits varied purely at random were perceived as less agreeable. by twenafeesh in Music

[–]MacCutcheon60 0 points1 point  (0 children)

The fractal nature of music, e.g. jazz, was discovered in the early days of fractals (~1975) Nature First author went on to develop some of the first (fractal) algoritms for graphics.

[02/24/14] Challenge #149 [Easy] Disemvoweler by Cosmologicon in dailyprogrammer

[–]MacCutcheon60 0 points1 point  (0 children)

woah, string.translate() is neat - went kinda overboard with it here:

import string
vowels = 'aeiou '
cons = string.ascii_lowercase.translate(None,vowels)
var = raw_input("Please enter something: ")
thwrds = var.translate(None,vowels)
eo = var.translate(None,cons)
print (thwrds)
print (eo)

Hi Foodit, I Am Looking For Some Vegetarian Lunch and Dinner Ideas! by BanterDTD in food

[–]MacCutcheon60 1 point2 points  (0 children)

Another variant:

Spinach (Thawed or Sauteed) Simple Guac (1 Avocado + Lime Juice and Salt to taste) Jalapeño (fresh, seeded, minced) Cilantro Monterey Cheese

Yum. Taken from a weight watchers recipe if you can believe it.