タグ

2007年8月1日のブックマーク (3件)

  • 安倍はラリホーを唱えた - 偉愚庵亭憮録

    びっくりいたしました。 ここまで露骨な惨敗をするとは。いえ、参院選のことです。 今回の結果だけを見ると、民主党が農村政党で、自民党が都市型政党であるみたいに見える。 そういう認識で良いんだろうか。 まさか。 いや、マニフェストとかまったく目を通してないんで、えらそうなことは言えないわけだが。 というよりも、小泉さん以来のいわゆる「構造改革」は、そのまんま「地方切り捨て」になっていて、その仕打ちに対するルサンチマンが、今回の地方一人区ほぼ全敗という極端な結果に反映したということなんだろうか。 はい、受け売りです。ごめんなさい。 敗因については、ワイドショーに出てくるコメンテーターの皆さんが色々と並べてくださっている。 いちいち書き写さないが、それぞれにもっともだと思う。 いずれにせよ、私のような者が付け加えるべき事柄はひとつもない。 投票にすら行ってないわけだし。 そう、前にも言った通り、オ

    安倍はラリホーを唱えた - 偉愚庵亭憮録
    skelton_boy
    skelton_boy 2007/08/01
    つまりパルプンテじゃないでしょうか。
  • Code Like a Pythonista: Idiomatic Python

    In this interactive tutorial, we'll cover many essential Python idioms and techniques in depth, adding immediately useful tools to your belt. There are 3 versions of this presentation: S5 presentation Plain HTML handout reStructuredText source ©2006-2008, licensed under a Creative Commons Attribution/Share-Alike (BY-SA) license. My credentials: I am a resident of Montreal, father of two great kids

    skelton_boy
    skelton_boy 2007/08/01
    pythonのまとめ
  • Three Universal methods of reducing complexity

    Three Universal methods of reducing complexity. 1. Partitioning Reducing the number of factors that have to be dealt with simultaneously. Produces well-defined, Documented boundaries in a program. Narrows the focus of attention Term modularity often used. No guarantee of good structure by simply splitting system - it may increase complexity if not applied properly. 2. Hierarchy Directs our span of