(Fuente: ohjeeezmissy)
So if you didn’t already know, I
have an obsessionreally like orange soda—particularly the non-American varieties (especially the European ones aslkdufhalksufohmygod). I bought this Mexican one a few days ago, and it might sound strange, but it tastes like Europe to me.And plus, it turns my tongue a fabulous shade of orange.
Anyway, this day is far too nice to be spent indoors. I’m off to the quad to read about babies~
(Fuente: thebestestbuttslut69)
Mathematica code:
Animate[
Graphics[
Table[
{Thickness[.012],
Circle[{80*Cos[i*Pi/3], 80*Sin[i*Pi/3]},
t + (100 - n) (1 + Sign[100 - n])/2]}, {n, 0, 100, 1},
{i, 0, 5, 1}],
PlotRange -> 12, ImageSize -> 500],
{t, 0, 1}]
(vía proofmathisbeautiful)