Skip to main content

California Sculpture Slam 2015

The California Sculpture Slam 2015 at the San Luis Obispo Museum of Art runs from September 25 to November 15, 2015. One of the exhibits has metallic octopus tentacles which seems to engulf the typewriter. When I saw the tentacles with a typewriter, I thought "how perfect it was to combine my childhood wonderment with my passion of writing and interest in the Victorian age of enlightenment."

The fascination with organic metal sculptures involving tentacles could be traced back to two movies seen as a kid. When my parents took me to San Francisco in my pre-teens I enjoyed seeing the Golden Gate Bridge and San Francisco Ferry Building at Embarcadero especially because I saw them in a 1955 movie called 'It Came From Beneath the Sea.' Admittedly that was not the only movie that created the fascination with tentacles, alongside with some Victorian touch, Walt Disney's 'Jules Verne's 20,000 League Under the Sea' in 1954 also played a role on my impressionable young mind.

The typewriter octopus sculpture of interest, "Self Organization", was sculpted by Courtney Brown and is a must see if in the San Luis Obispo area between September 25 to November 15, 2015.

Links:
Courtney Brown http://cbrownsculpture.com/
San Luis Obispo Museum of Art http://www.sloma.org/ 
California Sculpture Slam 2015 http://www.sloma.org/exhibits/on-view.php?event=709
(September 25 to November 15, 2015)

Popular posts from this blog

Data and Differences Between AI, ML, and DL

 Data: Volume - the amount of data that is being produced over any given unit of time Variety - The level of deviation within your data, which can have both positive and negative effects depending on what it is you’re hoping to achieve Velocity - A term referring to how quickly new data is produced. Velocity can also allude to the concept of drift, or, how quickly data underlying a model can change over time Veracity - The accuracy of data that is being collected, a trait which can be affected by faulty inputs, poor organization, or a variety of other factors Value - A holistic measure based on all other underlying characteristics of data and rooted in how likely the data is to help you reach your desired end state Differences between AI, ML, and DL?  NVIDIA: https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-learning-ai/ Source: Udacity AI for Business Leaders

PowerPC 750 on James Webb Telescope

Another PowerPC usage was spotted, this time it is on the James Webb Telescope. The reliable and radiation chip was known to be used on the Orion spacecraft. Most of you know the variant called G3 on Apple PowerPC products.  https://www.talospace.com/2022/01/another-powerpc-in-space.html?m=1 Here is an interesting link with many more examples of the PowerPC usage: https://forums.macrumors.com/threads/a-fun-thread-on-the-powerpcs-longevity-durability-and-performance-for-ongoing-science-work.2170348/

CPU Model in Linux

 Ever wondered what kind of CPU model you are using in Linux? This command will pull it up: gcc -march=native -Q --help=target|grep march