Fun with Highways: The Bay Bridge Turns 75

This past Saturday, November 12, marked the 75th anniversary of the opening of the San Francisco – Oakland Bay Bridge, known conventionally as “The Bay Bridge.” It is a regular part of life for many of us here, one of our main connections to the communities across the bay and a principal landmark during walks in my part of the city. It has been featured in many previous articles here on CatSynth.

The Bay Bridge is a workhorse, spanning over 4 miles and carrying an estimated 270,000 vehicles a day, making it second busiest in the U.S. after the George Washington Bridge in New York. But the western double-span is quite a beautiful structure, both as seen from the hills of San Francisco and from up close.


[Click to enlarge]

[Click to enlarge.]

Don’t let that last photograph fool you. Even though it may look like it was taken 75 years ago, it was actually taken yesterday using the iPhone Hipstamatic app during an early afternoon walk by the bridge.

It was quite an engineering feat when it was built, the longest bridge of its time and built in challenging geography of the bay.

[Image from Wikimedia Commons.]

This video (as seen on the official Bay Bridge info site) captures both the era and the engineering:

Much like the Brooklyn bridge when it was first built, the Bay Bridge towered over the surrounding architecture of the cities it connected. It is anchored in the middle to Yerba Buena island with tunnels connecting the two spans of the bridges. On the the San Francisco side, it is anchored to Rincon Hill, once an upscale neighborhood in the late 1800s that fell into rapid decline and largely destroyed in the 1906 quake. The eastern bridge was built resting on mud rather than bedrock. It was the most expensive bridge built to date.

The idea of a bridge crossing the bay has been around since the 1800s. Indeed, such a bridge was proposed by Emperor Norton in the 1870s (I think this even made it into Gino Robair’s opera I Norton). But unlike his other proclamations, this one seemed like a good idea. After that, there were many proposals, such as this one that in some ways resembles the bridge that was actually built.

The bridge proposed in this drawing connected to Telegraph Hill rather than Rincon Hill, and has suspension bridges on both sides of Yerba Buena island.  The spires also make it look like some of the older suspension bridges on the East River in New York.

When bridge first opened, it carried US Highways 40 and 50 as well as the trains from the Key System in the East Bay. The upper deck had longer ramps leading to Harrison and Bryant Streets at 5th, roughly the same as the rather long ramps at those streets today. On the Oakland side, the bridge had viaducts from Cypress Street (Highway 17) as well as San Pablo Avenue and the Eastshore Highway (US 40). The bridge now carries Interstate 80 across the bay. The railway is long gone. Gone also are the connections to the old Transbay Terminal and Embarcadero Freeway, both of which have been demolished. The area under the bridge on the San Francisco side, once a gritty industrial waterfront, is now a picturesque boulevard that is great for walking. Through all of the changes, the bridge itself has not changed very much at all…

[Bay Bridge approach, 1940s]

[Bay Bridge and Embarcadero, 1970s and 1980s. Photos from Wikimedia Commons.]

[Present day, Bay Bridge and southern Embarcadero. Photo by CatSynth]

…until now. The eastern truss span, which was badly damaged in the 1989 earthquake, is now being replaced with a new more graceful cable-stayed span. The construction has progressed to the point where the tower is in place and the cables are being hung. It is indeed a bit distracting when traveling the bridge. But I am looking forward to seeing it completed, probably around the 77th anniversary in 2013.

#OccupySF march in San Francisco, November 5

In this article, we follow the #OccupySF march in San Francisco yesterday through some Hipstamatic photos, with nods to some of the city’s architecture and icons that we passed along the way.

We began at the base of Market Street, the main thoroughfare of the city. It runs diagonally and separates two separate street grids that run at 45-degree angles to one another, some thing confuses not only visitors but many locals as well.

An impressive line of police ran parallel to the march. This was primarily to separate the marchers from traffic, which continued on the other side of Market Street. The interactions my group had with the police were quite cordial. One even helped us with info from the announcements at the front of the march which we could barely hear from our position.

For those who criticize the Occupy movement for not having any sort of focus, it should be noted that yesterday’s march and events were squarely focused on the banking industry and the largest banks in particular. It coincided with “Bank Transfer Day” in which large numbers of people moved their accounts from the large banks to either credit unions or community banks. San Francisco remains a large banking center. Wells Fargo still has its headquarters at the corner of Montgomery and California. We had a demonstration in front of the building.

Bank of America used to have its headquarters in San Francisco as well, at 555 California Street. 555 California is the second tallest building in San Francisco, a large imposing structure of brown granite. It is often derided, but I kind of like it as an example of modernism in an architecturally conservative city. It has a large plaza above street level common for commercial buildings from the 1970s. The march stopped here for an extended sit in.

From there we continued up California Street towards Chinatown. Here you can see the marchers passing one of our iconic cable cars.

We then turned north on Grant Avenue, the main street through the center of Chinatown.

Grant Avenue always feels a bit touristy, though it does have some great dive bars hidden away. For good inexpensive Chinese food go one block over to Stockton Street. We did, however, briefly chant in Cantonese, with the majority of us non-speakers responding with the word “Unite!”, which translates to 团结 (tuan jie in Mandarin, but I can’t find a written pronunciation for Cantonese).

At the informal boundary of Chinatown and North Beach, we turned east onto Broadway. Broadway in North Beach is about as close to a traditional red-light district as we have in San Francisco. As Broadway heads down the hill towards the Embarcadero, the neighborhoods feel a bit more ambiguous and nondescript. I have walked in the area countless times, it’s usually quiet with small buildings and lots and the shadows of the financial district and Telegraph Hill to either side.

On reaching the Embarcadero, we headed south along the wide palm-tree lined boulevard.

