Skip to content


Interview with Chick Foxgrover

Into the distance

Into the distance by Steve-h, on Flickr

As a part of the #140cuse conference, I interviewed Chick Foxgrover SVP, Chief Information Officer at American Association of Advertising Agencies (twitter, LinkedIn) about creative technologies. Chick is the CIO at American Association of Advertising Agencies, interested in social business practice, collaboration, cyborg evolution, semantic web, art, and is a creative technologies evangelist. Our conversation focused squarely on creative technologies, their evolution and what we can expect to see from creative technologies in the future.

We did the interview over, get this, twitter! I wanted to capture the spirit of the conference and thought there was no better way to do it than via everyone’s favorite information network. I have done a number of interviews before but never over twitter. I found this method to be very effective as it forced me to be very precise with language and questions. Not having someone’s body language or verbal ques to guide the subtleties of an interview made the twitter more challenging than I had initially expected. We had a great conversation and I hope you enjoy it!

joshkitlas Today I am interviewing @chickfoxgrover-CIO at @4As & creative technologies (C/T #creativetech) evangelist for the #140cuse conf.
joshkitlas How are you doing today Chick?
chickfoxgrover #140cuseintrvw Good thanks! Happy to be here.
joshkitlas Great! So…logical first question-What are creative technologies (C/T #creativetech) ?
chickfoxgrover Ha! trick question.;) technologists that work with/in creative teams in creative industries like advertising.
chickfoxgrover but the hard part is what is a technologist, and what is creative
joshkitlas OK. so, to clarify, it is more of a (employee) position than a concept?

Continued…

Posted in Art, Business, Culture, Design, Information, Syracuse University, Technology.

Tagged with , , , , , , .


Seared Sea Scallops with Lemongrass Sauce and Basil, Mint and Cilantro Salad

This ranked extremely high on the yum factor scale.

Seared Sea Scallops with Lemongrass Sauce and Basil, Mint and Cilantro Salad

Recipe

http://www.tastebook.com/recipes/406868-Seared-Sea-Scallops-with-Lemongrass-Sauce-and-Basil-Mint-and-Cilantro-Salad

Posted in Food.


Up next…Big History

Sunrise on Phu Chi Fa By Tom BKK

Sunrise on Phu Chi Fa By Tom BKK

ChronoZoom is an extremely bold project intended to make history accessible through a visual timeline. The project is jointly shared between Microsoft Research and Roland Saekow and Walter Alvarez of the University of California, Berkeley and recently had a major upgrade making it a lot easier to play around with. To say this project is bold is an understatement: How do you compile millions of years of BIAS-FREE history? It will be interesting to see how this develops. This is definitely something worth playing around with.

Below is a snippet forwarded to me by one of the project managers.

ChronoZoom:

Background: There are thousands of digital collections, libraries, archives, repositories that are hard to find, hard to consume and hard to pull together to ask big research questions. In addition, many researchers have their data on their individual computers and servers and don’t have an ability to easily share their information with others.  There is much more collaboration between the sciences and humanities today but they are still taught and researched in silos.  What if you could have a tool that could bring this all together.  That could put vast amounts of data in a consumable fashion on a timeline that included the history of everything.    ChronoZoom helps to do that using the story of Big History to make consuming vast amounts of data understandable.

Big History is the attempt to understand, in a unified, interdisciplinary way, the history of cosmos, Earth, life, and humanity. Envisioned as a new discipline launched 25 years ago by Dr. David Christian at Macquarie University, Australia.  Big History invites scholars of the humanities and scientists from fields like geology, paleontology, evolutionary biology, astronomy, and cosmology to work together in developing the broadest possible view of the past. However, incorporating everything we know about the past into Big History greatly increases the amount of data to be dealt with.  A serious problem in teaching Big History courses is conveying the vast stretches of time from the Big Bang, 13.7 billion years ago, to the present, and clarifying the immensely distinct time scales of cosmic history, Earth and life history, human prehistory, and human history. A traditional linear timeline is ill equipped to convey the vast differences in time scales. Furthermore, incorporating the plethora of data from so many fields and disciplines into a single, comprehensive view has proven difficult. To present Big History properly, a completely new kind of tool had to be developed. Continued…

Posted in Future, Information, Technology.

Tagged with , , , , , , , .


Salmon and ceviche

This was pretty awesome. I’d do it without the cucumbers next time though.

Salmon and ceviche

Recipe

http://www.tastebook.com/recipes/74859-Shrimp-Ceviche

Posted in Uncategorized.


Installing DSpace version 1.7 on Ubuntu 10.04 Server

This excellent tutorial is courtesy of Susan Borda

(Roughly following these instructions: https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.7+on+Ubuntu)

  1. Install the Ubuntu Desktop GUI on your Ubuntu Server:
ubuntu:~$ sudo tasksel
[*] Ubuntu desktop
Click
  1. After rebooting install LAMP server, PostgreSQL database and Tomcat Java server.
    • After logging into Ubuntu open the Terminal (Under Application > Accessories).
ubuntu:~$ sudo tasksel
[*] LAMP server
[*] PostgresSQL database
[*] Tomcat Java server
Click
    • The packages will install. You will be prompted for a MySQL password, enter any password (just remember it.), you will be asked to re-enter it.
  1. Install Maven 2.2.1:
    • Open a web browser in Ubuntu and go to: http://maven.apache.org/download.html
    • Select apache-maven-2.2.1-bin.tar.gz for download. It will most likely download to the root directory /tmp
    • Move it into /usr/local/apache-maven (you will need to create the apache-maven directory first):
ubuntu:~$  cd /usr/local
ubuntu:~$  sudo mkdir apache-maven
ubuntu:~$  sudo mv /tmp/apache-maven-2.2.1-bin.tar.gz
    • Extract apache-maven-2.2.1:
ubuntu:~$  sudo tar –zxvf apache-maven-2.2.1-bin.tar.gz
    • Now finish adding Maven to PATH:
      1. The subdirectory apache-maven-2.2.1 will be created from the archive.
ubuntu:~$ export  M2_HOME=/usr/local/apache-maven/apache-maven-2.2.1
ubuntu:~$ export M2=$M2_HOME/bin
ubuntu:~$ export PATH=$M2:$PATH
ubuntu:~$ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
ubuntu:~$ export  PATH=$JAVA_HOME:$PATH
  1. To verify that it is correctly installed.
ubuntu:~$  mvn  --version
  1. Edit the /etc/postgresql/8.4/main/pg_hba.conf file:
ubuntu:~$ sudo gedit

Put a ‘#’ in front of this line:

local all  all  ident

Then add this line:

local   all  dspace    md5

Save the file. Continued…

Posted in Technology.

Tagged with , , , , , , , .




Switch to our mobile site