Thursday, June 9, 2016

素読(そどく)

素読(そどく) = 朗読(ろうどく)


  • Recitation (朗読)

Bash: Posts Per Hour

Command (for this year's post per hour):

$ posts=`./smashingtheory_posts_this_year.sh`;doy=`date +%j`;hour=`date +%H`; echo "scale=4;$posts / ($doy * 24 + $hour)" | bc -l | tr '\n' ' '

Result:

.1248

Command (for this month's post per hour):

$ posts=`./smashingtheory_posts_this_month.sh`;dom=`date +%e`;hour=`date +%H`;echo "scale=4;$posts / ($dom * 24 + $hour)" | bc -l | tr '\n' ' '

Result:

.1710


Wednesday, June 8, 2016

25年間ひきこもった息子

Blogger: Total Posts in This Month

Command:

$ curl -vs "http://smashingtheory.blogspot.jp" 2>&1 | grep -o -m 2 "<span class='post-count' dir='ltr'>([0-9]*)" | tail -1 | sed -e 's/[^[[:digit:]]]*//g'

Result:

33

Blogger: Total Posts in This Year

Command:

$ curl -vs "http://smashingtheory.blogspot.jp" 2>&1 | grep -o -m 1 "<span class='post-count' dir='ltr'>([0-9]*)" | sed -e 's/[^[[:digit:]]]*//g'

Result:

477

添加(てんか)

添加(てんか) =? 累加(るいか)

品詞(ひんし) → 接続詞(せつぞくし) → 累加(るいか)

例:

  • さらに
  • そのうえ

並立(へいりつ)

品詞(ひんし) → 助詞(じょし) → 並立助詞(へいりつじょし)
  • Japanese particles (助詞)
例:
  • AとBとCとDとE。
  • AやBやCやDやE。
  • AかB。

逆接語(ぎゃくせつご)

品詞(ひんし) → 接続詞(せつぞくし) → 逆接(ぎゃくせつ)
  • Part of speech (品詞)
  • Conjunction (grammar)(接続詞)
例:
  • けれども
  • しかし

対比(たいひ)

対比(たいひ) = コントラスト

例(れい)

  • Parable (たとえ話)
  • 比喩
  • Trope (literature)(転義法)

論(ろん)

  • Thought (思考)
  • Opinion (意見)
  • Discourse (ディスクール)

主張(しゅちょう)

主張(しゅちょう) = 意見(いけん)

Philosophical logic (哲学的論理学) → Critical thinking (批判的思考) → Opinion (意見)

主題(しゅだい)

主題(しゅだい) = 話題(わだい)

言語学  → 話題(わだい)

評論(ひょうろん)

評論(ひょうろん) = 批評(ひひょう)