Wednesday, May 25, 2016

How To Measure Your Lung Capacity

Mariano Sigman: Your Words May Predict Your Future Mental Health

Mariano Sigman



  • Julian Jaynes (ジュリアン・ジェインズ)
  • Introspection (内観)
  • Schizophrenia (統合失調症)
  • Hallucination (幻覚)
  • Consciousness (意識)
  • Quantitative research (定量的研究)
  • Social transformation
  • Psychoanalysis (精神分析学)

Wednesday, May 18, 2016

James Mulvale: TEDxUManitoba: Basic Income: An Idea Whose Time Has Come

James Mulvale



  • Unconditional basic income
  • Basic income
  • Basic income guarantee (基礎所得保障、基本所得保障)
  • Universal basic income
  • Universal demogrant
  • Citizen's income (国民配当)
  • 最低生活保障

David Brailsford: Error Correction

David Brailsford

Tuesday, May 17, 2016

Command command

$ help command
command: command [-pVv] command [arg ...]
    単純なコマンドを実行するかコマンドに関する情報を表示します。
 
    シェル関数の探索を抑止して COMMAND を引数 ARGS で実行します。または
    指定した COMMANDs の情報を表示します。シェル関数と同じ名前のコマンド
    がディスク上に存在する時に使用します。
 
    オプション:
      -p 全ての標準ユーティリティが見つかると保証される PATH を
    デフォルトの値として使用する
      -v `type'組み込み関数と同様に COMMAND の説明を表示する
      -V COMMAND に対してより冗長な説明を表示する
 
    終了ステータス:
    COMMAND の終了ステータスを返します。または COMMAND が見つからない時に失敗を返します。


$ command -v sar
/usr/bin/sar


$ help type
type: type [-afptP] name [name ...]
    コマンドの種類に関する情報を表示します。
   
    各 NAME に対してコマンド名として使われた時にどのように解釈されるかを
    示します。
   
    オプション:
      -a NAME という名前になっている実行可能なものの全ての位置を表示し
    ます。これには `-p' が同時に指定されていない場合に限ってエイリアス、
    組み込み関数、シェル関数も含みます
      -f シェル関数の検索を抑止します
      -P 各 NAME に対して PATH 探索を強制します。エイリアス、組み込み
    関数、シェル関数があったとしても実行されるディスク上のファイル名を
    返します
      -p 実行されるディスク上のファイル名を返します。`type -t NAME'
    が `file' を返さない場合、何も返しません。
      -t 次のいずれかの単語を返します。`alias', `keyword', `function',
    `builtin', `file' or `'。それぞれ NAME がエイリアス、シェル予約語、
    シェル関数、シェル組み込み関数、ディスク上のファイル、何も見つからない
    に対応します。
   
    引数:
      NAME 解釈するコマンドの名前です。
   
    終了ステータス:
    全ての NAME が見つかった場合に成功を返します。どれかが見つからなかった場合
    は失敗を返します。


$ type -P sar
/usr/bin/sar


$ command -v sar > /dev/null && echo "found"
found

Ubuntu: Get Current Runlevel

Command:

$ runlevel
N 5

Kunihiko Takeda (武田邦彦): 小保方氏の研究が正しかったと証明 米国

Sysstat: Status

$ sudo service sysstat status
● sysstat.service - LSB: Start/stop sysstat's sadc
   Loaded: loaded (/etc/init.d/sysstat; bad; vendor preset: enabled)
   Active: active (exited) since 月 2016-05-16 23:43:06 JST; 17h ago
     Docs: man:systemd-sysv-generator(8)
  Process: 396 ExecStart=/etc/init.d/sysstat start (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 512)

 5月 16 23:43:06 remote systemd[1]: Starting LSB: Start/stop sysstat's sadc...
 5月 16 23:43:06 remote systemd[1]: Started LSB: Start/stop sysstat's sadc.
 5月 17 00:02:47 remote systemd[1]: Started LSB: Start/stop sysstat's sadc.
 5月 17 00:03:28 remote systemd[1]: Started LSB: Start/stop sysstat's sadc.
 5月 17 00:04:01 remote systemd[1]: Started LSB: Start/stop sysstat's sadc.

