- Oral-History:Federico Faggin (ethw.org)
Federico Faggin was born 1 December 1941 in Benito Mussolini’s Italy. Intellectualism ran in Faggin’s blood. His father was a teacher in the history of philosophy and general history. To his father’s dismay he was interested in electronics, not the humanities. At a young age, Faggin realized that his interests were the opposite of his beloved father. He remembers being interested in machines and anything mechanical at a young age. Even as a young boy, Faggin recalls the irony of the lure of technology: he felt he could understand why machines worked, but not humans.
- 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.