
Sneak preview of makeup and style post coming up on my blog! Photo by the talented @crisdobbins (Taken with instagram)
When everyone at school claims to love Marilyn Monroe and wears shirts with her face on it, but have never seen one of her movies or don’t even know that she was an actress.Submitted by: Anonymous
This.
And then this happens so much that when I do claim to be a Marilyn fan other people say I bet you haven’t even seen her films or know anything about her.
view GIFs in high-res (700x700) here
Mathematica code:
Table[
ListAnimate[
Table[
Graphics[
{White, Line[
Table[
{-.99^n*Sin[n*a], .99^n*Cos[n*a]},
{n, 0, 700}]]},
PlotRange -> 1, ImageSize -> 250, Background -> Black],
{a, 2 Pi/p, 2 Pi/(p + 1), (2 Pi/(p + 1) - 2 Pi/p)/75}]],
{p, 3, 6, 1}]






