Permalink
Mohit on architecture and library
  • vote
    12
    0 starsmohit | Shared With: Everyone - Mar 28 2007 | seattle, library, reading, architecture
    On Architecture: How the new Central Library really stacks up

    Despite the complaints in this article, I actually find the 10th floor of the Seattle Central Library a better place to read than that in any other library. However, I still prefer coffeeshops -- just because I like background noise.

    Quoted: The 10th-floor reading room is quieter, more intimate, and yet more stimulating. Punched into the city skyline like a rhomboid treehouse, it connects startlingly with Seattle's urban energy. That may be a positive environment for the digestion of knowledge here in the 21st century. But once the exhilaration subsides, the truth emerges: The room is badly designed and cheesily detailed. The drab plastic study cubicles fail to resonate with the jazzy character of the building envelope.

1 - 1 of 1 Faves

Related Content from Around Faves

architecture

  • SharpSmith
    Jul 15 2008

    Quoted: nComet is a .NET implementation of the Comet (reverse-AJAX push) architecture. This server-side pipeline uses long-lived client-initiated HTTP connections to push messages to the client. Once the client receives a response, it immediately opens another HTTP request, which the server holds until a message is ready. This architecture allows the server to push dynamic html/xml/json/etc to the browser, rather than the browser polling the server. This project focuses on the .NET server-side architecture, initially providing a HttpListener implementation (for a custom host communicating with HTTP.SYS directly) and may eventually provide a ASP.NET implementation as well. The library will simplify the implementation of common message patterns such as pushing latest data as well as sync. Example code for multiple client-side javascript implementations will also be provided.

    1 FaverViewed: 4 Times
  • eric - 21 days ago
    1 FaverViewed: 2 Times
  • petersigrist - 6 days ago
    1 FaverViewed: 6 Times
VIEW ALL