How does this loop work ?Does this create an array where B,F,Z,D and i are 0? for(T=[B=F=Z=D=i=0];i<600;i++)
T=[0],B=0,F=0,Z=0,D=0,i=041–50 of 100 posts
How does this loop work ?Does this create an array where B,F,Z,D and i are 0? for(T=[B=F=Z=D=i=0];i<600;i++)
T=[0],B=0,F=0,Z=0,D=0,i=0I am impressed how smooth many oft the demos run in Firefox for Android
Yikes - this took me right back to writing M68000 bootsector demo/loaders on my AtariST in the 80's. Happy times. I sometimes wish there was still more of that creative free-for-all spirit in todays UI's. To think of the computing power we have now compared to then - it's slightly saddening to see how conservative and often ugly the interfaces we use are.
Curious: Does any of your work survive?
this was really beautiful. I almost blurted out it was art but then I was forced to remember we can't call computer generated things art by some hidden rule.
Programming is a form of art, to me.
The making of "Highway at Night": http://jsriffs.blogspot.fi/2014/05/making-of-highway-at-nigh...
You can see all the submissions at http://js1k.com/2014-dragons/demos My favorite: http://js1k.com/2014-dragons/demo/1868
Some of the other demo's quickly makes my Macbook Pro's fan make noise. This cute 3d demo can go on forever without any noise. And it even has reflection and (fake) shadows.
this was really beautiful. I almost blurted out it was art but then I was forced to remember we can't call computer generated things art by some hidden rule.
Earlier quoted context omitted.
Principal component analysis and then ignoring the least important components is the only compression technique I know. Hope it helps.
Well that is a lossy compression, can work nicely to some data (e.g. images), but totally irrelevant in the context of source code compression.
Earlier quoted context omitted.
How can the human brain remember hours of highway trips in basically 3 pounds of fat without using some tricks to convert the information in to geometric 3d shapes? The developer who created this demo also know how to do it the other way round, he can write javascript that generate simple geometric shapes and animated transitions in javascript that generates a pretty good rendition of a highway trip at night.
I doubt that (all) humans think in javascript :P Im sure the brain has its tricks, but they dont need to have something in common with the ones used here. I wonder what Kolmogorov Complexity this program has. Obviously <= 1023.
Also, shouldn't the number be expressed in bits rather than bytes?