Live data from Hacker News

Random Animations

bleuje.com

1–10 of 63 posts

Re: Random Animations

#4
I was looking at the source to see if it was randomly generated or randomly selected from pre-generated animations (it is the latter) and saw this odd anyalytics tag:

    Script blocked by Cloudflare, check the site yourself.
And I have a few questions.

1. It requests the script from Google unconditionally.

2. `doNotTrack` is just hardcoded to false. My browser sends the header, so it isn't server-inserted (at least not in a way that works).

So what is it trying to do?

Re: Random Animations

#6
Since no one else asked... how is this done? Are there any specialized programs for this sort of graphical/visual programming? Or is this just a bunch of Python scripts using 3D/math/plot libs?

Re: Random Animations

#9
post #6

Since no one else asked... how is this done? Are there any specialized programs for this sort of graphical/visual programming? Or is this just a bunch of Python scripts using 3D/math/plot libs?

There are specialized programs, but there are also languages like Processing that are often used for computer art. Not sure what was used for these, however.
Post reply on HN