Windows 10: Running Bash on Ubuntu on Windows!

Monday, May 16, 2016

Ubuntu: Install, Configure, and Run Sysstat

Installation:

$ sudo apt-get install sysstat


Configuration:

$ cat /etc/default/sysstat
#
# Default settings for /etc/init.d/sysstat, /etc/cron.d/sysstat
# and /etc/cron.daily/sysstat files
#

# Should sadc collect system activity informations? Valid values
# are "true" and "false". Please do not put other values, they
# will be overwritten by debconf!
ENABLED="true"


Execution:

$ sudo service sysstat start

iconv (International Codeset Conversion Library): Converting Shift-JIS to UTF-8

Command:

$ curl -vs http://www.tokyo-np.co.jp 2>&1 | iconv -f SJIS -t UTF8 | less

Ubuntu: Setting System Locale

Command:

$ localectl set-locale LANG=ja_JP.UTF-8

$ localectl
System Locale: LANG=ja_JP.UTF-8

OS X: Terminal: Setting Locale for Remote Ubuntu Servers

Command:

user@remote:~$ locale
LANG=C
LANGUAGE=
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=

user@remote:~$ date
Mon May 16 12:19:05 JST 2016

user@remote:~$ export LANG=ja_JP.UTF-8
user@remote:~$ locale
LANG=ja_JP.UTF-8
LANGUAGE=
LC_CTYPE="ja_JP.UTF-8"
LC_NUMERIC="ja_JP.UTF-8"
LC_TIME="ja_JP.UTF-8"
LC_COLLATE="ja_JP.UTF-8"
LC_MONETARY="ja_JP.UTF-8"
LC_MESSAGES="ja_JP.UTF-8"
LC_PAPER="ja_JP.UTF-8"
LC_NAME="ja_JP.UTF-8"
LC_ADDRESS="ja_JP.UTF-8"
LC_TELEPHONE="ja_JP.UTF-8"
LC_MEASUREMENT="ja_JP.UTF-8"
LC_IDENTIFICATION="ja_JP.UTF-8"
LC_ALL=

user@remote:~$ date
2016年  5月 16日 月曜日 12:19:52 JST

Ubuntu: Installing Japanese Language Pack

Command:

$ sudo apt-get install language-pack-ja language-pack-ja-base manpages

OS X: Terminal: Locale Error When Accessing Remote Linux Server

Error message:

-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory


Solution:

Terminal > Preferences... > Profiles > Basic > Advanced > International > Set locale environment variables on startup > UNCHECK


CentOS: Installing net-tools

List of programs in net-tools package:
  1. arp
  2. hostname
  3. ifconfig
  4. ipmaddr
  5. iptunnel
  6. mii-tool
  7. nameif
  8. netstat
  9. plipconfig
  10. rarp
  11. route
  12. slattach

Command to install:

$ sudo yum install net-tools

Sunday, May 15, 2016

VirtualBox: Setting Network: Bridging

Oracle VM VirtualBox Manager > Settings > Network > Adapter 1 > Attached to: > Bridged Adapter

Oracle VM VirtualBox Manager > Settings > Network > Adapter 1 > Name: > en1: Wi-Fi (AirPort)

CentOS: Downloading CentOS 7 Minimal iso

Link:

http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal.iso

Ubuntu: Downloading Ubuntu iso

Downloading Ubuntu desktop iso:

http://releases.ubuntu.com/16.04/ubuntu-16.04-desktop-amd64.iso


Downloading Ubuntu server iso:

http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso

Rob Zombie: Dragula

Friday, May 13, 2016

Parallels: Enabling Gamepad