It is interesting to note that 25 years ago, this location was the underside of a somewhat industrial double-decker freeway, the Embarcadero Freeway, that ran from the Bay Bridge to Broadway. It was torn down after the 1989 earthquake.

And ended up back at the official #OccupySF camp at Justin Herman Plaza. The camp is at the south end of the plaza. The north side is another iconic modernist space that many people in the city love to hate – but I am quite fond of it. It includes the NeXT. The operating system of NeXT which became Apple’s Mac OSX are Unix systems. Similarly, the much of the heavy computer programming from large-scale servers to iPhones is done with C and its descendents C++ and Objective C.

“The tools that Dennis built — and their direct descendants — run pretty much everything today,” said Brian Kernighan, a computer scientist at Princeton University who worked with Mr. Ritchie at Bell Labs.

A great many of us who studied computer science and practiced computer programming have the classic text that Kernighan and Ritchie co-wrote, The C Programming Language, known affectionately as authoritatively as “K&R”.

C is at hits heart a “systems programming language.” It’s a small language, structured in the imperative programming style of Algol and PASCAL, but the individual functions and operations are close to the machine language, simple bit-shift, arithmetic and memory location (pointer) operations. As such, it is very unforgiving compared to some of its predecessors, but it was efficient and simple and has enough expressive power to build operating systems like Unix, scientific computing, and the inner works of most software applications through the object-oriented successors, C++ and Objective C. Much of my software work has centered around these descendent languages, but when it comes to doing actual computation, it’s still C.

“C is not a big language — it’s clean, simple, elegant,” Mr. Kernighan said. “It lets you get close to the machine, without getting tied up in the machine.

Higher-level languages, like the PHP used to build this site, are ultimately implemented as C and C++ programs. So both this website and the device you are using to read it are products of Dennis Ritchie’s work.

Fun with Highways: Wall Street

Some streets take on a status beyond their physical extent. One of those is Wall Street, which is simultaneously an actual street in New York City, a neighborhood name, and shorthand for massive finance and investment industries of the United States.

Wall Street itself is quite short, and runs from South Street along the East River to Broadway. It’s terminus on the east side is underneath the South Street Viaduct (why a duck?) that carries the FDR drive to the tip of Manhattan and underneath Battery Park. The Broadway ends at historic Trinity Church. It is not a part of the city that I know particularly well. Most of my adventures don’t take me further south than Tribeca or the Brooklyn Bridge. It is interesting to look at the street names and arrangement, narrow streets with names like “Pine” and “Cedar”, “Front Street” and “Water Street” that we would associate with numerous coastal American cities and towns but not distinctly with New York (San Francisco has all four street names, as does Santa Cruz where I lived for several years). The streets are evidence of the long history in this part of the city.

The current #occupywallstreet protests are not actually centered on Wall Street, but in a park to the north along Liberty Street (officially named Zuccotti Park), just one big block away from the World Trade Center site and the new 9-11 Memorial. But things have grown since the initial encampment and march and while it was largely ignored by the mainstream media for the first couple of weeks or addressed as little more than a curiosity or object of derision. Now it appears in the news every day, and the protests themselves are growing organically. Here is an image yesterday from protesters occupying Foley Square, several blocks to the north near City Hall and the off-ramps from the Brooklyn Bridge (from the official website).

And a recent report of the massive march via Democracy Now!:

Towards the end of the video, one can see what happens as protesters approached the actual Wall Street.

If you want to support the movement but can’t make it to New York or one of the local “occupations” that have spread to other cities, you can send donations, or even order them a New York pizza courtesy of Liberatos Pizza. And we all know that New York pizza is better than what we get here on the west coast. They do recommend ordering vegetarian or vegan options, but the official “Occu-pie” looks suspiciously like pepperoni:

In the publication “Occupied Wall Street Journal”, they print a map of the plaza encampment:

I like how they label the sculpture on the plaza as “Weird Red Thing”. As reported in Hyperallergic, the “weird red thing” is actually Mark di Suvero’s “Joie de Vivre”. I quite like the sculpture, with its clean lines and curves, and red color against the grays of the Wall Street buildings.

[Photo by ElvertBarnes on flickr]

I will be visiting New York again in November, and I’m sure I will be downtown quite a bit…

NeXT

Like so many others, we are marking the passing of Steve Jobs. But one thing that is often overlooked in the many tributes is his leadership at NeXT.

I first came across NeXT in 1989, as I was starting to explore the world of computer music. It was an ideal machine for its time for music and media work. It had a powerful operating system, it had a programmable DSP, it had SoundKit and MusicKit libraries specifically designed for music programming. And the original NeXT Cube was quite a striking physical object.

I had even written a couple of letters and formal research proposals to NeXT and directly to Steve Jobs to support my incipient research work in high school. Of course, nothing came of it, but it was an interesting exercise in learning how to write a proposal. And my opportunities to try out the system (via various institutions) game me a sense of what a more ideal computing environment could be like. As a music and computer-science student at Yale, I did in fact have the opportunity to do work on NeXT systems, but by that point the computing world, and the computer-music world, were moving on.

Apple acquired NeXT in late 1996. In the process, they reacquired Steve Jobs, whose return marked the Apple that we know today, and also the NeXTSTEP operating system, which lives on to this day as the foundation of Mac OSX. Every contemporary MacBook and MacPro is in many ways a late model NeXT computer. Indeed, it was only after the introduction of OSX that I purchased my first Mac (an iBook) in 2003 and gradually shifted into being one of those annoyingly obsessive Mac/iPhone/iPad users. All of my music and photography work is done on these devices, as are all posts to this blog and updates to our Twitter and Facebook streams. Even my day job is intimately connected to the technology from Apple. We associate these technologies and designs with Steve Jobs, but much of it can be traced back to what he and others pioneered at NeXT.