25 にして未だ 「三国志」 を読んでいません。
どの作者をとっても六巻 ~八巻組みの長編になってしまう 「三国志」 を後回しにしていたら いつまでたっても手が出ないぞ、と決起して先月小東京の Kinokuniya で陳舜臣の 「秘本三国志」 を買うも一巻めで挫折。簡潔すぎてのめりこめない。なぜ司馬遼太郎は 「三国志」 を残していってくれなかったんだろう。奇しくもその時一緒に買った他の文庫本の綴じ込み広告に ば~ん!と宮城谷昌光三国志が載っていた。ほくほくと買いにいったが置いていなかった。代わりに吉川英治三国志に遭遇。全八巻おとな買い~♪
その一緒に買った本というのが 「太陽の塔」。これは笑った。これは面白い。もてない男たちが集まって誇大妄想を膨らまし非生産的思索を撒き散らし、クリスマス一色の京都を無闇に奔走するお話。始めは 「仮面の告白」 やら 「地下室の手記」 やらの匂いがしたけれども、三島由紀夫やドストエフスキーが己の苦悩について大大大真面目に書き連ねているのに対し、森見登美彦はあくまで主人公に自身のあほさ加減を認識させている上にテーマが失恋なんだから、その救いようのなさといったらもう。リズムも語呂もいいし、比喩表現の的確さはDTまっちゃんレベル。いや~笑った。
そういえば mixi で古典文学のコミュニティーを閲覧していたら
“百人一首を百首覚えている人のコミュニティー”
なるものがでてきた。私参加資格あるじゃない♪ トピックに “一番好きな歌” というものもあって、覗いてみると
やっぱり ながめせしまに かな~。とか
かささぎの は昔から取り札です。といった書き込みが多かった。
これはこの 行くも帰るも 別れては 知るも知らぬも 逢坂の関 です。
なんて、“百人一首を百首覚えている” が前提のコミュニティーでなんでわざわざまるまる書くの?としらけてしまう。わかる人にわかるというのが醍醐味なのに。香炉峰の雪いかならんと言われたら、先を争って御格子上げにいっただろうな。それこそ真名書き散らすしたり顔だ。人に異ならむと思ひ好んでるわけじゃない。えてしてそいういことを一文飛ばしで話せる相手がいることが楽しいからやってるだけなんだ。
日々の生活の中で絶対欠かせないと思っているもの。ミキサーとおっきなソファーと読書灯。寝しなに本が読めればひととおり満足です。毎月給料日に通っていた Kinokuniya。最近は隔週になりつつあります。
November 1, 2008
October 24, 2008
LIVE WIRE Opening



LIVE WIRE, sciarc gallery opening by OylerWu Collaborative.
Network of 1" diameter aluminum pipes -looking challenging enough to stand up on its own weight- are linking the floor level up to the walkway above the gallery space. The stair portion and wing portion are structurally independent from each other, yet all the looping pipes weave together, so live load transfers to the entire piece and vibrate the spanning wings. I think LIVE WIRE is matching name. I have been calling this piece "stairs" the whole time though.
Hardest thing for me was to prepare a CATIA model for two different purposes: one for engineering analysis and the other for fabrication. The former requires to all the bars start and end at points (point to point) to visualize the load path and deformation, while the latter has to consider offset for pipe thickness and fillet at corners.
LIVE WIRE in progress.
Working on angle optimization.
階段部分と羽 (のような) 部分の構造は互いに独立していますが実際にのぼりおりしてみると羽の部分が揺れるので、LIVE WIRE とはなんとも面白いタイトルだとは思います。 が、構造が stable ではないみたいに聞こえて BH からみたら笑えないタイトルなんではないかな、と思いました。エンジニア達は誰もそんなことに気にしていない様子だったけれども。
October 21, 2008
Pattern Distribution


Research project on thermo bi-metal with DoSu Studio.
The problem is paracloud uniformly stretches a pattern to distribute it over grid, so a user -as far as I know- do not have control over HOW one unit should be aggregated. In this case, a pattern has start and goal condition and has to modify itself gradually.
Image1 shows how paracloud create undesirable configuration.
Image2 shows how a unit should be aggregated over the surface.
October 18, 2008
PowerCopy Automation

やっとやっと poweCopy script 制覇っ!
いえ、BH に最近来た installation を CATIA でやろうと思っていたのです。が、powerCopy に時間がかかりすぎるということで paracloud user に持っていかれそうだったのです。scripter のはしっくれとして黙っているわけにはいかず、あわてて習得したところ。必要に迫られると伸びるものですね。
Fabric pattern completed via powerCopy Automation. Method is the following three steps →
'---------------------------------------
STEP1. BeginInstanceFactory: to initialize the InstanceFactory with the reference and the document where it is stored. This step must be called once at the beginning whatever the number of instantiations are done.
STEP2. It is composed of five methods that must be called in the order. This set of five methods can be called in a loop in order to make several instantiations.
a. The method BeginInstantiate: to initialize all data of the reference.
b. The method PutInputData: to set a value to any input.
c. The method GetParameter: to retrieve published parameter.
d. The method Instantiate: to recreate the reference.
e. The method EndInstantiate: to indicate the instantiation is done.
STEP3. EndInstantiateFactory: to end instantiation and cleaning the InstanceFactory. When doing several instantiations in a loop, this step must be called just once at the end of all instantiations.
'---------------------------------------
The original design (physical model) of the pattern.
The geometrical performance of the pattern (in CATIA).
October 7, 2008
Boundary
Atsushi さん、やっと出来上がりました~。
Wrote series of functions to set boundaries for point cloud selection. For the sake of changing colors, return is currently string points, but it's easy to change the result to array points, or even both.
INPUT: str point cloud, str target point, dbl to set a boundary
RETURN: string (or array) points within a boundary





Link to cube boundary function.
Link to cylinder boundary function.
Link to sphere boundary function.
Link to partial sphere boundary function.
Link to cone boundary function.
Thanks Satoru.
Wrote series of functions to set boundaries for point cloud selection. For the sake of changing colors, return is currently string points, but it's easy to change the result to array points, or even both.
INPUT: str point cloud, str target point, dbl to set a boundary
RETURN: string (or array) points within a boundary





Link to cube boundary function.
Link to cylinder boundary function.
Link to sphere boundary function.
Link to partial sphere boundary function.
Link to cone boundary function.
Thanks Satoru.
Subscribe to:
Posts (Atom)