Steps:

  1. Shutdown virtual machine
  2. Parallels Desktop Control Center > Configure.. > Hardware > Add Device > USB & Bluetooth
  3. Parallels Desktop Control Center > Configure.. > Hardware > Share Bluetooth devices with Windows
  4. Parallels Desktop Control Center > Configure.. > Hardware > USB Connection Preferences... > Permanent Assignments > Devices > Logicool Dual Action > Connect To > Windows 10

Importing VirtualBox Virtual Machine File in Parallels Desktop

If you have HDD (Parallels Hard Disk) file type,
Convert HDD to VDI:

  1. VirtualBox > Virtual Media Manager > Hard disks > *.hdd > Copy > Hard disk file type > VDI (VirtualBox Disk Image)


Steps for Migrating Virtual Machine from VirtualBox to Parallels:

  1. Open the virtual machine and shutdown properly.
  2. Clone virtual machine in Oracle VM VirtualBox Manager.
  3. Open the cloned virtual machine.
  4. Run Oracle VM VirtualBox Guest Additions 5.0.20 Uninstall.
  5. Shutdown the cloned virtual machine properly.
  6. In Parallels Desktop, Open the *.vbox

Ubuntu: Print Unix Name (uname)

Command:

$ uname -a
Linux remote 4.4.0-22-generic #39-Ubuntu SMP Thu May 5 16:53:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Thursday, May 12, 2016

Ubuntu: Installing OpenBSD Secure Shell (OpenSSH) using Advanced Packaging Tool (APT)

Command:

$ root- s
# apt-get install openssh-server

Ubuntu: Changing the Hostname to "remote"

Command 1 (Only temporarily until restart):

$ sudo hostname remote

Command 2 (Permanent):

$ sudo vi /etc/hostname

$ cat /etc/hostname
remote
#old-host-name

$ sudo vi /etc/hosts

$ cat /etc/hosts
#127.0.0.1              old-host-name
127.0.0.1                remote
xxx.xxx.xxx.xxx    xxx-xxx-xxxxx.vs.sakura.ne.jp       xxx-xxx-xxxxx

# The following lines are desirable for IPv6 capable hosts
::1        localhost     ip6-localhost    ip6-loopback
ff02::1  ip6-allnodes
ff02::2  ip6-allrouters

Ubuntu: Setting Root Password

Command:

$ sudo passwd root

Java: Kuromoji

Installation:

$ wget https://github.com/downloads/atilika/kuromoji/kuromoji-0.7.7.tar.gz
$ gzip -d kuromoji-0.7.7.tar.gz

$ tar -xvf kuromoji-0.7.7.tar

Command:

$ java -cp kuromoji-0.7.7/lib/kuromoji-0.7.7.jar  org.atilika.kuromoji.TokenizerRunner

強制わいせつの疑い、東大4年生の男を逮捕 「胸を触ったりお尻を触ったりしていません」と容疑を否認
強制 名詞,サ変接続,*,*,*,*,強制,キョウセイ,キョーセイ
わいせつ 名詞,一般,*,*,*,*,わいせつ,ワイセツ,ワイセツ
助詞,連体化,*,*,*,*,の,ノ,ノ
疑い 名詞,一般,*,*,*,*,疑い,ウタガイ,ウタガイ
記号,読点,*,*,*,*,、,、,、
東大 名詞,固有名詞,組織,*,*,*,東大,トウダイ,トーダイ
名詞,数,*,*,*,*,4,ヨン,ヨン
年生 名詞,接尾,助数詞,*,*,*,年生,ネンセイ,ネンセイ
助詞,連体化,*,*,*,*,の,ノ,ノ
名詞,一般,*,*,*,*,男,オトコ,オトコ
助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
逮捕 名詞,サ変接続,*,*,*,*,逮捕,タイホ,タイホ
  記号,空白,*,*,*,*, , , 
