萩原電材は、塩ビ管、プラ板などのプラスチックの製品を主に販売しており、さらに、その加工も行っている。
中央線の高架下の店舗はこのお店と肉の万世の出張店舗が開いている程度で、そのほかの店舗は閉店しているので、
少し寂しい感じが漂っている。少し行ったところには、以前交通博物館があったが、現在は大宮に鉄道博物館として移転されている。
交通博物館は、小さい頃から一度は行ってみたいと思っていたところであるが、なかなか行く機会がなく、
大学生頃にとうとう閉館するということで急いで行った記憶がある。交通博物館の閉館に併せて、
万世橋駅の遺構の見学ツアーというのも企画されていた。
さて、このお店は、開店している時間帯が限られており、準備していく必要があるのが難点だが、実験用具で治具を作成する際等に、
比較的望みに近い部材が得られることが多い。
末広町にあった頃は、電子部品を購入しによく行っていたものだが、行く頻度はやや減ったかもしれない。 末広町の旧店舗は、一階に新製品と雑多な部品、 二階にロボット等の展示販売、三階に電子部品、四階に音響を含めたキット製品の展示販売、以前はThinkpadの部品販売という感じで、 幅広い商品をかなり広い面積を使って販売していたが、ラジオ会館に移転してからは店舗面積がかなり狭くなり、 見て回る楽しさが少し減ったのが理由の一つだが、さらに、いくつかの部品は倉庫に移管されてしまったので、 希望の少し古めのトランジスタなどの電子部品をすぐに店頭で手に入れるというのが難しくなったのもある。 かなり以前から通販がメインのターゲットのようで、 末広町の店舗に行っていた時も、店員さんはずっと通販の商品の選定・荷造りをしていたのを思い出す。
秋月電子通商・千石電商・ラジオデパートのある総武線北側のエリアから少し離れたところにあり、 お客さんの入りはそれらの電子部品店よりやや少ないが、RCLなどの受動部品や半導体の品種が豊富に取り揃えられており、 さらにその他の特殊な電子部品も置いてあったりと、コアな感じの漂うお店である。他の電子部品店で見つけられない品種がある場合は、 一度このお店を当たってみると良いかもしれない。
2. It's aimed low. In the original Java white paper, Gosling explicitly says
Java was designed not to be too difficult for programmers used to C. It was
designed to be another C++: C plus a few ideas taken from more advanced
languages. Like the creators of sitcoms or junk food or package tours, Java's
designers were consciously designing a product for people not as smart as
them. Historically, languages designed for other people to use have been bad:
Cobol, PL/I, Pascal, Ada, C++. The good languages have been those that were
designed for their own creators: C, Perl, Smalltalk, Lisp.
-- Paul Graham
-- Java's Cover ( http://www.paulgraham.com/javacover.html )
<polak> mauke: so how does that "translate" into eng
<merlyn> "eng"?
<mauke> I spe eng goo
<rindolf> mauke: I spe eng wel
<rindolf> I spe goo eng
<sts> just a short question. besides personal preference is there
any difference if you use if(! or unless(?
<rindolf> sts: no.
<rindolf> sts: they do the same thing.
<Botje> sts: pfft. Real Men(tm) use unless(!...)
<rindolf> Botje: heh.
<sts> lol unless(! makes sense. thanks Botje, i'll rather use this
one. =D
<LeoNerd> For me it's a readability thing - I express what seems more
likely
<rindolf> Botje: File::HomeDir used to have a triple or quadruple
negative in one of its test files.
<Botje> unless(! $str !~ /(?!foo)/)
<rindolf> Botje: heh
<merlyn> whoa
<merlyn> unless (!) makes no sense to me at all
<Botje> of course not.
<sts> Botje: wow!
<Botje> it's still cool to confuse people with :]
<LeoNerd> Heh.. Should just use !!! in there anywa y:)
<merlyn> it's 7 characters too many
<xand> some people don't understand double negatives
<merlyn> I don't want no complaints!
<Botje> xand: you mean don't not understnad?
<LeoNerd> We don't know nobody who don't want no double-negatives
<sts> Botje: what does (?!foo) do?
<nanonyme> lol
<xand> Botje: don't not misunderstand
<mauke> Botje: that always executes the block
<merlyn> there's an argument that can be successfully made that "I
don't want no complaints" doesn't necessarily work logically
<Botje> xand: oh, I don't not think I didn't not misunderstand you.
<Botje> mauke: I know. it just looks cool.
<mauke> and you want !($str !~ /.../)
<xand> don't you?#
<merlyn> so it might actually mean what people think they're meaning
-- N-uple negative on Freenode's #perl
-- #perl, Freenode