Fred Cisin <cisin at xenosoft.com> wrote:
On Fri, 17 Aug 2012, Oliver Lehmann wrote:
Is it so hard to just read the article?
On this machine,
Yes.
telnet at least?
# telnet
www.adafruit.com 80 > test.html
"GET /blog/2012/08/16/hans-camenzind-inventor-of-the-555-dies/ HTTP/1.1
Host:
www.adafruit.com
Connection closed by foreign host.
Exit 1
# awk '/<blockquote/ {block=1} /<\/blockquote>/ {block=0} {
if(block==1) {gsub(/<[^>]*>/,"",$0);print;} }' test.html
Hans Camenzind, the Swiss emigre analog guru who invented one of the
most successful circuits in electronics history and introduced the
concept of phase-locked loop to IC design, passed away in his sleep at
the age of 78. The news was reported today (Aug. 15) by Sergio Franco,
an emeritus professor of electrical engineering at San Francisco State
University in an email.
Camenzind came to the United States in 1960 and worked for several
years at some of the storied names of the newly developing
semiconductor industry: Transitron, Tyco Semiconductor, and Signetics.
In 1971 he joined the ranks of entrepreneurs by founding InterDesign,
a company specializing in semi-custom integrated circuit design. It
was there, working under a contract with Signetics, that he invented
the 555 timer.?? Signetics commercialized the device in 1972, and it
went on to become one of the most successful in the industry’s
history. The device, used in oscillator, pulse-generation and other
applications, is still widely used today. Versions of the device have
been or are still made by dozens of major semiconductor vendors,
including Texas Instruments, Intersil, Maxim, Avago, Exar, Fairchild,
NXP and STMicroelectronics.
#