記号,括弧開,*,*,*,*,「,「,「
名詞,一般,*,*,*,*,胸,ムネ,ムネ
助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
触っ 動詞,自立,*,*,五段・ラ行,連用タ接続,触る,サワッ,サワッ
たり 助詞,並立助詞,*,*,*,*,たり,タリ,タリ
接頭詞,名詞接続,*,*,*,*,お,オ,オ
名詞,一般,*,*,*,*,尻,シリ,シリ
助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
触っ 動詞,自立,*,*,五段・ラ行,連用タ接続,触る,サワッ,サワッ
たり 助詞,並立助詞,*,*,*,*,たり,タリ,タリ
動詞,自立,*,*,サ変・スル,連用形,する,シ,シ
助詞,接続助詞,*,*,*,*,て,テ,テ
動詞,非自立,*,*,一段,連用形,いる,イ,イ
ませ 助動詞,*,*,*,特殊・マス,未然形,ます,マセ,マセ
助動詞,*,*,*,不変化型,基本形,ん,ン,ン
記号,括弧閉,*,*,*,*,」,」,」
助詞,格助詞,引用,*,*,*,と,ト,ト
容疑 名詞,一般,*,*,*,*,容疑,ヨウギ,ヨーギ
助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
否認 名詞,サ変接続,*,*,*,*,否認,ヒニン,ヒニン

Wednesday, May 11, 2016

Vadrum - Drum Intro Medley (50 Drum Intros in 5:50!)

Homebrew: Installing GNU Core Utilities

Command:

$ brew install coreutils

Bash: Setting LANG Environment Variable to Japanese

$ date
Wed May 11 19:03:22 JST 2016

$ gdate
Wed May 11 19:03:20 JST 2016

$ export LANG=ja_JP.UTF-8

$ echo $LANG
ja_JP.UTF-8

$ date
2016年 5月11日 水曜日 19時03分49秒 JST

$ gdate
水  5 11 19:03:48 JST 2016

Homebrew: Installing GNU Awk and GNU sed

Command:

$ brew install gawk gnu-sed

Installing Command Line Tools for Xcode

Command:

$ xcode-select --install

Installing Windows 10 on iMac using VirtualBox and play Dragon Quest X

Important note:


Downloading Windows 10 iso

https://www.microsoft.com/ja-jp/software-download/windows10ISO


Downloading VirtualBox for Mac

http://download.virtualbox.org/virtualbox/5.0.20/VirtualBox-5.0.20-106931-OSX.dmg


Installing VirtualBox Windows Addition

VirtualBox VM > Menus > Devices > Insert Guest Addition CD image...


Enabling 3D Acceleration

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Acceleration > Enable 3D Acceleration


Enabling 2D Video Acceleration

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Acceleration > Enable 2D Video Acceleration


Increasing Video Memory

VirtualBox > Oracle VM VirtualBox Manager > Settings > Display > Video Memory > 256 MB


Keywords:

  • iMac
  • VirtualBox
  • Windows 10
  • Dragon Quest X (ドラゴンクエストX 目覚めし五つの種族 オンライン)


Wednesday, May 4, 2016

Ichiro Suzuki (イチロー): Ichiro Reveals Body Remodeling Theory (イチローが肉体改造理論明かす)

イチローが肉体改造理論明かす

イチロー 筋力トレーニングの極意を茂木健一郎と住吉美紀に明かす
  • Beginning Movement Load Theory (初動負荷理論)

Shania Twain: Any Man Of Mine

Amr Diab (عمرو دياب): Ana Ayesh (أنا عايش)

Tuesday, May 3, 2016

Amr Diab (عمرو دياب): Nour El Ein (نور العين)

Fairuz (السيدة فيروز): Habaitak Ta Naseet Al Naoum (حبيتك تنسيت النوم)

Fairuz



  • ファイルーズ

Fairuz (السيدة فيروز): Habaytak Bel Sayf

Fairuz



  • ファイルーズ

Warda Al-Jazairia (وردة الجزائرية): Batwanes Beek (بتونس بيك)

Warda Al-Jazairia

Farid al-Atrash (فريد الأطرش‎): Habibi El Omr

Farid al-Atrash

Farid al-Atrash (فريد الأطرش): Gamil Gamal

