Menu toggle

The Waking Life

Excellent thought provocative movie.

The trick is to combine your waking rational abilities with the infinite possibilities of your dreams. Because, if you can do that, you can do anything

via IMDB

Make Terminal look good

The IR theme is one of the cleanest themes out there for terminal. Grab it from Todd's detailed blog linked below. I also use some of the colors from the theme to pretty up the shell a bit and make it look like:

Terminal Window

Put these settings in your .bashrc or .bash_profile

export COLOR_NC='\033[0m' # No Color
export COLOR_WHITE='\033[1;37m'
export COLOR_BLACK='\033[0;30m'
export COLOR_BLUE='\033[0;34m'
export COLOR_LIGHT_BLUE='\033[1;34m'
export COLOR_GREEN='\033[0;32m'
export COLOR_LIGHT_GREEN='\033[1;32m'
export COLOR_CYAN='\033[0;36m'
export COLOR_LIGHT_CYAN='\033[1;36m'
export COLOR_RED='\033[0;31m'
export COLOR_LIGHT_RED='\033[1;31m'
export COLOR_PURPLE='\033[0;35m'
export COLOR_LIGHT_PURPLE='\033[1;35m'
export COLOR_BROWN='\033[0;33m'
export COLOR_YELLOW='\033[1;33m'
export COLOR_GRAY='\033[1;30m'
export COLOR_LIGHT_GRAY='\033[0;37m'

Specify your shell to display time and current folder with home abbreviated as ~

export PS1="[\[${COLOR_LIGHT_RED}\]\T\[${COLOR_NC}\]][ \[${COLOR_LIGHT_BLUE}\]\w \[${COLOR_NC}\]] \[${COLOR_PURPLE}\]> \[${COLOR_NC}\]"

LA Light

LA Light

I sought out to capture the electric radiance of Los Angeles at night and paint a portrait of my city. It took me 6 months of on and off shooting to finish this project. Shooting time lapses is a labor of love and a study in patience.

via Colin Rich on Vimeo

People and Culture

In our culture we’ve been trained for individual differences to stand out so you look at each person and the immediate thought is brighter, dumber, richer older, younger, poorer and we make all these dimensional distinctions and put them into categories and treat them that way. We get so that we only see others as separate from ourselves as just separate. One of the dramatic characteristics of experience is being with another person and suddenly seeing the ways in which they are like you and not different from you and experiencing the fact that which is essence in you and which is essence in me is indeed one and that there is no other. It is all one. Zeitgeist

The Mountain

The Mountain

This was filmed between 4th and 11th April 2011. I had the pleasure of visiting El Teide. Spain´s highest mountain @(3718m) is one of the best places in the world to photograph the stars and is also the location of Teide Observatories, considered to be one of the world´s best observatories. The goal was to capture the beautiful Milky Way galaxy along with one of the most amazing mountains I know El Teide. I have to say this was one of the most exhausting trips I have done. There was a lot of hiking at high altitudes and probably less than 10 hours of sleep in total for the whole week. Having been here 10-11 times before I had a long list of must-see locations I wanted to capture for this movie, but I am still not 100% used to carrying around so much gear required for time-lapse movies.

via TSO Photography

Chrome Release Cycle

Google has essentially mastered the release process for it's Chrome Browser and made version numbers for their software essentially obsolete. The release often strategy is an excellent approach to client software. It's good to see Mozilla following the same path.

Think of any major website, even the fancy Web 2.HTML5 ones... do they have version numbers? We took the same approach to our client software as an online web service. That is... we treat releases as a means of getting features out to users and not goals in and of themselves. It's about flow

via Chrome Blog

One Man’s Ceiling

Excellent Article!

What’s true for low-interest disposable consumer goods is even more true for websites and web applications. As creators, it’s our job to fashion experiences that gently tug at the heart or lightly tickle the pleasure centers, lingering in the mind and quietly demanding reengagement. Good enough is not good enough, unless we want our web products to sit on the cyber-shelf, gathering digital dust.Jeffrey Zeldman

via Cognition

Why Can't Developers Estimate Time?

It's not just developers that are bad with estimates either. Everyone at some point is just winging it because it's something they've never done before and won't be able to successfully make a judgement until they have.

Via PatchSpace

Working with the Chaos Monkey

When you work with the Chaos Monkey, you quickly learn that everything happens for a reason. Except for those things which happen completely randomly. And that's why, even though it sounds crazy, even though it sounds crazy, the best way to avoid failure is to fail constantly.

via CodingHorror

Dark Side of the Lens

Dark side of the Lens

Cameras help me translate interpret and understand what I see. It's a simple act that keeps me grinning

via Astray Films

Unstructured Scribbles is powered by Gatsby JS. Opinions on this website are my own and not of my employer.