Due 9 January 2008
1. Find an image at the Space Collective that you find fascinating.
2. Search for and find an image within the context of the Space Collective that has not been posted.
Research both images and verbally present your findings in class on the 9th. When you get your Space Collective account, make this information your...
Note: The following is fiction. Also, I poke fun at various religious views and if that offends you, then you have been duly warned.
Edit: I forgot to mention: I will not stand for stupid, baseless and unfounded inflammatory comments. Please, if you're going to criticize my work and/or question my quality as a member, please do so in a formal,...
Over the past few days I've been thinking about religion/spirituality/mysticism and the mediums by which they will be exercised and expressed eventually.
It seems like just about any form of entertainment (religion included) has gone through an evolution in media. With music for example the performance was only live, then came sheet music, the...
// This is general, simple code for each element to be "aware"
// of every other element. Specifically, it draws a line from each
// node to every other node.
Node[] nodes;
void setup() {
size(600, 600);
nodes = new Node[6];
for (int i = 0; i < nodes.length; i++) {
nodes[i] = new Node(random(width),...
I'm currently planning a book. (yes, hello everyone first post) I don't feel like divulging too much, suffice to say it's science fiction set in the not too distant future. However it's my plan to try and hone in on the social aspects of life, while keeping up a pretty twisted world plot.
The biggest factor in the development of that side of...
http://news.bbc.co.uk/2/hi/science/nature
"Huge changes will occur in the fossil record. Not just because of the mass extinction we are causing, but because of the huge number of human remains that will become melded into future rock layers."
hello world, this is the fifteen-billionth (give or take) blog that i've set up in my lifetime, maybe three to four of which i hope to remain active in.
here are the reasons why i abandon old blogs and start new ones:
– i don't like the way it looks (and usually i will look for a different blog provider)
– i want to start in a...