Farid al-Atrash

Abdel Halim Hafez (عبدالحليم حافظ) : Khusara Khusara (خسارة خسارة)

Abdel Halim Hafez

Abdel Halim Hafez (عبد الحليم حافظ): Ahwak (I Love You)

Abdel Halim Hafez

Umm Kulthum (ام كلثوم): Leilet Hobb (ليلة حب)

Umm Kulthum

Umm Kulthum (ام كلثوم): Alf Lila wa Lila (الف ليلة و ليلة)

Umm Kulthum

Umm Kulthum (أم كلثوم): Enta Omri (إنــت عمــري)

Umm Kulthum

Fairuz (فيروز): Say Hi to Him (سلملي عليه)

Fairuz



  • ファイルーズ

Fairuz (فيروز): People Asked Me (سالوني الناس)

Fairuz



  • ファイルーズ

Fairuz (فيروز): God Knows We Fancy (نسم علينا الهوى)

Fairuz



  • ファイルーズ

Monday, May 2, 2016

Raymond Wang: How Germs Travel on Planes -- and How We Can Stop Them

Raymond Wang

Craig Wright: Reveals Himself As Satoshi Nakamoto

David Foster: Winter Games

David Foster: Love Theme from St. Elmo's Fire

David Foster & Friends (Kenny Babyface and Kevon Edmonds): I Swear

Toto: Africa

Harry Cliff: Have We Reached the End of Physics?

Linus Torvalds: The Mind Behind Linux


  • Myopic

Hiroyuki Nishimura (西村博之):『生活保護』と『ベーシック・インカム』の違いについて議論!


Hiroyuki Nishimura

Nanocraft to Alpha Centauri



  • StarChip
  • Lightsail
  • Solar sail (太陽帆)
  • Nanocraft

ベーシックインカム激論




  • 東浩紀 (批評家/東京工業大学世界文明センター特任教授)
  • 山森亮 (『ベーシック・インカム入門』著者、同志社大学経済学部教員)
  • 堀江貴文 (株式会社ライブドア元代表取締役CEO)
  • 雨宮処凛 (作家・反貧困ネットワーク副代表・厚生労働省ナショナルミニマム研究会委員)
  • 白田秀彰 (法学者、知的財産法、情報法)
  • 城繁幸 (コンサルタント、著述家、株式会社ジョーズ・ラボ代表取締役)
  • 鈴木健 (東京大学特任研究員、ウェブ学会準備委員会委員)
  • 濱野智史 (ネット研究者、日本技芸リサーチャー、『アーキテクチャの生態系』著者)
  • 小飼弾 (プログラマ、「働かざるもの、飢えるべからず。」著者)

Ian Burkhart: Man Uses His Own Brainwaves To Retrain His Paralyzed Hand


  • Quadriplegic (四肢麻痺)
  • Tetraplegia (頸髄損傷)
  • Brain-compuer interface (ブレイン・マシン・インターフェース)
  • Neurostimulation (神経刺激)

  • 思考と動作のマッチングはマシーンラーニングでやってるのか?
  • 思考をどのように電気信号にしているのか?
  • 動作アルゴリズムとは具体的になにか?
  • 同じことが脳波を使って出来るか?
  • 8つの腕に巻かれているストリップでどのように腕や指を動かしているのか?

Rutger Bregman: Why we should give everyone a basic income

Rutger Bregman

  • Basic income (ベーシックインカム)
  • Free money for everyone
  • Age of automation

Sunday, May 1, 2016

Martin Hanczyc: The line between life and not-life

Martin Hanczyc

  • Protocell (原始生命体)

Riccardo Sabatini: How to Read the Genome and Build a Human Being



  • Mother is a 3D printer
  • Cystic fibrosis (嚢胞性線維症)
  • Number of atoms in a baby
  • Craig Venter (クレイグ・ヴェンター)
  • Phenotype
  • DNA

Brailsford: Ackermann Function

David Brailsford


Ackermann function