Skip to content

Instantly share code, notes, and snippets.

View yuichielectric's full-sized avatar

Yuichi Tanaka yuichielectric

View GitHub Profile
@yuichielectric
yuichielectric / file0.txt
Created April 3, 2014 01:09
ネットワーク遅延をコマンド1発で再現する ref: http://qiita.com/yuichielectric/items/62e6fc0a51d1ce1f64c1
$ sudo tc qdisc add dev eth0 root netem delay 100ms
@yuichielectric
yuichielectric / gist:2001146
Created March 8, 2012 14:09
installing neatx
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:freenx-team
$ sudo -i 's/oneiric/lucid/g' /etc/apt/sources.list.d/freenx-team-ppa-oneiric.list
$ sudo apt-get update
$ sudo apt-get install neatx-server
@yuichielectric
yuichielectric / LearningHowToLearnWeek1.md
Last active April 16, 2016 11:53
https://www.coursera.org/learn/learning-how-to-learn/home/welcome の授業を終えて覚えている事を振り返ったテキスト

Learning How To Learn

  • 思考にはFocused ModeとDiffuse Modeの2つのモードがある。
  • Focused Modeは何か1つのことに集中して論理的に思考するモード。
  • Diffuse Modeはリラックスして、何か特定のことを考えているのではないモード。
  • Focused Modeの例は、本を読んでいる時、何かの問題を解いている時など。
  • Diffuse Modeの例は、寝ている時、散歩をしている時、運動をしている時など。
  • Focused Modeは自分が慣れている思考を使いがち。なので、自分がなれていたりマスターした物事を考えるには良いが、新しい物事を学ぶ際はこれだけではうまくいかない。
  • Diffuse Modeは、脳のいろんなパターンを発火させるので、新しく学習したことも定着させるのに役に立つ。
  • また、一度きりの学習であるテーマをマスターするのは無理。繰り返しの練習が必要。