- Seattle Neighborhoods: Eastlake — Thumbnail History (historylink.org)
Peering down from a Cessna floatplane circling for a landing on Seattle’s Lake Union, the airborne person can easily see the wedge shape of the Eastlake neighborhood through the clouds. Bounded on the west and north by the L-shaped Lake Union, on the east by the I-5 freeway and on the south by the Mercer Street corridor, the neighborhood sports neat rows of houseboats nine and 10 deep fingering out into the lake. The houseboats are neighbors to low rise office buildings, trendy restaurants, biotechnology firms, and the remnants of a century old history of lakefront industry. Luxurious upland townhouses rub gutters and garden gates with Victorian houses, the apartment buildings that followed them in the 1920s, and other, modest single-family dwellings. Thirty-six hundred residents currently (2001) live in Seattle’s Eastlake neighborhood.
- this (computer programming) (Wikipedia)
this, self, and Me are keywords used in some computer programming languages to refer to the object, class, or other entity which the currently running code is a part of. The entity referred to thus depends on the execution context (such as which object has its method called). Different programming languages use these keywords in slightly different ways. In languages where a keyword like “this” is mandatory, the keyword is the only way to access data and methods stored in the current object. Where optional, these keywords can disambiguate variables and functions with the same name.