Skip to main content

Lucky Earth

A random sample of the collection of improbable and mutually exclusive events that led to our emergence here on this rock.

If the Sun formed in a region with less or different gas contribution the Earth would likely have an ammonia Ocean instead of a water one.

If the proto planetary disk didn't have so much accreted asteroids and comets proto Earth would not have gained so much water and would likely be dry.

If the Earth didn't accrete as much dust as it did, we'd have a smaller radius and likely not have a radioactive active core..the active core is what produces our magnetic field and thus protects us from the deadly solar wind of the sun. Life would not exist.

If the proto Earth had not been struck by another body just before 4.4 billion years ago, the planet would not have reconstituted into the present Earth 2 + moon system. Without the gyroscopic stabilization of the moon against the distant but influential gravitational nudges of Jupiter we'd have no predictable seasons and life would have no way for evolution to consistently emerge complex life forms...Earth would have stayed a planet of bacteria.

It goes on an on...if the Anoxic transition didn't occur, if the planet was not subject to the great extinction of 240~ Mya that cleared the landscape for the emergence of the dinosaurs...if the KT asteroid didn't hit 65 million years ago and clear the way for the rise of mammals and grasses and Magnoliaphylum...it goes on and on

Each one if it didn't occur would eliminate us from the rock...the Universe doesn't care about our presence here and the fact that we are finding so many worlds now, in so many states of pathology underscores this fact. Swollen giants mere millions of miles from their parents stars, Giants at impossible distances away from their stars and soon rocky planets in all states of formation thanks to Kepler Sat. If there is a God it surely lost track of our development in the endless list of billions upon billions of planets that exist in this Galaxy in various states of formation of life in a visible Universe of over 100 billion Galaxies...the mind simply boggles.

Comments

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic ...

Engineers versus Programmers

I have found as more non formally trained people enter the coding space, the quality of code that results varies in an interesting way. The formalities of learning to code in a structured course at University involve often strong focus on "correctness" and efficiency in the form of big O representations for the algorithms created. Much less focus tends to be placed on what I'll call practical programming, which is the type of code that engineers (note I didn't use "programmers" on purpose) must learn to write. Programmers are what Universities create, students that can take a defined development environment and within in write an algorithm for computing some sequence or traversing a tree or encoding and decoding a string. Efficiency and invariant rules are guiding development missions. Execution time for creating the solution is often a week or more depending on the professor and their style of teaching code and giving out problems. This type of coding is d...

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert...