diff --git a/.gitignore b/.gitignore index fefa3bc..c316000 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ public -*.swp \ No newline at end of file +*.swp +static/ogp/*.webp +assets/font/*.ttf diff --git a/assets/base.png b/assets/base.png new file mode 100644 index 0000000..e75a76c Binary files /dev/null and b/assets/base.png differ diff --git a/assets/font/.gitkeep b/assets/font/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/assets/tcardgen.yaml b/assets/tcardgen.yaml new file mode 100644 index 0000000..61f5426 --- /dev/null +++ b/assets/tcardgen.yaml @@ -0,0 +1,39 @@ +template: assets/base.png +title: + start: + px: 113 + pY: 247 + fgHexColor: "#FFFFFF" + fontSize: 65 + fontStyle: Bold + maxWidth: 946 + lineSpacing: 10 +category: + start: + px: 113 + py: 195 + fgHexColor: "#E5B52A" + fontSize: 42 + fontStyle: Regular +info: + start: + px: 223 + py: 120 + fgHexColor: "#A0A0A0" + fontSize: 38 + fontStyle: Regular +tags: + start: + px: 120 + py: 490 + fgHexColor: "#FFFFFF" + bgHexColor: "#7F7776" + fontSize: 22 + fontStyle: Regular + boxAlign: Left + boxSpacing: 6 + boxPadding: + top: 6 + right: 10 + bottom: 6 + left: 8 diff --git a/config/tcardgen.yaml b/config/tcardgen.yaml new file mode 100644 index 0000000..8f08df6 --- /dev/null +++ b/config/tcardgen.yaml @@ -0,0 +1,39 @@ +template: static/ogp/base.png +title: + start: + px: 113 + pY: 252 + fgHexColor: "#FFFFFF" + fontSize: 72 + fontStyle: Bold + maxWidth: 946 + lineSpacing: 10 +category: + start: + px: 113 + py: 211 + fgHexColor: "#E5B52A" + fontSize: 42 + fontStyle: Regular +info: + start: + px: 223 + py: 120 + fgHexColor: "#A0A0A0" + fontSize: 38 + fontStyle: Regular +tags: + start: + px: 120 + py: 475 + fgHexColor: "#FFFFFF" + bgHexColor: "#7F7776" + fontSize: 22 + fontStyle: Medium + boxAlign: Left + boxSpacing: 6 + boxPadding: + top: 6 + right: 10 + bottom: 6 + left: 8 diff --git a/content/labs/_index.md b/content/labs/_index.md index 5da6e93..a712621 100644 --- a/content/labs/_index.md +++ b/content/labs/_index.md @@ -1,7 +1,7 @@ --- title: Labs Page -date: 2019-04-08 -publishdate: 2019-04-08 +date: 2019-04-08T15:04:05Z +publishdate: 2019-04-08T15:04:05Z --- まとまった分量の技術的な文章を置くために設置してみました。主に`Javascript`や`CSS`を使った実験ができればいいなと思っています diff --git a/content/labs/golang/2017-08-19-how2tweet-using-golang.md b/content/labs/golang/2017-08-19-how2tweet-using-golang.md index 19846cb..e91df05 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -1,11 +1,11 @@ +++ title = "GolangでTwitterに投稿する方法" date = 2017-08-19T23:02:35+08:00 -Description = "Golangを利用してTwitterにツイートする方法を調べました。" -Tags = [] -Categories = ["Golang"] -draft = false -images = ["https://farm5.staticflickr.com/4441/36623773886_ef58e32e8e.jpg"] +description = "Golangを利用してTwitterにツイートする方法を調べました。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" + +++ 簡単なWeb APIサーバを`golang`で作ることをもくろんでいて、その一環で現在`golang`で`Twitter`に投稿する方法を調べています。調べた結果をシェアします: diff --git a/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md b/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md index 0ad2ae9..f3208db 100644 --- a/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md +++ b/content/labs/golang/2017-09-03-golang-to-handle-xlsx-files.md @@ -1,10 +1,11 @@ +++ title = "GolangでExcelファイル(.xlsx)を読み込む" date = 2017-09-03T22:47:31+08:00 -Description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" -Tags = [] -Categories = ["Golang"] -images = ["images/6052788455_79a263eeea.jpg"] +description = "GolangでどうすればExcelファイルを読み込めるのか調べました。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" + +++ `github.com/tealeg/xlsx`を用いればいいみたいということがわかりました。 diff --git a/content/labs/golang/2018-09-02-pocket-archive-api-server.md b/content/labs/golang/2018-09-02-pocket-archive-api-server.md index 937922d..8b2236e 100644 --- a/content/labs/golang/2018-09-02-pocket-archive-api-server.md +++ b/content/labs/golang/2018-09-02-pocket-archive-api-server.md @@ -1,7 +1,8 @@ +++ -images = ["images/5691141369_0eb8199f37_z.jpg"] -tags = [] -categories = ["golang", "programming"] + +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" date = "2018-09-02T18:40:47+09:00" title = "APIサーバを作ってみた: Pocketの記事をアーカイブするよ" description = "GolangでPocketの記事をアーカイブするAPIサーバを作ってみました。" diff --git a/content/labs/golang/2019-01-06-go-excel-util-using-tview.md b/content/labs/golang/2019-01-06-go-excel-util-using-tview.md index 1d7c1e0..20680ff 100644 --- a/content/labs/golang/2019-01-06-go-excel-util-using-tview.md +++ b/content/labs/golang/2019-01-06-go-excel-util-using-tview.md @@ -1,10 +1,11 @@ +++ title = "GolangのCUIライブラリを使ってExcelの中身を確認するツールを作ってみた" date = 2019-01-06T23:07:40+07:00 -Description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" -Tags = [] -Categories = ["golang", "programming"] -images = ["https://farm5.staticflickr.com/4849/45718165635_328355a940_z.jpg"] +description = "Golangのライブラリtviewを使うと、お気軽にCUIを作成できるみたいなので、お試しで使ってみました。今回はExcelファイルの中身を確認するよ。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" + +++ 「[gocuiのコンポーネントライブラリを作った話](https://qiita.com/gorilla0513/items/ea26398e6dfcaf0674c2)」という記事を読んでいて、[rivo/tview](https://github.com/rivo/tview)というライブラリを使うと、CUIをお手軽に作成できるようなので、お試しで使ってみました。 diff --git a/content/labs/golang/2019-02-23-line-sdk-go.md b/content/labs/golang/2019-02-23-line-sdk-go.md index 20827d9..a5cc079 100644 --- a/content/labs/golang/2019-02-23-line-sdk-go.md +++ b/content/labs/golang/2019-02-23-line-sdk-go.md @@ -1,10 +1,11 @@ +++ title = "GolangでLine APIをいじくるよ" date = 2019-03-03T19:12:22+08:00 -Description = "GolangでLine APIを利用してみましたよ。" -Tags = [] -Categories = ["golang", "programming"] -images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] +description = "GolangでLine APIを利用してみましたよ。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" + +++ # GolangでLine APIをいじくる diff --git a/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md b/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md index 9c87bea..c727d36 100644 --- a/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md +++ b/content/labs/golang/2020-02-09-how-to-use-nexmo-api.md @@ -1,9 +1,10 @@ +++ title = "nexmo APIの使い方" date = 2020-02-09T03:12:22+08:00 -Description = "nexmo APIの使い方のメモ書きです" -Tags = [] -Categories = ["golang", "programming"] +description = "nexmo APIの使い方のメモ書きです" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" +++ SMS送信などができるWebサービス、nexmo APIの使い方をまとめます。基本は参考URLからのコピペです。。 diff --git a/content/labs/golang/2020-03-07-how-to-use-net-http.md b/content/labs/golang/2020-03-07-how-to-use-net-http.md index 3fb00e5..99687f7 100644 --- a/content/labs/golang/2020-03-07-how-to-use-net-http.md +++ b/content/labs/golang/2020-03-07-how-to-use-net-http.md @@ -1,9 +1,10 @@ +++ title = "Golangのnet/httpでREST APIをたたくときのメモ" date = 2020-03-07T21:12:22+08:00 -Description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" -Tags = [] -Categories = ["golang", "programming"] +description = "Golangの標準ライブラリnet/httpでREST APIをたたくときのメモです。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" +++ Golang標準ライブラリの`net/http`でREST APIをたたく時に必要となりそうなことをまとめます。 diff --git a/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md b/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md index 207139d..50c3493 100644 --- a/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md +++ b/content/labs/golang/2020-04-19-use-ole-to-export-mails-from-outlook.md @@ -1,9 +1,10 @@ +++ title = "GolangでOLEを利用してOutlookを操作、メールをエクスポートする" date = 2020-04-19T18:12:22+08:00 -Description = "GolangからOLEを利用することでOutlookを操作してみました。" -Tags = [] -Categories = ["golang", "programming"] +description = "GolangからOLEを利用することでOutlookを操作してみました。" +tags = ["Golang"] +categories = ["Labs", "Program"] +author = "kazu634" +++ お仕事上の便利ツール開発を目的に、GolangからOLE経由でOutlookを操作してみました。 diff --git a/content/labs/infra/2013-01-14-check_domain_expiration.md b/content/labs/infra/2013-01-14-check_domain_expiration.md index 7c5b4ae..60a30d8 100644 --- a/content/labs/infra/2013-01-14-check_domain_expiration.md +++ b/content/labs/infra/2013-01-14-check_domain_expiration.md @@ -1,15 +1,20 @@ --- title: ドメインの残り有効期限を取得するシェルスクリプト author: kazu634 -date: 2013-01-14 +date: 2013-01-14T15:04:05Z has_been_twittered: - yes tmac_last_id: - 303816623784083456 +author: + - kazu634 categories: - - Programming - - シェルスクリプト - + - Infra + - Labs +tags: + - DNS + - Domain + - ShellScript --- とあるところで独自ドメインの更新忘れが起きていて、名前解決できていない状態になっていました。。。独自ドメインの更新忘れはかなり致命的な状況に陥ることに気づいたので、監視できる仕組みを構築せねばということで、調べて作成してみました。 @@ -21,64 +26,64 @@ whoisコマンドが使用出来ることが前提です。debian系なら、「 作成したシェルスクリプトはGistでも公開しています。以下の通りです: -
#!/bin/bash
-
-########################################
-# Name: Kazuhiro MUSASHI
-#
-# about:
-#
-# Usage:
-#
-# Author:
-# Date:
-########################################
-
-set -e
-
-# Constants
-WHOIS='/usr/bin/whois'
-
-# Check the number of the arguments
-if [ $# -ne 1 ]; then
-  exit 1
-fi
-
-DOMAIN=$1
-
-# Check the specified domain name
-if [ ! ${DOMAIN##*.} == "com" ]; then
-
-  echo "Specify the .com domain name."
-  exit 1
-
-fi
-
-# Check whether the whois command exists or not
-if [ ! -x ${WHOIS} ]; then
-
-  echo "${WHOIS} command does not exist."
-  exit 1
-
-fi
-
-# Execute the whois command
-EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
-
-# Convert the expiration date into seconds
-EXPIRE_SECS=`date +%s --date=${EXPIRE}`
-
-# Acquire the now seconds
-CURRENTDATE_SEC=`date +%s`
-
-# Calculate the remaining days
-((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
-
-REMAIN_DAYS=$((DIFF_SEC/86400))
-
-echo ${REMAIN_DAYS}
-
-exit 0
+``` +######################################## +# Name: Kazuhiro MUSASHI +# +# about: +# +# Usage: +# +# Author: +# Date: +######################################## + +set -e + +# Constants +WHOIS='/usr/bin/whois' + +# Check the number of the arguments +if [ $# -ne 1 ]; then + exit 1 +fi + +DOMAIN=$1 + +# Check the specified domain name +if [ ! ${DOMAIN##*.} == "com" ]; then + + echo "Specify the .com domain name." + exit 1 + +fi + +# Check whether the whois command exists or not +if [ ! -x ${WHOIS} ]; then + + echo "${WHOIS} command does not exist." + exit 1 + +fi + +# Execute the whois command +EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "` + +# Convert the expiration date into seconds +EXPIRE_SECS=`date +%s --date=${EXPIRE}` + +# Acquire the now seconds +CURRENTDATE_SEC=`date +%s` + +# Calculate the remaining days +((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC)) + +REMAIN_DAYS=$((DIFF_SEC/86400)) + +echo ${REMAIN_DAYS} + +exit 0 +``` ## 参考にしたサイト diff --git a/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md b/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md index 5ffb2b2..36124eb 100644 --- a/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md +++ b/content/labs/infra/2013-01-27-check_domain_expiration_by_nagios.md @@ -1,16 +1,19 @@ --- title: Nagiosでドメイン有効期限を監視する author: kazu634 -date: 2013-01-27 +date: 2013-01-27T15:04:05Z has_been_twittered: - yes tmac_last_id: - 307653283424636929 +author: + - kazu634 categories: + - Labs + - Infra + - Monitoring +tags: - nagios - - Programming - - シェルスクリプト - --- 「ドメインの残り有効期限を取得するシェルスクリプト」で紹介したスクリプトを Nagios から使用できるようにしてみました。 @@ -19,7 +22,7 @@ categories: Nagios からドメインの有効期限を監視します。今のところ .com にしか対応していません。作業完了後のイメージはこんな感じです: Nagios Core - + ## Nagiosプラグインの仕様 @@ -36,88 +39,88 @@ Nagios からドメインの有効期限を監視します。今のところ .co 「ドメインの残り有効期限を取得するシェルスクリプト」で作成したスクリプトを修正して、適切なリターンコードを返すように修正しました: -
#!/bin/bash
-
-########################################
-# Name: Kazuhiro MUSASHI
-#
-# about:
-#
-# Usage:
-#
-# Author:
-# Date:
-########################################
-
-set -e
-
-# Constants
-WHOIS='/usr/bin/whois'
-
-# Thresholds
-WARNINGS=60
-CRITICAL=30
-
-# Return Codes
-OK=0
-WARN=1
-CRIT=2
-UNKNOWN=3
-
-# Check the number of the arguments
-if [ $# -ne 1 ]; then
-  exit ${UNKNOWN}
-fi
-
-DOMAIN=$1
-
-# Check the specified domain name
-if [ ! ${DOMAIN##*.} == "com" ]; then
-
-  echo "Specify the .com domain name."
-  exit ${UNKNOWN}
-
-fi
-
-# Check whether the whois command exists or not
-if [ ! -x ${WHOIS} ]; then
-
-  echo "${WHOIS} command does not exist."
-  exit ${UNKNOWN}
-
-fi
-
-# Execute the whois command
-EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
-
-# Convert the expiration date into seconds
-EXPIRE_SECS=`date +%s --date=${EXPIRE}`
-
-# Acquire the now seconds
-CURRENTDATE_SEC=`date +%s`
-
-# Calculate the remaining days
-((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
-
-REMAIN_DAYS=$((DIFF_SEC/86400))
-
-# OK case
-if [ ${REMAIN_DAYS} -ge ${WARNINGS} ]; then
-  echo "The domain will be expired in ${REMAIN_DAYS} days."
-  exit ${OK}
-
-# Warning case
-elif [ ${REMAIN_DAYS} -ge ${CRITICAL} ]; then
-  echo "The domain will be expired in ${REMAIN_DAYS} days."
-  exit ${WARN}
-
-# Critical case
-elif [ ${REMAIN_DAYS} -lt ${CRITICAL} ]; then
-  echo "The domain will be expired in ${REMAIN_DAYS} days."
-  exit ${CRIT}
-fi
-
-echo "The script should not end at this point."
+
#!/bin/bash
+
+########################################
+# Name: Kazuhiro MUSASHI
+#
+# about:
+#
+# Usage:
+#
+# Author:
+# Date:
+########################################
+
+set -e
+
+# Constants
+WHOIS='/usr/bin/whois'
+
+# Thresholds
+WARNINGS=60
+CRITICAL=30
+
+# Return Codes
+OK=0
+WARN=1
+CRIT=2
+UNKNOWN=3
+
+# Check the number of the arguments
+if [ $# -ne 1 ]; then
+  exit ${UNKNOWN}
+fi
+
+DOMAIN=$1
+
+# Check the specified domain name
+if [ ! ${DOMAIN##*.} == "com" ]; then
+
+  echo "Specify the .com domain name."
+  exit ${UNKNOWN}
+
+fi
+
+# Check whether the whois command exists or not
+if [ ! -x ${WHOIS} ]; then
+
+  echo "${WHOIS} command does not exist."
+  exit ${UNKNOWN}
+
+fi
+
+# Execute the whois command
+EXPIRE=`${WHOIS} ${DOMAIN} | grep Expiration | tail -n 1 | cut -f 3 -d " "`
+
+# Convert the expiration date into seconds
+EXPIRE_SECS=`date +%s --date=${EXPIRE}`
+
+# Acquire the now seconds
+CURRENTDATE_SEC=`date +%s`
+
+# Calculate the remaining days
+((DIFF_SEC=EXPIRE_SECS-CURRENTDATE_SEC))
+
+REMAIN_DAYS=$((DIFF_SEC/86400))
+
+# OK case
+if [ ${REMAIN_DAYS} -ge ${WARNINGS} ]; then
+  echo "The domain will be expired in ${REMAIN_DAYS} days."
+  exit ${OK}
+
+# Warning case
+elif [ ${REMAIN_DAYS} -ge ${CRITICAL} ]; then
+  echo "The domain will be expired in ${REMAIN_DAYS} days."
+  exit ${WARN}
+
+# Critical case
+elif [ ${REMAIN_DAYS} -lt ${CRITICAL} ]; then
+  echo "The domain will be expired in ${REMAIN_DAYS} days."
+  exit ${CRIT}
+fi
+
+echo "The script should not end at this point."
 exit ${UNKNOWN}
私は作成したスクリプトを /usr/loca/bin/ 配下に配置しました。 @@ -126,22 +129,22 @@ exit ${UNKNOWN}
Nagiosのcommands.cfgに以下の行を追加します: -
+# 'check_domain' command definition	
-+define command{
-+    command_name    check_domain
-+    command_line    /usr/local/bin/check_domain $ARG1$
+
+# 'check_domain' command definition	
++define command{
++    command_name    check_domain
++    command_line    /usr/local/bin/check_domain $ARG1$
 +    }
## 監視サービスの追加 監視設定を記述している設定ファイルに例えば以下の行を追加します: -
+define service{
-+        use                             generic-service
-+        host_name                       sakura-vps
-+        service_description             domain
-+        check_command                   check_domain!kazu634.com
-+        check_interval                  1440
+
+define service{
++        use                             generic-service
++        host_name                       sakura-vps
++        service_description             domain
++        check_command                   check_domain!kazu634.com
++        check_interval                  1440
 +    }
後は「sudo service nagios reload」などのコマンドを実行し、Nagios設定ファイルをリロードしてください。 @@ -155,27 +158,27 @@ Nagiosのcommands.cfgに以下の行を追加します:
Nagios統合監視[実践]リファレンス (Software Design plus)
- +
- +
株式会社エクストランス 佐藤 省吾 Team-Nagios
技術評論社
売り上げランキング: 53,459
- +
- + diff --git a/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md b/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md index 978bbbb..51e477b 100644 --- a/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md +++ b/content/labs/infra/2013-07-20-shell_scripting_know-how_001.md @@ -1,20 +1,14 @@ --- title: お仕事で覚えたシェルスクリプトの使い方 author: kazu634 -date: 2013-07-20 -geo_latitude: - - 38.306231 -geo_longitude: - - 141.022696 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1851;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1851;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-07-20T15:04:05Z +author: + - kazu634 categories: - - シェルスクリプト - + - Labs + - Infra +tags: + - ShellScript --- ## sedコマンドでA行目からB行目を切り出す @@ -25,33 +19,33 @@ categories: 実行例はこんな感じです: ``` -kazu634@macbook% cat -n /etc/hosts -1 ## -2 # Host Database -3 # -4 # localhost is used to configure the loopback interface -5 # when the system is booting. Do not change this entry. -6 ## -7 127.0.0.1 localhost -8 255.255.255.255 broadcasthost -9 ::1 localhost -10 fe80::1%lo0 localhost -11 -12 59.106.177.26 sakura-vps -13 133.242.151.82 sakura-vps2 -14 -15 192.168.3.4 esxi -16 192.168.3.5 freenas -17 192.168.3.100 vyatta - -kazu634@macbook% sed -n '1,8p' /etc/hosts -## -# Host Database -# -# localhost is used to configure the loopback interface -# when the system is booting. Do not change this entry. -## -127.0.0.1 localhost +kazu634@macbook% cat -n /etc/hosts +1 ## +2 # Host Database +3 # +4 # localhost is used to configure the loopback interface +5 # when the system is booting. Do not change this entry. +6 ## +7 127.0.0.1 localhost +8 255.255.255.255 broadcasthost +9 ::1 localhost +10 fe80::1%lo0 localhost +11 +12 59.106.177.26 sakura-vps +13 133.242.151.82 sakura-vps2 +14 +15 192.168.3.4 esxi +16 192.168.3.5 freenas +17 192.168.3.100 vyatta + +kazu634@macbook% sed -n '1,8p' /etc/hosts +## +# Host Database +# +# localhost is used to configure the loopback interface +# when the system is booting. Do not change this entry. +## +127.0.0.1 localhost 255.255.255.255 broadcasthost ``` @@ -64,17 +58,17 @@ kazu634@macbook% sed -n '1,8p' /etc/hosts 実行例はこんな感じです: ``` -kazu634@macbook% sed -n '7,$p' /etc/hosts -127.0.0.1 localhost -255.255.255.255 broadcasthost -::1 localhost -fe80::1%lo0 localhost - -59.106.177.26 sakura-vps -133.242.151.82 sakura-vps2 - -192.168.3.4 esxi -192.168.3.5 freenas +kazu634@macbook% sed -n '7,$p' /etc/hosts +127.0.0.1 localhost +255.255.255.255 broadcasthost +::1 localhost +fe80::1%lo0 localhost + +59.106.177.26 sakura-vps +133.242.151.82 sakura-vps2 + +192.168.3.4 esxi +192.168.3.5 freenas 192.168.3.100 vyatta ``` @@ -107,20 +101,20 @@ fe80::1%lo0 localhost 実行例はこんな感じです: ``` -kazu634@macbook% sed '/^$/d' /etc/hosts -## -# Host Database -# -# localhost is used to configure the loopback interface -# when the system is booting. Do not change this entry. -## -127.0.0.1 localhost -255.255.255.255 broadcasthost -::1 localhost -fe80::1%lo0 localhost -59.106.177.26 sakura-vps -133.242.151.82 sakura-vps2 -192.168.3.4 esxi -192.168.3.5 freenas +kazu634@macbook% sed '/^$/d' /etc/hosts +## +# Host Database +# +# localhost is used to configure the loopback interface +# when the system is booting. Do not change this entry. +## +127.0.0.1 localhost +255.255.255.255 broadcasthost +::1 localhost +fe80::1%lo0 localhost +59.106.177.26 sakura-vps +133.242.151.82 sakura-vps2 +192.168.3.4 esxi +192.168.3.5 freenas 192.168.3.100 vyatta ``` diff --git a/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md b/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md index 903cf3a..9a7acb0 100644 --- a/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md +++ b/content/labs/infra/2014-04-27-visualize_the_bottleneck_using_fluentd_x_growthforecast.md @@ -1,19 +1,16 @@ --- title: Fluentd X GrowthForecastの組み合わせで可視化してみた author: kazu634 -date: 2014-04-27 -geo_latitude: - - 38.306184 -geo_longitude: - - 141.022638 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1859;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1859;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2014-04-27T15:04:05Z +author: + - kazu634 categories: + - Infra + - Labs + - Monitoring +tags: - growthforecast + - fluentd --- `Fluentd`と`GrowthForecast`を組み合わせてレスポンスタイムの可視化を実施しました。 diff --git a/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md b/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md index a228bd8..2b0c7c0 100644 --- a/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md +++ b/content/labs/infra/2015-06-06-restart-nginx-when-its-logrotation-fails.md @@ -1,12 +1,16 @@ --- title: nginxのログローテーションがうまく動いていないのでmonitを使って対症療法してみた author: kazu634 -date: 2015-06-06 +date: 2015-06-06T15:04:05Z tmac_last_id: - 665467420228890624 +author: + - kazu634 categories: + - Labs + - Infra +tags: - nginx - - wordpress --- LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテーションをします。しかし最近`nginx`のログローテーションがうまく動かず、アクセスログが空になっている時があることに気づきました。これは問題です。というのも、`nginx`のログからレスポンスタイムを分析しているため、ログが取得できないとグラフがおかしくなってしまうのです。 @@ -20,7 +24,7 @@ LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテー 具体的には、monitの設定ファイルに以下を追加しました: ``` -check file nginx-blog with path /var/log/nginx/front_proxy.access.log +check file nginx-blog with path /var/log/nginx/front_proxy.access.log if timestamp > 2 minutes for 5 cycles then exec "/etc/init.d/nginx restart" ``` diff --git a/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md b/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md index 9ee2b44..e2bc07d 100644 --- a/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md +++ b/content/labs/infra/2016-01-11-nginx-lets-encrypt-enabling-http2.md @@ -1,10 +1,10 @@ +++ -Categories = [ "nginx" ] -Description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。" -Tags = [] +categories = [ "Labs", "Infra" ] +author = "kazu634" +description = "nginx + Let's Encryptを用いてhttp/2環境を構築してみました。" +tags = ["nginx"] date = "2016-01-11T23:32:47+08:00" title = "nginx + let's encryptを利用してHTTP/2を有効化した" -thumnail = "images/24021542270_0971890cc8_z.jpg" +++ `nginx`+`Let's Encrypt`で`http/2`環境を構築したのでその時のメモです。 diff --git a/content/labs/infra/2016-11-06-how-to-get-aws-information.md b/content/labs/infra/2016-11-06-how-to-get-aws-information.md index bddea8e..25b8f1c 100644 --- a/content/labs/infra/2016-11-06-how-to-get-aws-information.md +++ b/content/labs/infra/2016-11-06-how-to-get-aws-information.md @@ -1,11 +1,11 @@ +++ -draft = false -Description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" -Tags = [] -Categories = ["AWS"] +description = "お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました" +tags = ["AWS"] +categories = ["Labs", "Infra"] +author = "kazu634" date = "2016-11-06T23:38:21+08:00" title = "aws-cliを用いてEC2インスタンスの情報を取得する" -images = ["https://c1.staticflickr.com/9/8561/15670725648_356a50f786.jpg"] + +++ お仕事で必要に迫られたのでAWS EC2の利用状況をコマンドラインから取得する方法を調べてみました。どうやら`aws-cli`というのを使うのがお手軽みたい。 diff --git a/content/labs/infra/2019-04-14_how_to_use_Lego.md b/content/labs/infra/2019-04-14_how_to_use_Lego.md index c6d9672..2cb15c6 100644 --- a/content/labs/infra/2019-04-14_how_to_use_Lego.md +++ b/content/labs/infra/2019-04-14_how_to_use_Lego.md @@ -1,10 +1,12 @@ +++ title="Legoの使い方メモ" -date=2019-04-14 -publishdate=2019-04-14 -Description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" -images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] -Categories = ["インフラ"] +date=2019-04-14T15:04:05Z +publishdate=2019-04-14T15:04:05Z +description="Legoを用いたDNS経由でのSSL/TSL証明書取得について調べた内容をまとめました" + +categories = ["Labs", "Infra"] +author = "kazu634" +tags = ["Lego", "Let'sEncrypt"] +++ [Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。 diff --git a/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md b/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md index 832ae83..130fe1c 100644 --- a/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md +++ b/content/labs/infra/2019-05-11-create-wildcard-ssl-certificate-on-windows.md @@ -1,9 +1,10 @@ +++ title = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする" date = 2019-05-11T23:49:43+08:00 -Description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" -Tags = [] -Categories = ["Windows", "iis", "インフラ"] +description = "WindowsサーバのIISにLet's Encryptで取得したワイルドカードSSL証明書をインポートする方法を調べたのでまとめています" +tags = ["Windows", "iis"] +categories = ["Labs", "Infra"] +author = "kazu634" image="" +++ diff --git a/content/labs/infra/2020-08-23-grafana-loki.md b/content/labs/infra/2020-08-23-grafana-loki.md index 70caf21..f93d6ca 100644 --- a/content/labs/infra/2020-08-23-grafana-loki.md +++ b/content/labs/infra/2020-08-23-grafana-loki.md @@ -1,9 +1,10 @@ +++ title = "Grafana Lokiをお試しで使ってみたよ" date = 2020-08-23T19:49:43+08:00 -Description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" -Tags = [] -Categories = ["Linux", "インフラ", "Grafana", "Loki"] +description = "Grafana Lokiを試しに使ってみたのでレポートしてみるよ" +tags = ["Loki", "Grafana", "Linux"] +categories = ["Labs", "Infra"] +author = "kazu634" image="" +++ @@ -82,7 +83,7 @@ table_manager: ```ini [Unit] -Description=Grafana Loki +description=Grafana Loki Documentation=https://github.com/grafana/loki After=network-online.target diff --git a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md index f7beb6f..3c7b745 100644 --- a/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md +++ b/content/labs/jupyter/2020-05-10-jupyter-on-kubernetes.md @@ -1,9 +1,10 @@ +++ title = "Kubernetes上でJupyterを稼働させる" date = 2020-05-10T18:12:22+08:00 -Description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" -Tags = [] -Categories = ["python", "jupyter", "kubernetes"] +description = "データサイエンティスト入門講座を受講するため、Jupyterをお家Kubernetes上で動作させました。" +tags = ["python", "kubernetes"] +categories = ["Labs", "Jupyter"] +author = "kazu634" +++ Udemyがバーゲンをしていることに気づいたため、日本のゴールデンウィーク期間中は「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」でお勉強をしています。まだ終わっていません。。 diff --git a/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md b/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md index 72b4eba..5538e5b 100644 --- a/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md +++ b/content/labs/jupyter/2020-05-16-summary-of-data-science-class.md @@ -1,9 +1,10 @@ +++ title = "データサイエンス入門講座で学んだことをまとめます" date = 2020-05-16T20:12:22+08:00 -Description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" -Tags = [] -Categories = ["python", "jupyter"] +description = "データサイエンティスト入門講座を受講していて学んだことをまとめてみましたよ。" +tags = ["python"] +categories = ["Labs", "Jupyter"] +author = "kazu634" +++ 「[【ゼロから始めるデータ分析】 ビジネスケースで学ぶPythonデータサイエンス入門](https://www.udemy.com/course/optworks_1/)」で統計について学んだことをここにまとめていきます。 diff --git a/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md b/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md index 9c8d60a..ee424d0 100644 --- a/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md +++ b/content/labs/leaflet-js-mapbox-js/001-leaflet-js-tutorial.md @@ -1,10 +1,13 @@ +++ title="Leaflet.jsでMapboxのタイルを用いて地図を表示する" -date=2019-04-08 -publishdate=2019-04-08 -Description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" -images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] +date=2019-04-08T15:04:05Z +publishdate=2019-04-08T15:04:05Z +description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" + leaflet=true +categories = ["Labs", "Map"] +tags = ["leaflet.js"] +author = "kazu634" +++ [Leaflet.js](https://leafletjs.com/)でMapboxのタイルを用いて地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md b/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md index 20bfd8b..4cbd3ff 100644 --- a/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md +++ b/content/labs/leaflet-js-mapbox-js/002-setup-dev-environment.md @@ -1,8 +1,10 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-1" date = 2019-05-01T19:06:46+08:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Leaflet.js"] +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +categories = ["Labs", "Map"] +author = "kazu634" +tags = ["leaflet.js"] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。まずは`Leaflet.js`で地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md b/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md index 8fb161a..7669cd4 100644 --- a/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md +++ b/content/labs/leaflet-js-mapbox-js/003-setup-dev-environment.md @@ -1,8 +1,10 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter2-2" date = 2019-05-01T21:07:08+07:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Mapbox GL JS"] +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +categories = ["Labs", "Map"] +author = "kazu634" +tags = ["mapbox.js"] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md b/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md index 2638c2e..8963370 100644 --- a/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md +++ b/content/labs/leaflet-js-mapbox-js/004-display-raster-style-data-leaflet.md @@ -1,8 +1,10 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-1" date = 2019-05-04T15:03:21+08:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Leaflet.js"] +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +categories = ["Labs", "Map", ] +author = "kazu634" +tags = ["leaflet.js"] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Leaflet.js`でラスタ形式の地図を表示してみます: diff --git a/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md b/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md index bd7cd76..4f0187b 100644 --- a/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md +++ b/content/labs/leaflet-js-mapbox-js/005-display-raster-style-data-mapbox.md @@ -1,8 +1,10 @@ +++ title = "JavaScriptではじめるWebマップアプリケーション: Chapter3-2" date = 2019-06-29T18:41:00+07:00 -Description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" -Categories = ["Mapbox GL JS"] +description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" +categories = ["Labs", "Map"] +author = "kazu634" +tags = ["mapbox"] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます: diff --git a/content/labs/linux/2011-01-02-00001443.md b/content/labs/linux/2011-01-02-00001443.md index 15c1026..6f5cc6e 100644 --- a/content/labs/linux/2011-01-02-00001443.md +++ b/content/labs/linux/2011-01-02-00001443.md @@ -1,11 +1,15 @@ --- title: Ubuntu インストールの自動化 author: kazu634 -date: 2011-01-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5405;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2011-01-02T15:04:05Z +author: + - kazu634 categories: + - Labs + - Linux +tags: - ubuntu + - preseed ---
diff --git a/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md b/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md index 46b9763..da4c608 100644 --- a/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md +++ b/content/labs/linux/2016-06-26-how-to-use-corosync-pacemaker-001.md @@ -1,10 +1,11 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" -Tags = [] +categories = ["Labs", "Linux"] +tags = ["clustering", "pacemaker", "corosync"] +author = "kazu634" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。" date = "2016-06-26T23:02:50+08:00" title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - 事前準備" -images = ["images/7241213444_1c8a40e897.jpg"] + +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 diff --git a/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md b/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md index b361e9c..d738045 100644 --- a/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md +++ b/content/labs/linux/2016-07-02-how-to-use-corosync-pacemaker-002.md @@ -1,11 +1,12 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします" -Tags = [] +author = "kazu634" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回は共有ディスクを利用できるようにします" +tags = ["clustering", "pacemaker", "corosync"] +categories = ["Labs", "Linux"] date = "2016-07-02T23:48:32+08:00" draft = false title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - iSCSIサーバを利用した共有ディスクの作成" -images = ["images/7241213444_1c8a40e897.jpg"] + +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 diff --git a/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md b/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md index d4a4e48..74cb19c 100644 --- a/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md +++ b/content/labs/linux/2016-07-10-how-to-use-corosync-pacemaker-003.md @@ -1,11 +1,11 @@ +++ -Categories = ["Clustering", "Pacemaker", "Corosync"] -Description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします" -Tags = [] +author = "kazu634" +description = "Pacemaker + Corosyncを用いてクラスタ環境を構築してみました。RHEL 6.4で検証しました。今回はPacemakeとCorosyncを利用できるようにします" +categories = ["Labs", "Linux"] +tags = ["clustering", "pacemaker", "corosync"] date = "2016-07-10T23:48:32+08:00" -draft = false title = "Pacemaker + Corosyncを用いてクラスタ環境の構築 - Pacemaker, Corosyncの構築" -images = ["images/7241213444_1c8a40e897.jpg"] + +++ お仕事でLinux環境でHAクラスタを検証する必要が出てきたので、手順を調べてみました。 diff --git a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md index 3bebe5c..5d8f6cf 100644 --- a/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md +++ b/content/labs/linux/2017-11-11-lpic-ot-devopstoolsengineer.md @@ -1,10 +1,11 @@ +++ title = "LPIC OT: DevOps Tools Engineerという試験を見つけたよ" date = 2017-11-11T22:58:38+08:00 -Description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" -Tags = [] -Categories = ["Linux"] -images = ["images/38278788676_0cd63ffc01.jpg"] +description = "LPICについて調べていたら、英語でしか受験できないLPIC OT: DevOps Tools Engineerという試験を見つけたよ。最近のオープンソースを用いたDevOps関係のはやりを抑えた試験になっているみたい" +tags = ["prometheus"] +categories = ["Labs", "Linux", "Monitoring"] +author = "kazu634" + draft = false +++ diff --git a/content/labs/linux/2018-08-26-linux-disk-cache.md b/content/labs/linux/2018-08-26-linux-disk-cache.md index 6492b51..3a5aa41 100644 --- a/content/labs/linux/2018-08-26-linux-disk-cache.md +++ b/content/labs/linux/2018-08-26-linux-disk-cache.md @@ -1,7 +1,8 @@ +++ -images = ["images/9592407287_1bb4d50e78_z.jpg"] -tags = [] -categories = ["Linux", "インフラ"] + +categories = ["Linux", "Labs", "Infra"] +tags = ["ubuntu", "cache"] +author = "kazu634" date = "2018-08-26T23:06:30+08:00" title = "Linuxサーバでディスクキャッシュを説明する" description = "" diff --git a/content/labs/linux/2018-09-11-try-using-statup.md b/content/labs/linux/2018-09-11-try-using-statup.md index 242cee3..7b132cf 100644 --- a/content/labs/linux/2018-09-11-try-using-statup.md +++ b/content/labs/linux/2018-09-11-try-using-statup.md @@ -1,7 +1,8 @@ +++ -images = ["images/43806262985_22aca620eb_z.jpg"] -tags = [] -categories = ["インフラ"] + +tags = ["statup"] +categories = ["Labs", "Infra", "Linux", "Monitoring"] +author = "kazu634" date = "2018-09-11T01:25:05+09:00" title = "お手軽にステータスページを作成できるStatupを触ってみた" description = "お手軽にステータスページを作成できるStatupを試しに使ってみました" diff --git a/content/labs/misc/2007-08-12-00000579.md b/content/labs/misc/2007-08-12-00000579.md index f43772f..828d68b 100644 --- a/content/labs/misc/2007-08-12-00000579.md +++ b/content/labs/misc/2007-08-12-00000579.md @@ -1,12 +1,15 @@ --- title: UNIX Philosophyメモ author: kazu634 -date: 2007-08-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3141;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-08-12T15:04:05Z +author: + - kazu634 categories: - - つれづれ - + - Labs + - Misc + - Linux +tags: + - unix ---

diff --git a/content/labs/misc/2012-08-11-00001565.md b/content/labs/misc/2012-08-11-00001565.md index c0e2552..564d2e2 100644 --- a/content/labs/misc/2012-08-11-00001565.md +++ b/content/labs/misc/2012-08-11-00001565.md @@ -1,11 +1,14 @@ --- title: ESXiサーバを構築する (ハードウェア編) author: kazu634 -date: 2012-08-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5467;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2012-08-11T15:04:05Z +author: + - kazu634 categories: - - esxi + - Labs + - Infra +tags: + - ESXi ---

diff --git a/content/labs/misc/2012-11-10-00001570.md b/content/labs/misc/2012-11-10-00001570.md index 85bc14d..642eb16 100644 --- a/content/labs/misc/2012-11-10-00001570.md +++ b/content/labs/misc/2012-11-10-00001570.md @@ -1,10 +1,13 @@ --- title: ESXiサーバを構築する (ESXiインストール編) author: kazu634 -date: 2012-11-10 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5471;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2012-11-10T15:04:05Z +author: + - kazu634 categories: + - Labs + - Infra +tags: - esxi --- diff --git a/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md b/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md index 0c234c4..1f7ea02 100644 --- a/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md +++ b/content/labs/misc/2013-02-09-make_network-installable_repository_by_apt-mirror.md @@ -1,10 +1,17 @@ --- title: apt-mirrorを使ってネットワークインストール可能なレポジトリを作成する author: kazu634 -date: 2013-02-09 +date: 2013-02-09T15:04:05Z +author: + - kazu634 categories: + - Labs + - Linux + - Infra +tags: - apt - - インフラ + - ubuntu + - preseed --- apt-mirrorを使用してネットワークインストール可能なレポジトリを作成しようとしたら、うまくいかずにハマったのでここにまとめておきます。 diff --git a/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md b/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md index 4fa62e5..5a8b249 100644 --- a/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md +++ b/content/labs/misc/2013-04-05-japan-vyatta-users-meeting-spring-2013-in-tokyo-jvum2013s.md @@ -1,17 +1,15 @@ --- title: 'Japan Vyatta Users Meeting Spring 2013 in Tokyo #jvum2013s' author: kazu634 -date: 2013-04-05 -has_been_twittered: - - yes -tmac_last_id: - - 366071693510311937 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-04-05T15:04:05Z +author: + - kazu634 categories: + - Labs + - Infra +tags: - vyatta - - インフラ - + --- Japan Vyatta Users Meeting Spring 2013 in Tokyoに参加して来ました。Vyatta、インフラ系のエンジニアにとっては「仮想環境で複数ネットワーク環境にするために導入するソフトウェアルータ」というイメージしかありません。SDN(Software Defined Network)という言葉がこれから来そうな中で、どのように使われているのかユースケースを知りたくて参加してみました。 diff --git a/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md b/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md index 5396e59..18357c7 100644 --- a/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md +++ b/content/labs/misc/2013-06-16-make-ec2-instance-by-knife-ec2-command.md @@ -1,20 +1,15 @@ --- title: knife ec2コマンドで AWS EC2 インスタンスを作成する author: kazu634 -date: 2013-06-16 -has_been_twittered: - - failed -twitter_failure_code: - - 410 -tmac_last_id: - - 9223372036854775807 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1550;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1549;i:1;i:1550;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-06-16T15:04:05Z +author: + - kazu634 categories: + - Labs + - Infra +tags: - chef - - インフラ + - aws --- ここ一ヶ月ほどは EC2 インスタンスを作って遊んでいました。Chef を使っていると、knife コマンドで AWS の EC2 インスタンスを作成できると便利です。そこで今回は knife コマンドで ec2 インスタンスを作成するところまでをご紹介します。 diff --git a/content/labs/misc/2013-06-23-00001579.md b/content/labs/misc/2013-06-23-00001579.md index aa1b274..a99bd5c 100644 --- a/content/labs/misc/2013-06-23-00001579.md +++ b/content/labs/misc/2013-06-23-00001579.md @@ -1,18 +1,14 @@ --- title: Nagiosで監視をしていて障害を検知した一部始終 author: kazu634 -date: 2013-06-23 -geo_latitude: - - 38.305995 -geo_longitude: - - 141.022701 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1791;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1791;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-06-23T15:04:05Z +author: + - kazu634 categories: + - Labs + - Linux + - Monitoring +tags: - nagios --- diff --git a/content/labs/misc/2014-03-02-00001587.md b/content/labs/misc/2014-03-02-00001587.md index df59424..dd642eb 100644 --- a/content/labs/misc/2014-03-02-00001587.md +++ b/content/labs/misc/2014-03-02-00001587.md @@ -1,19 +1,16 @@ --- title: 'DevOps Troubleshooting: Linux Server Best Practiceはすごい本' author: kazu634 -date: 2014-03-02 -geo_latitude: - - 38.306185 -geo_longitude: - - 141.022634 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1835;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1835;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2014-03-02T15:04:05Z +author: + - kazu634 categories: - - インフラ + - Labs + - Infra + - Linux +tags: + - troubleshooting + - book --- diff --git a/content/labs/misc/2014-03-15-00001588.md b/content/labs/misc/2014-03-15-00001588.md index 73399bf..a4441e7 100644 --- a/content/labs/misc/2014-03-15-00001588.md +++ b/content/labs/misc/2014-03-15-00001588.md @@ -1,20 +1,15 @@ --- title: 『Webアプリエンジニア養成読本』には監視しきい値のサンプル載ってて良さげ author: kazu634 -date: 2014-03-15 -geo_latitude: - - 38.306233 -geo_longitude: - - 141.022695 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1818;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1818;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2014-03-15T15:04:05Z +author: + - kazu634 categories: - - Programming - - インフラ + - Labs + - Infra + - Monitoring +tags: + - book ---
diff --git a/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md b/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md index 4d06f44..3443244 100644 --- a/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md +++ b/content/labs/misc/2014-10-21-rtx810_with_wifi_access_point.md @@ -1,16 +1,14 @@ --- title: RTX810と無線LANアクセスポイントを組み合わせてみた author: kazu634 -date: 2014-10-20 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1879;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1879;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: RTX810と無線LANアクセスポイントを組み合わせてみた - http://tinyurl.com/k74pluf";}' -tmac_last_id: - - 529629725275090944 +date: 2014-10-20T15:04:05Z +author: + - kazu634 categories: + - Labs + - Infra +tags: - network - - インフラ --- Router diff --git a/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md b/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md index f106af8..1853271 100644 --- a/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md +++ b/content/labs/misc/2014-10-31-reading-systems-performance-enterprise-and-the-cloud.md @@ -1,15 +1,14 @@ --- title: 'Systems Performance: Enterprise and the Cloud を読む' author: kazu634 -date: 2014-10-31 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1897;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:112:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1897;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:131:"ブログに新しい記事を投稿したよ: Systems Performance: Enterprise and the Cloud を読む - http://tinyurl.com/nbjfteb";}' -tmac_last_id: - - 531456470185811968 +date: 2014-10-31T15:04:05Z +author: + - kazu634 categories: - - インフラ + - Labs + - Infra +tags: + - book --- Systems Performance: Enterprise and the Cloudを読んでいます。システム管理の分野で顕著な成果として2013年度のLISA Awardというのを受賞した書籍らしいのですが、これがまた面白い。たぶん自分が何を説明しているのかを正確に理解している人が、わかりやすく伝える努力を惜しまずに書くとこんな書籍になるのだと思う。これは最後まで読まねば。 diff --git a/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md b/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md index 0af28a9..648997f 100644 --- a/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md +++ b/content/labs/misc/2015-01-25-brute-force-attack-on-my-wordpress.md @@ -1,15 +1,15 @@ --- title: ブルートフォースアタックの形跡があったんだけど。。。 author: kazu634 -date: 2015-01-25 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6634;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:135:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6634;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:154:"ブログに新しい記事を投稿したよ: ブルートフォースアタックの形跡があったんだけど。。。 - http://tinyurl.com/obbuoek";}' -tmac_last_id: - - 584003938069962752 +date: 2015-01-25T15:04:05Z +author: + - kazu634 categories: - - インフラ + - Labs + - Infra + - Monitoring +tags: + - troubleshooting --- Impossible is not AP Tune's @@ -38,30 +38,30 @@ categories: ボットくんのアクセスだと、ここの使用率が50%を超えてくるんだけど、今回はほぼヨコバイです。何かがおかしい。ちょっとおかしいなと思って、ウェブサーバーのログを確認してみました: -
% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | head
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
-host:37.187.29.175      path:/wp-login.php
+
% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | head
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
+host:37.187.29.175      path:/wp-login.php
 host:37.187.29.175      path:/wp-login.php
あれ、なんかログインページへのアクセスが多い気がする。。。きちんと見てみます: -
% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | sort | uniq -c | sort | tail
-      2 host:91.200.12.29       path:/wp-comments-post.php
-      3 host:157.55.39.46       path:/2010/09/10/hello-world/
-      3 host:199.59.148.209     path:/robots.txt
-      3 host:91.200.12.56       path:/2013/12/22/fibre_flare_light_lpt04602/
-      3 host:91.200.12.56       path:/wp-comments-post.php
-      4 host:195.211.154.44     path:/2013/05/06/chef_package_installation_with_preseedings/
-      4 host:211.138.144.18     path:/
-    180 host:126.114.163.124    path:/
-    180 host:133.242.151.82     path:/
+
% grep "25/Jan/2015:1[567]" front_proxy.access.log | cut -f 2,5 | sort | uniq -c | sort | tail
+      2 host:91.200.12.29       path:/wp-comments-post.php
+      3 host:157.55.39.46       path:/2010/09/10/hello-world/
+      3 host:199.59.148.209     path:/robots.txt
+      3 host:91.200.12.56       path:/2013/12/22/fibre_flare_light_lpt04602/
+      3 host:91.200.12.56       path:/wp-comments-post.php
+      4 host:195.211.154.44     path:/2013/05/06/chef_package_installation_with_preseedings/
+      4 host:211.138.144.18     path:/
+    180 host:126.114.163.124    path:/
+    180 host:133.242.151.82     path:/
   15276 host:37.187.29.175      path:/wp-login.php
やっぱりです。これはブルートフォースアタックというやつですね。ログインページに攻撃を受けていたみたいです。ログイン履歴を確認する限り、自分以外はログインに成功していないようなので、とりあえず放置しておこうと思います。 diff --git a/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md b/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md index d20904e..34e221a 100644 --- a/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md +++ b/content/labs/misc/2015-01-27-google-bot-visit-my-site-many-times.md @@ -1,15 +1,15 @@ --- title: 今度はボットが襲来しました author: kazu634 -date: 2015-01-26 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6646;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6646;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 589363466013519872 +date: 2015-01-26T15:04:05Z +author: + - kazu634 categories: - - インフラ + - Labs + - Infra + - Monitoring +tags: + - troubleshooting --- Long Live Rock 'n' Roll diff --git a/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md b/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md index 7f371ef..9b00e10 100644 --- a/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md +++ b/content/labs/misc/2015-10-05-convert-psi-info-into-animation-gif.md @@ -1,12 +1,14 @@ --- title: 'じゆうけんきゅう: シンガポールのhaze情報のページからPSI情報を取得してアニメーションGIFにしてみた' author: kazu634 -date: 2015-10-04 -tmac_last_id: - - 665467418412756993 +date: 2015-10-04T15:04:05Z +author: + - kazu634 categories: + - Labs + - Program +tags: - cron - - linux - ruby --- @@ -57,33 +59,33 @@ categories: ヘッドレスブラウザのPhantomJSをRubyから呼び出してスクリーンショットを取得しました。関係する部分だけを書くと、こんな感じです: ``` -#!/usr/bin/env ruby - -require 'capybara' -require 'capybara/poltergeist' - -URL = 'http://www.haze.gov.sg/haze-updates/psi' -YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M') - -STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots" -screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png" - - -################################################ -# Get Screenshots -################################################ -begin - Capybara.register_driver :poltergeist do |app| - Capybara::Poltergeist::Driver.new(app, {:js_errors => false, :timeout => 1000 }) - end - - browser = Capybara::Session.new(:poltergeist) - - browser.visit URL - browser.save_screenshot(screenshot_file_name, full: true) -rescue Exception => e - puts e.message - exit 1 +#!/usr/bin/env ruby + +require 'capybara' +require 'capybara/poltergeist' + +URL = 'http://www.haze.gov.sg/haze-updates/psi' +YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M') + +STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots" +screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png" + + +################################################ +# Get Screenshots +################################################ +begin + Capybara.register_driver :poltergeist do |app| + Capybara::Poltergeist::Driver.new(app, {:js_errors => false, :timeout => 1000 }) + end + + browser = Capybara::Session.new(:poltergeist) + + browser.visit URL + browser.save_screenshot(screenshot_file_name, full: true) +rescue Exception => e + puts e.message + exit 1 end ``` @@ -116,88 +118,88 @@ ImageMagickでできることを確認したら、Rubyから同じコマンド こうなりました: ``` -#!/usr/bin/env ruby - -require 'capybara' -require 'capybara/poltergeist' -require 'rmagick' - -URL = 'http://www.haze.gov.sg/haze-updates/psi' -YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M') -OUT_STR = Time.now.strftime('%Y/%m/%d %H:%M') - -STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots" -screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png" -crop_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_crop.png" -caption_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_caption.png" -result = "#{STOREDIR}/#{YYYYMMDDHHMM}_result.png" - -################################################ -# Get Screenshots -################################################ -begin - Capybara.register_driver :poltergeist do |app| - Capybara::Poltergeist::Driver.new(app, {:js_errors => false, :timeout => 1000 }) #追加のオプションはググってくださいw - end - - browser = Capybara::Session.new(:poltergeist) - - browser.visit URL - browser.save_screenshot(screenshot_file_name, full: true) -rescue Exception => e - puts e.message - exit 1 -end - -################################################ -# Crop & Date-time image generation -################################################ -begin - original = Magick::Image.read(screenshot_file_name).first - - crop = original.crop(285, 490, 340, 365) - crop.write(crop_file_name) - - caption = Magick::Image.new(170, 30) { - self.background_color = 'none' - } - draw = Magick::Draw.new - - draw.annotate(caption, 0, 0, 4, 4, OUT_STR) do - self.pointsize = 14 - self.gravity = Magick::SouthWestGravity - end - - caption.write(caption_file_name) -rescue Exception => e - puts e.message - exit 2 -end - -################################################ -# Composite -################################################ -begin - save_image = crop.composite(caption, Magick::NorthWestGravity, Magick::OverCompositeOp); - save_image.write(result) -rescue Exception => e - puts e.message - exit 3 -ensure - File.delete screenshot_file_name -end - -################################################ -# Post processing -################################################ -begin - File.delete crop_file_name - File.delete caption_file_name -rescue Exception => e - puts e.message - exit 4 -end - +#!/usr/bin/env ruby + +require 'capybara' +require 'capybara/poltergeist' +require 'rmagick' + +URL = 'http://www.haze.gov.sg/haze-updates/psi' +YYYYMMDDHHMM = Time.now.strftime('%Y%m%d%H%M') +OUT_STR = Time.now.strftime('%Y/%m/%d %H:%M') + +STOREDIR = "#{File.expand_path(File.dirname(__FILE__))}/screenshots" +screenshot_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}.png" +crop_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_crop.png" +caption_file_name = "#{STOREDIR}/#{YYYYMMDDHHMM}_caption.png" +result = "#{STOREDIR}/#{YYYYMMDDHHMM}_result.png" + +################################################ +# Get Screenshots +################################################ +begin + Capybara.register_driver :poltergeist do |app| + Capybara::Poltergeist::Driver.new(app, {:js_errors => false, :timeout => 1000 }) #追加のオプションはググってくださいw + end + + browser = Capybara::Session.new(:poltergeist) + + browser.visit URL + browser.save_screenshot(screenshot_file_name, full: true) +rescue Exception => e + puts e.message + exit 1 +end + +################################################ +# Crop & Date-time image generation +################################################ +begin + original = Magick::Image.read(screenshot_file_name).first + + crop = original.crop(285, 490, 340, 365) + crop.write(crop_file_name) + + caption = Magick::Image.new(170, 30) { + self.background_color = 'none' + } + draw = Magick::Draw.new + + draw.annotate(caption, 0, 0, 4, 4, OUT_STR) do + self.pointsize = 14 + self.gravity = Magick::SouthWestGravity + end + + caption.write(caption_file_name) +rescue Exception => e + puts e.message + exit 2 +end + +################################################ +# Composite +################################################ +begin + save_image = crop.composite(caption, Magick::NorthWestGravity, Magick::OverCompositeOp); + save_image.write(result) +rescue Exception => e + puts e.message + exit 3 +ensure + File.delete screenshot_file_name +end + +################################################ +# Post processing +################################################ +begin + File.delete crop_file_name + File.delete caption_file_name +rescue Exception => e + puts e.message + exit 4 +end + exit 0 ``` @@ -206,12 +208,12 @@ exit 0 作成したスクリプトを5分おきに実行して、しばらく放ったらかしてから以下のコマンドを実行してアニメーションGIFを作成しました。どうやら「+repage」してあげないと、切り取り前の画像サイズをもってしまっているようで、すごく1024×600超の画像サイズのアニメーションGIFが出来上がってしまいました。。。 ``` -% ls -1 | xargs -I % -n 1 convert % -trim +repage %.trim -% rm *.png -% for i in `ls -1` -do -mv ${i} ${i/.trim/} -done +% ls -1 | xargs -I % -n 1 convert % -trim +repage %.trim +% rm *.png +% for i in `ls -1` +do +mv ${i} ${i/.trim/} +done % convert -limit memory 1 -limit map 1 -delay 15 20151004*_result.png anime.gif ``` diff --git a/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md b/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md index 2c4f6af..48f6526 100644 --- a/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md +++ b/content/labs/misc/2016-03-20-install-node-by-using-nodebrew-on-mac.md @@ -1,10 +1,11 @@ +++ -Categories = ["node.js"] -Description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。" -Tags = [] +author = "kazu634" +description = "Hubot使ってみたかったから、nodebrewを使って、node.jsをMac (El Capitan 10.11.3)にインストールしてみました。" +categories = ["Labs", "Program"] +tags = ["node.js"] date = "2016-03-20T14:53:36+08:00" title = "nodebrewを使って、node.jsをMacにインストールしてみた" -images = ["images/4932794177_e73e90a820_z.jpg"] + +++ Node.js Knockout diff --git a/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md b/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md index 7290c5d..461dd96 100644 --- a/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md +++ b/content/labs/network/2013-09-20-how_to_install_openvpn_under_ubuntu_1204.md @@ -1,18 +1,13 @@ --- title: Ubuntu 12.04でOpenVPNをインストールする author: kazu634 -date: 2013-09-20 -geo_latitude: - - 38.305994 -geo_longitude: - - 141.022701 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1855;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1855;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-09-20T15:04:05Z +author: + - kazu634 categories: + - Labs + - Network +tags: - openvpn --- @@ -135,34 +130,34 @@ categories: ひな形になるファイルがあるので、それをコピーしてあげます:

-
sudo mkdir /etc/openvpn/easy-rsa/
-sudo cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
+
sudo mkdir /etc/openvpn/easy-rsa/
+sudo cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
 sudo chown -R $USER /etc/openvpn/easy-rsa/

認証局の設定情報を指定してあげます:

-
export KEY_COUNTRY=”US”
-export KEY_PROVINCE=”NY”
-export KEY_CITY=”New York City”
-export KEY_ORG=”Queens”
+
export KEY_COUNTRY=”US”
+export KEY_PROVINCE=”NY”
+export KEY_CITY=”New York City”
+export KEY_ORG=”Queens”
 export KEY_EMAIL=”me@myhost.mydomain”

サーバ用の鍵を作成します:

-
cd /etc/openvpn/easy-rsa/
-ln -s openssl-1.0.0.cnf openssl.cnf
-
-cd /etc/openvpn/easy-rsa/
-source vars
-./clean-all
-./build-dh
-./pkitool –initca
-./pkitool –server server
-cd keys
+
cd /etc/openvpn/easy-rsa/
+ln -s openssl-1.0.0.cnf openssl.cnf
+
+cd /etc/openvpn/easy-rsa/
+source vars
+./clean-all
+./build-dh
+./pkitool –initca
+./pkitool –server server
+cd keys
 openvpn –genkey –secret ta.key

@@ -179,7 +174,7 @@ openvpn –genkey –secret ta.key

サンプルとなるファイルをコピーします:

-
cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/
+
cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpn/
 gzip -d /etc/openvpn/server.conf.gz

@@ -202,7 +197,7 @@ gzip -d /etc/openvpn/server.conf.gz

セキュリティ上の理由から、OpenVPNサーバを実行するユーザー・グループを指定してあげます:

-
user nobody
+
user nobody
 group nogroup

@@ -213,43 +208,43 @@ group nogroup

server.confのサンプルはこのようになります:

-
# OpenVPN server config file
-#
-# Generated by Chef - local changes will be overwritten
-
-port 1194
-proto tcp
-dev tun
-keepalive 10 120
-comp-lzo
-local 0.0.0.0
-
-# Keys and certificates.
-ca   /etc/openvpn/keys/ca.crt
-key  /etc/openvpn/keys/server.key # This file should be kept secret.
-cert /etc/openvpn/keys/server.crt
-dh   /etc/openvpn/keys/dh1024.pem
-
-ifconfig-pool-persist /etc/openvpn/ipp.txt
-
-server 10.8.0.0 255.255.0.0
-
-user nobody
-group nogroup
-
-# avoid accessing certain resources on restart
-persist-key
-persist-tun
-
-# current client connections
-status /etc/openvpn/openvpn-status.log
-
-# logging settings.
-log-append  /var/log/openvpn.log
-verb 1  # don't spam the log with messages.
-mute 10 # suppress identical messages > 10 occurances.
-
-script-security 1
+
# OpenVPN server config file
+#
+# Generated by Chef - local changes will be overwritten
+
+port 1194
+proto tcp
+dev tun
+keepalive 10 120
+comp-lzo
+local 0.0.0.0
+
+# Keys and certificates.
+ca   /etc/openvpn/keys/ca.crt
+key  /etc/openvpn/keys/server.key # This file should be kept secret.
+cert /etc/openvpn/keys/server.crt
+dh   /etc/openvpn/keys/dh1024.pem
+
+ifconfig-pool-persist /etc/openvpn/ipp.txt
+
+server 10.8.0.0 255.255.0.0
+
+user nobody
+group nogroup
+
+# avoid accessing certain resources on restart
+persist-key
+persist-tun
+
+# current client connections
+status /etc/openvpn/openvpn-status.log
+
+# logging settings.
+log-append  /var/log/openvpn.log
+verb 1  # don't spam the log with messages.
+mute 10 # suppress identical messages > 10 occurances.
+
+script-security 1
 push "redirect-gateway def1 bypass-dhcp"

@@ -264,8 +259,8 @@ push "redirect-gateway def1 bypass-dhcp"

以下のコマンドを実行して、クライアント用の鍵を作成します:

-
cd /etc/openvpn/easy-rsa/
-source vars
+
cd /etc/openvpn/easy-rsa/
+source vars
 KEY_CN=someuniqueclientcn ./pkitool client

@@ -307,40 +302,40 @@ KEY_CN=someuniqueclientcn ./pkitool client

クライアント用の設定ファイルのサンプルです:

-
client
-dev tun
-proto tcp
-remote openvpn-server.kazu634.com 1194
-resolv-retry infinite
-nobind
-persist-key
-persist-tun
-;ca ca.crt
-;cert ipad.crt
-;key ipad.key
-comp-lzo
-verb 3
-
-<ca>
------BEGIN CERTIFICATE-----
-MIIDuDCCAyGgAwIBAgIJANv02SnW6i6TMA0GCSqGSIb3DQEBBQUAMIGaMQswCQYD
-[... snip ...]
-Ggx0uDBQuVzhC4skB9YXt+Z2TCzXogEBtE9h/A0tR8t+ErsoXSDJ3UC7MRI=
------END CERTIFICATE-----
-</ca>
-<cert>
------BEGIN CERTIFICATE-----
-MIID9TCCA16gAwIBAgIBAjANBgkqhkiG9w0BAQUFADCBmjELMAkGA1UEBhMCSlAx
-[... snip ...]
-5uE2hKer80ia
------END CERTIFICATE-----
-</cert>
-<key>
------BEGIN PRIVATE KEY-----
-MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAMesHWRNGH9klvU/
-[... snip ...]
-GHsGbRenaBWR0A==
------END PRIVATE KEY-----
+
client
+dev tun
+proto tcp
+remote openvpn-server.kazu634.com 1194
+resolv-retry infinite
+nobind
+persist-key
+persist-tun
+;ca ca.crt
+;cert ipad.crt
+;key ipad.key
+comp-lzo
+verb 3
+
+<ca>
+-----BEGIN CERTIFICATE-----
+MIIDuDCCAyGgAwIBAgIJANv02SnW6i6TMA0GCSqGSIb3DQEBBQUAMIGaMQswCQYD
+[... snip ...]
+Ggx0uDBQuVzhC4skB9YXt+Z2TCzXogEBtE9h/A0tR8t+ErsoXSDJ3UC7MRI=
+-----END CERTIFICATE-----
+</ca>
+<cert>
+-----BEGIN CERTIFICATE-----
+MIID9TCCA16gAwIBAgIBAjANBgkqhkiG9w0BAQUFADCBmjELMAkGA1UEBhMCSlAx
+[... snip ...]
+5uE2hKer80ia
+-----END CERTIFICATE-----
+</cert>
+<key>
+-----BEGIN PRIVATE KEY-----
+MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAMesHWRNGH9klvU/
+[... snip ...]
+GHsGbRenaBWR0A==
+-----END PRIVATE KEY-----
 </key>

diff --git a/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md b/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md index b715024..18891b2 100644 --- a/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md +++ b/content/labs/network/2015-01-31-use-vpn-server-function-of-highend-consumer-router.md @@ -1,15 +1,14 @@ --- title: コンシューマー向けのハイエンドルーターでVPNを利用してみた author: kazu634 -date: 2015-01-31 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6658;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:142:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6658;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:161:"ブログに新しい記事を投稿したよ: コンシューマー向けのハイエンドルーターでVPNを利用してみ… - http://tinyurl.com/mwh37en";}' -tmac_last_id: - - 594128247962505216 +date: 2015-01-31T15:04:05Z +author: + - kazu634 categories: - - インフラ + - Labs + - Network +tags: + - vpn --- Router diff --git a/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md b/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md index 2e2c94a..5db1b68 100644 --- a/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md +++ b/content/labs/network/2016-10-31-site-to-site-vpn-using-edgerouterx-and-vyos.md @@ -1,11 +1,12 @@ +++ -Categories = ["VyOS","Edgerouter"] -Description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました" -Tags = [] +author = "kazu634" +description = "EdgeRouter XとVyOS on AWSでOpenVPNを用いた拠点間VPNをはりました" +categories = ["Labs", "Network"] +tags = ["vyOS","edgerouter"] date = "2016-10-31T21:07:13+08:00" draft = false title = "EdgeRouter XとVyOS on AWSで拠点間VPNを構築する" -images = ["images/3100879440_3e9d0ff8dc_b.jpg"] + +++ [EdgeRouter X がすごい \| yabe\.jp](http://yabe.jp/gadgets/edgerouter-x/)に触発されて、EdgeRouter Xを購入しました。手元のハードとしてきちんとしたルーターがあるっていいことだと思います。色々と実験できるので。 @@ -52,7 +53,7 @@ Uptime: 13:38:07 up 1 day, 4:33, 1 user, load average: 1.16, 1.60, 1.86 ``` vyos@VyOS-AMI:~$ show version Version: VyOS 1.1.7 -Description: VyOS 1.1.7 (helium) +description: VyOS 1.1.7 (helium) Copyright: 2016 VyOS maintainers and contributors Built by: maintainers@vyos.net Built on: Wed Feb 17 09:57:31 UTC 2016 diff --git a/content/labs/visualization/2018-07-02-play-with-metabase.md b/content/labs/visualization/2018-07-02-play-with-metabase.md index e61eb28..9f4b078 100644 --- a/content/labs/visualization/2018-07-02-play-with-metabase.md +++ b/content/labs/visualization/2018-07-02-play-with-metabase.md @@ -1,10 +1,11 @@ +++ title = "Metabaseをお試しで使ってみた" date = 2018-07-02T21:15:53+08:00 -Description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" -Tags = [] -Categories = ["Tools", "Metabase"] -images = ["images/41603208672_984110305c_z.jpg"] +description = "オープンソースのお手軽BIツール・Metabaseをお試しで使ってみました。これ使えば、エンジニアじゃない人にもグラフを作ってもらえそう" +categories = ["Labs", "Visualization"] +tags = ["metabase"] +author = "kazu634" + +++ [Metabase](https://www.metabase.com/)という、オープンソースのお手軽BIツールがあるということで試してみました。これぐらいお手軽だと、エンジニアじゃない人にも「触ってみて」と言えそうです。 diff --git a/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md b/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md index 4e4f00e..a371ec2 100644 --- a/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md +++ b/content/labs/visualization/2020-03-01-how-to-use-metabase-geojson.md @@ -1,10 +1,11 @@ +++ title = "MetabaseでGeojsonを用いたカスタムマップを利用する" date = 2020-03-01T09:15:53+08:00 -Description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" -Tags = [] -Categories = ["Tools", "Metabase"] -images = ["images/41603208672_984110305c_z.jpg"] +description = "オープンソースのお手軽BIツール・Metabaseで自分で作成した白地図上にデータを可視化できるようになっていたようなので、試してみました" +categories = ["Labs", "Visualization"] +tags = ["metabase"] +author = "kazu634" + +++ オープンソースのBIツール・[Metabase](https://github.com/metabase/metabase)をアップグレードしたところ、Geojsonを用いて、自分で用意した地図上にデータの可視化ができるようになっていました。 diff --git a/content/labs/visualization/2020-06-13-different-types-of-graphs.md b/content/labs/visualization/2020-06-13-different-types-of-graphs.md index 96859ba..84e1987 100644 --- a/content/labs/visualization/2020-06-13-different-types-of-graphs.md +++ b/content/labs/visualization/2020-06-13-different-types-of-graphs.md @@ -1,9 +1,12 @@ +++ title="色々あるグラフをどのように使い分けるか、まとめてみます" -date=2020-06-13 -Description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" -images = [""] +date=2020-06-13T15:04:05Z +description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" + chart=true +categories = ["Labs", "Visualization"] +tags = ["chart.js"] +author = "kazu634" +++ 『グラフを作る前に読む本』に、グラフをどのようにようにように使い分けるかについてまとめられていたのでメモします。 @@ -19,7 +22,7 @@ chart=true 棒グラフの特徴として、以下のようにまとめられていました: > 棒グラフでは、複数並んだ棒の高さを比べて「棒が大きい(小さい)項目はどれだろう?」と考えます。つまり棒グラフが一番得意な表現方法はデータの「比較」です。棒グラフを使えば、比べたいデータを最も分かりやすクズで表現できます。 -> +> > 「高さ」を比べて項目の量の違いを感覚的につかめるのが棒グラフの特徴です。 {{}} @@ -55,7 +58,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -69,9 +72,9 @@ chart=true 折れ線グラフの特徴に以下のようにまとめられていました: > 折れ線グラフは必ずデータ項目の複数の時点を描きます。点を一つだけ描く折れ線グラフを目にする機会はないでしょう。 -> +> > 折れ線グラフでは、ある時点とある時点を左から右に線で結んで「線の傾きが大きい(小さい)時点はどれだろう?」、「傾きの傾向が変化するのはどの時点だろう?」と考えます。つまり折れ線グラフが一番得意な表現方法はデータの「推移」です。折れ線グラフを使えば、データの変化を最もわかりやすく図で表現できます。 -> +> > ある時点とある時点の間の「傾き」から変化を感覚的につかめるのが折れ線グラフの特徴です。 {{}} @@ -108,7 +111,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -149,7 +152,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -171,7 +174,7 @@ chart=true var ctx = document.getElementById("radar-chart"); var myPieChart = new Chart(ctx, { type: 'radar', - data: { + data: { labels: ["English", "Math", "Japanese", "Science", "History"], datasets: [{ label: 'Alice', @@ -207,7 +210,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -236,13 +239,13 @@ chart=true var ctx = document.getElementById("scatter-chart"); var myScatterChart = new Chart(ctx, { - type: 'scatter', - data: { + type: 'scatter', + data: { datasets: [ { label: '1st Class', data: [{x:90, y:82},{x:39, y:45},{x:63, y:65},{x:83, y:75},{x:83, y:95}] - }, + }, { label: '2nd Class', data: [{x:97, y:92},{x:63, y:70},{x:48, y:52},{x:83, y:79},{x:66, y:74}] @@ -254,10 +257,10 @@ chart=true text: 'Test Results' }, scales: { - xAxes: [{ - scaleLabel: { - display: true, - labelString: 'English' + xAxes: [{ + scaleLabel: { + display: true, + labelString: 'English' }, ticks: { suggestedMin: 0, @@ -268,10 +271,10 @@ chart=true } } }], - yAxes: [{ - scaleLabel: { - display: true, - labelString: 'Math' + yAxes: [{ + scaleLabel: { + display: true, + labelString: 'Math' }, ticks: { suggestedMax: 100, @@ -354,7 +357,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } }, }); {{< /chart >}} @@ -409,7 +412,7 @@ chart=true stacked100: { enable: true }, - } + } }, }); {{< /chart >}} @@ -420,7 +423,7 @@ chart=true > 面グラフは1つの線を描き終えると、2つ目の先は先に引いた線上を0の基準とみなして再び線を描きます。2つ目の線は、1つ目に引かれた線を0という基準にしていいるのを明確にするために、1つ目に引いた線の下側を塗りつぶし、2つ目の線の下側と1つ目の線の上側も塗りつぶします。だから面グラフと言われています。 > 面グラフは必ず複数の時点、面の中に複数のデータ項目を描きます。面の内訳が1つだけ描かれる面グラフは単なる折れ線グラフです。そんな面グラフを目にする機会はないでしょう。面グラフでは、面の推移を比べて「全体に対して占める割合が大きい(小さい)データ量はどのように変化するのだろう?」と考えます。つまり面グラフが一番得意な表現方法は、データ全体の「内訳」の「推移」です。面グラフは、データ(数字)の総量と内訳の変化を最もわかりやすく図で表現できます。 -> +> > データ全体に対する特定のデータ項目の「推移」から内訳の変化を感覚的につかめるのが面グラフの特徴です。 > 面グラフは、円グラフが得意とする「内訳」と折れ線グラフが得意とする「推移」のどちらかを強調したいか決めれば、何が言いたいのかより伝わります。 diff --git a/content/post/2005/09/22/2005-09-22-00000122.md b/content/post/2005/09/22/2005-09-22-00000122.md index 3feaa20..36d5c72 100644 --- a/content/post/2005/09/22/2005-09-22-00000122.md +++ b/content/post/2005/09/22/2005-09-22-00000122.md @@ -1,11 +1,13 @@ --- title: 『容疑者 室井慎次』 author: kazu634 -date: 2005-09-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2061;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2005-09-22T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - movie ---
diff --git a/content/post/2006/02/07/2006-02-07-00000194.md b/content/post/2006/02/07/2006-02-07-00000194.md index 3fabae4..983e316 100644 --- a/content/post/2006/02/07/2006-02-07-00000194.md +++ b/content/post/2006/02/07/2006-02-07-00000194.md @@ -1,12 +1,13 @@ --- title: 単騎、千里を走る author: kazu634 -date: 2006-02-07 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2263;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2006-02-07T15:04:05Z +author: + - kazu634 categories: - - 映画 - + - Misc +tags: + - movie ---

diff --git a/content/post/2006/09/03/2006-09-03-ミュージカル・big.md b/content/post/2006/09/03/2006-09-03-ミュージカル・big.md index e4c6ac1..e71691f 100644 --- a/content/post/2006/09/03/2006-09-03-ミュージカル・big.md +++ b/content/post/2006/09/03/2006-09-03-ミュージカル・big.md @@ -1,11 +1,12 @@ --- title: ミュージカル・big -author: kazu634 -date: 2006-09-03 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2541;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2006-09-03T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - musical ---

diff --git a/content/post/2007/11/19/2007-11-19-00000635.md b/content/post/2007/11/19/2007-11-19-00000635.md index 36eec27..fe1b08c 100644 --- a/content/post/2007/11/19/2007-11-19-00000635.md +++ b/content/post/2007/11/19/2007-11-19-00000635.md @@ -1,30 +1,32 @@ --- title: 2007年度東北英文学会@山形 -author: kazu634 -date: 2007-11-19 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3297;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-11-19T15:04:05Z +author: + - kazu634 categories: - - 英文学 + - Misc +tags: + - yamagata + - english literature ---

東北英文学会

- +

 東北英文学会で発表してきました。id:hspstcl 先生に司会していただきました。*1id:hspstcl 先生はJoseph ConradのLord Jimで修士論文を書いたそうで、Conradの専門家。さらに自分の前の回の発表も司会を担当されていて、めちゃくちゃ頭の回転が速いことが繰り出される質問でわかる。。。目の前にはうちのボスが座っていた(ちなみになぜか自分だけタイミングの問題で、アウトラインの発表やプレ発表でボスによる確認を経ずに発表まで到達していた。かなりのプレッシャー)。しかもIさんという昔うちでJoseph Conrad研究をしていた先輩がはるばる関西からやってくる…らしいとの情報も。。。しかも発表開始前に後ろの方を見たらF大のK先生*2という方もいてですね、この人も頭いい人なのでちょっと泣きそうでした。まぁ、こんな感じの包囲網を敷かれて私の発表が始まったわけです。ちなみに最大のプレッシャーを発散させているのは目の前のボスでありました(..;)

- +

 発表は基本的に好意的に受け入れられたようです。うちの外国人講師の先生と何度も打ち合わせて「気に入った」と言ってもらえたヤツなので、好意的に受け入れられるであろうことはわかっていましたが、それでもほっとしました。id:hspstcl 先生からは「Frederic JamesonのThe Political Unconsciousへの言及がLord Jimをジャンルの観点から分析するには不可欠なので、取り扱っている批評家の批評史的な背景を確認するといい」というアドバイスをいただきました。とりあえず読もうとして積まれているリストの中にThe Political Unconsciousがあったわけなので、さっさと読んでみようと思います。色々と質問も受けたのですが、やはりK先生の「Lord Jimの中で教育が失敗しているという趣旨はわかったけれど、誰が誰に対して行う教育が、どのようにして失敗しているのかをもう一度説明してくれませんか?」というキラーパスがやってきました。発表者はその発表で精一杯なんだから、発表の内容を理解して一つ上の俯瞰した視点で質問をされても困るんですけど。。。

- +

 興味がある人は発表原稿とハンドアウトです:

- + - +
- +

@@ -45,7 +47,7 @@ categories:

*1:英文学の先生がよりにもよってはてなでブログを解説しているのがやや疑問だったりして。。。

- +

*2:思えば学部二年生の時にこの先生の外国語の授業を取ったのが出会いでした。その当時先生を休職して大学院に社会人入学していた先輩とK先生は学部生の時に同級生だったそうで、やる気なく最後尾に座る私に話しかけていただいたのでした。その後、私がその授業に必死になって取り組んだのはいうまでもありません。うちの研究室の先輩です。

diff --git a/content/post/2008/01/28/2008-01-28-00000775.md b/content/post/2008/01/28/2008-01-28-00000775.md index 11b1ebb..7e9c3f1 100644 --- a/content/post/2008/01/28/2008-01-28-00000775.md +++ b/content/post/2008/01/28/2008-01-28-00000775.md @@ -1,75 +1,76 @@ --- title: 映画・『シルク』 -author: kazu634 -date: 2008-01-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3663;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-28T15:04:05Z +author: + - kazu634 categories: - - 映画 + - Misc +tags: + - movie ---

 昨日、観てきました。めざましテレビで芦名星を特集していたときにこの映画を紹介していた。せりふがなく、所作だけで魅惑的な日本女性を演じきっているとのこと。この点に惹かれて映画を観に行った。

- +

以下、ネタばれになってるかもなので注意。

- +

- +

映画「シルク」公式サイト -

- +

+

- +

原作の作者は『海の上のピアニスト』も書いてる人だった

- +

 いや、『海の上のピアニスト』は傑作でしょう。

- +

これ delayed decoding じゃん!

- +

 delayed decodingという専門用語があります。要は、「物語の後になってわかることがそれまで描かれてきたものの解釈を決定的に変えてしまうような仕組み」のことです。映画『シルク』は一見、ラスト・サムライのように魅惑的な東洋に魅せられ、人生が変わってしまった西洋人を主役にした映画なのだとラストまで思いこまされていました。しかも、そのような映画だと捉えても、非常に良くできた映画なのです。しかし、ラストに明かされる情報によって、物語の中盤以降の解釈が完全に変わってしまいました。この映画が言いたいのは「東洋の女性によって人生が変わってしまった男の人生」なんかじゃなく、「夫が東洋の女性を慕っていることに気づいてしまった。子供を産むことで夫を振り向かせようとするけれど、どうやら自分は子供が産めない体のようだ。そしてどうしても東洋の女性に敗北を認めたまま死んでいかなければならない…そんな妻の人生」についてだったのだ。

- +

 こうした解釈の転覆が一瞬にして起こってしまう。そのことに一人一人の観客が気づく瞬間がこの映画が一番盛り上がる瞬間だ。そしてそれがいつなのかは、個々の観客によって異なる。この観客が気づく一瞬に向けて、すべてが用意周到に準備されていた。この映画は完全に芸術だと思った。そこらのハリウッド映画なんか目じゃない。すごいわ。本当に。

- +

能動的に考える人へ

- +

 この映画は受動的に映画を観るような人にとっては、何が行われているのかがわからないと思われてしまうような映画だ。ちょっと前の映画だと、『英雄 ~HERO~ スペシャルエディション [DVD]』みたいなもので。こいつも語りの場が前面に押し出されていて、好きな人と嫌いな人がはっきり分かれる映画だった。何が行われているのかを自分で判断でき、そしてその判断が間違えていないとわかる人しか観客と認めていないようなところがある。映画・『シルク』も同じように、能動的に反応する観客に向けてつくられている。現在のシーンがどのような場面であるのかを示すようなわかりやすい指標が観客に与えられることはあまりない。その淡々とした描写に意味を見いだすような人にこそこの映画はお勧め。

- +

参考になるの

- +
-Silk: A Story of War

- +Silk: A Story of War

+

Silk: A Story of War

- +
- +
- +
-絹

- +絹

+

- +
- +
diff --git a/content/post/2008/03/17/2008-03-17-00000848.md b/content/post/2008/03/17/2008-03-17-00000848.md index 730f625..29d4da8 100644 --- a/content/post/2008/03/17/2008-03-17-00000848.md +++ b/content/post/2008/03/17/2008-03-17-00000848.md @@ -1,57 +1,57 @@ --- title: サン・テグジュペリが撃墜されていたことが確認される -author: kazu634 -date: 2008-03-17 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3837;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-03-17T15:04:05Z +author: + - kazu634 categories: - - つれづれ - + - Misc +tags: + - saint exupery ---

敵機の操縦士がサンテグジュペリだったとはその時はわからず、数日後に知った。リッペルトさんは、「あの操縦士が彼でなかったらとずっと願い続けてきた。彼の作品は小さいころ誰もが読んで、みんな大好きだった」と語っている。

- +

サンテグジュペリの操縦機は2000年に残骸がマルセイユ沖で見つかったが、消息を絶ったときの状況は不明だった。仏紙プロバンスによると、その後テレビのジャーナリストとして活動したリッペルトさんは友人に、「もう彼のことは探さなくてもいい。撃ったのは私だ」と告白したという。

- +

「サンテクジュペリ機を撃墜」元独軍パイロットが証言(読売新聞) – Yahoo!ニュース

- +

自分が Joseph Conrad を研究対象に取り上げたのは、Wind, Sand, and Stars

- +

Conrad of the Air

- +

みたいなことが書かれていたことがきっかけ。だからとても感慨深い。彼の伝記には

- +

His body is not found.

- +

と書かれている。やっぱり撃墜されていたのか。。。ちょっとしょんぼり。

- +

- +

diff --git a/content/post/2008/06/22/2008-06-22-00000954.md b/content/post/2008/06/22/2008-06-22-00000954.md index 7dcc22b..29eca31 100644 --- a/content/post/2008/06/22/2008-06-22-00000954.md +++ b/content/post/2008/06/22/2008-06-22-00000954.md @@ -1,38 +1,39 @@ --- title: 「絵の力 – 延長された顔」のサマリー -author: kazu634 -date: 2008-06-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4093;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-06-22T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - seminar ---

 横浜美術館で開かれた茂木健一郎の講演会を聴いてきました。生で見たのは初めてです。やっぱり圧倒的な存在感を放っていました。同期を誘っていったのですが、同期に「誘ってくれてありがとう」と感謝されました。いい講演でした。

- +

 私が理解した範囲で講演のサマリーをします。私なりに一貫させようとして講演の内容をまとめているので、時系列的にはまとめていないことに注意。

- +

*: こういうまとめを掲載されては困るという場合には、コメント欄でお知らせください。この記事を削除させていただきます(__)

- +

- +

イントロ: 問題意識の提示

- +

 主なトピックは以下:

- +
  • Artについて考えることはクオリア研究に重要なこと @@ -47,11 +48,11 @@ categories: 私もこれからはできるだけ英語で発信していくつもり
- +

この冒頭の部分では後の本題と関わる問題意識の提示がされた。後になって話の筋をつなげていくと分かるのだが、「顔」というのは

- +
  1. 生身のあるがままの事実としての「顔」 @@ -60,15 +61,15 @@ categories: 自分のイメージとして修正・誇張などを経た「顔」
- +

の二つがあって、現在は一番目ではなく二番目の表面的な「顔」がもてはやされている時代というようにして話が繋がっていった。二番目の「顔」があるがままの事実としてある「顔」を隠蔽することに強い危機意識を持っていた。そして絵画に描かれる顔には、私たちが直面しなければいけない事実が描かれているというようなことを述べていた。そうした絵画に描かれる「顔」を現代日本の状況と重ね合わせて講演なさっていた。

- +

顔とは何か?

- +
  • 自己のイメージとなるもの @@ -86,16 +87,16 @@ categories:
- +
  • これと同じように自分の顔の存在を知ってしまったことは、人類にとっては毒のようなもの(=ありのままの真実を直視せずに、我々は自己のイメージを編集してしまう)
  • - +

    絵画とは何か?

    - +
    • 画家が見た世界(=ありのままの真実)を切り出したもの*4 @@ -104,11 +105,11 @@ categories: 写真や映像などよりも、絵画がより真実を伝える
    - +

    結論みたいなもの

    - +
    • 生身の真実を受け止めることは難しいが、それが人間が人間らしく生きるということに繋がる @@ -123,16 +124,16 @@ categories:
    - +
  • 一度徹底的に負けることがありのままの事実を受け止めることになる。そして負けるには戦う必要がある。
  • - +

    感想

    - +

     「絵画における顔」を通して日本の文明批判をしていた。乱暴かもしれないけれど、「ありのままの真実を直視し、それでも戦っていけ。俺もそうしていくつもりだ」みたいな熱いメッセージが込められていたいい発表でした。なんていうかユーモア混じりだったけど、人を行動に駆り立てずにはいられないような、そんな provocative な講演でした。

    @@ -142,19 +143,19 @@ categories:

    *1:いわゆる "Culture with a capital C" というやつ

    - +

    *2:この部分がイントロの優しいことしかチャレンジしない風潮と重なっているのかな?

    - +

    *3:ここら辺はあまりふれていなかったけれど、ブッダとかそこらへんの人を念頭に置いているのかな?

    - +

    *4:ここから絵画の中の「顔」がありのままの真実を端的に表現している、ということになるのだろう

    - +

    *5:でも、そういった不安を日本では避けようという風潮がある…と言いたいようだった

    diff --git a/content/post/2008/08/02/2008-08-02-00000985.md b/content/post/2008/08/02/2008-08-02-00000985.md index c7bbb40..2a7fcc6 100644 --- a/content/post/2008/08/02/2008-08-02-00000985.md +++ b/content/post/2008/08/02/2008-08-02-00000985.md @@ -1,49 +1,50 @@ --- title: 『夜と星と風の物語』@Theatre1010を観てきた -author: kazu634 -date: 2008-08-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4177;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-08-02T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - movie ---

     今日は北千住のTheatre1010で『夜と星と風の物語』を観てきました。サン・テグジュペリの『星の王子様』をモチーフにした音楽劇です。

    - +

     観た感想としては「???」というのが最初の感想。「愛」をモチーフとして物語は全て収束していくのですが、その結末に納得がいかなかった。それで劇作家のことを調べてみると…:

    - +

    サミュエル・ベケットの影響を受け、日本の不条理演劇を確立した第一人者である。

    - +

    別役実 – Wikipedia

    - +

    納得しました。不条理演劇の影響を強く受けた人な訳ですね。それなら納得です。

    - +

     シリアスな部分とコミカルな部分が不可分に絡み合ってそれに「愛」を絡めて収束に持っていくという劇作は、最近の恋愛至上主義みたいな影響を感じて個人的には気持ちが悪いと感じてしまった。。。

    - +

     それでも、サン・テグジュペリの基本的な歴史的事実なんかに基づいて作られていて、なんかとても引き込まれる劇でした。今日以外の日程ってあるのかな?たぶん☆3~4ぐらいかしら?

    - +

    - +

    http://www.t1010.jp/html/calender/2008/106/photobg.jpg

    diff --git a/content/post/2009/01/04/2009-01-04-00001108.md b/content/post/2009/01/04/2009-01-04-00001108.md index 168ed5d..d429f8a 100644 --- a/content/post/2009/01/04/2009-01-04-00001108.md +++ b/content/post/2009/01/04/2009-01-04-00001108.md @@ -1,18 +1,19 @@ --- title: ロードバイク、買っちゃいました -author: kazu634 -date: 2009-01-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4475;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-01-04T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc +tags: + - cycling ---

    スポーツ用品屋で見かけたロードバイクの美しさに負けて、ずっと悩んでいたのですが、購入してしまいました。GiantのDefy3という自転車です。ドロップハンドル初体験だったのですが、これかなりスピードが出ます。これまで乗っていたクロスバイクとは比較にならないぐらい速いです。これなら遠出したくなります。日帰りで箱根とかもありかもしれない(行きは自転車で、帰りは電車)。

    - +

    f:id:sirocco634:20090104174957p:image

    diff --git a/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md b/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md index b302f5f..7a00b31 100644 --- a/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md +++ b/content/post/2009/08/17/2009-08-18-東海道を自転車で旅行する人のためのtips.md @@ -1,58 +1,58 @@ --- title: 東海道を自転車で旅行する人のためのtips -author: kazu634 -date: 2009-08-17 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4759;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-08-17T15:04:05Z +author: + - kazu634 categories: - - サイクリング - + - Misc +tags: + - cycling ---

    自転車で大阪まで行ってきました。基本的には国道1号線沿いに進んでいきます。これから東海道を自転車で西へ向かう人のために、ちょっとだけまとめておきます。

    - +

    行程

    - +

    このような形で進んでいきました:

    - +

    行程

    - +

    1日目(戸塚~富士)

    - +

    戸塚から富士間を走りました。07:30ぐらいにスタートして、たしか11:00ぐらいには箱根湯本に着いていたと記憶しています。箱根は「天下の険」と呼ばれるだけあり、かなりきついです。同じロードバイクで上っていく人もいるのですが、私の場合はかなり歩いていることも多かったです。途中、ローソンがあるのですが、そこに休憩所があります。そこで一休みするといいです。

    - +

    なんとか頂上まで登り切ると、後は下るだけです。かなりのスピードで下ることができて気持ちいいです。スピード出し過ぎに注意する必要があります。

    - +

    箱根を超えると、後は平坦な道になっていくので、進めるところまで進めばいいと思います。静岡は東海道線沿いの駅ならビジネスホテルが大抵あるみたいなので、17時ぐらいになった時点で最寄り駅に行けばホテルも簡単に見つかると思います(キャンプするほど頑張れませんでした。。。)

    - +

    東京方面から箱根を超えようとするときには、どの時間帯に箱根に着くかを計算した方がいいと思います。夕方16時過ぎぐらいに箱根湯本に着くスケジュールであれば、素直に箱根に泊まった方がいいんじゃないかなと思います。

    - +

    2日目(富士~豊橋)

    - +

    個人的に静岡脱出を目標に掲げていたので、06:30にはホテルを出ていました。静岡は東西に広い県ですが、基本的には平坦な道が続きます(平坦ではない道もあるけれど、箱根に比べれば大したことはないです)。ただし国道1号線沿いに進んでいくと、掛川手前で自転車進入禁止になります。私の場合は

    - +
    • iPhoneで地図を検索 @@ -61,43 +61,43 @@ categories: 同じロードバイクの人の後を追いかける
    - +

    という方法で1号線沿いに進める狭い峠道を進むことができました。東海道を進む場合には国道1号線沿いに進むことになりますが、中には進めない区間があることに注意してください!

    - +

    また、東海道は基本的には宿場町から宿場町をつなぐ道路な訳で、国道1号線から外れている部分もあります。1号線は最短距離でつなげていますが、東海道は市街地に入っていく…といったように分かれている部分もあります。

    - +

    3日目(豊橋~四日市)

    - +

    豊橋から名古屋を経由して、四日市へ。基本的には平坦な道なので、気をつけるべき事はなかったように思います。

    - +

    4日目(四日市~京都)

    - +

    四日市から京都へ向かう際に鈴鹿峠を越えることになります。「東の箱根、西の鈴鹿峠」と呼ばれているだけあって、かなりきつい峠です(といっても、箱根を超えられたのだから、大丈夫です。箱根は自転車で登り切ることはできませんでしたが、鈴鹿峠は自転車で頂上まで登り切ることができました)。これを超えてしまえば、後は基本的には下りになります。滋賀県の県庁所在地・大津を超えるとまた上りになりますが、それほどきつくはありませでした。

    - +

    5日目(京都~大阪)

    - +

    東海道は、東京・日本橋~京都間なので、厳密に言うと東海道ではないですが、書いておきます。

    - +

    京都は自転車の街だけあって、サイクリング用の道が整備されています。今回私は桂川~淀川沿いに大阪に向かったのですが、川沿いのサイクリングロードを夏に進むのはあまりお勧めしません。なぜなら

    - +
    • 日陰がない(直射日光にさらされる) @@ -109,15 +109,15 @@ categories: 食事を取るお店がない
    - +

    などといった諸々の理由があるからです。日焼けでひりひりし、のども渇き、腹が減ってもお店が見つからないというかなりとほほな状況で泣きそうでした。。。

    - +

    その他

    - +
    1. 自転車用のスパッツを購入しよう。自転車用のスパッツにはおしりのところにサポーターがあって、座骨が痛くなるのを防止してくれます。 @@ -135,11 +135,11 @@ categories: 川沿いとか、直射日光にさらされるような道を進むのはやめよう!
    - +

    まとめ

    - +

    今回の私の場合は約150km/1日ぐらいで移動しています。ロードバイクで長距離を移動するのは初めてだったのですが、かなり長い距離走れることにびっくりでした。次は実家まで自転車で行ってみるかな?

    diff --git a/content/post/2010/03/27/2010-03-27-00001345.md b/content/post/2010/03/27/2010-03-27-00001345.md index 0d1800e..ae42ed0 100644 --- a/content/post/2010/03/27/2010-03-27-00001345.md +++ b/content/post/2010/03/27/2010-03-27-00001345.md @@ -1,201 +1,202 @@ --- title: 今日は横須賀まで自転車で遊びに行ってきました -author: kazu634 -date: 2010-03-27 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5191;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-27T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc +tags: + - cycling ---

    今日は横須賀まで自転車旅行してきました。お目当ては横須賀の桜です!

    - +

    スタート

    - +

    自転車のメンテナンスをしてからスタートします!

    - +

    - +

    -

    - +

    +

    横須賀へ

    - +

    戸塚から横須賀へ向かうとトンネルが多かったけど、横須賀の市街地に入るととても近代的。アメリカ海軍の基地もあるぐらいだからアメリカ人の姿も多く、英語が普通に飛び交う感じ。

    - +

    海軍基地があるあたりから離れても、商店街とかはシャッター街になっているわけでもなく、お金もってそうな感じを漂わせている。裕福そうな街でした!横須賀市街地に着くまでとのギャップにやられてしまいました。

    - +

    ランチ

    - +

    横須賀といえば、洋食ということでカフェ(というよりも昔懐かしい喫茶店みたいな感じかな)に入りました。ハーバーライトというお店です:

    - +

    - +

    -

    - +

    +

    本当においしかったです。おすすめです!!!

    - + - + - + - + - + - +
    店名 ハーバーライト
    住所 神奈川県横須賀市衣笠栄町1-70-A 共同ビル
    電話番号 046-851-0221
    - +

    衣笠山公園

    - +

    横須賀で桜というと衣笠山公園らしいので、行ってきました。残念ながら、桜はまだ5分咲きという感じです。残念です。。。

    - +

    - +

    -

    - +

    +

    - +

    -

    - +

    +

    - +

    -

    - +

    +

    - +

    -

    - +

    +

    鎌倉

    - +

    横須賀からの帰り道は往路と同じ道だと芸がないので、鎌倉へ向かいました。「いざ鎌倉へ」です!

    - +

    鎌倉に着いたら銀のすずでデザートを食べました:

    - +

    - +

    -

    - +

    +

    チーズケーキはおいしかったです!

    - + - + - + - + - + - +
    店名 銀のすず 喫茶コーナー
    住所 神奈川県 鎌倉市 小町 1-5-30
    電話番号 0467-22-3283
    - +

    鎌倉駅前の桜はまだ全然咲いていませんでした。横須賀よりも咲くのが遅いのかな???

    diff --git a/content/post/2010/07/11/2010-07-11-00001374.md b/content/post/2010/07/11/2010-07-11-00001374.md index 4aeac3a..1ca7dd6 100644 --- a/content/post/2010/07/11/2010-07-11-00001374.md +++ b/content/post/2010/07/11/2010-07-11-00001374.md @@ -1,196 +1,197 @@ --- title: 聖蹟桜ヶ丘に自転車で行ってきました。 -author: kazu634 -date: 2010-07-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5305;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-07-11T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc +tags: + - cycling ---

    ジブリ映画の「耳をすませば」を見て、おじいちゃんのお店のモデルになったお店が聖蹟桜ヶ丘にあって、映画の舞台自体も聖蹟桜ヶ丘をモデルにしているとわかった。土曜日、これはなんとしても行かねばならぬと妙な義務感に駆られ、私は自転車に飛び乗ったのだった。

    - + - +

    道すがら

    - +

    戸塚から聖蹟桜ヶ丘に自転車で向かう途中はこのような素敵な風景が広がっていました。神奈川と東京の境目あたりのはずなんですが、首都圏にもこんな風景の場所があるんですね:

    - +

    - +

    -

    - +

    +

    地球屋のロータリー

    - +

    道を色々とさまよっていたら、(後からわかったのですが)地球屋*1のロータリーのところにたどり着いていました:

    - + - + - +

    - +

    - +

    - +

    - +

    -

    - +

    +

    聖蹟桜ヶ丘駅

    - +

    坂を下っていくと、なにか見慣れた光景でした:

    - + - +

    坂を下って、聖蹟桜ヶ丘駅前には耳をすませばのモデル地案内マップがありました:

    - +

    - +

    -

    - +

    +

    邪宗門

    - +

    地球屋のモデルになった喫茶店にも行ってきました。住宅街の中に入っていって、ひっそりとあるお店なので、見つけるのはなかなか難しいかも。ただ、これは常連さんになって、通いたいたぐいのお店でありました。

    - +

    店内写真撮影禁止なのが残念。外観はこんな感じです:

    - +

    - +

    -

    - +

    + - + - + - + - + - + diff --git a/content/post/2011/07/03/2011-07-03-00001507.md b/content/post/2011/07/03/2011-07-03-00001507.md index 33d3fec..27e21d4 100644 --- a/content/post/2011/07/03/2011-07-03-00001507.md +++ b/content/post/2011/07/03/2011-07-03-00001507.md @@ -1,15 +1,13 @@ --- title: 久しぶりにトラックで5,000m走ってきたよ -author: kazu634 -date: 2011-07-03 -has_been_twittered: - - yes -tmac_last_id: - - 303816731137294337 +date: 2011-07-03T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Misc tags: - - 小田原 + - odawara + - running --- 会社の陸上大会に参加してきました。小田原にある陸上競技場で5,000mを走ってきましたよ。5,000mなんて走るのは、たぶん10年ぶりぐらい?大会となるとハーフマラソンぐらいしか走っていなかったので、ある程度のスピードを求められながら5,000m走るのは久しぶりだったのです。 diff --git a/content/post/2011/08/07/2011-08-07-00001512.md b/content/post/2011/08/07/2011-08-07-00001512.md index 82b6ed7..791fd61 100644 --- a/content/post/2011/08/07/2011-08-07-00001512.md +++ b/content/post/2011/08/07/2011-08-07-00001512.md @@ -1,13 +1,12 @@ --- title: ビンディングペダルを買いました! -author: kazu634 -date: 2011-08-07 -has_been_twittered: - - yes -tmac_last_id: - - 303816722270519296 +date: 2011-08-07T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc +tags: + - cycling --- ビンディングペダルを買いました。これがまたとても良いです!ただ、立ちゴケしそうになって、すでに一度死にそうになりましたよ。十分に着脱の練習をしてから公道を走ろうね! diff --git a/content/post/2011/08/08/2011-08-08-00001513.md b/content/post/2011/08/08/2011-08-08-00001513.md index c9040f9..7d9c2bd 100644 --- a/content/post/2011/08/08/2011-08-08-00001513.md +++ b/content/post/2011/08/08/2011-08-08-00001513.md @@ -1,23 +1,20 @@ --- title: 昭和な雰囲気の居酒屋へ行ってきました -author: kazu634 -date: 2011-08-08 -has_been_twittered: - - yes -tmac_last_id: - - 303816719410012160 +date: 2011-08-08T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 大船 + - ofuna --- -大船にあるいちぜんというお店に行ってきました。このお店、とても昭和のレトロな雰囲気で、しかも料理がおいしいのです!楽しんできましたよ! There was a problem connecting to Twitter. +大船にあるいちぜんというお店に行ってきました。このお店、とても昭和のレトロな雰囲気で、しかも料理がおいしいのです!楽しんできましたよ! There was a problem connecting to Twitter. - + まずは付け出し。美味しかったんですよ!

    diff --git a/content/post/2011/08/15/2011-08-15-00001516.md b/content/post/2011/08/15/2011-08-15-00001516.md index 378267e..b846871 100644 --- a/content/post/2011/08/15/2011-08-15-00001516.md +++ b/content/post/2011/08/15/2011-08-15-00001516.md @@ -1,19 +1,16 @@ --- title: 平泉へ自転車ツーリング -author: kazu634 -date: 2011-08-15 -has_been_twittered: - - yes -tmac_last_id: - - 303816715781955585 +date: 2011-08-15T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc tags: - - 仙台 - - 平泉 + - sendai + - hiraizumi --- -お盆休みは高校の時の友達と一緒に仙台から平泉へ自転車ツーリングに行って来ました。 There was a problem connecting to Twitter. +お盆休みは高校の時の友達と一緒に仙台から平泉へ自転車ツーリングに行って来ました。 There was a problem connecting to Twitter. 友達はカスタマイズしたミニベロ(というのかな)で、私はロードレーサーという出で立ち。ピンディングペダルを装着して始めての長距離なので、色々と疲れました。さらに友達はほとんど荷物がなくて、軽やかに坂を登って行ってたのが印象的でした。。。 @@ -41,7 +38,7 @@ tags: ## ランチ -平泉に到着したのは大体12:00ぐらいでした。そこからタクシーが二台ぐらい止まっている、おいしそうな食堂があったのでそこに入りました。何気に美味しかったです。 There was a problem connecting to Twitter. +平泉に到着したのは大体12:00ぐらいでした。そこからタクシーが二台ぐらい止まっている、おいしそうな食堂があったのでそこに入りました。何気に美味しかったです。 There was a problem connecting to Twitter.

    味噌ラーメン diff --git a/content/post/2011/09/18/2011-09-19-00001525.md b/content/post/2011/09/18/2011-09-19-00001525.md index 565129f..0f3b0d0 100644 --- a/content/post/2011/09/18/2011-09-19-00001525.md +++ b/content/post/2011/09/18/2011-09-19-00001525.md @@ -1,51 +1,53 @@ --- title: Gaucheで外部コマンドを実行する -author: kazu634 -date: 2011-09-19 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5447;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2011-09-19T15:04:05Z +author: + - kazu634 categories: + - Labs + - Program +tags: - gauche - - Lisp + - lisp ---

    Gaucheで外部コマンドを実行しようとしたのですが、うまく行かなかったのでとりあえずダンプしておきます。

    - +

    やりたいこと

    - +

    外部コマンドをGaucheから実行したい!

    - +

    ここまではわかった

    - +

    Gaucheで外部コマンドを実行する場合は、どうやら run-process というものがあるらしいので、このコマンドを使えばよさそう

    - +

    うまく行かなかったこと

    - +

    次のようなコマンドを実行したかったけれど、実行に失敗した:

    - +
     % virt-install --name dev1 --ram 512 --disk path=dev1.img,size=10 --vcpus 1 --network bridge=br0,model=virtio --graphic vnc,listen=... --pxe
     
    - +

    とりあえず REPL から実行してみます:

    - +
     gosh> (use gauche.process)
     #<undef>
    @@ -53,38 +55,38 @@ gosh> (r
     #<process 1148 "virt-install" active>
     gosh> ERROR    Unknown argument ',size=10'
     
    - +

    なんか上手くいかない。マニュアルにはこんな記述が。。。:

    - +

    cmd/argsの各要素は、x->stringで文字列に変換されます。

    - +

    Gauche ユーザリファレンス: 9.16 gauche.mop.singleton – シングルトン

    - +

    というわけで実験:

    - +
     gosh> (x->string '(virt-install --name dev1 --ram 512 --disk path=dev1.img,size=10 --vcpus 1 --network bridge=br0,model=virtio --graphic vnc,listen=0.0.0.0 --pxe))
     "(virt-install --name dev1 --ram 512 --disk path=dev1.img ,size=10 --vcpus 1 --network bridge=br0 ,model=virtio --graphic vnc ,listen=0.0.0.0 --pxe)"
     
    - +

    あっ、なんか「,」のところにスペースが入っている。。。原因はこれか。

    - +

    さてさて

    - +

    解決策はどうすればいいのだろうか。。。

    diff --git a/content/post/2011/10/09/2011-10-09-00001530.md b/content/post/2011/10/09/2011-10-09-00001530.md index 8c425e0..b125c49 100644 --- a/content/post/2011/10/09/2011-10-09-00001530.md +++ b/content/post/2011/10/09/2011-10-09-00001530.md @@ -1,18 +1,16 @@ --- title: 日本三景の一つ、松島を走ってきた -author: kazu634 -date: 2011-10-09 -has_been_twittered: - - yes -tmac_last_id: - - 303816690611937280 +date: 2011-10-09T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Misc tags: - - 松島 + - matsushima + - running --- -日本三景の一つ、松島を走って来ました。 There was a problem connecting to Twitter. +日本三景の一つ、松島を走って来ました。 There was a problem connecting to Twitter. 松島は当然のことながら、海岸沿いに松が生えた島々が点在する日本三景です。3.11の地震でも大きな被害を受けました。そのため今年はハーフの部は中止となり、10kmまでのレースが執り行われることになりました。今回のコースではスタートから5km地点まで行って帰ってくるわけですが、それ以降はまだ地震の爪痕が色濃く残っているそうです。。。犠牲者の方のご冥福をお祈りします。 diff --git a/content/post/2011/11/08/2011-11-08-00001532.md b/content/post/2011/11/08/2011-11-08-00001532.md index 638a875..321eb29 100644 --- a/content/post/2011/11/08/2011-11-08-00001532.md +++ b/content/post/2011/11/08/2011-11-08-00001532.md @@ -1,15 +1,13 @@ --- title: 大阪淀川市民マラソンの結果発表! -author: kazu634 -date: 2011-11-08 -has_been_twittered: - - yes -tmac_last_id: - - 303816687336181760 +date: 2011-11-08T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Misc tags: - - 大阪 + - osaka + - running --- 大阪淀川市民マラソン、走って来ました!生憎の曇ときどき雨という天気でしたが、なんとか完走できました! @@ -18,13 +16,13 @@ tags: 会場の様子

    -フルマラソンは昨年の淀川市民マラソン以来の二回目の挑戦です。昨年は手探り状態でエイヤで参加したのですが、今年は昨年の反省を踏まえて十分に準備を重ねてきました! There was a problem connecting to Twitter. +フルマラソンは昨年の淀川市民マラソン以来の二回目の挑戦です。昨年は手探り状態でエイヤで参加したのですが、今年は昨年の反省を踏まえて十分に準備を重ねてきました! There was a problem connecting to Twitter.

    IMG_1775

    -途中で雨に降られたりもしましたが、元気に走りきりました。 There was a problem connecting to Twitter. +途中で雨に降られたりもしましたが、元気に走りきりました。 There was a problem connecting to Twitter. 昨年と比較して、30分ほど記録更新です! diff --git a/content/post/2011/12/30/2011-12-30-00001538.md b/content/post/2011/12/30/2011-12-30-00001538.md index d2da958..6653997 100644 --- a/content/post/2011/12/30/2011-12-30-00001538.md +++ b/content/post/2011/12/30/2011-12-30-00001538.md @@ -1,23 +1,20 @@ --- title: 3.11後はじめてひょうたんに行きました -author: kazu634 -date: 2011-12-30 -has_been_twittered: - - yes -tmac_last_id: - - 303816680189067265 +date: 2011-12-30T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 塩釜 + - shiogama --- 塩釜には「ひょうたん」というホルモン屋さんがあります。津波の押し寄せてきた地域ではありますが、それでも営業を継続していました。久方ぶりにそのひょうたんに行って来ました。 - + - + 「ひょうたん」では炭焼きでホルモンを焼きますよ:

    diff --git a/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md b/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md index a5622fa..0a60be7 100644 --- a/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md +++ b/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md @@ -1,13 +1,15 @@ --- title: 時と共に変わっていくもの – 2011/12 -author: kazu634 -date: 2012-01-01 -has_been_twittered: - - yes -tmac_last_id: - - 303816680189067265 +date: 2012-01-01T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - sendai + - tagajo + - shichigahama + - sendai --- 年末年始に帰省して、変化に気がついたことを書いていきます: diff --git a/content/post/2012/02/23/2012-02-23-00001544.md b/content/post/2012/02/23/2012-02-23-00001544.md index 00d038b..435958e 100644 --- a/content/post/2012/02/23/2012-02-23-00001544.md +++ b/content/post/2012/02/23/2012-02-23-00001544.md @@ -1,16 +1,12 @@ --- title: 無印良品の「壁に付けられる家具」を試してみた -author: kazu634 -date: 2012-02-23 -has_been_twittered: - - yes -tmac_last_id: - - 303816672580603904 +date: 2012-02-23T15:04:05Z +author: + - kazu634 categories: - - お気に入り - - つれづれ + - Misc tags: - - 千駄木 + - sendagi --- 無印良品の壁に付けられる家具を試してみました。これ、お手軽に取り付けられるし、壁に穴が開くといっても画鋲の穴程度だから、それほど気にならないしで、とても気に入りました。 diff --git a/content/post/2012/03/04/2012-03-04-00001546.md b/content/post/2012/03/04/2012-03-04-00001546.md index bc80825..7977321 100644 --- a/content/post/2012/03/04/2012-03-04-00001546.md +++ b/content/post/2012/03/04/2012-03-04-00001546.md @@ -1,18 +1,16 @@ --- title: 都内をサイクリング -author: kazu634 -date: 2012-03-04 -has_been_twittered: - - yes -tmac_last_id: - - 303816667153186819 +date: 2012-03-04T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc tags: - - 四谷 - - 大手町 - - 御茶ノ水 - - 白金台 + - cycling + - yotsuya + - otemachi + - ochinomizu + - shiroganedai --- 最近購入した自転車・GIOS Ampioで都内をサイクリングしてきました。都内の地理が殆どわかっていなかったのですが、雰囲気だけで何とか回って来ましたよ! diff --git a/content/post/2012/04/05/2012-04-06-00001550.md b/content/post/2012/04/05/2012-04-06-00001550.md index 6a338be..098187b 100644 --- a/content/post/2012/04/05/2012-04-06-00001550.md +++ b/content/post/2012/04/05/2012-04-06-00001550.md @@ -1,15 +1,12 @@ --- title: Taverna Giro @ 本塩釜 -author: kazu634 -date: 2012-04-05 -has_been_twittered: - - yes -tmac_last_id: - - 303816662413635584 +date: 2012-04-05T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 塩釜 + - shiogama --- 先日実家に帰省した際に後輩と本塩釜にあるTaverna Giroに行って参りました。本塩釜駅の目の前の建物の二階に入っていくと、センスのいい空間が広がっていて素敵でした。 diff --git a/content/post/2012/04/10/2012-04-10-00001551.md b/content/post/2012/04/10/2012-04-10-00001551.md index 465ebb3..637d08e 100644 --- a/content/post/2012/04/10/2012-04-10-00001551.md +++ b/content/post/2012/04/10/2012-04-10-00001551.md @@ -1,15 +1,12 @@ --- title: ANTWERP PORT – 赤坂 -author: kazu634 -date: 2012-04-10 -has_been_twittered: - - yes -tmac_last_id: - - 303816660165480448 +date: 2012-04-10T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 赤坂 +- akasaka --- 友達のお誕生日を祝うためエイプリールフールに赤坂に行って参りました。0次会はベルギービールのお店・Antwerp Portへ。ベルギービールを引っ掛けてから、お店に向かう作戦です。 diff --git a/content/post/2012/04/21/2012-04-21-00001553.md b/content/post/2012/04/21/2012-04-21-00001553.md index 2d5e118..a052cde 100644 --- a/content/post/2012/04/21/2012-04-21-00001553.md +++ b/content/post/2012/04/21/2012-04-21-00001553.md @@ -1,15 +1,12 @@ --- title: 田舎居酒屋 まごの邸 -author: kazu634 -date: 2012-04-21 -has_been_twittered: - - yes -tmac_last_id: - - 303816660165480448 +date: 2012-04-21T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 赤坂 + - akasaka --- 友達のお誕生日会に赤坂に行って来ましたシリーズです。1次会は田舎居酒屋 まごの邸に行きました。土日の赤坂はやっぱり人も少なく、ゆったりと過ごすことが出来ました。 There was a problem connecting to Twitter. diff --git a/content/post/2012/07/06/2012-07-06-00001562.md b/content/post/2012/07/06/2012-07-06-00001562.md index 085f5eb..fb44e5e 100644 --- a/content/post/2012/07/06/2012-07-06-00001562.md +++ b/content/post/2012/07/06/2012-07-06-00001562.md @@ -1,17 +1,15 @@ --- title: お台場周辺をマラニック -author: kazu634 -date: 2012-07-06 -has_been_twittered: - - yes -tmac_last_id: - - 303816647477698560 +date: 2012-07-06T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Misc tags: - - お台場 - - 築地 - - 豊洲 + - running + - odaiba + - tsukiji + - toyosu --- 先週の土曜日にお台場周辺をマラニックしてきました。 There was a problem connecting to Twitter. diff --git a/content/post/2012/09/16/2012-09-16-00001567.md b/content/post/2012/09/16/2012-09-16-00001567.md index 52624e8..ca7914a 100644 --- a/content/post/2012/09/16/2012-09-16-00001567.md +++ b/content/post/2012/09/16/2012-09-16-00001567.md @@ -1,15 +1,13 @@ --- title: 磐梯高原猪苗代湖マラソン、走って来ました -author: kazu634 -date: 2012-09-16 -has_been_twittered: - - yes -tmac_last_id: - - 303816645716086784 +date: 2012-09-16T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Misc tags: - - 猪苗代 + - running + - inawashiro --- 磐梯高原猪苗代湖マラソンを完走してきました。65kmです。7時間ちょっとでした。5:00スタートだったので、12:00にゴール。 diff --git a/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md b/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md index 5767b05..65118f6 100644 --- a/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md +++ b/content/post/2012/11/24/2012-11-24-bicycle-trip-to-kita-senju.md @@ -1,20 +1,17 @@ --- title: 北千住へサイクリング -author: kazu634 -date: 2012-11-24 -has_been_twittered: - - yes -tmac_last_id: - - 303816639021977600 +date: 2012-11-24T15:04:05Z +author: + - kazu634 categories: - - サイクリング - - スポーツ + - Misc tags: - - 三ノ輪 - - 上野 - - 入谷 - - 北千住 - - 南千住 + - cycling + - minowa + - ueno + - iriya + - kitasenju + - minamisenju --- ポカポカ陽気に誘われて本日はサイクリングへ。北千住まで行って来ました! There was a problem connecting to Twitter. diff --git a/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md b/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md index 5c8a426..1e0c0ad 100644 --- a/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md +++ b/content/post/2012/12/06/2012-12-06-2012_tokyo_sweets_marathon.md @@ -1,16 +1,13 @@ --- title: 2012東京スイーツマラソンに参加しました -author: kazu634 -date: 2012-12-06 -has_been_twittered: - - yes -tmac_last_id: - - 303816634311770113 +date: 2012-12-06T15:04:05Z +author: + - kazu634 categories: - - スポーツ - - ランニング + - Misc tags: - - あきる野 + - running + - akiruno --- 会社の人たちと東京スイーツマラソンに参加しました。スイーツ業界と協力し、走っている途中に配る補給食にスイーツを用意して、ランナー✖スイーツという層を取り込もうというイベントのようです。 diff --git a/content/post/2012/12/22/2012-12-22-00001574.md b/content/post/2012/12/22/2012-12-22-00001574.md index c90f157..23f4dd7 100644 --- a/content/post/2012/12/22/2012-12-22-00001574.md +++ b/content/post/2012/12/22/2012-12-22-00001574.md @@ -1,15 +1,12 @@ --- title: 絵馬堂 @ 谷中 -author: kazu634 -date: 2012-12-22 -has_been_twittered: - - yes -tmac_last_id: - - 303816632525017088 +date: 2012-12-22T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 谷中 + - yanaka --- 絵馬に囲まれてお食事ができるお店・絵馬堂に行ってまいりました。 diff --git a/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md b/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md index da932a2..e9256cb 100644 --- a/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md +++ b/content/post/2012/12/30/2012-12-30-nishi-arai-daishi.md @@ -1,15 +1,12 @@ --- title: 西新井大師を訪ねて -author: kazu634 -date: 2012-12-30 -has_been_twittered: - - yes -tmac_last_id: - - 303816628007743489 +date: 2012-12-30T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 大師前 + - taishimae --- 用事があって西新井大師までお出かけしてきました、「大師」とつく地名は「川崎大師」しか知らなかったので、東京にも大師があると驚いたのはここだけの話。。。 diff --git a/content/post/2013/01/31/2013-01-31-00001578.md b/content/post/2013/01/31/2013-01-31-00001578.md index 76d52e6..e737c63 100644 --- a/content/post/2013/01/31/2013-01-31-00001578.md +++ b/content/post/2013/01/31/2013-01-31-00001578.md @@ -1,17 +1,13 @@ --- title: 久しぶりに海外旅行をして驚いたこと -author: kazu634 -date: 2013-01-31 -has_been_twittered: - - yes -tmac_last_id: - - 309237698785320960 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-01-31T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Misc + - Travel tags: - - Chiang Mai + - chiang mai --- 友人の結婚式に参加するため、タイに来ています。2年ぶりぐらいの海外旅行です。久しぶりに海外旅行をして、驚いたことを書きつづります。 diff --git a/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md b/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md index b0326cb..57c67ab 100644 --- a/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md +++ b/content/post/2013/04/19/2013-04-19-yokohama-fish-market-and-sea-paradise.md @@ -1,16 +1,13 @@ --- title: 横浜卸売市場〜シーパラダイスに行って参りました -author: kazu634 -date: 2013-04-19 -has_been_twittered: - - yes -tmac_last_id: - - 368276259257589761 +date: 2013-04-19T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 八景島 - - 横浜 + - hakkeijima + - yokohama --- 4月の頭に横浜卸売市場とシーパラダイスに行って参りました。楽しかったです! diff --git a/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md b/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md index ad13ca9..4dbc3fc 100644 --- a/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md +++ b/content/post/2013/05/26/2013-05-26-2013_sendai_half_marathon.md @@ -1,16 +1,12 @@ --- title: 第23回仙台国際ハーフマラソンを走って来ました -author: kazu634 -date: 2013-05-26 -has_been_twittered: - - yes -tmac_last_id: - - 9223372036854775807 +date: 2013-05-26T15:04:05Z +author: + - kazu634 categories: - - スポーツ - - ランニング + - Misc tags: - - 仙台 + - sendai --- 仙台ハーフマラソンの完走証が郵送されてきました!今年は久しぶりに 90 min を切れたので嬉しいです! diff --git a/content/post/2013/06/23/2013-06-23-00001580.md b/content/post/2013/06/23/2013-06-23-00001580.md index c7a4554..3a526e1 100644 --- a/content/post/2013/06/23/2013-06-23-00001580.md +++ b/content/post/2013/06/23/2013-06-23-00001580.md @@ -1,19 +1,12 @@ --- title: ディスプレイアームを使って机の上を小奇麗にしてみた -author: kazu634 -date: 2013-06-23 -geo_latitude: - - 38.306186 -geo_longitude: - - 141.022639 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1840;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1840;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-06-23T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc +tags: + - gadget --- @@ -22,27 +15,27 @@ categories:

    机の上が散らかっている状態に危機感を抱いたため、ディスプレイアームを導入してみました。Before と After はこんな感じです:

    - +

    Before

    - +

    Untitled

    - +

    After

    - +

    Untitled

    - +

    まとめ

    - +

    ディスプレイアーム、便利。素敵です。

    diff --git a/content/post/2013/07/20/2013-07-20-opensky-3-0.md b/content/post/2013/07/20/2013-07-20-opensky-3-0.md index aa91860..7581b79 100644 --- a/content/post/2013/07/20/2013-07-20-opensky-3-0.md +++ b/content/post/2013/07/20/2013-07-20-opensky-3-0.md @@ -1,17 +1,12 @@ --- title: OpenSky 3.0 ―欲しかった飛行機、作ってみた― -author: kazu634 -date: 2013-07-20 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1575;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1575;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 9223372036854775807 +date: 2013-07-20T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 秋葉原 + - akihabara --- 八谷和彦 個展「OpenSky 3.0 ―欲しかった飛行機、作ってみた―」:3331 Arts Chiyoda diff --git a/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md b/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md index 8916f44..2a4d884 100644 --- a/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md +++ b/content/post/2013/08/12/2013-08-12-simフリーの-ipad-mini-ocn-モバイル-エントリー-d-lte-980.md @@ -1,52 +1,46 @@ --- title: SIMフリーの iPad Mini + OCN モバイル エントリー D LTE 980 -author: kazu634 -date: 2013-08-12 -geo_latitude: - - 38.306239 -geo_longitude: - - 141.022689 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1815;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1815;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-08-12T15:04:05Z +author: + - kazu634 categories: - - iPhone + - Misc +tags: + - gadget + - ipad ---

    今回の帰省に向けて SIM フリーの iPad Mini + OCN SIM を購入しました。これで iPad Mini + Bluetooth のキーボードでどこでもごにょごにょできます。

    - +

    SIMフリーってなに?おいしいの?

    - +

    SIMフリーについてはこんな解説があります:

    - +

    SIMカードの種類を選ばずに使える携帯電話、またそのシステムのこと。SIMカード(Subscriber Identity Module Card)とは、電話番号などの識別情報が記録されたICカードのことで、このカードを差し込むことで携帯電話が使用可能になる。電話機の中には、特定のSIMカードだけで利用できる機能が組み込まれており、これをSIMロックと呼ぶ。

    - +

    日本の携帯電話は、販売店が新規顧客を獲得するたびに、キャリアが一定の奨励金を支払うシステムが一般的だった。この販売奨励金制度というシステムが、携帯電話の原価割れ販売などを可能にした。長期の契約を確保することによってその差額を埋めることになるのだが、キャリアが奨励金を回収するまで、他キャリアへ乗り換えたり機種変更ができない仕組みを維持することが必要となる。このために携帯電話にSIMロックがかけられるのが当たり前だった。しかし、SIMロックされた携帯端末には使用者の利便性を損なう様々な要素がある。普段使っている携帯電話を海外に持ち出したときに海外キャリアのSIMを差しても利用できないなどの不都合はその代表的な例である。販売奨励金制度も2008年を堺に廃止され始めたため、SIMフリー化への要求が高まっている。

    - +

    要するに「通信を担当するキャリアを消費者が自分自身で選択できる」ようになっている端末ということです。

    - +

    最近は Docomo, AU, Softbank 以外にも様々な会社がデータ通信事業に乗り出してきています。たとえば、

    - +
    • 通話はしない @@ -55,61 +49,61 @@ categories: データ通信も Twitter, Facebook, メールぐらいにしか使用しない
    - +

    といった場合には、900円/月程度の料金でサービスを受けることができます。これ、大きなポイントですよね。

    - +

    また、海外に旅行した場合でも、SIMを交換するだけで手持ちの端末で現地のネットワーク網を利用できるようになります。結構これってお手軽だと思っています。

    - +

    OCN モバイル エントリー d LTE 980

    - +

    私はこのプランで契約しました。高速な通信は 30 MB / 日 までで、それ以上は低速になります。この条件で構わなければ 980 円 / 月です。

    - +

    OCN モバイル

    - +

    NTTドコモの「Xi」(クロッシィ)エリアおよびFOMAエリアに対応したモバイルデータ通信サービスです。

    - +

    受信時最大112.5Mbpsの高速LTE通信が可能。1日当たりの高速データ通信量の上限は30MBです。

    - +

    iPad Miniを何に使うの?

    - +

    SSH Clientとしての利用および、Twitter, Facebookなどの閲覧に使用しようと思っています。980円ぐらいだと使わなくてもあまり気にならない金額ですし。

    - +

    Camera Roll-1

    - +

    常時通信できる状態だと、やっぱり iPad Mini は便利ですね。

    - +

    リンク

    - +

    並行輸入品 iPad mini 16GB Wi-Fi + Cellularモデル ブラック&スレート

    - +

    NTTコミュニケーションズ OCN モバイル エントリー d LTE 980 ナノSIM T0003815

    diff --git a/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md b/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md index 06e42d8..592d821 100644 --- a/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md +++ b/content/post/2013/12/14/2013-12-14-2013_dinasour_exhibition_at_national_museum_of_nature_and_science.md @@ -1,17 +1,12 @@ --- title: 国立科学博物館で行われている大恐竜展を観に行った! -author: kazu634 -date: 2013-12-14 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1655;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:111:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1655;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:130:"ブログに新しい記事を投稿したよ: 国立科学博物館で行われている大恐竜展 - http://tinyurl.com/mepqjy9";}' -tmac_last_id: - - 480344699962949632 +date: 2013-12-14T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 上野 + - ueno --- 大恐竜展 ゴビ砂漠の驚異|国立科学博物館 東京上野公園 diff --git a/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md b/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md index 79cf451..6abd954 100644 --- a/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md +++ b/content/post/2013/12/22/2013-12-22-fibre_flare_light_lpt04602.md @@ -1,16 +1,12 @@ --- title: 夜のサイクリング用にファイバーフレアライトを買った -author: kazu634 -date: 2013-12-22 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1662;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";s:120:"ブログに新しい記事を投稿したよ: 夜のサイクリング用にファイバーフレアライト - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1661;i:1;i:1662;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 483168249152946176 +date: 2013-12-22T15:04:05Z +author: + - kazu634 categories: - - サイクリング - - スポーツ + - Misc +tags: + - cycling --- 通勤に自転車を使うようになって困ったのが、夜が遅くなると、自分のことが周囲の自動車に認識してもらいづらいことでした。もちろん法律上必要なフロントライトだけでなくて、リアライトもつけています。でも安心できない。 @@ -38,29 +34,29 @@ categories:
    ファイバーフレア ショート サイド用ライト イエロー(LPT04602)
    - + - +
    diff --git a/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md b/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md index 1595a2c..05514f7 100644 --- a/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md +++ b/content/post/2014/01/01/2014-01-01-ohkiya_at_ichigaya_airs_rock_beef.md @@ -1,17 +1,12 @@ --- title: 大木屋のエアーズロック食べてきた! -author: kazu634 -date: 2014-01-01 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1672;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.0.3";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1672;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 486143173614260224 +date: 2014-01-01T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 市ヶ谷 + - ichigaya --- 年末に同僚に誘われて大木屋・市ヶ谷店に行ってきました。このお店はエアーズロックっていう大きなステーキで有名らしいです。でも、もんじゃ屋さんなんだとか。一応もんじゃも出てきたけれど、やっぱりエアーズロックのインパクトが強すぎました。 diff --git a/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md b/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md index 9dc207e..d68a2cb 100644 --- a/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md +++ b/content/post/2014/03/02/2014-03-02-o-kiya_nippori_airs_rock_again.md @@ -1,17 +1,12 @@ --- title: 大木屋・本店に行ってまたエアーズロック食べてきた -author: kazu634 -date: 2014-03-02 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1695;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:5:"3.5.1";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1695;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 500276779257307137 +date: 2014-03-02T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 日暮里 + - nippori --- 前回市ヶ谷店に行ってエアーズロックを食べてきたわけですが、今回は日暮里にある本店に行ってまいりました。 diff --git a/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md b/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md index 17af900..4e28957 100644 --- a/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md +++ b/content/post/2014/03/23/2014-03-23-b-side-label-sticker.md @@ -1,23 +1,12 @@ --- title: B-SIDE LABELのステッカー -author: kazu634 -date: 2014-03-23 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1706;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1706;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -geo_latitude: - - 35.721292 -geo_longitude: - - 139.762562 -geo_public: - - 1 -tmac_last_id: - - 500985662321860612 +date: 2014-03-23T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 京都 + - kyoto --- 京都をぶらぶらしていて、B-Side Labelの店舗を発見しました。マリオがギター担いでいるんです。気になりますよね。 diff --git a/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md b/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md index 76bce50..422c0ea 100644 --- a/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md +++ b/content/post/2014/07/07/2014-06-07-m-piu_trouser_clip.md @@ -1,17 +1,12 @@ --- title: m+のtrouser’s clip買いました -author: kazu634 -date: 2014-06-07 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1719;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1719;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 513518240224776193 +date: 2014-06-07T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc tags: - - 蔵前 + - kuramae --- m+Tokyo Bikeがコラボして作成した Trouser’s Clip を購入しました。これです: diff --git a/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md b/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md index bb8c5e7..c34d01a 100644 --- a/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md +++ b/content/post/2014/07/07/2014-07-07-visiting_captain_tsubasa_exhibition.md @@ -1,17 +1,12 @@ --- title: キャプテン翼展に行ってきました -author: kazu634 -date: 2014-07-07 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1734;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1734;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 518410477681250304 +date: 2014-07-07T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 上野 + - ueno --- 有名なサッカー選手が影響を受けたと答えるマンガ・『キャプテン翼』。最近だとテニスの王子様が似たような系統なのかもしれませんが、熱量でいえばキャプテン翼が勝っている気がします。私はキャプテン翼リアルタイム世代とはずれていますが、再放送で観ていた世代なのかな。 diff --git a/content/post/2014/08/15/2014-08-15-00001592.md b/content/post/2014/08/15/2014-08-15-00001592.md index f3dabc4..dd8f3cc 100644 --- a/content/post/2014/08/15/2014-08-15-00001592.md +++ b/content/post/2014/08/15/2014-08-15-00001592.md @@ -1,17 +1,12 @@ --- title: 恐竜展と砂の彫刻展 @ 横浜 に行ってきた -author: kazu634 -date: 2014-08-15 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1751;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1751;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 520554820173070336 +date: 2014-08-15T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 桜木町 + - sakuragicho --- 恐竜展が横浜で開催されていると知り、友達と行ってきました。 diff --git a/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md b/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md index 2408fdc..b59fbc7 100644 --- a/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md +++ b/content/post/2014/08/17/2014-08-17-riding-bicycle-through-shimanami-kaido.md @@ -1,18 +1,14 @@ --- title: しまなみ海道を自転車で駆け抜けてきた -author: kazu634 -date: 2014-08-17 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1762;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.6";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1762;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 521294484202479616 +date: 2014-08-17T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc tags: - - 今治 - - 尾道 + - cycling + - imabari + - onomichi --- しまなみ海道は本州の尾道〜四国の今治間をつなぐ道です。とうぜん途中には瀬戸内海があるので、島々をつなぐ橋を渡りながらの道になります。 diff --git a/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md b/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md index c7cc8e4..2dfa6c7 100644 --- a/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md +++ b/content/post/2014/10/12/2014-10-12-enjoyed_sushi_at_sushi_tetsu.md @@ -1,17 +1,12 @@ --- title: すし哲@塩釜のお寿司を食べてきた -author: kazu634 -date: 2014-10-12 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1867;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1867;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 528919750714605568 +date: 2014-10-12T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 塩釜 + - shiogama --- 祖父母のn,m回忌ということで実家に帰省していました。法事の後は塩釜にある人気のお寿司屋さん、[すし哲][1]でお寿司を食べてきました。これが非常においしかったです。 diff --git a/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md b/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md index 228d1d1..935e91c 100644 --- a/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md +++ b/content/post/2014/11/09/2014-11-09-first-time-playing-ingress-at-matsudo.md @@ -1,15 +1,12 @@ --- title: 松戸でIngressを始めてみました -author: kazu634 -date: 2014-11-09 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5517;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5517;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 545198467597889537 +date: 2014-11-09T15:04:05Z +author: + - kazu634 categories: - - Ingress + - Misc +tags: + - matsudo --- 友だちに誘われて、最近話題のIngressをはじめてみました。今日の成果はこんな感じで、LV3になりました: diff --git a/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md b/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md index 032dc16..49bfe31 100644 --- a/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md +++ b/content/post/2015/02/11/2015-02-11-visiting-blue-bottle-coffee-kiyosumi-shirakawa.md @@ -1,17 +1,13 @@ --- title: Blue Bottle Coffeeに行ってきました -author: kazu634 -date: 2015-02-11 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6667;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:99:"ブログに新しい記事を投稿したよ: Blue Bottle Coffeeに行ってきました - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6667;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 602097807378481153 +date: 2015-02-11T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - 清澄白河 + - kiyosumishirakawa + - coffee --- Blue Bottle - San Francisco - 2014 @@ -43,19 +39,19 @@ tags:
    - + - + diff --git a/content/post/2015/03/23/2015-03-23-jaws-days-2015.md b/content/post/2015/03/23/2015-03-23-jaws-days-2015.md index 368339a..96701a7 100644 --- a/content/post/2015/03/23/2015-03-23-jaws-days-2015.md +++ b/content/post/2015/03/23/2015-03-23-jaws-days-2015.md @@ -1,11 +1,13 @@ --- title: JAWS DAYS 2015 -author: kazu634 -date: 2015-03-23 +date: 2015-03-23T15:04:05Z +author: + - kazu634 categories: - - AWS + - Infra + - Misc tags: - - 新宿 + - shinjuku --- JAWS DAYS 2015 クラウドへダイブ 〜 Dive Deep into the Cloud! diff --git a/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md b/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md index 0718fb8..f612025 100644 --- a/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md +++ b/content/post/2015/04/04/2015-04-04-check-list-for-working-abroad.md @@ -1,23 +1,12 @@ --- title: 海外赴任する前に事前に確認しておくと慌てずに済むことリスト -author: kazu634 -date: 2015-04-03 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6702;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6702;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -geo_latitude: - - 1.295184605245 -geo_longitude: - - 103.85267163599 -geo_public: - - 1 -tmac_last_id: - - 650679918020325376 +date: 2015-04-03T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - Singapore + - singapore --- Credit Cards diff --git a/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md b/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md index 9cb2c5d..8970969 100644 --- a/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md +++ b/content/post/2015/04/18/2015-04-18-how_to_plug_electric_devices.md @@ -1,14 +1,13 @@ --- title: シンガポールのコンセントの使い方 -author: kazu634 -date: 2015-04-18 -tmac_last_id: - - 665445575299637249 +date: 2015-04-18T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - dakota - - Singapore + - singapore --- Humble Plug diff --git a/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md b/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md index 2d5289a..e22d8de 100644 --- a/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md +++ b/content/post/2015/05/01/2015-05-01-selfish-gene-tanjong-pagar.md @@ -1,14 +1,14 @@ --- title: Selfish Gene @ Tanjong Pagar -author: kazu634 -date: 2015-05-01 -tmac_last_id: - - 665467424393797632 +date: 2015-05-01T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Misc tags: - - Singapore - - Tanjong Pagar + - singapore + - tanjong pagar + - coffee --- シンガポールにいる間に、シンガポールのカフェを色々と回ってこようと思います。シンガポールはどちらかと言うと、スタバに影響を受けた、個人経営のお店が多い雰囲気です。サードウェーブ的なお店は自分の観測範囲ではほとんど見かけないです。。。個人経営のお店は、カプチーノやカフェラテがおいてあって、本当にコーヒーで勝負するお店は無いですね。 diff --git a/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md b/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md index 7cdfd48..096c733 100644 --- a/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md +++ b/content/post/2015/05/23/2015-05-23-bicycle-shop-at-singapore-001.md @@ -1,15 +1,15 @@ --- title: シンガポールの自転車屋さん – (1) -author: kazu634 -date: 2015-05-23 -tmac_last_id: - - 665467423840145408 +date: 2015-05-23T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Misc tags: - - Bugis - - Chinatown - - Singapore + - bugis + - chinatown + - singapore + - cycling --- Yet another bicycle diff --git a/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md b/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md index 01c44b1..46dc8c8 100644 --- a/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md +++ b/content/post/2016/01/08/2016-01-08-AWS-UG-Singapore-Meetup-Report.md @@ -1,7 +1,8 @@ +++ -Categories = [ "AWS" ] -Description = "6th Jan 2016に行われたAWS User Group Singaporeのレポートです。ただし英語。。。" -Tags = [ "Singapore" ] +categories = [ "Misc", "Infra" ] +author = "kazu634" +description = "6th Jan 2016に行われたAWS User Group Singaporeのレポートです。ただし英語。。。" +tags = [ "singapore", "aws" ] date = "2016-01-08T22:23:32+08:00" title = "AWS UG Singapore Meetup Report (6th Jan 2016)" diff --git a/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md b/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md index 4b667bf..f477996 100644 --- a/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md +++ b/content/post/2016/02/28/2016-02-28-taking-ielts-exam-in-singapore.md @@ -1,10 +1,11 @@ +++ -Categories = ["つれづれ"] -Description = "シンガポールでIELTSの試験を受けました。IELTSがそうなのか、シンガポールの試験を受ける仕組みがそうなのか、まだ区別できていませんが、日本と違うなと思ったことを記録しておきます" -Tags = ["Singapore"] +categories = ["Misc"] +author = "kazu634" +description = "シンガポールでIELTSの試験を受けました。IELTSがそうなのか、シンガポールの試験を受ける仕組みがそうなのか、まだ区別できていませんが、日本と違うなと思ったことを記録しておきます" +tags = ["singapore"] date = "2016-02-28T23:03:10+08:00" title = "シンガポールで資格試験を受けてきて日本と違うなと思った3つのこと" -images = ["images/14345331717_5cf5cde59d_z.jpg"] + +++ 英会話の先生に勧められて、[IELTS](https://ja.wikipedia.org/wiki/IELTS)の試験を受けてきました。[IELTS](https://ja.wikipedia.org/wiki/IELTS)というのは、 diff --git a/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md b/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md index bfbb22d..81a8662 100644 --- a/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md +++ b/content/post/2016/11/27/2016-11-27-fullsail-coffee-beans-from-kesennuma.md @@ -1,10 +1,11 @@ +++ -Description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" -Tags = ["kesennuma"] -Categories = ["coffee"] +description = "気仙沼発のカフェ・フユセイルコーヒーをコーヒー豆から挽いて飲んでいます" +tags = ["kesennuma", "coffee"] +categories = ["Misc"] +author = "kazu634" date = "2016-12-08T00:37:24+08:00" title = "コーヒーのある生活: フルセイルコーヒーのリアス" -images = ["https://c5.staticflickr.com/6/5528/30489092404_9ee12f6786.jpg"] + +++ シンガポールでは Kopi と呼ばれる地元のコーヒーが一般的で、大体160円くらいで飲めます。ただ、日本で言うところの「ドリップ」をしているわけでなく、独特な方法で作られています。 Kopi 以外では、スタバに代表されるカフェラテが主流。こちらは400円以上になっちゃうのかなぁ。 diff --git a/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md b/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md index 97cf608..eb7ab00 100644 --- a/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md +++ b/content/post/2017/07/01/2017-07-01-how-to-communicate-with-my-parents.md @@ -1,11 +1,12 @@ +++ -Description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" -Tags = ["Line"] -Categories = ["メモ"] +description = "日本に一時帰国中に両親とコミュニケーションをとるためにやることリストを検討しました" +tags = ["line"] +categories = ["Misc"] +author = "kazu634" date = "2017-07-01T20:45:07+08:00" title = "両親とのコミュニケーション手段を確保するよ" draft = false -images = ["https://farm3.staticflickr.com/2945/15231860837_337b8b0360_z.jpg"] + +++ いま私はシンガポールで働いているのですが、私の会社では一年に一度12日間を日本で過ごす休暇をいただくことができます。ちょうどお盆期間中に日本に一時帰国予定です。 diff --git a/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md b/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md index 9cdcaf5..55a3606 100644 --- a/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md +++ b/content/post/2017/07/29/2017-07-29-yum-cha-restaurant-chinatown.md @@ -1,11 +1,11 @@ +++ title = "飲茶酒楼で点心を食べてきた!" date = "2017-07-29T20:07:51+09:00" -Description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" -Tags = ["Singapore", "Chinatown"] -Categories = ["Chinese"] -draft = false -images = ["https://farm5.staticflickr.com/4304/35433458813_20b70790b9.jpg"] +description = "有名?な点心屋さんに行って、点心を食べてきました。シンガポールのチャイナタウンにありますよ。" +tags = ["singapore", "chinatown"] +categories = ["Misc"] +author = "kazu634" + +++ diff --git a/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md b/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md index 7fbbc7a..31b6c94 100644 --- a/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md +++ b/content/post/2017/08/20/2017-08-20-alibaba-cloud-service.md @@ -1,11 +1,11 @@ +++ title = "Alibaba Cloudサービスについて" date = 2017-08-20T22:24:03+08:00 -Description = "Alibabaのクラウドサービスについて考えたことでございます。" -Tags = [] -Categories = ["Cloud", "China"] -draft = false -images = ["images/25718827003_b8dfdc8fac.jpg"] +description = "Alibabaのクラウドサービスについて考えたことでございます。" +tags = ["alibaba"] +categories = ["Misc"] +author = "kazu634" + +++ アリババのクラウドサービスがVPN接続をサポートしたようです。今まではインターネット側からしかアクセスできなかったのかな。これでセキュアにオンプレのデータセンターからアクセスできるようになったみたいです。 diff --git a/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md b/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md index 89252bc..ccc47f5 100644 --- a/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md +++ b/content/post/2017/08/27/2017-08-27-fullsail-lighthouseblend.md @@ -1,11 +1,11 @@ +++ title = "フルセイルコーヒーの Light House Blend と HARIO のケトル" date = 2017-08-27T21:00:35+08:00 -Description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" -Tags = [] -Categories = ["コーヒー"] -draft = false -images = ["images/IMG_0072.JPG"] +description = "フルセイルコーヒーのLight House Blendを飲み始めました。力強い光で陸地の存在を知らせる<灯台>は海と岬の守り番。眠らない灯台守のための深煎りブレンド。あと、HARIOのケトルも買いました。" +tags = ["coffee"] +categories = ["Misc"] +author = "kazu634" + +++ ![](https://lh3.googleusercontent.com/-iLQthM5QqhM/WaEA5E_j0rI/AAAAAAAAZ3M/BvxWeh-0_3c5cDIprh2XWUga7PLC4rMTQCHMYCw/I/IMG_0072.JPG) diff --git a/content/post/2017/12/02/2017-12-02-buncha-hanoi.md b/content/post/2017/12/02/2017-12-02-buncha-hanoi.md index 0377427..56a752e 100644 --- a/content/post/2017/12/02/2017-12-02-buncha-hanoi.md +++ b/content/post/2017/12/02/2017-12-02-buncha-hanoi.md @@ -1,11 +1,11 @@ +++ title = "Hanoi名物のBun Chaを食べてきた" date = 2017-12-02T00:29:49+08:00 -Description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" -Tags = ["Hanoi"] -Categories = ["旅行"] -draft = false -images = ["images/38744582481_7916e4511f.jpg"] +description = "Hanoi名物のBun Chaを食べました。オバマ元アメリカ大統領も食べたことがあるんだって。" +tags = ["Hanoi"] +categories = ["Travel", "Misc"] +author = "kazu634" + +++ ハノイに来て、名物の[Bun cha](https://en.wikipedia.org/wiki/Bun_cha)を食べて来ました。[Bun cha](https://en.wikipedia.org/wiki/Bun_cha)というのは、 diff --git a/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md b/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md index ebb17cd..bde4552 100644 --- a/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md +++ b/content/post/2018/01/28/2018-01-28-cau-go-restaurant-hanoi.md @@ -1,11 +1,12 @@ +++ title = "Cau Go Restaurant Hanoi: ハノイにあるベトナム料理のレストラン" date = 2018-01-28T14:11:23+08:00 -Description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" -Tags = ["Hanoi"] -Categories = ["旅行"] +description = "ハノイ出張に行き、お勧めされた Cau Go Restaurant に行ってきました。ロケーション・景色・料理、すべてが良かったです。" +tags = ["hanoi"] +categories = ["Misc", "Travel"] +author = "kazu634" draft = false -images = ["images/26002890188_b3fac7b085_z.jpg"] + +++ ハノイに出張に行き、お勧めされたCau Go Restraurantに行ってきました。場所は旧市街地の湖畔にあるお店で、ロケーション・景色・料理すべてが良かったです!ガイドブックなどにも掲載されている有名店のようですが、行く価値アリです。 diff --git a/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md b/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md index 33955f0..c6fb7da 100644 --- a/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md +++ b/content/post/2018/04/01/2018-04-01-sim-free-wifirouter.md @@ -1,11 +1,11 @@ +++ title = "SIMフリーWifiルーター: AtermMR05LNを買いました" date = 2018-04-01T23:42:02+08:00 -Description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" -Tags = [] -Categories = ["Gadget"] -draft = false -images = ["images/41161511511_01c2b81bd2_z.jpg"] +description = "SIMフリーWiFIルーターのAterm MR05LNを買いました" +tags = ["adget"] +categories = ["Misc"] +author = "kazu634" + +++ シンガポールに住んでいる私ですが、結構シンガポール国外に出ることが多いです。その場合、空港などで現地のSIMを購入し、入れ替えて対応しています。 diff --git a/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md b/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md index caa4655..40f90f3 100644 --- a/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md +++ b/content/post/2018/04/28/2018-04-28-braincafe-at-bangkok.md @@ -1,10 +1,11 @@ +++ title = "Brainwakecafeを訪ねてきました" date = 2018-04-28T10:12:17+09:00 -Description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" -Tags = ["Bangkok"] -Categories = ["旅行"] -images = ["images/41114324812_ffbd19a811.jpg"] +description = "Sukhumvit Soi23の奥の方にあるカフェ。ブログを検索していて、オシャレスポットであることを知る。バンコク旅行の最終日に訪問。" +tags = ["bangkok"] +categories = ["Misc", "Travel"] +author = "kazu634" + +++ 色々と調べてみると、SukhumvitN Soi23にあるBrainwakecafeというのがオシャレスポットとわかり、訪ねてみました。軽い朝ごはんとコーヒーで一息つく。ゆったりとした時間が過ごせるのが嬉しい。オーガニック系の健康に優しい食事を取り揃えているみたい。 diff --git a/content/post/2018/05/18/2018-05-18-hanoi-weekend.md b/content/post/2018/05/18/2018-05-18-hanoi-weekend.md index 7248375..1d8dae2 100644 --- a/content/post/2018/05/18/2018-05-18-hanoi-weekend.md +++ b/content/post/2018/05/18/2018-05-18-hanoi-weekend.md @@ -1,10 +1,11 @@ +++ title = "ハノイの週末" date = 2018-05-18T21:03:59+08:00 -Description = "ハノイの週末を360度カメラで撮影してきました。" -Tags = ["Hanoi"] -Categories = ["旅行"] -images = ["images/42033629132_bc6df9c4d0_o.jpg"] +description = "ハノイの週末を360度カメラで撮影してきました。" +tags = ["hanoi"] +categories = ["Travel", "Misc"] +author = "kazu634" + +++ ハノイの週末を360度カメラで撮影してきました。 diff --git a/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md b/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md index 391cef9..71c6435 100644 --- a/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md +++ b/content/post/2018/06/25/2018-06-25-hanoi-cafe-maison-de-tet-decor.md @@ -1,10 +1,11 @@ +++ title = "Hanoiにあるカフェ: Maison de Tet Decor" date = 2018-06-25T23:36:05+08:00 -Description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" -Tags = ["Hanoi"] -Categories = ["旅行"] -images = ["images/41335917114_1c1d187c35_o.jpg"] +description = "Hanoi市街地から少し離れた宝石のようなカフェに行ってきました。" +tags = ["hanoi"] +categories = ["Travel", "Misc"] +author = "kazu634" + +++ Hanoiの週末に訪れたカフェ。とてもお洒落で雰囲気のいいお店。また訪れたい。 diff --git a/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md b/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md index 36c8a98..c0f4adb 100644 --- a/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md +++ b/content/post/2018/08/18/2018-08-18-how-to-do-duty-free-shopping-in-japan.md @@ -1,10 +1,11 @@ +++ title = "日本で免税ショッピングを楽しむよ" date = 2018-08-18T17:51:50+09:00 -Description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" -Tags = [] -Categories = ["旅行"] -images = ["images/2032727810_2e24bcb68e_z.jpg"] +description = "「免税」という言葉があることは知っていましたが、よくわかっていないので調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみました。" +tags = ["tax free"] +categories = ["Misc", "Travel"] +author = "kazu634" + +++ 「免税」という言葉があることは知っていましたが、よくわかっていなかったので、今回調べてみました。海外で働いている日本人は、日本に一時帰国中でも免税ができるそうなので、日本に帰国して実際に試してみたよ。 diff --git a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md index fe53dc9..3ff4dd4 100644 --- a/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md +++ b/content/post/2019/04/21/2019-04-21-huen-muai-jai-in-chiang-mai.md @@ -1,10 +1,11 @@ +++ title = "Huen Muai Jai: 北部タイ料理を食べられるお店" date = 2019-04-21T17:38:34+08:00 -Description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" -Tags = ["Chiang Mai"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/46934424104_07703374f9.jpg"] +description = "Chiang Maiにある北部タイ料理を食べられるレストラン、Huen Muai Jaiを訪ねました。" +tags = ["chiang mai"] +categories = ["Misc", "Travel"] +author = "kazu634" + +++ Chiang Maiにあるタイ北部の料理を出してくれる有名店。このお店は2015年末にも来ていて、友達と一緒にご飯食べたのでした。 diff --git a/content/post/2019/06/23/2019-06-23_sirocco.md b/content/post/2019/06/23/2019-06-23_sirocco.md index 20ac9ca..7dd3943 100644 --- a/content/post/2019/06/23/2019-06-23_sirocco.md +++ b/content/post/2019/06/23/2019-06-23_sirocco.md @@ -1,10 +1,11 @@ +++ title = "Sirocco: バンコクにあるルーフトップバー" date = 2019-06-23T15:05:34+08:00 -Description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" -Tags = ["Bangkok"] -Categories = [] -images = ["https://live.staticflickr.com/65535/47666022432_84617e4480_z.jpg"] +description = "ゴールデンウィークに日本から友人が訪ねてきてくれたので、ルーフトップバー Sirocco に行ってきました" +tags = ["bangkok"] +categories = ["Misc", "Travel"] +author = "kazu634" + +++ バンコクにあるルーフトップバーの最高峰?景色がいいのは当然として、お金も超一流でした。シャンパン一杯に10,000円程度もかかるなんて。。。 diff --git a/content/post/2019/08/11/2019-08-11-SakeIchiban.md b/content/post/2019/08/11/2019-08-11-SakeIchiban.md index c0bf291..4552b5c 100644 --- a/content/post/2019/08/11/2019-08-11-SakeIchiban.md +++ b/content/post/2019/08/11/2019-08-11-SakeIchiban.md @@ -1,10 +1,11 @@ +++ title = "中洲にあるコストパフォーマンスの良いお店: 酒一番" date = 2019-08-11T13:05:34+08:00 -Description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" -Tags = ["博多"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/48289457097_5e9bfeb4a5_z.jpg"] +description = "7月のタイの連休にこっそり行ってきました。隣に座った方から「実家から離れて東京に出たり、海外に出たりといったことは自分たちもしたかった。でも自分たちの若い頃はそういった時代じゃなかったんだ」と言われたのが印象深かったです。" +tags = ["hakata"] +categories = ["Misc", "Travel"] +author = "kazu634" + +++ 博多の中洲にあるお店。それほどまで高いわけではなく、コストパフォーマンスが良いお店ということで有名みたい。 diff --git a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md index 2ea1537..17de2be 100644 --- a/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md +++ b/content/post/2019/09/08/2019-09-08_start-using-line-mobile.md @@ -1,9 +1,11 @@ +++ title = "Line Mobile Thailand生活始めました" date = 2019-09-08T13:05:34+08:00 -Description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" -Categories = ["gadget"] -images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"] +description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え申し込みました" +categories = ["Misc"] +author = "kazu634" + +tags = ["gadget"] +++ タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え、Line Mobileを申し込んでみました。 diff --git a/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md b/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md index 6bd7e86..fc9b219 100644 --- a/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md +++ b/content/post/2019/11/02/2019-11-02-japan-trip-visiting-noge.md @@ -1,9 +1,11 @@ +++ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 -Description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" -Categories = ["旅行", "野毛"] -images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"] +description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" +categories = ["Travel", "Misc"] +tags = ["noge"] +author = "kazu634" + +++ 台風19号が過ぎた後に横浜の野毛を訪ねてきました。台風通過直後はフェーン現象で暑かったのですが、それ以降すっかり涼しくなった横浜を訪ねてきました。 diff --git a/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md b/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md index d8fa9a0..a7993aa 100644 --- a/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md +++ b/content/post/2019/11/09/2019-11-09-visiting-kawasaki-warehouse.md @@ -1,9 +1,11 @@ +++ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 -Description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" -Categories = ["旅行", "川崎"] -images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"] +description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" +categories = ["Travel", "Misc"] +tags = ["kawasaki"] +author = "kazu634" + +++ 一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです。 diff --git a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md index b20f340..a3dc834 100644 --- a/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md +++ b/content/post/2020/02/16/2020-02-16-May-Veggie-in-Asok.md @@ -1,9 +1,11 @@ +++ title = "May Veggieを訪ねてきました" date = 2020-02-16T10:10:34+08:00 -Description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" -Categories = ["Bangkok"] -images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"] +description = "Asokにあるベジタリアンレストラン May Veggie を訪ねてきました" +categories = ["Misc"] +author = "kazu634" + +tags = ["bangkok"] +++ May VeggieはAsok駅近くのベジタリアンレストラン。これ、本当にベジタリアン!?という新鮮な驚きを味わったのでした。 diff --git a/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md b/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md index d8957cc..8123e7d 100644 --- a/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md +++ b/content/post/2020/08/01/2020-08-01-Bangkok-Restaurants.md @@ -1,9 +1,11 @@ +++ title = "緊急事態宣言が緩和しつつあるバンコクでのお食事をまとめます" date = 2020-08-01T10:10:34+08:00 -Description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" -Categories = ["Bangkok"] -images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +description = "緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。" +categories = ["Misc"] +author = "kazu634" + +tags = ["bangkok"] +++ 緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。 diff --git a/content/post/2021/01/20/2021-01-20-back-to-japan.md b/content/post/2021/01/20/2021-01-20-back-to-japan.md index aae98bb..128a01b 100644 --- a/content/post/2021/01/20/2021-01-20-back-to-japan.md +++ b/content/post/2021/01/20/2021-01-20-back-to-japan.md @@ -1,9 +1,11 @@ +++ title = "日本に帰国して驚いたこと・試してみたこと" date = 2021-01-20T10:10:34+09:00 -Description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" -Categories = ["Japan"] -images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" +categories = ["Misc"] +author = "kazu634" +tags = ["japan"] + +++ 2015年4月からシンガポール・タイと働いてきて、2021年1月に正式帰国しました。帰ってきて早々、緊急事態宣言が出るような状態でしたが、日本に帰国して驚いたことやチャレンジしてみたことをまとめてみます。 diff --git a/content/quotes/2005/08/25/2005-08-25-00000090.md b/content/quotes/2005/08/25/2005-08-25-00000090.md index bb948d2..5960f0d 100644 --- a/content/quotes/2005/08/25/2005-08-25-00000090.md +++ b/content/quotes/2005/08/25/2005-08-25-00000090.md @@ -1,12 +1,13 @@ --- title: おとなのひとにいってほしかった24のこと author: kazu634 -date: 2005-08-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1985;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2005-08-25T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book ---

    diff --git a/content/quotes/2005/11/23/2005-11-23-00000175.md b/content/quotes/2005/11/23/2005-11-23-00000175.md index 1902f00..97e1999 100644 --- a/content/quotes/2005/11/23/2005-11-23-00000175.md +++ b/content/quotes/2005/11/23/2005-11-23-00000175.md @@ -1,11 +1,13 @@ --- title: 『踊る大捜査線に学ぶ組織論入門』 author: kazu634 -date: 2005-11-23 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2201;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2005-11-23T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---

    diff --git a/content/quotes/2006/05/06/2006-05-06-00000227.md b/content/quotes/2006/05/06/2006-05-06-00000227.md index a97848a..168334f 100644 --- a/content/quotes/2006/05/06/2006-05-06-00000227.md +++ b/content/quotes/2006/05/06/2006-05-06-00000227.md @@ -1,11 +1,13 @@ --- title: ”The Hardest Lessons for Startups to Learn”で気になった部分 author: kazu634 -date: 2006-05-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2343;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2006-05-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2006/12/10/2006-12-10-00000380.md b/content/quotes/2006/12/10/2006-12-10-00000380.md index 3028a53..49c7760 100644 --- a/content/quotes/2006/12/10/2006-12-10-00000380.md +++ b/content/quotes/2006/12/10/2006-12-10-00000380.md @@ -1,11 +1,13 @@ --- title: 敗者とは負けるのが悪いことだと思っている人である author: kazu634 -date: 2006-12-10 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2679;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2006-12-10T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/01/20/2007-01-20-00000407.md b/content/quotes/2007/01/20/2007-01-20-00000407.md index f11c09d..10fa264 100644 --- a/content/quotes/2007/01/20/2007-01-20-00000407.md +++ b/content/quotes/2007/01/20/2007-01-20-00000407.md @@ -1,8 +1,14 @@ --- title: これが高倉健という男である author: kazu634 -date: 2007-01-20 +date: 2007-01-20T15:04:05Z +author: + - kazu634 categories: + - Quotes +tags: + - book + - 高倉健 ---
    diff --git a/content/quotes/2007/02/11/2007-02-11-00000428.md b/content/quotes/2007/02/11/2007-02-11-00000428.md index 8df076e..73675d5 100644 --- a/content/quotes/2007/02/11/2007-02-11-00000428.md +++ b/content/quotes/2007/02/11/2007-02-11-00000428.md @@ -1,11 +1,13 @@ --- title: ローマ人の物語 1より author: kazu634 -date: 2007-02-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2787;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-02-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/02/12/2007-02-12-00000429.md b/content/quotes/2007/02/12/2007-02-12-00000429.md index 5ba4363..d9cc12a 100644 --- a/content/quotes/2007/02/12/2007-02-12-00000429.md +++ b/content/quotes/2007/02/12/2007-02-12-00000429.md @@ -1,11 +1,13 @@ --- title: 『ローマ人の物語 2』 author: kazu634 -date: 2007-02-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:2789;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-02-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/09/09/2007-09-09-00000611.md b/content/quotes/2007/09/09/2007-09-09-00000611.md index 24ffac6..baa7d81 100644 --- a/content/quotes/2007/09/09/2007-09-09-00000611.md +++ b/content/quotes/2007/09/09/2007-09-09-00000611.md @@ -1,11 +1,13 @@ --- title: 疲れたなら、休めばよい。道を間違えたなら、戻ればよい。 author: kazu634 -date: 2007-09-09 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3229;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-09-09T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/10/26/2007-10-26-00000629.md b/content/quotes/2007/10/26/2007-10-26-00000629.md index f8afc77..a2a21ab 100644 --- a/content/quotes/2007/10/26/2007-10-26-00000629.md +++ b/content/quotes/2007/10/26/2007-10-26-00000629.md @@ -1,11 +1,13 @@ --- title: 「こんなもんでいい」と思いながらつくられた物は、それを手にする人の存在を否定する author: kazu634 -date: 2007-10-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3281;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-10-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/11/11/2007-11-11-00000634.md b/content/quotes/2007/11/11/2007-11-11-00000634.md index 95167d2..c16a51d 100644 --- a/content/quotes/2007/11/11/2007-11-11-00000634.md +++ b/content/quotes/2007/11/11/2007-11-11-00000634.md @@ -1,11 +1,13 @@ --- title: 「時代の変わり目」を意識していちばん気をつけなければならないのは、優等生たちだ。 author: kazu634 -date: 2007-11-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3293;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-11-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/11/23/2007-11-23-00000637.md b/content/quotes/2007/11/23/2007-11-23-00000637.md index f9eb4fd..3f4da69 100644 --- a/content/quotes/2007/11/23/2007-11-23-00000637.md +++ b/content/quotes/2007/11/23/2007-11-23-00000637.md @@ -1,8 +1,13 @@ --- title: 『弓と禅』 author: kazu634 -date: 2007-11-23 +date: 2007-11-23T15:04:05Z +author: + - kazu634 categories: + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/11/24/2007-11-24-00000642.md b/content/quotes/2007/11/24/2007-11-24-00000642.md index d022788..4a3b336 100644 --- a/content/quotes/2007/11/24/2007-11-24-00000642.md +++ b/content/quotes/2007/11/24/2007-11-24-00000642.md @@ -1,11 +1,13 @@ --- title: 自分の哲学をもたないといけない。政治的な意見、人生で訴えるべき主義、人生の情熱と目標。 author: kazu634 -date: 2007-11-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3321;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-11-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/11/25/2007-11-25-00000644.md b/content/quotes/2007/11/25/2007-11-25-00000644.md index 0e7f12a..06500ac 100644 --- a/content/quotes/2007/11/25/2007-11-25-00000644.md +++ b/content/quotes/2007/11/25/2007-11-25-00000644.md @@ -1,11 +1,13 @@ --- title: Sexyな問いに触れられないのは残念かもしれない author: kazu634 -date: 2007-11-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3325;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-11-25T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/11/28/2007-11-28-00000649.md b/content/quotes/2007/11/28/2007-11-28-00000649.md index 83e4b87..78e4c91 100644 --- a/content/quotes/2007/11/28/2007-11-28-00000649.md +++ b/content/quotes/2007/11/28/2007-11-28-00000649.md @@ -1,11 +1,13 @@ --- title: 自分も強度のあるメッセージを発信したい author: kazu634 -date: 2007-11-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3347;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-11-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/12/06/2007-12-06-00000670.md b/content/quotes/2007/12/06/2007-12-06-00000670.md index fa16ca6..71556bd 100644 --- a/content/quotes/2007/12/06/2007-12-06-00000670.md +++ b/content/quotes/2007/12/06/2007-12-06-00000670.md @@ -1,11 +1,13 @@ --- title: ルールを学ぶのはルール違反をするためだ! author: kazu634 -date: 2007-12-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3409;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-12-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/12/24/2007-12-24-00000705.md b/content/quotes/2007/12/24/2007-12-24-00000705.md index 8c4481a..ef3bca1 100644 --- a/content/quotes/2007/12/24/2007-12-24-00000705.md +++ b/content/quotes/2007/12/24/2007-12-24-00000705.md @@ -1,11 +1,13 @@ --- title: 『非属の才能 (光文社新書)』で気になった部分 author: kazu634 -date: 2007-12-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3515;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-12-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/12/24/2007-12-24-00000706.md b/content/quotes/2007/12/24/2007-12-24-00000706.md index 4ce8b4d..16e8f92 100644 --- a/content/quotes/2007/12/24/2007-12-24-00000706.md +++ b/content/quotes/2007/12/24/2007-12-24-00000706.md @@ -1,11 +1,13 @@ --- title: 道具に振り回されずに author: kazu634 -date: 2007-12-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3511;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-12-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/12/29/2007-12-29-00000718.md b/content/quotes/2007/12/29/2007-12-29-00000718.md index 408bd57..1c40faf 100644 --- a/content/quotes/2007/12/29/2007-12-29-00000718.md +++ b/content/quotes/2007/12/29/2007-12-29-00000718.md @@ -1,11 +1,13 @@ --- title: ここら辺、同感 author: kazu634 -date: 2007-12-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3545;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-12-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2007/12/31/2007-12-31-00000724.md b/content/quotes/2007/12/31/2007-12-31-00000724.md index 779b3e7..e2c9562 100644 --- a/content/quotes/2007/12/31/2007-12-31-00000724.md +++ b/content/quotes/2007/12/31/2007-12-31-00000724.md @@ -1,11 +1,13 @@ --- title: 研究者としての資質 author: kazu634 -date: 2007-12-31 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3559;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2007-12-31T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/13/2008-01-13-00000746.md b/content/quotes/2008/01/13/2008-01-13-00000746.md index 07f838d..9045be2 100644 --- a/content/quotes/2008/01/13/2008-01-13-00000746.md +++ b/content/quotes/2008/01/13/2008-01-13-00000746.md @@ -1,11 +1,13 @@ --- title: 『ガルシアへの手紙』 author: kazu634 -date: 2008-01-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3607;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/14/2008-01-14-00000749.md b/content/quotes/2008/01/14/2008-01-14-00000749.md index 4d85ed5..5ebf567 100644 --- a/content/quotes/2008/01/14/2008-01-14-00000749.md +++ b/content/quotes/2008/01/14/2008-01-14-00000749.md @@ -1,11 +1,13 @@ --- title: 就職する理由 author: kazu634 -date: 2008-01-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3609;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/14/2008-01-14-00000750.md b/content/quotes/2008/01/14/2008-01-14-00000750.md index 110380a..efefc43 100644 --- a/content/quotes/2008/01/14/2008-01-14-00000750.md +++ b/content/quotes/2008/01/14/2008-01-14-00000750.md @@ -1,11 +1,13 @@ --- title: これも強烈だな author: kazu634 -date: 2008-01-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3611;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/20/2008-01-20-00000760.md b/content/quotes/2008/01/20/2008-01-20-00000760.md index aecd133..9226336 100644 --- a/content/quotes/2008/01/20/2008-01-20-00000760.md +++ b/content/quotes/2008/01/20/2008-01-20-00000760.md @@ -1,11 +1,13 @@ --- title: 我々は変化の激しい世界に生きている? author: kazu634 -date: 2008-01-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3633;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/21/2008-01-21-00000761.md b/content/quotes/2008/01/21/2008-01-21-00000761.md index 59cb820..0bae235 100644 --- a/content/quotes/2008/01/21/2008-01-21-00000761.md +++ b/content/quotes/2008/01/21/2008-01-21-00000761.md @@ -1,11 +1,13 @@ --- title: 前提を常に疑え! author: kazu634 -date: 2008-01-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3637;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/22/2008-01-22-00000762.md b/content/quotes/2008/01/22/2008-01-22-00000762.md index f12b0fe..f4897b5 100644 --- a/content/quotes/2008/01/22/2008-01-22-00000762.md +++ b/content/quotes/2008/01/22/2008-01-22-00000762.md @@ -1,11 +1,13 @@ --- title: なんか凄い納得した author: kazu634 -date: 2008-01-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3639;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-22T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/01/26/2008-01-26-00000771.md b/content/quotes/2008/01/26/2008-01-26-00000771.md index bd79a5e..2806233 100644 --- a/content/quotes/2008/01/26/2008-01-26-00000771.md +++ b/content/quotes/2008/01/26/2008-01-26-00000771.md @@ -1,11 +1,13 @@ --- title: 『数学でつまずくのはなぜか (講談社現代新書)』 author: kazu634 -date: 2008-01-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3657;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-01-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/02/10/2008-02-10-00000795.md b/content/quotes/2008/02/10/2008-02-10-00000795.md index 269989a..1f4cdb3 100644 --- a/content/quotes/2008/02/10/2008-02-10-00000795.md +++ b/content/quotes/2008/02/10/2008-02-10-00000795.md @@ -1,11 +1,13 @@ --- title: 基本を知らなければ痛い目に遭う! author: kazu634 -date: 2008-02-10 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3715;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-02-10T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/02/16/2008-02-16-00000805.md b/content/quotes/2008/02/16/2008-02-16-00000805.md index 09e1340..ae00d78 100644 --- a/content/quotes/2008/02/16/2008-02-16-00000805.md +++ b/content/quotes/2008/02/16/2008-02-16-00000805.md @@ -1,11 +1,13 @@ --- title: こいつは最恐のアドバイスだ author: kazu634 -date: 2008-02-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3733;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-02-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/02/18/2008-02-18-00000808.md b/content/quotes/2008/02/18/2008-02-18-00000808.md index cfa5c9c..d786126 100644 --- a/content/quotes/2008/02/18/2008-02-18-00000808.md +++ b/content/quotes/2008/02/18/2008-02-18-00000808.md @@ -1,11 +1,13 @@ --- title: 土台をきちんと築いていこう! author: kazu634 -date: 2008-02-18 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3743;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-02-18T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md b/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md index 8b9060f..7e780af 100644 --- a/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md +++ b/content/quotes/2008/02/25/2008-02-25-paul-graham-six-principles-for-making-new-things.md @@ -1,13 +1,14 @@ --- title: 'Paul Graham: Six Principles for Making New Things' author: kazu634 -date: 2008-02-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3767;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-02-25T15:04:05Z +author: + - kazu634 categories: - - diary - - Paul Graham - + - Quotes +tags: + - book + - paul graham ---
    diff --git a/content/quotes/2008/03/12/2008-03-12-00000839.md b/content/quotes/2008/03/12/2008-03-12-00000839.md index 5261fc4..bf60e44 100644 --- a/content/quotes/2008/03/12/2008-03-12-00000839.md +++ b/content/quotes/2008/03/12/2008-03-12-00000839.md @@ -1,12 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2008-03-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3811;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-03-12T15:04:05Z +author: + - kazu634 categories: - - diary - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md b/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md index fe14b3e..563ce50 100644 --- a/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md +++ b/content/quotes/2008/03/12/2008-03-12-気になった文章-2.md @@ -1,12 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2008-03-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3813;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-03-12T15:04:05Z +author: + - kazu634 categories: - - diary - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/03/21/2008-03-21-00000854.md b/content/quotes/2008/03/21/2008-03-21-00000854.md index 645d3a8..4bfb4b2 100644 --- a/content/quotes/2008/03/21/2008-03-21-00000854.md +++ b/content/quotes/2008/03/21/2008-03-21-00000854.md @@ -1,11 +1,13 @@ --- title: 現実はこうなのだろう…こんな努力も必要。でも良いものを作っていきたいな author: kazu634 -date: 2008-03-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3857;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-03-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/04/16/2008-04-16-00000869.md b/content/quotes/2008/04/16/2008-04-16-00000869.md index 0611788..d06b19c 100644 --- a/content/quotes/2008/04/16/2008-04-16-00000869.md +++ b/content/quotes/2008/04/16/2008-04-16-00000869.md @@ -1,11 +1,13 @@ --- title: コモディティにはなるな author: kazu634 -date: 2008-04-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3891;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-04-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/04/16/2008-04-16-00000870.md b/content/quotes/2008/04/16/2008-04-16-00000870.md index 42ba024..c19f38c 100644 --- a/content/quotes/2008/04/16/2008-04-16-00000870.md +++ b/content/quotes/2008/04/16/2008-04-16-00000870.md @@ -1,11 +1,13 @@ --- title: その人が何をやっているのかをきちんと見ること author: kazu634 -date: 2008-04-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3889;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-04-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/04/25/2008-04-25-00000887.md b/content/quotes/2008/04/25/2008-04-25-00000887.md index 317dcaf..cd493b9 100644 --- a/content/quotes/2008/04/25/2008-04-25-00000887.md +++ b/content/quotes/2008/04/25/2008-04-25-00000887.md @@ -1,11 +1,13 @@ --- title: 本気で怒る人、本気で喜ぶ人 author: kazu634 -date: 2008-04-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3931;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-04-25T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/04/26/2008-04-26-00000889.md b/content/quotes/2008/04/26/2008-04-26-00000889.md index bd107e8..316378a 100644 --- a/content/quotes/2008/04/26/2008-04-26-00000889.md +++ b/content/quotes/2008/04/26/2008-04-26-00000889.md @@ -1,11 +1,13 @@ --- title: Jobsの言葉 author: kazu634 -date: 2008-04-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3935;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-04-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/04/30/2008-04-30-00000899.md b/content/quotes/2008/04/30/2008-04-30-00000899.md index 6a2b98e..adbc5f6 100644 --- a/content/quotes/2008/04/30/2008-04-30-00000899.md +++ b/content/quotes/2008/04/30/2008-04-30-00000899.md @@ -1,11 +1,13 @@ --- title: 『宮大工の人育て (祥伝社新書 104)』 author: kazu634 -date: 2008-04-30 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3957;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-04-30T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md b/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md index fb1fa13..6acc2e9 100644 --- a/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md +++ b/content/quotes/2008/05/16/2008-05-16-気になった文章-3.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2008-05-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4017;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-05-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/05/24/2008-05-24-00000933.md b/content/quotes/2008/05/24/2008-05-24-00000933.md index 9bceea8..8787d2f 100644 --- a/content/quotes/2008/05/24/2008-05-24-00000933.md +++ b/content/quotes/2008/05/24/2008-05-24-00000933.md @@ -1,11 +1,13 @@ --- title: 他人の視線を意識する author: kazu634 -date: 2008-05-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4041;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-05-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/05/31/2008-05-31-00000940.md b/content/quotes/2008/05/31/2008-05-31-00000940.md index 724871c..c17aaf2 100644 --- a/content/quotes/2008/05/31/2008-05-31-00000940.md +++ b/content/quotes/2008/05/31/2008-05-31-00000940.md @@ -1,11 +1,13 @@ --- title: 汗をかく人 author: kazu634 -date: 2008-05-31 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4055;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-05-31T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/06/11/2008-06-11-00000945.md b/content/quotes/2008/06/11/2008-06-11-00000945.md index 87344d7..5a1c605 100644 --- a/content/quotes/2008/06/11/2008-06-11-00000945.md +++ b/content/quotes/2008/06/11/2008-06-11-00000945.md @@ -1,11 +1,13 @@ --- title: 人は誰でも author: kazu634 -date: 2008-06-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4069;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-06-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/06/15/2008-06-15-00000948.md b/content/quotes/2008/06/15/2008-06-15-00000948.md index 59b8811..cf1c38f 100644 --- a/content/quotes/2008/06/15/2008-06-15-00000948.md +++ b/content/quotes/2008/06/15/2008-06-15-00000948.md @@ -1,11 +1,13 @@ --- title: 謙虚さとか author: kazu634 -date: 2008-06-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4073;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-06-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/06/20/2008-06-20-00000952.md b/content/quotes/2008/06/20/2008-06-20-00000952.md index d298cb1..33ea4ff 100644 --- a/content/quotes/2008/06/20/2008-06-20-00000952.md +++ b/content/quotes/2008/06/20/2008-06-20-00000952.md @@ -1,11 +1,13 @@ --- title: やるべきことはやれるときにやる author: kazu634 -date: 2008-06-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4085;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-06-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/07/05/2008-07-05-00000961.md b/content/quotes/2008/07/05/2008-07-05-00000961.md index 28df349..4037005 100644 --- a/content/quotes/2008/07/05/2008-07-05-00000961.md +++ b/content/quotes/2008/07/05/2008-07-05-00000961.md @@ -1,11 +1,13 @@ --- title: インフラ認定されちゃうと… author: kazu634 -date: 2008-07-05 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4115;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-07-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/07/13/2008-07-13-00000968.md b/content/quotes/2008/07/13/2008-07-13-00000968.md index 909f41d..d151172 100644 --- a/content/quotes/2008/07/13/2008-07-13-00000968.md +++ b/content/quotes/2008/07/13/2008-07-13-00000968.md @@ -1,11 +1,13 @@ --- title: The Last Lectureを読んで気になった部分(暫定的) author: kazu634 -date: 2008-07-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4143;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-07-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/07/29/2008-07-29-00000982.md b/content/quotes/2008/07/29/2008-07-29-00000982.md index 12a9d6d..09992eb 100644 --- a/content/quotes/2008/07/29/2008-07-29-00000982.md +++ b/content/quotes/2008/07/29/2008-07-29-00000982.md @@ -1,11 +1,13 @@ --- title: The Last Lectureで気になった部分 author: kazu634 -date: 2008-07-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4169;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-07-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md b/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md index 68671b0..85f9edc 100644 --- a/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md +++ b/content/quotes/2008/08/09/2008-08-09-『数学ガール-フェルマーの最終定理-数学ガール-2.md @@ -1,11 +1,13 @@ --- title: 『数学ガール フェルマーの最終定理 (数学ガールシリーズ 2)』で気になった部分 author: kazu634 -date: 2008-08-09 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4199;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-08-09T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/08/28/2008-08-28-00001011.md b/content/quotes/2008/08/28/2008-08-28-00001011.md index 27d0db4..7b8f5d7 100644 --- a/content/quotes/2008/08/28/2008-08-28-00001011.md +++ b/content/quotes/2008/08/28/2008-08-28-00001011.md @@ -1,11 +1,13 @@ --- title: 『BEST SOFTWARE WRITING』を読んで気になった部分 author: kazu634 -date: 2008-08-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4237;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-08-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/09/15/2008-09-15-00001025.md b/content/quotes/2008/09/15/2008-09-15-00001025.md index 3e8bd5a..bfbb521 100644 --- a/content/quotes/2008/09/15/2008-09-15-00001025.md +++ b/content/quotes/2008/09/15/2008-09-15-00001025.md @@ -1,11 +1,13 @@ --- title: 学びについて author: kazu634 -date: 2008-09-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4269;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/09/15/2008-09-15-00001026.md b/content/quotes/2008/09/15/2008-09-15-00001026.md index 1aa8c6d..07e2fdd 100644 --- a/content/quotes/2008/09/15/2008-09-15-00001026.md +++ b/content/quotes/2008/09/15/2008-09-15-00001026.md @@ -1,11 +1,13 @@ --- title: 『下流志向──学ばない子どもたち、働かない若者たち』で気になった部分 author: kazu634 -date: 2008-09-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4267;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md b/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md index e18f760..c4624d7 100644 --- a/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md +++ b/content/quotes/2008/09/21/2008-09-21-気になった文章-4.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2008-09-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4285;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/09/26/2008-09-26-00001036.md b/content/quotes/2008/09/26/2008-09-26-00001036.md index 84f7526..5b28292 100644 --- a/content/quotes/2008/09/26/2008-09-26-00001036.md +++ b/content/quotes/2008/09/26/2008-09-26-00001036.md @@ -1,11 +1,13 @@ --- title: 根性だけは負けません author: kazu634 -date: 2008-09-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4301;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-25T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md b/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md index a5d355f..54fda7c 100644 --- a/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md +++ b/content/quotes/2008/09/28/2008-09-28-pressure-is-a-fuel.md @@ -1,11 +1,13 @@ --- title: Pressure is a fuel! author: kazu634 -date: 2008-09-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4311;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md b/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md index b18c62b..ec23652 100644 --- a/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md +++ b/content/quotes/2008/09/28/2008-09-28-working-smart-involves-identifying-the-things-you-need-to-do.md @@ -1,11 +1,13 @@ --- title: Working smart involves identifying the things you need to do … author: kazu634 -date: 2008-09-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4309;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-09-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/10/06/2008-10-06-00001047.md b/content/quotes/2008/10/06/2008-10-06-00001047.md index e99f72c..f1584f5 100644 --- a/content/quotes/2008/10/06/2008-10-06-00001047.md +++ b/content/quotes/2008/10/06/2008-10-06-00001047.md @@ -1,11 +1,13 @@ --- title: 気になった言葉 author: kazu634 -date: 2008-10-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4327;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-10-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/10/12/2008-10-12-00001051.md b/content/quotes/2008/10/12/2008-10-12-00001051.md index 061e87c..f91141d 100644 --- a/content/quotes/2008/10/12/2008-10-12-00001051.md +++ b/content/quotes/2008/10/12/2008-10-12-00001051.md @@ -1,11 +1,13 @@ --- title: 「証拠」の時代 author: kazu634 -date: 2008-10-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4337;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-10-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/10/26/2008-10-26-00001059.md b/content/quotes/2008/10/26/2008-10-26-00001059.md index bc18b00..a88edd7 100644 --- a/content/quotes/2008/10/26/2008-10-26-00001059.md +++ b/content/quotes/2008/10/26/2008-10-26-00001059.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 10/30号 [雑誌]』で気になった部分' author: kazu634 -date: 2008-10-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4357;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-10-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md b/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md index 108419e..4fe0030 100644 --- a/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md +++ b/content/quotes/2008/10/26/2008-10-26-『下流志向──学ばない子どもたち、働かない若-2.md @@ -1,11 +1,13 @@ --- title: 『下流志向──学ばない子どもたち、働かない若者たち』で気になった部分 author: kazu634 -date: 2008-10-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4355;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-10-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/11/01/2008-11-01-00001060.md b/content/quotes/2008/11/01/2008-11-01-00001060.md index 4ec7831..8fb5e05 100644 --- a/content/quotes/2008/11/01/2008-11-01-00001060.md +++ b/content/quotes/2008/11/01/2008-11-01-00001060.md @@ -1,11 +1,13 @@ --- title: 気になったところ author: kazu634 -date: 2008-11-01 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4359;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-11-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/11/08/2008-11-08-00001064.md b/content/quotes/2008/11/08/2008-11-08-00001064.md index 3d4694c..500045b 100644 --- a/content/quotes/2008/11/08/2008-11-08-00001064.md +++ b/content/quotes/2008/11/08/2008-11-08-00001064.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 11/13号 [雑誌]』で気になった部分' author: kazu634 -date: 2008-11-08 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4369;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-11-08T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/11/21/2008-11-21-00001073.md b/content/quotes/2008/11/21/2008-11-21-00001073.md index 49e3a03..e084327 100644 --- a/content/quotes/2008/11/21/2008-11-21-00001073.md +++ b/content/quotes/2008/11/21/2008-11-21-00001073.md @@ -1,11 +1,13 @@ --- title: 「暇人\(^o^)/速報 年齢を重ねてわかったこと」から気になった部分 author: kazu634 -date: 2008-11-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4387;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-11-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/11/29/2008-11-29-00001079.md b/content/quotes/2008/11/29/2008-11-29-00001079.md index 52287ed..fc45fc5 100644 --- a/content/quotes/2008/11/29/2008-11-29-00001079.md +++ b/content/quotes/2008/11/29/2008-11-29-00001079.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 12/11号 [雑誌]』で気になった部分' author: kazu634 -date: 2008-11-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4407;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-11-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/11/29/2008-11-29-00001080.md b/content/quotes/2008/11/29/2008-11-29-00001080.md index ade2488..2465de6 100644 --- a/content/quotes/2008/11/29/2008-11-29-00001080.md +++ b/content/quotes/2008/11/29/2008-11-29-00001080.md @@ -1,11 +1,13 @@ --- title: どんだけアカポスって恐ろしいんだ… author: kazu634 -date: 2008-11-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4403;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-11-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/01/2008-12-01-00001082.md b/content/quotes/2008/12/01/2008-12-01-00001082.md index 0535b7c..b9922fa 100644 --- a/content/quotes/2008/12/01/2008-12-01-00001082.md +++ b/content/quotes/2008/12/01/2008-12-01-00001082.md @@ -1,11 +1,13 @@ --- title: 専門家のあり方 author: kazu634 -date: 2008-12-01 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4413;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/01/2008-12-01-00001083.md b/content/quotes/2008/12/01/2008-12-01-00001083.md index 8725eb2..ddf4586 100644 --- a/content/quotes/2008/12/01/2008-12-01-00001083.md +++ b/content/quotes/2008/12/01/2008-12-01-00001083.md @@ -1,11 +1,13 @@ --- title: 『やる気のスイッチ! (Sanctuary books)』で気になった部分 author: kazu634 -date: 2008-12-01 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4415;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/12/05/2008-12-05-00001085.md b/content/quotes/2008/12/05/2008-12-05-00001085.md index 8d76ba7..4397563 100644 --- a/content/quotes/2008/12/05/2008-12-05-00001085.md +++ b/content/quotes/2008/12/05/2008-12-05-00001085.md @@ -1,11 +1,13 @@ --- title: 気になった部分 author: kazu634 -date: 2008-12-05 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4419;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/05/2008-12-05-00001086.md b/content/quotes/2008/12/05/2008-12-05-00001086.md index 376f820..31864aa 100644 --- a/content/quotes/2008/12/05/2008-12-05-00001086.md +++ b/content/quotes/2008/12/05/2008-12-05-00001086.md @@ -1,11 +1,13 @@ --- title: あるアドバイスが効力を発揮するには適切な段階というものがあるんだよ author: kazu634 -date: 2008-12-05 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4417;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md b/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md index 71c87b6..76f9990 100644 --- a/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md +++ b/content/quotes/2008/12/07/2008-12-07-the-best-in-the-world-simplify-complex-subjects.md @@ -1,11 +1,13 @@ --- title: The best in the world simplify complex subjects! author: kazu634 -date: 2008-12-07 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4425;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-07T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/11/2008-12-11-00001091.md b/content/quotes/2008/12/11/2008-12-11-00001091.md index 27784b9..9201136 100644 --- a/content/quotes/2008/12/11/2008-12-11-00001091.md +++ b/content/quotes/2008/12/11/2008-12-11-00001091.md @@ -1,11 +1,13 @@ --- title: ノートにうまくまとめることができる人は、頭の中も理路整然と整理されている author: kazu634 -date: 2008-12-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4433;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/11/2008-12-11-00001092.md b/content/quotes/2008/12/11/2008-12-11-00001092.md index 9cf2ca3..584526f 100644 --- a/content/quotes/2008/12/11/2008-12-11-00001092.md +++ b/content/quotes/2008/12/11/2008-12-11-00001092.md @@ -1,11 +1,13 @@ --- title: エンジニアリングができる人はエンジニアの気持ちにしかなれない author: kazu634 -date: 2008-12-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4431;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/13/2008-12-13-00001093.md b/content/quotes/2008/12/13/2008-12-13-00001093.md index d7966bc..eabb2f4 100644 --- a/content/quotes/2008/12/13/2008-12-13-00001093.md +++ b/content/quotes/2008/12/13/2008-12-13-00001093.md @@ -1,11 +1,13 @@ --- title: 失敗しないで成功したやつなんているの? author: kazu634 -date: 2008-12-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4439;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/13/2008-12-13-00001094.md b/content/quotes/2008/12/13/2008-12-13-00001094.md index 6d9c28e..3ab76cf 100644 --- a/content/quotes/2008/12/13/2008-12-13-00001094.md +++ b/content/quotes/2008/12/13/2008-12-13-00001094.md @@ -1,11 +1,13 @@ --- title: ちょっとしたものに将来の可能性を感じるのも、子供の特徴だ。 author: kazu634 -date: 2008-12-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4437;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md b/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md index c9da1ae..374116e 100644 --- a/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md +++ b/content/quotes/2008/12/13/2008-12-13-education-is-about-opening-doors-for-people-and-showing-them-rooms-that-that-would-otherwise-be-hidden.md @@ -1,11 +1,13 @@ --- title: Education is about opening doors for people and showing them rooms that that would otherwise be hidden. author: kazu634 -date: 2008-12-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4441;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md b/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md index 2a1b189..2f25a44 100644 --- a/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md +++ b/content/quotes/2008/12/13/2008-12-13-stop-acting-as-if-life-is-a-rehersal.md @@ -1,11 +1,13 @@ --- title: Stop acting as if life is a rehersal. author: kazu634 -date: 2008-12-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4443;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/14/2008-12-14-00001096.md b/content/quotes/2008/12/14/2008-12-14-00001096.md index 5f5eb67..da22a5c 100644 --- a/content/quotes/2008/12/14/2008-12-14-00001096.md +++ b/content/quotes/2008/12/14/2008-12-14-00001096.md @@ -1,11 +1,13 @@ --- title: 綺麗な答え author: kazu634 -date: 2008-12-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4445;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2008/12/20/2008-12-20-00001099.md b/content/quotes/2008/12/20/2008-12-20-00001099.md index 8373bfa..9881c59 100644 --- a/content/quotes/2008/12/20/2008-12-20-00001099.md +++ b/content/quotes/2008/12/20/2008-12-20-00001099.md @@ -1,11 +1,13 @@ --- title: 'BRUTUS (ブルータス) 2009年 1/15号 [雑誌]で気になった部分' author: kazu634 -date: 2008-12-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4455;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2008/12/20/2008-12-20-00001100.md b/content/quotes/2008/12/20/2008-12-20-00001100.md index 19c4c89..21713c2 100644 --- a/content/quotes/2008/12/20/2008-12-20-00001100.md +++ b/content/quotes/2008/12/20/2008-12-20-00001100.md @@ -1,11 +1,13 @@ --- title: 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 12/25号 [雑誌]で気になった部分' author: kazu634 -date: 2008-12-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4457;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2008-12-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/02/07/2009-02-07-00001114.md b/content/quotes/2009/02/07/2009-02-07-00001114.md index e4ef7ba..5b85047 100644 --- a/content/quotes/2009/02/07/2009-02-07-00001114.md +++ b/content/quotes/2009/02/07/2009-02-07-00001114.md @@ -1,11 +1,13 @@ --- title: 『はたらきたい。』 author: kazu634 -date: 2009-02-07 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4495;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-02-07T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/02/11/2009-02-11-00001116.md b/content/quotes/2009/02/11/2009-02-11-00001116.md index 9bd8a50..856369a 100644 --- a/content/quotes/2009/02/11/2009-02-11-00001116.md +++ b/content/quotes/2009/02/11/2009-02-11-00001116.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2009年 2/19号 [雑誌]』よりオシムのインタビュー記事' author: kazu634 -date: 2009-02-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4499;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-02-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md b/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md index 59d83f6..1195489 100644 --- a/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md +++ b/content/quotes/2009/02/14/2009-02-14-successful-people-arent-people-who-conquered-fear-theyre-people-who-faced-fear.md @@ -1,11 +1,13 @@ --- title: Successful people aren’t people who conquered fear, they’re people who faced fear. author: kazu634 -date: 2009-02-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4501;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-02-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/03/21/2009-03-21-00001130.md b/content/quotes/2009/03/21/2009-03-21-00001130.md index 06d1286..055a7a6 100644 --- a/content/quotes/2009/03/21/2009-03-21-00001130.md +++ b/content/quotes/2009/03/21/2009-03-21-00001130.md @@ -1,11 +1,13 @@ --- title: 『選び抜く力 (角川oneテーマ21)』 author: kazu634 -date: 2009-03-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4531;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-03-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/04/06/2009-04-06-00001134.md b/content/quotes/2009/04/06/2009-04-06-00001134.md index 62f77c0..ef6ad59 100644 --- a/content/quotes/2009/04/06/2009-04-06-00001134.md +++ b/content/quotes/2009/04/06/2009-04-06-00001134.md @@ -1,11 +1,13 @@ --- title: 空き地連盟のお話 author: kazu634 -date: 2009-04-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4539;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-04-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/04/06/2009-04-06-00001135.md b/content/quotes/2009/04/06/2009-04-06-00001135.md index 2485b5d..761d11c 100644 --- a/content/quotes/2009/04/06/2009-04-06-00001135.md +++ b/content/quotes/2009/04/06/2009-04-06-00001135.md @@ -1,11 +1,14 @@ --- title: 小粋なプレゼンの仕方 author: kazu634 -date: 2009-04-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4541;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-04-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book + ---
    diff --git a/content/quotes/2009/04/08/2009-04-08-00001137.md b/content/quotes/2009/04/08/2009-04-08-00001137.md index 11aee62..8e2c8d0 100644 --- a/content/quotes/2009/04/08/2009-04-08-00001137.md +++ b/content/quotes/2009/04/08/2009-04-08-00001137.md @@ -1,11 +1,13 @@ --- title: 無様なベテラン author: kazu634 -date: 2009-04-08 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4545;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-04-08T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/04/11/2009-04-11-00001139.md b/content/quotes/2009/04/11/2009-04-11-00001139.md index 6aabf1c..f909203 100644 --- a/content/quotes/2009/04/11/2009-04-11-00001139.md +++ b/content/quotes/2009/04/11/2009-04-11-00001139.md @@ -1,11 +1,13 @@ --- title: ボブ・ディランの言葉 author: kazu634 -date: 2009-04-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4551;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-04-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/04/19/2009-04-19-00001144.md b/content/quotes/2009/04/19/2009-04-19-00001144.md index 83fd5e5..6f9afc2 100644 --- a/content/quotes/2009/04/19/2009-04-19-00001144.md +++ b/content/quotes/2009/04/19/2009-04-19-00001144.md @@ -1,11 +1,13 @@ --- title: イチローのコメントがかっこいい author: kazu634 -date: 2009-04-19 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4565;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-04-19T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/05/05/2009-05-05-00001148.md b/content/quotes/2009/05/05/2009-05-05-00001148.md index 6db382e..bc004da 100644 --- a/content/quotes/2009/05/05/2009-05-05-00001148.md +++ b/content/quotes/2009/05/05/2009-05-05-00001148.md @@ -1,11 +1,13 @@ --- title: 裏方の美学 author: kazu634 -date: 2009-05-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4577;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-05-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/05/16/2009-05-16-00001155.md b/content/quotes/2009/05/16/2009-05-16-00001155.md index ca777f8..88023cd 100644 --- a/content/quotes/2009/05/16/2009-05-16-00001155.md +++ b/content/quotes/2009/05/16/2009-05-16-00001155.md @@ -1,11 +1,13 @@ --- title: 大学院というシステムの疲労 author: kazu634 -date: 2009-05-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4595;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-05-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/05/23/2009-05-23-00001159.md b/content/quotes/2009/05/23/2009-05-23-00001159.md index 79e7af6..5edb72f 100644 --- a/content/quotes/2009/05/23/2009-05-23-00001159.md +++ b/content/quotes/2009/05/23/2009-05-23-00001159.md @@ -1,11 +1,13 @@ --- title: 『天才! 成功する人々の法則』で気になった部分 author: kazu634 -date: 2009-05-23 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4607;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-05-23T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/06/04/2009-06-04-00001171.md b/content/quotes/2009/06/04/2009-06-04-00001171.md index e745b54..235bb2e 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001171.md +++ b/content/quotes/2009/06/04/2009-06-04-00001171.md @@ -1,11 +1,13 @@ --- title: プロへの道 author: kazu634 -date: 2009-06-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4639;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-06-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/06/04/2009-06-04-00001172.md b/content/quotes/2009/06/04/2009-06-04-00001172.md index c08cd0c..36c872d 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001172.md +++ b/content/quotes/2009/06/04/2009-06-04-00001172.md @@ -1,11 +1,13 @@ --- title: 『銀河英雄伝説 1 黎明編 (創元SF文庫)』で気になった部分 author: kazu634 -date: 2009-06-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4643;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-06-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/06/04/2009-06-04-00001173.md b/content/quotes/2009/06/04/2009-06-04-00001173.md index f6ee801..322efb6 100644 --- a/content/quotes/2009/06/04/2009-06-04-00001173.md +++ b/content/quotes/2009/06/04/2009-06-04-00001173.md @@ -1,11 +1,13 @@ --- title: ユーザーインターフェースについて author: kazu634 -date: 2009-06-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4641;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-06-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/06/28/2009-06-28-00001185.md b/content/quotes/2009/06/28/2009-06-28-00001185.md index bf5d4b3..3591fda 100644 --- a/content/quotes/2009/06/28/2009-06-28-00001185.md +++ b/content/quotes/2009/06/28/2009-06-28-00001185.md @@ -1,11 +1,13 @@ --- title: その場に合うスタッフのあり方 author: kazu634 -date: 2009-06-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4677;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-06-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/07/05/2009-07-05-00001189.md b/content/quotes/2009/07/05/2009-07-05-00001189.md index 1d78370..68b05b7 100644 --- a/content/quotes/2009/07/05/2009-07-05-00001189.md +++ b/content/quotes/2009/07/05/2009-07-05-00001189.md @@ -1,11 +1,13 @@ --- title: 岡田監督 on ワールドカップ author: kazu634 -date: 2009-07-05 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4695;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-07-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/07/11/2009-07-11-00001196.md b/content/quotes/2009/07/11/2009-07-11-00001196.md index 3ce631c..9df51c2 100644 --- a/content/quotes/2009/07/11/2009-07-11-00001196.md +++ b/content/quotes/2009/07/11/2009-07-11-00001196.md @@ -1,11 +1,13 @@ --- title: 『銀河英雄伝説 〈10〉 落日篇 (創元SF文庫)』で気になった部分 author: kazu634 -date: 2009-07-11 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4703;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-07-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/07/29/2009-07-29-00001205.md b/content/quotes/2009/07/29/2009-07-29-00001205.md index 72bb8a6..ffab2e3 100644 --- a/content/quotes/2009/07/29/2009-07-29-00001205.md +++ b/content/quotes/2009/07/29/2009-07-29-00001205.md @@ -1,11 +1,13 @@ --- title: 『おとなの小論文教室。 (河出文庫)』で気になった部分 author: kazu634 -date: 2009-07-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4727;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-07-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/08/01/2009-08-01-00001208.md b/content/quotes/2009/08/01/2009-08-01-00001208.md index 474a8ab..3301878 100644 --- a/content/quotes/2009/08/01/2009-08-01-00001208.md +++ b/content/quotes/2009/08/01/2009-08-01-00001208.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2009年 8/20号 [雑誌]』で気になった部分' author: kazu634 -date: 2009-08-01 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4733;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-08-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/08/01/2009-08-01-00001209.md b/content/quotes/2009/08/01/2009-08-01-00001209.md index 8359c2a..2c61fb9 100644 --- a/content/quotes/2009/08/01/2009-08-01-00001209.md +++ b/content/quotes/2009/08/01/2009-08-01-00001209.md @@ -1,11 +1,13 @@ --- title: 学ぶ力について author: kazu634 -date: 2009-08-01 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4735;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-08-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/09/10/2009-09-10-00001219.md b/content/quotes/2009/09/10/2009-09-10-00001219.md index eff6dc2..1cc7035 100644 --- a/content/quotes/2009/09/10/2009-09-10-00001219.md +++ b/content/quotes/2009/09/10/2009-09-10-00001219.md @@ -1,11 +1,13 @@ --- title: 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2009年 9/17号 [雑誌]で気になった部分' author: kazu634 -date: 2009-09-09 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4771;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-09-09T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/09/12/2009-09-12-00001220.md b/content/quotes/2009/09/12/2009-09-12-00001220.md index f334d71..2050c53 100644 --- a/content/quotes/2009/09/12/2009-09-12-00001220.md +++ b/content/quotes/2009/09/12/2009-09-12-00001220.md @@ -1,11 +1,13 @@ --- title: 実用のものは、楽しくてはいけなかった author: kazu634 -date: 2009-09-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4777;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-09-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md b/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md index 0d3e292..8a66ed2 100644 --- a/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md +++ b/content/quotes/2009/09/19/2009-09-19-気になった文章-5.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2009-09-19 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4791;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-09-19T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md b/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md index 737449a..d07f56f 100644 --- a/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md +++ b/content/quotes/2009/10/07/2009-10-07-because-it-sucks-is-not-a-reason-to-redesign.md @@ -1,11 +1,14 @@ --- title: Because ”it sucks” is not a reason to redesign. author: kazu634 -date: 2009-10-07 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4813;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-07T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book + ---
    diff --git a/content/quotes/2009/10/10/2009-10-10-00001235.md b/content/quotes/2009/10/10/2009-10-10-00001235.md index 48d3171..ef1db2a 100644 --- a/content/quotes/2009/10/10/2009-10-10-00001235.md +++ b/content/quotes/2009/10/10/2009-10-10-00001235.md @@ -1,11 +1,13 @@ --- title: 会話にメタメッセージを載せるのは普通のこと author: kazu634 -date: 2009-10-10 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4821;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-10T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md b/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md index 3afd72e..5c0bcaa 100644 --- a/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md +++ b/content/quotes/2009/10/18/2009-10-18-気になった言葉-2.md @@ -1,11 +1,13 @@ --- title: 気になった言葉 author: kazu634 -date: 2009-10-18 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4849;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-18T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md b/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md index 94d4cd1..68d9de0 100644 --- a/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md +++ b/content/quotes/2009/10/19/2009-10-19-気になった言葉-3.md @@ -1,11 +1,13 @@ --- title: 気になった言葉 author: kazu634 -date: 2009-10-19 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4851;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-19T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md b/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md index fcece72..fe7faf4 100644 --- a/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md +++ b/content/quotes/2009/10/25/2009-10-25-『数学ガール-ゲーデルの不完全性定理-数学ガー-2.md @@ -1,11 +1,13 @@ --- title: 『数学ガール ゲーデルの不完全性定理 (数学ガールシリーズ 3)』で気になった部分 author: kazu634 -date: 2009-10-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4865;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-25T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/10/26/2009-10-26-00001249.md b/content/quotes/2009/10/26/2009-10-26-00001249.md index f628c3f..4ac41d3 100644 --- a/content/quotes/2009/10/26/2009-10-26-00001249.md +++ b/content/quotes/2009/10/26/2009-10-26-00001249.md @@ -1,11 +1,13 @@ --- title: メタメッセージが飛び交う読み応えのある物語!(『数学ガール ゲーデルの不完全性定理 (数学ガールシリーズ 3)』を読んで考えたこと) author: kazu634 -date: 2009-10-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4871;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md b/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md index 8921486..8e16abe 100644 --- a/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md +++ b/content/quotes/2009/10/26/2009-10-26-『数学ガール-ゲーデルの不完全性定理-数学ガー-3.md @@ -1,11 +1,13 @@ --- title: 『数学ガール ゲーデルの不完全性定理 (数学ガールシリーズ 3)』で気になった部分 author: kazu634 -date: 2009-10-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4869;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md b/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md index 2e39b56..b5e78ec 100644 --- a/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md +++ b/content/quotes/2009/10/30/2009-10-30-dont-tell-the-audience-you-arent-prepared.md @@ -1,11 +1,13 @@ --- title: Don’t tell the audience you aren’t prepared. author: kazu634 -date: 2009-10-30 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4887;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-10-30T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/11/04/2009-11-04-00001259.md b/content/quotes/2009/11/04/2009-11-04-00001259.md index ffa3fdb..e5099c5 100644 --- a/content/quotes/2009/11/04/2009-11-04-00001259.md +++ b/content/quotes/2009/11/04/2009-11-04-00001259.md @@ -1,11 +1,13 @@ --- title: 安藤忠雄の言葉 author: kazu634 -date: 2009-11-04 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4901;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-11-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md b/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md index c150dbc..7984ee5 100644 --- a/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md +++ b/content/quotes/2009/11/12/2009-11-12-if-you-set-your-goals-ridiculously-high-and-its-a-failure.md @@ -1,11 +1,13 @@ --- title: If you set your goals ridiculously high and it’s a failure, author: kazu634 -date: 2009-11-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4925;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-11-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/11/27/2009-11-27-00001277.md b/content/quotes/2009/11/27/2009-11-27-00001277.md index 0cb9020..e1db45d 100644 --- a/content/quotes/2009/11/27/2009-11-27-00001277.md +++ b/content/quotes/2009/11/27/2009-11-27-00001277.md @@ -1,11 +1,13 @@ --- title: 子どものしたことなんだから author: kazu634 -date: 2009-11-27 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4951;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-11-27T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md b/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md index 8b6aa5f..d376e5d 100644 --- a/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md +++ b/content/quotes/2009/12/05/2009-12-05-inefficiencies-are-what-make-you-special.md @@ -1,11 +1,13 @@ --- title: Inefficiencies are what make you special. author: kazu634 -date: 2009-12-05 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4965;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/12/16/2009-12-16-what-matters-now.md b/content/quotes/2009/12/16/2009-12-16-what-matters-now.md index 414b764..8a39f35 100644 --- a/content/quotes/2009/12/16/2009-12-16-what-matters-now.md +++ b/content/quotes/2009/12/16/2009-12-16-what-matters-now.md @@ -1,11 +1,13 @@ --- title: What matters now. author: kazu634 -date: 2009-12-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4985;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/12/20/2009-12-20-00001287.md b/content/quotes/2009/12/20/2009-12-20-00001287.md index 9f8b0a8..064666c 100644 --- a/content/quotes/2009/12/20/2009-12-20-00001287.md +++ b/content/quotes/2009/12/20/2009-12-20-00001287.md @@ -1,11 +1,13 @@ --- title: 「Blogger Alliance | 404 Not Found」より author: kazu634 -date: 2009-12-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4993;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/12/21/2009-12-21-00001290.md b/content/quotes/2009/12/21/2009-12-21-00001290.md index f966afb..d2f0dd0 100644 --- a/content/quotes/2009/12/21/2009-12-21-00001290.md +++ b/content/quotes/2009/12/21/2009-12-21-00001290.md @@ -1,11 +1,13 @@ --- title: 「好き/嫌い」の二元論を超えた所で努力している人は、「向こう側」に行きたいんじゃないかな。 author: kazu634 -date: 2009-12-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4995;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2009/12/27/2009-12-27-00001295.md b/content/quotes/2009/12/27/2009-12-27-00001295.md index be828e1..dd616db 100644 --- a/content/quotes/2009/12/27/2009-12-27-00001295.md +++ b/content/quotes/2009/12/27/2009-12-27-00001295.md @@ -1,11 +1,13 @@ --- title: 積み上げてきたことを大切にしながら author: kazu634 -date: 2009-12-27 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5019;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-27T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/02/2010-01-02-00001302.md b/content/quotes/2010/01/02/2010-01-02-00001302.md index 73dac30..168d0d3 100644 --- a/content/quotes/2010/01/02/2010-01-02-00001302.md +++ b/content/quotes/2010/01/02/2010-01-02-00001302.md @@ -1,11 +1,13 @@ --- title: 振り返り、そして「見てなさい」という author: kazu634 -date: 2010-01-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5033;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-02T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/02/2010-01-02-00001303.md b/content/quotes/2010/01/02/2010-01-02-00001303.md index 0e4f096..87fe02a 100644 --- a/content/quotes/2010/01/02/2010-01-02-00001303.md +++ b/content/quotes/2010/01/02/2010-01-02-00001303.md @@ -1,11 +1,13 @@ --- title: 「私はこのハンバーガーでいい」って言われりゃ、そうだねって言うしかない。 author: kazu634 -date: 2010-01-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5031;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-02T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/08/2010-01-08-00001307.md b/content/quotes/2010/01/08/2010-01-08-00001307.md index e65de2a..c018bcc 100644 --- a/content/quotes/2010/01/08/2010-01-08-00001307.md +++ b/content/quotes/2010/01/08/2010-01-08-00001307.md @@ -1,11 +1,13 @@ --- title: そんなことを訊かれても author: kazu634 -date: 2010-01-08 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5047;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-08T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md b/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md index 609cc50..c986016 100644 --- a/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md +++ b/content/quotes/2010/01/12/2010-01-12-numberからの引用-2.md @@ -1,11 +1,13 @@ --- title: Numberからの引用 author: kazu634 -date: 2010-01-12 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5057;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/01/16/2010-01-16-00001310.md b/content/quotes/2010/01/16/2010-01-16-00001310.md index 8baed71..a7461fd 100644 --- a/content/quotes/2010/01/16/2010-01-16-00001310.md +++ b/content/quotes/2010/01/16/2010-01-16-00001310.md @@ -1,11 +1,13 @@ --- title: 他人と過去は変えられないけど、自分と未来は変えられる。 author: kazu634 -date: 2010-01-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5059;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-16T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/17/2010-01-17-00001313.md b/content/quotes/2010/01/17/2010-01-17-00001313.md index e4a7bf2..d8010fc 100644 --- a/content/quotes/2010/01/17/2010-01-17-00001313.md +++ b/content/quotes/2010/01/17/2010-01-17-00001313.md @@ -1,11 +1,13 @@ --- title: 世の中に「問う」人がアーティストだと思う author: kazu634 -date: 2010-01-17 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5061;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-17T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/24/2010-01-24-00001315.md b/content/quotes/2010/01/24/2010-01-24-00001315.md index be4c638..ab9218d 100644 --- a/content/quotes/2010/01/24/2010-01-24-00001315.md +++ b/content/quotes/2010/01/24/2010-01-24-00001315.md @@ -1,11 +1,13 @@ --- title: 自分のやり方が一つしかない人 author: kazu634 -date: 2010-01-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5071;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/01/24/2010-01-24-00001316.md b/content/quotes/2010/01/24/2010-01-24-00001316.md index 0b5836d..1983a19 100644 --- a/content/quotes/2010/01/24/2010-01-24-00001316.md +++ b/content/quotes/2010/01/24/2010-01-24-00001316.md @@ -1,11 +1,13 @@ --- title: 与えられた環境でベストを尽くす author: kazu634 -date: 2010-01-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5069;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md b/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md index 6598c00..4d72a9e 100644 --- a/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md +++ b/content/quotes/2010/01/24/2010-01-24-if-you-work-really-hard-and-youre-kind-amazing-thing-will-happen.md @@ -1,11 +1,13 @@ --- title: If you work really hard, and you’re kind, amazing thing will happen. author: kazu634 -date: 2010-01-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5073;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/29/2010-01-29-00001319.md b/content/quotes/2010/01/29/2010-01-29-00001319.md index 495dc38..a8ca7e2 100644 --- a/content/quotes/2010/01/29/2010-01-29-00001319.md +++ b/content/quotes/2010/01/29/2010-01-29-00001319.md @@ -1,11 +1,13 @@ --- title: 世の中には長い時間をかけないとできないことがある author: kazu634 -date: 2010-01-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5079;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/01/30/2010-01-30-00001320.md b/content/quotes/2010/01/30/2010-01-30-00001320.md index f0db55b..e92edca 100644 --- a/content/quotes/2010/01/30/2010-01-30-00001320.md +++ b/content/quotes/2010/01/30/2010-01-30-00001320.md @@ -1,11 +1,13 @@ --- title: 『対訳 21世紀に生きる君たちへ』からの引用 author: kazu634 -date: 2010-01-30 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5083;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-30T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/01/30/2010-01-30-00001321.md b/content/quotes/2010/01/30/2010-01-30-00001321.md index e47303c..2f6afd6 100644 --- a/content/quotes/2010/01/30/2010-01-30-00001321.md +++ b/content/quotes/2010/01/30/2010-01-30-00001321.md @@ -1,11 +1,13 @@ --- title: 『自由をつくる自在に生きる (集英社新書 520C)』からの引用 author: kazu634 -date: 2010-01-30 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5085;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-30T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/01/31/2010-01-31-00001323.md b/content/quotes/2010/01/31/2010-01-31-00001323.md index bbb8de1..014ccc0 100644 --- a/content/quotes/2010/01/31/2010-01-31-00001323.md +++ b/content/quotes/2010/01/31/2010-01-31-00001323.md @@ -1,11 +1,13 @@ --- title: 人生には、本当はこれが最後ということがたくさんあって author: kazu634 -date: 2010-01-31 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5087;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-01-31T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/02/02/2010-02-02-00001324.md b/content/quotes/2010/02/02/2010-02-02-00001324.md index 186294e..69927a3 100644 --- a/content/quotes/2010/02/02/2010-02-02-00001324.md +++ b/content/quotes/2010/02/02/2010-02-02-00001324.md @@ -1,11 +1,13 @@ --- title: 才能というのは、研いでないナイフのようなものだ。 author: kazu634 -date: 2010-02-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5097;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-02-02T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/02/03/2010-02-03-00001325.md b/content/quotes/2010/02/03/2010-02-03-00001325.md index 9fa33e0..682731d 100644 --- a/content/quotes/2010/02/03/2010-02-03-00001325.md +++ b/content/quotes/2010/02/03/2010-02-03-00001325.md @@ -1,11 +1,13 @@ --- title: 「私のような人間はこの世にいてはならない」という自分自身に対する呪い author: kazu634 -date: 2010-02-03 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5099;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-02-03T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/02/21/2010-02-21-00001333.md b/content/quotes/2010/02/21/2010-02-21-00001333.md index 866e554..845cadb 100644 --- a/content/quotes/2010/02/21/2010-02-21-00001333.md +++ b/content/quotes/2010/02/21/2010-02-21-00001333.md @@ -1,11 +1,13 @@ --- title: 真実が受け入れられるには3つの段階があるよ author: kazu634 -date: 2010-02-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5127;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-02-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md b/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md index 0456291..b2396d0 100644 --- a/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md +++ b/content/quotes/2010/03/10/2010-03-10-the-competitor-to-be-feared.md @@ -1,11 +1,13 @@ --- title: The competitor to be feared… author: kazu634 -date: 2010-03-10 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5157;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-10T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/22/2010-03-22-00001341.md b/content/quotes/2010/03/22/2010-03-22-00001341.md index 717ce12..004e53e 100644 --- a/content/quotes/2010/03/22/2010-03-22-00001341.md +++ b/content/quotes/2010/03/22/2010-03-22-00001341.md @@ -1,11 +1,13 @@ --- title: '「Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 4/1号 [雑誌]」で気になった部分' author: kazu634 -date: 2010-03-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5175;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-22T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md b/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md index 2086343..6fc18ee 100644 --- a/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md +++ b/content/quotes/2010/03/22/2010-03-22-気になった文章-6.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2010-03-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5179;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-22T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md b/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md index bb37519..7cd9840 100644 --- a/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md +++ b/content/quotes/2010/03/25/2010-03-25-気になった文章-from-tumblr-2.md @@ -1,11 +1,13 @@ --- title: 気になった文章 from tumblr author: kazu634 -date: 2010-03-25 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5185;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-25T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md b/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md index 0e16115..7d7c61b 100644 --- a/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md +++ b/content/quotes/2010/03/26/2010-03-26-気になった文章-from-tumblr-3.md @@ -1,11 +1,13 @@ --- title: 気になった文章 from Tumblr author: kazu634 -date: 2010-03-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5189;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md b/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md index 386227e..34ecae0 100644 --- a/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md +++ b/content/quotes/2010/03/28/2010-03-28-気になった文章-from-tumblr-4.md @@ -1,11 +1,13 @@ --- title: 気になった文章 from Tumblr author: kazu634 -date: 2010-03-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5197;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/03/29/2010-03-29-00001347.md b/content/quotes/2010/03/29/2010-03-29-00001347.md index 00eb426..cc0d6be 100644 --- a/content/quotes/2010/03/29/2010-03-29-00001347.md +++ b/content/quotes/2010/03/29/2010-03-29-00001347.md @@ -1,11 +1,13 @@ --- title: ぴあで気になった部分 author: kazu634 -date: 2010-03-29 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5201;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-03-29T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md b/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md index 625e993..50ddb8f 100644 --- a/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md +++ b/content/quotes/2010/04/20/2010-04-20-numberで気になった部分-2.md @@ -1,11 +1,13 @@ --- title: Numberで気になった部分 author: kazu634 -date: 2010-04-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5231;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-04-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md b/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md index d52aa1a..ab6f831 100644 --- a/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md +++ b/content/quotes/2010/04/24/2010-04-24-気になった文章-7.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2010-04-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5237;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-04-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - web ---
    diff --git a/content/quotes/2010/05/30/2010-05-30-00001366.md b/content/quotes/2010/05/30/2010-05-30-00001366.md index 1b14e64..5d3f0b9 100644 --- a/content/quotes/2010/05/30/2010-05-30-00001366.md +++ b/content/quotes/2010/05/30/2010-05-30-00001366.md @@ -1,11 +1,13 @@ --- title: 『イチロー・インタヴューズ (文春新書)』で気になった部分 author: kazu634 -date: 2010-05-30 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5267;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-05-30T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md b/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md index ae6dc1e..c23545a 100644 --- a/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md +++ b/content/quotes/2010/06/22/2010-06-22-気になった文章-8.md @@ -1,11 +1,13 @@ --- title: 気になった文章 author: kazu634 -date: 2010-06-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5289;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-06-22T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/06/26/2010-06-26-00001373.md b/content/quotes/2010/06/26/2010-06-26-00001373.md index bb25708..3630037 100644 --- a/content/quotes/2010/06/26/2010-06-26-00001373.md +++ b/content/quotes/2010/06/26/2010-06-26-00001373.md @@ -1,11 +1,13 @@ --- title: 『究極の鍛錬』で気になった部分 author: kazu634 -date: 2010-06-26 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5299;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-06-26T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/07/23/2010-07-23-00001375.md b/content/quotes/2010/07/23/2010-07-23-00001375.md index 8a1d64a..283e383 100644 --- a/content/quotes/2010/07/23/2010-07-23-00001375.md +++ b/content/quotes/2010/07/23/2010-07-23-00001375.md @@ -1,11 +1,13 @@ --- title: Winner Stands Alone で気になった部分 author: kazu634 -date: 2010-07-23 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5307;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-07-23T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/08/15/2010-08-15-00001376.md b/content/quotes/2010/08/15/2010-08-15-00001376.md index dcc3014..8d3832a 100644 --- a/content/quotes/2010/08/15/2010-08-15-00001376.md +++ b/content/quotes/2010/08/15/2010-08-15-00001376.md @@ -1,11 +1,13 @@ --- title: 仮想化についての記事 author: kazu634 -date: 2010-08-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5321;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-08-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md b/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md index 891f420..d250567 100644 --- a/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md +++ b/content/quotes/2010/08/15/2010-08-15-気になった言葉-4.md @@ -1,11 +1,13 @@ --- title: 気になった言葉 author: kazu634 -date: 2010-08-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5323;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-08-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md b/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md index 025428e..ecf16d9 100644 --- a/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md +++ b/content/quotes/2010/08/21/2010-08-21-気になった言葉-5.md @@ -1,11 +1,13 @@ --- title: 気になった言葉 author: kazu634 -date: 2010-08-21 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5327;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-08-21T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/08/28/2010-08-28-00001377.md b/content/quotes/2010/08/28/2010-08-28-00001377.md index 81d0ed1..d23d550 100644 --- a/content/quotes/2010/08/28/2010-08-28-00001377.md +++ b/content/quotes/2010/08/28/2010-08-28-00001377.md @@ -1,11 +1,13 @@ --- title: 「WEB+DB PRESS Vol.58」で気になった部分 author: kazu634 -date: 2010-08-28 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5331;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-08-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
    diff --git a/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md b/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md index eb40f23..0a891ba 100644 --- a/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md +++ b/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md @@ -1,31 +1,32 @@ --- title: 気になった言葉 author: kazu634 -date: 2010-09-16 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5351;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-09-16T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book ---

    Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 9/30号 [雑誌]」で気になった言葉です:

    - +
    • 「オレはさ、野球の神様の信者なんだよ。ダッシュでも、たまには1本くらいサボりたくなるけど、そういうことは絶対に神様が見ていると思うんだ。野球に対して、ウソをついたら、絶対に神様は見抜くよ」 (ヤクルトスワローズ・山本 昌)
    - +
    • 「南アフリカW杯の組織的な守備をワンランク上げ、さらに攻撃的に仕掛けていくサッカー」を作り上げるじんざいとして、ザックことザッケローニ監督を招聘したという。(原 博実 日本サッカー協会 技術委員長)
    - +
    • 「人間だからみんなにいい人だって言われたいけどそれは無理なんだよね。最後にどうするかと言ったら私心なく、無心になって決める。私心なく決断する事で、いつかは分かってくれるんじゃないかな、と僕は信じています」 (岡田武史) diff --git a/content/quotes/2010/09/30/2010-09-30-00001396.md b/content/quotes/2010/09/30/2010-09-30-00001396.md index c221142..83bc134 100644 --- a/content/quotes/2010/09/30/2010-09-30-00001396.md +++ b/content/quotes/2010/09/30/2010-09-30-00001396.md @@ -1,11 +1,15 @@ --- title: Sports Graphic Number PLUS 2010 October イビチャ・オシム日本サッカーに告ぐ。で気になった部分 author: kazu634 -date: 2010-09-30 +date: 2010-09-30T15:04:05Z wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5353;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2010/10/03/2010-10-03-00001398.md b/content/quotes/2010/10/03/2010-10-03-00001398.md index aa6ed00..8ba16f8 100644 --- a/content/quotes/2010/10/03/2010-10-03-00001398.md +++ b/content/quotes/2010/10/03/2010-10-03-00001398.md @@ -1,11 +1,15 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 10/14号 [雑誌]』で気になった部分' author: kazu634 -date: 2010-10-03 +date: 2010-10-03T15:04:05Z wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5357;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md b/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md index 9ad82c3..e6c4c00 100644 --- a/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md +++ b/content/quotes/2010/10/19/2010-10-19-気になった言葉-7.md @@ -1,11 +1,15 @@ --- title: 気になった言葉 author: kazu634 -date: 2010-10-19 +date: 2010-10-19T15:04:05Z wordtwit_post_info: - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5365;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2010/12/20/2010-12-20-00001438.md b/content/quotes/2010/12/20/2010-12-20-00001438.md index ce8da98..fca4587 100644 --- a/content/quotes/2010/12/20/2010-12-20-00001438.md +++ b/content/quotes/2010/12/20/2010-12-20-00001438.md @@ -1,11 +1,13 @@ --- title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 12/23号 [雑誌]』で気になった部分' author: kazu634 -date: 2010-12-20 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5397;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-12-20T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2011/01/24/2011-01-24-00001453.md b/content/quotes/2011/01/24/2011-01-24-00001453.md index 621020d..cdc10cc 100644 --- a/content/quotes/2011/01/24/2011-01-24-00001453.md +++ b/content/quotes/2011/01/24/2011-01-24-00001453.md @@ -1,11 +1,13 @@ --- title: 『武道的思考』で気になった部分 author: kazu634 -date: 2011-01-24 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5409;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2011-01-24T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2011/03/14/2011-03-14-00001461.md b/content/quotes/2011/03/14/2011-03-14-00001461.md index 14c8722..5acd38d 100644 --- a/content/quotes/2011/03/14/2011-03-14-00001461.md +++ b/content/quotes/2011/03/14/2011-03-14-00001461.md @@ -1,11 +1,13 @@ --- title: 『数学ガール 乱択アルゴリズム (数学ガールシリーズ 4)』で気になった部分 author: kazu634 -date: 2011-03-14 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5419;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2011-03-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2011/05/02/2011-05-02-00001477.md b/content/quotes/2011/05/02/2011-05-02-00001477.md index d70b89d..e38dd38 100644 --- a/content/quotes/2011/05/02/2011-05-02-00001477.md +++ b/content/quotes/2011/05/02/2011-05-02-00001477.md @@ -1,11 +1,13 @@ --- title: 『MORI LOG ACADEMY〈5〉なんとなくクリスマス (ダ・ヴィンチブックス)』で気になった部分 author: kazu634 -date: 2011-05-02 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5425;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2011-05-02T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book ---
      diff --git a/content/quotes/2011/05/14/2011-05-14-00001490.md b/content/quotes/2011/05/14/2011-05-14-00001490.md index 6e716cf..e4ad918 100644 --- a/content/quotes/2011/05/14/2011-05-14-00001490.md +++ b/content/quotes/2011/05/14/2011-05-14-00001490.md @@ -1,13 +1,13 @@ --- title: Mori Log Academy 6で気になった部分 author: kazu634 -date: 2011-05-14 -has_been_twittered: - - yes -tmac_last_id: - - 303816751190269953 +date: 2011-05-14T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- Mori Log Academyで気になった部分です: diff --git a/content/quotes/2011/05/15/2011-05-15-00001493.md b/content/quotes/2011/05/15/2011-05-15-00001493.md index 3382e6c..65f1989 100644 --- a/content/quotes/2011/05/15/2011-05-15-00001493.md +++ b/content/quotes/2011/05/15/2011-05-15-00001493.md @@ -1,13 +1,13 @@ --- title: 『もしドラ』で気になった部分 author: kazu634 -date: 2011-05-15 -has_been_twittered: - - yes -tmac_last_id: - - 303816750867304448 +date: 2011-05-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- ちょっと遅いのですが、『もしドラ』を読みましたよ。ぐいぐい読み進ませてくれるし、マネジメントを実際に応用するにはどうしたらいいかを実際に見せてくれる点で良かったと思います。 @@ -15,15 +15,15 @@ categories: 以下、気になった部分です。イノベーションについて: > これに対してイノベーションの戦略は、既存のものはすべて陳腐化すると仮定する。したがって既存事業についての戦略の指針が、よりよくより多くのものであるとすれば、イノベーションについての戦略の指針は、より新しくより違ったものでなければならない。 -> +> > イノベーションの戦略の一歩は、古いもの、死につつあるもの、陳腐化したものを計画的かつ体系的に捨てることである。イノベーションを行う組織は、昨日を守るために時間と資源を使わない。昨日を捨ててこそ、資源、特に人材という貴重な資源を新しいもののために解放できる。 -イノベーションについては、最近のdotcloudなどのIaaSなどを見ていて、環境を用意するのに必要となるコストが比較の上で0になってきているなぁ、と思ったところです。どうにかして社内の検証環境も、構築コストを0に近づけられるようにしていきたいです。 There was a problem connecting to Twitter. +イノベーションについては、最近のdotcloudなどのIaaSなどを見ていて、環境を用意するのに必要となるコストが比較の上で0になってきているなぁ、と思ったところです。どうにかして社内の検証環境も、構築コストを0に近づけられるようにしていきたいです。 There was a problem connecting to Twitter. 成果について: > あらゆる組織が、事なかれ主義の誘惑にさらされる。だが組織の健全さとは、高度の基準の要求である。自己目標管理が必要とされるのも、高度の基準が必要だからである。 -> +> > 成果とは何かを理解しなければならない。成果とは百発百中のことではない。百発百中は曲芸である。成果とは長期のものである。すなわち、まちがいや失敗をしない者を信用してはならないということである。それは、見せかけか、無難なこと、くだらないことにしか手をつけない者である。成果とは打率である。弱みがないことを評価してはならない。そのようなことでは、意欲を失わせ、士気を損なう。人は、優れているほど多くの間違いを犯す。優れているほど新しいことを試みる。

      diff --git a/content/quotes/2011/05/22/2011-05-22-00001496.md b/content/quotes/2011/05/22/2011-05-22-00001496.md index 4723a6e..1e8bc57 100644 --- a/content/quotes/2011/05/22/2011-05-22-00001496.md +++ b/content/quotes/2011/05/22/2011-05-22-00001496.md @@ -1,13 +1,13 @@ --- title: なんで言葉もしゃべれない奴にパスを出さないといけないんだ? author: kazu634 -date: 2011-05-22 -has_been_twittered: - - yes -tmac_last_id: - - 303816745184014336 +date: 2011-05-22T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- Numberで気になった言葉です: diff --git a/content/quotes/2011/06/05/2011-06-05-00001501.md b/content/quotes/2011/06/05/2011-06-05-00001501.md index 1dea2e0..19c0732 100644 --- a/content/quotes/2011/06/05/2011-06-05-00001501.md +++ b/content/quotes/2011/06/05/2011-06-05-00001501.md @@ -1,13 +1,13 @@ --- title: Mori Log Academy 7で気になった部分 author: kazu634 -date: 2011-06-05 -has_been_twittered: - - yes -tmac_last_id: - - 303816738263400450 +date: 2011-06-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- Mori Log Academy 7で気になった言葉です: diff --git a/content/quotes/2011/06/25/2011-06-25-00001506.md b/content/quotes/2011/06/25/2011-06-25-00001506.md index cf2a973..733aa98 100644 --- a/content/quotes/2011/06/25/2011-06-25-00001506.md +++ b/content/quotes/2011/06/25/2011-06-25-00001506.md @@ -1,13 +1,11 @@ --- title: 先賢から受け継いだギフトを次の世代に継承することが、大人としての最大の責任 author: kazu634 -date: 2011-06-25 -has_been_twittered: - - yes -tmac_last_id: - - 303816731321831424 +date: 2011-06-25T15:04:05Z categories: - + - Quotes +tags: + - book --- Numberで気になった言葉です。今回はサッカーの監督特集でしたよ: diff --git a/content/quotes/2011/08/19/2011-08-19-00001518.md b/content/quotes/2011/08/19/2011-08-19-00001518.md index e851bb5..de797d2 100644 --- a/content/quotes/2011/08/19/2011-08-19-00001518.md +++ b/content/quotes/2011/08/19/2011-08-19-00001518.md @@ -1,14 +1,14 @@ --- title: Number で気になった部分 author: kazu634 -date: 2011-08-19 -has_been_twittered: - - yes -tmac_last_id: - - 303816709083631616 +date: 2011-08-19T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book + --- Numberで気になった部分です: diff --git a/content/quotes/2012/01/01/2012-01-01-00001539.md b/content/quotes/2012/01/01/2012-01-01-00001539.md index 1f6b606..6c24c64 100644 --- a/content/quotes/2012/01/01/2012-01-01-00001539.md +++ b/content/quotes/2012/01/01/2012-01-01-00001539.md @@ -1,13 +1,13 @@ --- title: Numberで気になった部分 author: kazu634 -date: 2012-01-01 -has_been_twittered: - - yes -tmac_last_id: - - 303816679358615552 +date: 2012-01-01T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- Numberで気になった部分です: diff --git a/content/quotes/2012/01/07/2012-01-07-00001540.md b/content/quotes/2012/01/07/2012-01-07-00001540.md index cd7db59..469ac42 100644 --- a/content/quotes/2012/01/07/2012-01-07-00001540.md +++ b/content/quotes/2012/01/07/2012-01-07-00001540.md @@ -1,13 +1,13 @@ --- title: Math Girls (『数学ガール』の英訳)で気になった部分 (まだ途中) author: kazu634 -date: 2012-01-07 -has_been_twittered: - - yes -tmac_last_id: - - 303816679358615552 +date: 2012-01-07T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 数学ガールの英訳を入手しました。 @@ -20,20 +20,20 @@ categories: 意識の高い、大学受験を狙う高校生は日本語と英訳を買って、一冊読んでみるのがオススメ。英語と数学の勉強になる。読んでて楽しいし、自分がまだ家庭教師のバイトをしていたら絶対にテキストに採用していたとおもう。 -[2012/1/16追記] There was a problem connecting to Twitter. There was a problem connecting to Twitter. +[2012/1/16追記] There was a problem connecting to Twitter. There was a problem connecting to Twitter. さてさて英訳で気になった部分は以下の通りです: > Mathematics is timeless. - + > When I think back on those days, equations seem to pop into my head and fresh ideas flow like a spring. Equations don’t fade with the passage of time. Even today they reveal to us the insights of giants: Euclid, Gauss, Euler. - + > Mathematics is ageless. - + > Through equations, I can share the experience of mathematicians from ages past. They might have worked their proofs hundreds of years ago, but when I trace the path of their logic, the thrill that fills me is mine. - + > Mathematics leads me into deep forests and reveals hidden treasures. It’s a competition of intellect, a thrilling game where finding the most powerful soution to a problems is the goal. It is drama. It is battle. > Math isn’t about dredging up half-remembered formulas. It’s about making new discoveries. Sure, there are some things that require rote memorization: the names of people and places, words, the symbols of the elements. But math isn’t like that. With a math problem, you have a set of rules. You have tools and aterials, laid out on the table in front of you. Math’s not about _memorizing_, it’s about _thinking_. Or at least, that’s what it is to me. @@ -41,7 +41,7 @@ categories: > If you only saw the 1,2,3,4, then you’d expect the next number to be 5. But you’d be wrong. Rules won’t always reveal themselves in a small sample. > Mathematicians are always the lookout for useful concepts to help build the world of mathematics. When they find something really good, they give it a name. That’s what a definition is. So you _could_ - + > define the primes to include 1 if you wanted to. But there’s a difference between a _possible_ definition and a _useful_ one. > Well, it’s not like you have to get a PhD, but when you’re reading math, you do have to make an effort to get into it. Don’t just read it, write it out. That’s the only way to be sure you really understand. diff --git a/content/quotes/2013/01/03/2013-01-03-00001577.md b/content/quotes/2013/01/03/2013-01-03-00001577.md index 2d42e38..122088e 100644 --- a/content/quotes/2013/01/03/2013-01-03-00001577.md +++ b/content/quotes/2013/01/03/2013-01-03-00001577.md @@ -1,14 +1,13 @@ --- title: 言葉には”背景”がある author: kazu634 -date: 2013-01-03 -has_been_twittered: - - yes -tmac_last_id: - - 303816625591816192 +date: 2013-01-03T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book --- Numberを読んでいて気になった言葉です: @@ -30,29 +29,29 @@ Numberを読んでいて気になった言葉です:

      Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]
      - + - +
      diff --git a/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md b/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md index 9652fbb..36f0684 100644 --- a/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md +++ b/content/quotes/2013/03/06/2013-03-06-quote_from_night_is_waiting_for_you.md @@ -1,30 +1,28 @@ --- title: 夜は、待っている。で気になった部分 author: kazu634 -date: 2013-03-06 +date: 2013-03-06T15:04:05Z excerpt: 「忘れてないよ」のいちばんの表現は「会う」だよねー。 -has_been_twittered: - - yes -tmac_last_id: - - 325244763651592193 +author: + - kazu634 categories: - - -format: quote + - Quotes +tags: + - book --- 夜は、待っている。 (Hobonichi books)で気になった部分です: > ぼくは、じぶんが参考にする意見としては、 - + > 「よりスキャンダラスでないほう」を選びます。 - + > 「より脅かしてないほう」を選びます。 - + > 「より正義を語らないほう」を選びます。 - + > 「より失礼でないほう」を選びます。 - + > そして「よりユーモアのあるほう」を選びます。   @@ -34,17 +32,17 @@ format: quote   > 「どちらの判断も尊い」と思うことに決めました。 - + > 「右往左往」してなんにもならないよりは、 - + > 反対側のリスクを覚悟して「右往」のみに決める。 - + > そういうふうに判断していきます。 - + > 行けなかった反対側が少数になるのか、 - + > 多数になるのかもわからないのですが、 - + > 「判断をしない」のがいちばんよくないのです。 * * * @@ -53,29 +51,29 @@ format: quote
      夜は、待っている。 (Hobonichi books)
      - +
      - +
      糸井重里
      東京糸井重里事務所
      売り上げランキング: 16,413
      - +
      - +
      diff --git a/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md b/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md index 008fe81..06c9f42 100644 --- a/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md +++ b/content/quotes/2013/08/13/2013-08-13-reading_training_practice_by_tatsuru_uchida.md @@ -1,21 +1,13 @@ --- title: 『修行論』を読んで気になった部分 author: kazu634 -date: 2013-08-13 -geo_latitude: - - 38.305966 -geo_longitude: - - 141.030620 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1605;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1605;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 9223372036854775807 +date: 2013-08-13T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 修行とは: diff --git a/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md b/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md index 5b88e34..d66fad3 100644 --- a/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md +++ b/content/quotes/2013/09/06/2013-09-06-quote_from_number_20130905.md @@ -1,21 +1,13 @@ --- title: ディシプリンとフィジカルの強さ、並外れた敢闘精神 author: kazu634 -date: 2013-09-06 -geo_latitude: - - 35.726272 -geo_longitude: - - 139.766113 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1615;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";s:129:"ブログに新しい記事を投稿したよ: ディシプリンとフィジカルの強さ、並外れた敢闘精神 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1614;i:1;i:1615;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:148:"ブログに新しい記事を投稿したよ: ディシプリンとフィジカルの強さ、並外れた敢闘精神 - http://tinyurl.com/m92e4bq";}' -tmac_last_id: - - 439938426721157121 +date: 2013-09-06T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- ドイツサッカーについて、オシムのコメント: diff --git a/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md b/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md index 3c18275..3627270 100644 --- a/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md +++ b/content/quotes/2013/09/11/2013-09-11-ichiro_4000_hits.md @@ -1,21 +1,13 @@ --- title: 素人がプロの集団の中に入るのだから author: kazu634 -date: 2013-09-11 -geo_latitude: - - 35.726276 -geo_longitude: - - 139.766119 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1623;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1623;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 9223372036854775807 +date: 2013-09-11T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 4000本達成時にチームメートが祝福してくれたことについて: diff --git a/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md b/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md index 6b76fad..b7d0799 100644 --- a/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md +++ b/content/quotes/2014/09/28/2014-09-28-ivica_osim_talking_about_brazil_world_cup.md @@ -1,15 +1,13 @@ --- title: オシムがブラジルワールドカップについて author: kazu634 -date: 2014-09-28 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1777;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1777;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 527470227156516864 +date: 2014-09-28T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- ivica osim diff --git a/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md b/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md index 330eda9..0270c20 100644 --- a/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md +++ b/content/quotes/2014/10/04/2014-10-04-reading_before_the_startup.md @@ -1,15 +1,13 @@ --- title: ゲームの攻略法が効かなくなる領域に足を踏み出す author: kazu634 -date: 2014-10-04 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1783;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: ゲームの攻略法が効かなくなる領域に足を踏み出す - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:1782;i:1;i:1783;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: ゲームの攻略法が効かなくなる領域に足を踏み出す - http://tinyurl.com/kvpdyfh";}' -tmac_last_id: - - 528179892882800640 +date: 2014-10-04T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 久しぶりにPaul Graham のエッセーを読んだ。Shiroさんに言わせると丸くなったそうだけど、それでもPaul Graham節は健在な気がする。 diff --git a/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md b/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md index 2150ae4..40300d1 100644 --- a/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md +++ b/content/quotes/2014/10/05/2014-10-05-reading_phoenix_project.md @@ -1,15 +1,13 @@ --- title: 『the DevOps 逆転だ!究極の継続的デリバリー』を読む author: kazu634 -date: 2014-10-05 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1787;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:126:"ブログに新しい記事を投稿したよ: 『the DevOps 逆転だ!究極の継続的デリバリー』を読む - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1787;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:145:"ブログに新しい記事を投稿したよ: 『the DevOps 逆転だ!究極の継続的デリバリー』を読む - http://tinyurl.com/n72c9t8";}' -tmac_last_id: - - 528527127428096001 +date: 2014-10-05T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Winを読みました。これまで Agile や Dev/Ops と呼ばれる潮流について正直理解できていなかったのですが、これを読んで理解できたように感じます。要はものづくりの現場の改善活動の手法をITの分野に拡大していく潮流だったのですね。 diff --git a/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md b/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md index 46d4dc0..3ff2b89 100644 --- a/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md +++ b/content/quotes/2014/10/12/2014-10-12-excerpt_from_julius_caesar_to_the_banks_of_the_rubicon.md @@ -1,15 +1,13 @@ --- title: ユリウス・カエサル ルビコン以前──ローマ人の物語 IV を読む author: kazu634 -date: 2014-10-12 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1868;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1868;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 528919750982643712 +date: 2014-10-12T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 塩野七生のローマ人の物語を読んでいます。といっても英語版。日本語で読んだのは学生の時だから、あれから5年くらいかな。今が一番おもしろいカエサルのところを読んでいます。 diff --git a/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md b/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md index 869ed54..fdd2946 100644 --- a/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md +++ b/content/quotes/2014/11/03/2014-11-03-the-real-hero-is-always-a-hero-by-mistake.md @@ -1,15 +1,13 @@ --- title: The real hero is always a hero by mistake… author: kazu634 -date: 2014-11-02 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5482;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:101:"ブログに新しい記事を投稿したよ: The real hero is always a hero by mistake... - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5482;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 537964409151574016 +date: 2014-11-02T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- 「本当の英雄というのは、誤って英雄になってしまったのであって、他の人と同じように誠実な意気地なしになることを夢見ている」って、この見解は真実を射抜いている気がします。 diff --git a/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md b/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md index 72bcd0f..792c7f7 100644 --- a/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md +++ b/content/quotes/2014/11/15/2014-11-15-japanese-salarymen-work-overtime-for-appearances-sake.md @@ -1,15 +1,13 @@ --- title: 日本人が残業をするのは、生産的になろうとするためではない author: kazu634 -date: 2014-11-15 -tmac_last_id: - - 546288481656250369 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5523;}' -wordtwit_post_info: - - 'O:8:"stdClass":14:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:142:"ブログに新しい記事を投稿したよ: 日本人が残業をするのは、生産的になろうとするためではな… - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:3;s:13:"tweet_log_ids";a:2:{i:0;i:5521;i:1;i:5523;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}s:4:"text";s:161:"ブログに新しい記事を投稿したよ: 日本人が残業をするのは、生産的になろうとするためではな… - http://tinyurl.com/nw83k9r";}' +date: 2014-11-15T15:04:05Z +author: + - kazu634 categories: - + - Quotes +tags: + - book --- Crushed Salaryman diff --git a/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md b/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md index 4062eb1..e1bad13 100644 --- a/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md +++ b/content/quotes/2014/12/12/2014-12-12-favorite-quote-from-galaxy-heroes-01.md @@ -1,16 +1,13 @@ --- title: 銀河英雄伝説1黎明編で気になった部分 author: kazu634 -date: 2014-12-12 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5556;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:109:"ブログに新しい記事を投稿したよ: 銀河英雄伝説1黎明編で気になった部分 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5556;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 559722924735606784 +date: 2014-12-12T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book --- 銀河英雄伝説 1 黎明編 (創元SF文庫)を読んでいて、気になった部分です: diff --git a/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md b/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md index b75f902..20d4510 100644 --- a/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md +++ b/content/quotes/2015/01/04/2015-01-04-favorite-quote-from-galaxy-heroes-02.md @@ -1,16 +1,13 @@ --- title: 銀河英雄伝説2で気になった部分 author: kazu634 -date: 2015-01-04 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5577;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:100:"ブログに新しい記事を投稿したよ: 銀河英雄伝説2で気になった部分 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5577;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 569492548240191488 +date: 2015-01-04T15:04:05Z +author: + - kazu634 categories: - - 読書 - + - Quotes +tags: + - book --- 銀河英雄伝説2で気になった部分です: diff --git a/content/quotes/2015/11/14/2015-11-14-6759.md b/content/quotes/2015/11/14/2015-11-14-6759.md index afa5314..17a35b5 100644 --- a/content/quotes/2015/11/14/2015-11-14-6759.md +++ b/content/quotes/2015/11/14/2015-11-14-6759.md @@ -1,13 +1,13 @@ --- title: 『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』で気になった部分 author: kazu634 -date: 2015-11-14 -tmac_last_id: - - 665467417506770944 +date: 2015-11-14T15:04:05Z +author: + - kazu634 categories: - - - + - Quotes +tags: + - book --- 『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』で気になった部分です: @@ -29,29 +29,29 @@ categories:
      ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)
      - + - +
      diff --git a/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md b/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md index d24a7b5..ee0d65f 100644 --- a/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md +++ b/content/quotes/2015/12/17/2015-12-17-people-stops-to-think-when-facing-surprises.md @@ -1,10 +1,13 @@ --- title: サプライズに直面すると人は考え始めるものです author: kazu634 -date: 2015-12-17 +date: 2015-12-17T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book description: Sports Graphics Numberを読んで気になった部分 --- diff --git a/content/quotes/2015/12/28/2015-12-28-6809.md b/content/quotes/2015/12/28/2015-12-28-6809.md index e64feea..a79a544 100644 --- a/content/quotes/2015/12/28/2015-12-28-6809.md +++ b/content/quotes/2015/12/28/2015-12-28-6809.md @@ -1,12 +1,15 @@ --- title: 日本代表が築いてきたアドバンテージが、急速に失われてしまうことに他なりません author: kazu634 -date: 2015-12-28 -isCJKLanguage: true +date: 2015-12-28T15:04:05Z +author: + - kazu634 categories: - - + - Quotes +tags: + - book description: W杯で南アフリカとの戦いに勝利した後のラグビー日本代表GM・岩渕健輔氏の言葉です + --- 岩渕健輔 ラグビー日本代表GMの言葉です: diff --git a/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md b/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md index 7093824..a75dfab 100644 --- a/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md +++ b/content/quotes/2016/01/03/2016-01-03-ken-takakura-interviews.md @@ -1,12 +1,14 @@ --- title: あなたが努力していることは必ず誰かが見ている。だから、手を抜かないでみんなでいい映画をつくろう author: kazu634 -date: 2016-01-02 -categories: - - +date: 2016-01-02T15:04:05Z +author: + - kazu634 description: 『高倉健インタビューズ』を読んで気になった部分をまとめています - +categories: + - Quotes +tags: + - book --- 『高倉健インタヴューズ』を読んで気になった部分を抜粋してみました。 diff --git a/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md b/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md index 0af8591..18fbdb5 100644 --- a/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md +++ b/content/quotes/2016/02/01/2016-02-01-quote-from-mathgirls.md @@ -1,7 +1,8 @@ +++ -Categories = [] -Description = "『数学ガール-ゲーテルの不完全性定理』を読んで気になった部分をまとめました。" -Tags = [] +author = "kazu634" +description = "『数学ガール-ゲーテルの不完全性定理』を読んで気になった部分をまとめました。" +categories = ["Quotes"] +tags = ["book"] date = "2016-02-01T11:49:22+08:00" title = "新しい道へ進むときには、誰でもためらうものなんだよ" +++ diff --git a/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md b/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md index ae0d5e8..11d22cc 100644 --- a/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md +++ b/content/quotes/2016/02/14/2016-02-14-quote-from-mizuno-yoshiki-20160214.md @@ -1,10 +1,11 @@ +++ -Categories = [] -Description = "いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について" -Tags = [] +author = "kazu634" +description = "いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について" +categories = ["Quotes"] +tags = ["book"] date = "2016-02-14T23:10:46+08:00" title = "人間とは”感じとる”いきものだ" -images = ["https://farm3.staticflickr.com/2750/4236375007_ae06de0927_z.jpg"] + +++ いきものがかりのギター・リードを担当する水野良樹さんが語る「感じ取られるべきもの」について: diff --git a/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md b/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md index 7b290ae..f95bbcf 100644 --- a/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md +++ b/content/quotes/2016/02/22/2016-02-22-re-create-japan-rugby.md @@ -1,10 +1,11 @@ +++ -Categories = [] -Description = "日本ラグビーの今後の指導方針についての提言。Numberからの引用です" -Tags = [] +author = "kazu634" +description = "日本ラグビーの今後の指導方針についての提言。Numberからの引用です" +categories = ["Quotes"] +tags = ["book"] date = "2016-02-22T23:30:27+08:00" title = "おそろしくたくさん練習した日本は南アフリカに勝てた" -images = ["images/21776716854_3e379726b2_z.jpg"] + +++ 日本ラグビーの今後の指導方針についての提言。Numberからの引用です: diff --git a/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md b/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md index 175781b..0ea26a6 100644 --- a/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md +++ b/content/quotes/2016/03/19/2016-03-19-quote-from-math-girls-random-selection-algorithms.md @@ -1,10 +1,11 @@ +++ -Categories = [] -Description = "『数学ガール/乱択アルゴリズム』で気になった部分を引用しています。「約束は、意思の表明だ。きみはーーどんな道を歩む?」" -Tags = [] +author = "kazu634" +description = "『数学ガール/乱択アルゴリズム』で気になった部分を引用しています。「約束は、意思の表明だ。きみはーーどんな道を歩む?」" +categories = ["Quotes"] +tags = ["book"] date = "2016-03-19T22:37:00+08:00" title = "約束を守らないのは、悪者。約束が守れなくなるのは事故。でも……約束をしないのは弱虫だ" -images = ["images/3676624894_ee4142a611_z.jpg"] + +++ 『数学ガール/乱択アルゴリズム』で気になった部分です: diff --git a/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md b/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md index 6a0e82f..b3278e2 100644 --- a/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md +++ b/content/quotes/2016/03/27/2016-03-27-important-thing-is-to-know-the-current-situation.md @@ -1,10 +1,11 @@ +++ -Categories = [] -Description = "「このことは、地図に限らない、マニュアルであったり、あるいはハウツー本であったり、他人からのアドバイスであったり、あらゆる「案内」において、最も難しいのは、自分の状態を把握することなのだ」そうだけれども、自分の状態を把握することに時間がかかる人はセンスが無いということなのか…" -Tags = [] +author = "kazu634" +description = "「このことは、地図に限らない、マニュアルであったり、あるいはハウツー本であったり、他人からのアドバイスであったり、あらゆる「案内」において、最も難しいのは、自分の状態を把握することなのだ」そうだけれども、自分の状態を把握することに時間がかかる人はセンスが無いということなのか…" +categories = ["Quotes"] +tags = ["book"] date = "2016-03-27T20:45:32+08:00" title = "あらゆる「案内」において、最も難しいのは、自分の状態を把握すること" -images = ["images/11357463_fc442ad946.jpg"] + +++ 昔のメモを読み返してみたところ、『MORI LOG ACADEMY (4) 投げたらあかん!』でこんなことが書いてあって、メモをしていた: diff --git a/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md b/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md index 76fcb24..23bc998 100644 --- a/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md +++ b/content/quotes/2018/05/20/2018-05-20-mathgirl-poincare-conjecture-quote.md @@ -1,10 +1,11 @@ +++ title = "数学ガール ポアンカレ予想で気になった部分" date = 2018-05-20T22:51:19+08:00 -Description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" -Tags = [] -Categories = [] -images = ["images/513qPks0l4L._SL160_.jpg"] +description = "数学ガール ポアンカレ予想で気になった部分を引用しておきます" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ [数学ガール/ポアンカレ予想 \(「数学ガール」シリーズ6\) ](https://www.amazon.co.jp/%E6%95%B0%E5%AD%A6%E3%82%AC%E3%83%BC%E3%83%AB-%E3%83%9D%E3%82%A2%E3%83%B3%E3%82%AB%E3%83%AC%E4%BA%88%E6%83%B3-%E3%80%8C%E6%95%B0%E5%AD%A6%E3%82%AC%E3%83%BC%E3%83%AB%E3%80%8D%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA6-%E7%B5%90%E5%9F%8E-%E6%B5%A9/dp/4797384786)で気になった部分を引用しておきます: diff --git a/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md b/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md index 2fabcb5..ed4d49c 100644 --- a/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md +++ b/content/quotes/2019/04/17/2019-04-17_Seikei-Izumono-Logistics-01.md @@ -1,9 +1,10 @@ +++ title = "星系出雲の兵站1で気になった部分" -date = 2019-04-17 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" -Tags = [] -Categories = [] +date = 2019-04-17T15:04:05Z +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" +++ 兵站にスポットを当てたSF小説ということで[星系出雲の兵站 1](https://www.amazon.co.jp/exec/obidos/ASIN/4150313407/simsnes-22/ref=nosim/)が紹介されていたので、読んでみました。 diff --git a/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md b/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md index a995076..1cb1b16 100644 --- a/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md +++ b/content/quotes/2019/05/26/2019-05-26-Seikei-Izumono-Logistics-3.md @@ -1,9 +1,10 @@ +++ title = "星系出雲の兵站3で気になった部分" -date = 2019-05-26 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" -Tags = [] -Categories = [] +date = 2019-05-26T15:04:05Z +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" +++ [前回](https://blog.kazu634.com/quotes/2019/04/17/2019-04-17_seikei-izumono-logistics-01/)兵站にスポットを当てたSF小説ということで[星系出雲の兵站 1](https://www.amazon.co.jp/exec/obidos/ASIN/4150313407/simsnes-22/ref=nosim/)を読みましたが、3巻目まで到達しました。 diff --git a/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md b/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md index 707c7dd..4478fed 100644 --- a/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md +++ b/content/quotes/2019/07/21/2019-07-21-quote-from-hanzawa-naoki.md @@ -1,9 +1,10 @@ +++ title = "物事の是非は、決断したときに決まるものではない。評価が定まるのは、常にあとになってからだ。" date = 2019-07-21T19:00:09+08:00 -Description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" -Tags = [] -Categories = [] +description = "半沢直樹を読みました。原作もテレビと同じでスカッとする活劇だったんですね!" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" image="" +++ diff --git a/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md b/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md index af0f152..73a1e4a 100644 --- a/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md +++ b/content/quotes/2019/07/26/2019-07-27-Jenson-Button-on-Joining-SuperGT.md @@ -1,10 +1,11 @@ +++ title = "レースに戻りたいとは思っても、F1に未練は感じなかったね" -date = 2019-07-16 -Description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" -Tags = [] -Categories = [] -images = ["https://live.staticflickr.com/4862/45016957865_5f33ef4891_z.jpg"] +date = 2019-07-16T15:04:05Z +description = "元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ 元F1レーサーのジェンソン・バトンがスーパーGTドライバーになるにあたってのコメントを引用しました: diff --git a/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md b/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md index 0378877..71fa55b 100644 --- a/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md +++ b/content/quotes/2019/07/30/2019-07-30-Seikei-Izumo-no-Logistics-4.md @@ -1,9 +1,10 @@ +++ title = "我々が未踏分野を切り開く。だからこそ、機械的に判断して機械的に動く。そうすれば何が足りないのか見えてくる" -date = 2019-08-04 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" -Tags = [] -Categories = [] +date = 2019-08-04T15:04:05Z +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" +++ 兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでいる『星系出雲の兵站』シリーズですが、4巻目まで到達しました。人類と似た生命体と遭遇した際に、人類はどのように交戦すべきかといったことが今回は語られていると思います。 diff --git a/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md b/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md index cff756a..af39577 100644 --- a/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md +++ b/content/quotes/2019/10/05/2019-10-05-rugby-japan-2019.md @@ -1,9 +1,10 @@ +++ title = "語弊を恐れず言えば、2015年W杯で日本が南アフリカに勝利したのは日本ラグビー界の「システムの勝利」ではありません" -date = 2019-10-05 -Description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" -Tags = [] -Categories = [] +date = 2019-10-05T15:04:05Z +description = "2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" +++ 2015年W杯直後の岩渕健輔 ラグビー日本代表GMのインタビュー記事を読み直しました。少数精鋭のタスクフォース型のチーム作りからの転換がうまくはまったのが今回の結果なのでしょう。 diff --git a/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md b/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md index caf3e3b..2c725c1 100644 --- a/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md +++ b/content/quotes/2020/01/19/2020-01-19-sekiei-izumono-2nd-01.md @@ -1,10 +1,11 @@ +++ title = "戦費全体で見れば、艦隊決戦は派手だが安い、膠着状態は地味だが、長期化により確実に社会の資産を食い尽くす。" -date = 2020-01-19 -Description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" -Tags = [] -Categories = [] -images = ["https://images-fe.ssl-images-amazon.com/images/I/51raFJDaLfL._SL160_.jpg"] +date = 2020-01-19T15:04:05Z +description = "兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでみました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ 兵站(= Military Logistics)にスポットを当てたSF小説ということで読んでいる『星系出雲の兵站』シリーズですが、新シリーズに突入しました。これからも読んでいきます。 diff --git a/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md b/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md index 4ef253b..6e1d5da 100644 --- a/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md +++ b/content/quotes/2020/01/25/2020-01-27-iwata-satoshi-quotes.md @@ -1,9 +1,10 @@ +++ title = "わたしはずっと前から、「自分が誰かと仕事をしたら『つぎもあいつと仕事がしたい』と言わせよう」というのがモットーだったんです。" -date = 2020-01-27 -Description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" -Tags = [] -Categories = [] +date = 2020-01-27T15:04:05Z +description = "『岩田聡はこんなことを話していた』を読んでいて、気になった部分をまとめてみました。" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" image = "" +++ diff --git a/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md b/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md index fbac146..12125d9 100644 --- a/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md +++ b/content/quotes/2020/03/2020-03-14-seikei-izumo-no-logisrtics-expedition-02-quotes.md @@ -1,10 +1,11 @@ +++ title = "結局、万人が納得するような綺麗でエレガントな解答などない。その事実を前に、自分たちは泥を被っていかねばならない。ただ泥をかぶるのは避けられないとしても、被る泥の量は減らせるのだ。" -date = 2020-03-13 -Description = "星系出雲兵站-遠征- 2で気になった部分" -Tags = [] -Categories = [] -images = ["https://m.media-amazon.com/images/I/51ZjJ8TjEpL._SL160_.jpg"] +date = 2020-03-13T15:04:05Z +description = "星系出雲兵站-遠征- 2で気になった部分" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ [星系出雲兵站-遠征- 2](https://www.amazon.co.jp/exec/obidos/ASIN/4150314012/simsnes-22/)で気になった部分をまとめました。異星人の死体を回収し、調査しなければいけなくなった際の戸惑いの部分です。異星人を知的生命体と認めるならば、倫理的な問題をどのように解決していくのか、そこが問題になってきますです。 diff --git a/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md b/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md index 2eeb0dd..029e7f5 100644 --- a/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md +++ b/content/quotes/2020/03/2020-03-22-seikei-izumo-no-logistics-expedition-03-quotes.md @@ -1,10 +1,11 @@ +++ title = "人は変わることができる。意識を変えねばならない状況に置かれれば彼も変わるだろう。" -date = 2020-03-22 -Description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" -Tags = [] -Categories = [] -images = ["https://m.media-amazon.com/images/I/51Dv5DmDJbL._SL160_.jpg"] +date = 2020-03-22T15:04:05Z +description = "星系出雲兵站-遠征- 3で気になった部分をまとめています" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ [星系出雲兵站-遠征- 3](https://www.amazon.co.jp/exec/obidos/ASIN/B084SVWRPL/simsnes-22/)で気になった部分をまとめました。 diff --git a/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md b/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md index 1b6c35a..0354f55 100644 --- a/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md +++ b/content/quotes/2020/06/2020-06-12-seikei-izumo-no-logistics-expedition-04-quotes.md @@ -1,10 +1,11 @@ +++ title = "自分が安全な場所にいて、部下だけが必要以上に危険に身を晒すようなことが我慢できないからである。" -date = 2020-06-12 -Description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" -Tags = [] -Categories = [] -images = ["https://ws-fe.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B088TLCPK8&Format= _SL250_&ID=AsinImage&MarketPlace=JP&ServiceVersion=20070822&WS=1&tag=simsnes-22&language=ja_JP"] +date = 2020-06-12T15:04:05Z +description = "星系出雲兵站-遠征- 4で気になった部分をまとめています" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" + +++ 『[星系出雲の兵站-遠征-4](https://www.amazon.co.jp/%E6%98%9F%E7%B3%BB%E5%87%BA%E9%9B%B2%E3%81%AE%E5%85%B5%E7%AB%99-%E9%81%A0%E5%BE%81-4-%E3%83%8F%E3%83%A4%E3%82%AB%E3%83%AF%E6%96%87%E5%BA%ABJA-%E6%9E%97-%E8%AD%B2%E6%B2%BB/dp/4150314322)』で気になった部分をまとめました。 diff --git a/content/quotes/2020/06/2020-06-27-favorite-tweets.md b/content/quotes/2020/06/2020-06-27-favorite-tweets.md index 1fae578..3cb7c10 100644 --- a/content/quotes/2020/06/2020-06-27-favorite-tweets.md +++ b/content/quotes/2020/06/2020-06-27-favorite-tweets.md @@ -1,9 +1,10 @@ +++ title = "必要な前提知識がない対象に、大前提や基礎の理解を無視して、理解させるのなんてのは無理だよ。" -date = 2020-06-27 -Description = "お気に入りのTweetをまとめました。" -Tags = [] -Categories = [] +date = 2020-06-27T15:04:05Z +description = "お気に入りのTweetをまとめました。" +tags = ["web"] +categories = ["Quotes"] +author = "kazu634" +++ 気になるtweetをまとめてみましたよ。 diff --git a/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md b/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md index 9b06392..6a7a46a 100644 --- a/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md +++ b/content/quotes/2020/12/2020-12-04-quotes-from-hanzawa-naoki.md @@ -1,9 +1,10 @@ +++ title = "敵も多いが味方も多い—。だけど、味方は圧倒的なシンパばかりなんだそうです" -date = 2020-12-04 -Description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" -Tags = [] -Categories = [] +date = 2020-12-04T15:04:05Z +description = "『半沢直樹 アルルカンと道化師』で気になった部分をまとめました" +tags = ["book"] +categories = ["Quotes"] +author = "kazu634" +++ [『半沢直樹 アルルカンと道化師』](https://www.amazon.co.jp/%E5%8D%8A%E6%B2%A2%E7%9B%B4%E6%A8%B9-%E3%82%A2%E3%83%AB%E3%83%AB%E3%82%AB%E3%83%B3%E3%81%A8%E9%81%93%E5%8C%96%E5%B8%AB-%E6%B1%A0%E4%BA%95%E6%88%B8-%E6%BD%A4/dp/4065190169/ref=nodl_)で気になった部分になります: diff --git a/content/quotes/_index.md b/content/quotes/_index.md index 676345c..48db84e 100644 --- a/content/quotes/_index.md +++ b/content/quotes/_index.md @@ -1,7 +1,7 @@ --- title: Quotes Page -date: 2019-04-13 -publishdate: 2019-04-13 +date: 2019-04-13T15:04:05Z +publishdate: 2019-04-13T15:04:05Z --- 気になった文章をここにまとめていきます。 diff --git a/content/travel/2009/2009-05-06-00001149.md b/content/travel/2009/2009-05-06-00001149.md index 8a1f3a7..c565696 100644 --- a/content/travel/2009/2009-05-06-00001149.md +++ b/content/travel/2009/2009-05-06-00001149.md @@ -1,11 +1,13 @@ --- title: イギリス旅行のまとめ author: kazu634 -date: 2009-05-06 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4581;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-05-06T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel +tags: + - UK ---
      diff --git a/content/travel/2009/2009-08-17-00001216.md b/content/travel/2009/2009-08-17-00001216.md index e259285..7cecbf2 100644 --- a/content/travel/2009/2009-08-17-00001216.md +++ b/content/travel/2009/2009-08-17-00001216.md @@ -1,11 +1,13 @@ --- title: 自転車旅行のとりあえずのご報告 author: kazu634 -date: 2009-08-17 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4757;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-08-17T15:04:05Z +author: + - kazu634 categories: - - サイクリング + - Travel +tags: + - Cycling ---
      diff --git a/content/travel/2009/2009-09-22-00001226.md b/content/travel/2009/2009-09-22-00001226.md index fba5655..84cf01b 100644 --- a/content/travel/2009/2009-09-22-00001226.md +++ b/content/travel/2009/2009-09-22-00001226.md @@ -1,11 +1,13 @@ --- title: 一関ハーフ→仙台旅行のまとめ author: kazu634 -date: 2009-09-22 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4795;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-09-22T15:04:05Z +author: + - kazu634 categories: - - ランニング + - Travel +tags: + - running ---
      diff --git a/content/travel/2009/2009-12-07-00001283.md b/content/travel/2009/2009-12-07-00001283.md index 92eddda..75f05c8 100644 --- a/content/travel/2009/2009-12-07-00001283.md +++ b/content/travel/2009/2009-12-07-00001283.md @@ -1,11 +1,13 @@ --- title: 越後湯沢への旅 author: kazu634 -date: 2009-12-07 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4969;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2009-12-07T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel +tags: + - echigo-yuzawa ---
      diff --git a/content/travel/2010/2010-05-15-00001362.md b/content/travel/2010/2010-05-15-00001362.md index 829424d..fa7bfee 100644 --- a/content/travel/2010/2010-05-15-00001362.md +++ b/content/travel/2010/2010-05-15-00001362.md @@ -1,11 +1,13 @@ --- title: 井上雄彦・最後のマンガ展(@仙台) author: kazu634 -date: 2010-05-15 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5255;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-05-15T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel +tags: + - sendai ---
      diff --git a/content/travel/2010/2010-06-13-00001370.md b/content/travel/2010/2010-06-13-00001370.md index 317329b..63fbdcd 100644 --- a/content/travel/2010/2010-06-13-00001370.md +++ b/content/travel/2010/2010-06-13-00001370.md @@ -1,11 +1,13 @@ --- title: 六国峠ハイキングコースに行きました author: kazu634 -date: 2010-06-13 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5279;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2010-06-13T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel +tags: + - kamakura ---
      diff --git a/content/travel/2011/2011-03-06-00001459.md b/content/travel/2011/2011-03-06-00001459.md index f909fac..e1436d5 100644 --- a/content/travel/2011/2011-03-06-00001459.md +++ b/content/travel/2011/2011-03-06-00001459.md @@ -1,13 +1,11 @@ --- title: カルガリー出張日記 (カルガリー移動編) author: kazu634 -date: 2011-03-06 -has_been_twittered: - - yes -tmac_last_id: - - 303816794110586882 +date: 2011-03-06T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Calgary diff --git a/content/travel/2011/2011-03-10-00001460.md b/content/travel/2011/2011-03-10-00001460.md index 51f00c7..ded2b2e 100644 --- a/content/travel/2011/2011-03-10-00001460.md +++ b/content/travel/2011/2011-03-10-00001460.md @@ -1,13 +1,11 @@ --- title: カルガリー出張日記 (二日目) author: kazu634 -date: 2011-03-10 -has_been_twittered: - - yes -tmac_last_id: - - 303816790776098817 +date: 2011-03-10T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Calgary diff --git a/content/travel/2011/2011-03-22-00001462.md b/content/travel/2011/2011-03-22-00001462.md index 551810a..861950a 100644 --- a/content/travel/2011/2011-03-22-00001462.md +++ b/content/travel/2011/2011-03-22-00001462.md @@ -1,13 +1,11 @@ --- title: カルガリー出張日記 (5日目ぐらい?) author: kazu634 -date: 2011-03-22 -has_been_twittered: - - yes -tmac_last_id: - - 303816790776098817 +date: 2011-03-22T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Calgary diff --git a/content/travel/2011/2011-03-27-00001463.md b/content/travel/2011/2011-03-27-00001463.md index e042b3e..80c54a0 100644 --- a/content/travel/2011/2011-03-27-00001463.md +++ b/content/travel/2011/2011-03-27-00001463.md @@ -1,13 +1,11 @@ --- title: カルガリー滞在日記 (週末編) author: kazu634 -date: 2011-03-27 -has_been_twittered: - - yes -tmac_last_id: - - 303816790088241153 +date: 2011-03-27T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Calgary diff --git a/content/travel/2011/2011-04-18-00001473.md b/content/travel/2011/2011-04-18-00001473.md index 8e38c94..4f383d2 100644 --- a/content/travel/2011/2011-04-18-00001473.md +++ b/content/travel/2011/2011-04-18-00001473.md @@ -1,18 +1,16 @@ --- title: 多賀城〜塩竈〜七ヶ浜を訪ねて author: kazu634 -date: 2011-04-18 -has_been_twittered: - - yes -tmac_last_id: - - 303816777736024064 +date: 2011-04-18T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel tags: - - 七ヶ浜 - - 仙台 - - 塩釜 - - 多賀城 + - shichigahama + - sendai + - shiogama + - tagajo --- 多賀城の実家に帰省していたシリーズの二日目です。実家に帰省と言っても、仙台のホテルに泊まって再び多賀城市に向かったのでした。 diff --git a/content/travel/2011/2011-07-16-00001509.md b/content/travel/2011/2011-07-16-00001509.md index c75a383..df5ac35 100644 --- a/content/travel/2011/2011-07-16-00001509.md +++ b/content/travel/2011/2011-07-16-00001509.md @@ -1,17 +1,15 @@ --- title: 京都〜大阪ぶらぶら旅。でもそれなりにハード? author: kazu634 -date: 2011-07-16 -has_been_twittered: - - yes -tmac_last_id: - - 303816724816474113 +date: 2011-07-16T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel tags: - - 京都 - - 大阪 - - 江坂 + - kyoto + - osaka + - esaka --- この三連休はもともとオープンソースカンファレンス関西に参加する予定でした。友達が大阪にいるから、ついでに訪ねに行こうと思っていた…のですが、その友達から先代で会おうと連絡がorz。なぜにして。まぁ、でも、京都→仙台というコースも悪くはないかなと思って、溜まっていたマイルを吐き出して、仙台に向かうことにしました。 diff --git a/content/travel/2011/2011-11-23-00001536.md b/content/travel/2011/2011-11-23-00001536.md index 0a336fd..c472f87 100644 --- a/content/travel/2011/2011-11-23-00001536.md +++ b/content/travel/2011/2011-11-23-00001536.md @@ -1,16 +1,14 @@ --- title: 千駄木・根津方面を散策してきました author: kazu634 -date: 2011-11-23 -has_been_twittered: - - yes -tmac_last_id: - - 303816683708104704 +date: 2011-11-23T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel tags: - - 千駄木 - - 根津 + - sendagi + - nedu --- 引越し先として千駄木・根津方面を検討していて、本日散策がてら不動産屋さんに伺って来ました: There was a problem connecting to Twitter. diff --git a/content/travel/2013/2013-02-06-chiang_mai_1stday.md b/content/travel/2013/2013-02-06-chiang_mai_1stday.md index f6aecd1..7628d8b 100644 --- a/content/travel/2013/2013-02-06-chiang_mai_1stday.md +++ b/content/travel/2013/2013-02-06-chiang_mai_1stday.md @@ -1,13 +1,11 @@ --- title: チェンマイ旅行1日目 author: kazu634 -date: 2013-02-06 -has_been_twittered: - - yes -tmac_last_id: - - 312741269958955008 +date: 2013-02-06T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Chiang Mai diff --git a/content/travel/2013/2013-02-19-chiang_mai_2ndday.md b/content/travel/2013/2013-02-19-chiang_mai_2ndday.md index bec3ea0..2720257 100644 --- a/content/travel/2013/2013-02-19-chiang_mai_2ndday.md +++ b/content/travel/2013/2013-02-19-chiang_mai_2ndday.md @@ -1,15 +1,11 @@ --- title: チェンマイ旅行2日目 author: kazu634 -date: 2013-02-19 -has_been_twittered: - - yes -tmac_last_id: - - 315369936342110208 -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:3;s:6:"result";a:0:{}s:13:"tweet_counter";i:1;s:13:"tweet_log_ids";a:0:{}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' +date: 2013-02-19T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - Chiang Mai diff --git a/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md b/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md index 4a14730..331a7f2 100644 --- a/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md +++ b/content/travel/2013/2013-03-02-chiang_mai_3rd_day.md @@ -1,15 +1,13 @@ --- title: チェンマイ旅行3日目 author: kazu634 -date: 2013-03-02 -has_been_twittered: - - yes -tmac_last_id: - - 318266676514803713 +date: 2013-03-02T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - - Chiang Mai + - chiang mai --- チェンマイ旅行3日目です。もう先月の出来事になってしまった。。。3日目は寺院めぐり、首長族さんの村訪問、ゾウさんと戯れ、伝統舞踊です。 diff --git a/content/travel/2013/2013-08-12-trip_to_yamagata.md b/content/travel/2013/2013-08-12-trip_to_yamagata.md index 47fab67..578a7af 100644 --- a/content/travel/2013/2013-08-12-trip_to_yamagata.md +++ b/content/travel/2013/2013-08-12-trip_to_yamagata.md @@ -1,23 +1,13 @@ --- title: 山形は素敵な瀬戸物屋さんが多かった author: kazu634 -date: 2013-08-12 -geo_latitude: - - 38.248820 -geo_longitude: - - 140.327778 -geo_public: - - 1 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1601;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.0";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1601;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 9223372036854775807 +date: 2013-08-12T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - - 山形 + - yamagata --- お仕事の方がどうやら落ち着き、今週は急遽呼び出される……なんてことが無くなったようなので、突発的に旅立ちました。 There was a problem connecting to Twitter. diff --git a/content/travel/2014/2014-09-21-00001593.md b/content/travel/2014/2014-09-21-00001593.md index ac7cbc2..e02a88e 100644 --- a/content/travel/2014/2014-09-21-00001593.md +++ b/content/travel/2014/2014-09-21-00001593.md @@ -1,23 +1,13 @@ --- title: 四間道を訪ねる author: kazu634 -date: 2014-09-21 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:1769;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:1769;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -geo_latitude: - - 35.173290 -geo_longitude: - - 136.900484 -geo_public: - - 1 -tmac_last_id: - - 523892410321883136 +date: 2014-09-21T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - - 名古屋 + - nagoya --- 名古屋ドームリレーマラソンに参加しに、名古屋に来ています。今日は名古屋をお散歩しています。 diff --git a/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md b/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md index f0e0301..9b90a03 100644 --- a/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md +++ b/content/travel/2014/2014-11-03-visiting-nikko-toshogu-shrine-and-surrounding-sights.md @@ -1,15 +1,11 @@ --- title: 日光観光に行ってきた author: kazu634 -date: 2014-11-03 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5491;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5491;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 539746639192539137 +date: 2014-11-03T15:04:05Z +author: + - kazu634 categories: - - 旅行 + - Travel tags: - 日光 diff --git a/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md b/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md index a956c8f..93caa19 100644 --- a/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md +++ b/content/travel/2014/2014-11-04-gyouza-at-utunomiya-minmin.md @@ -1,17 +1,11 @@ --- title: みんみん@宇都宮で餃子を食べてきた author: kazu634 -date: 2014-11-04 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:5493;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:106:"ブログに新しい記事を投稿したよ: みんみん@宇都宮で餃子を食べてきた - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5493;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 542313445367230464 +date: 2014-11-04T15:04:05Z categories: - - 旅行 + - Travel tags: - - 宇都宮 + - utsunomiya --- 宇都宮の餃子有名店・みんみんで餃子を食べてきました。 diff --git a/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md b/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md index e65ca2b..0e7366a 100644 --- a/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md +++ b/content/travel/2015/2015-02-22-collecting-ultraman-stamps.md @@ -1,16 +1,11 @@ --- title: ウルトラマンスタンプを回収する旅へ author: kazu634 -date: 2015-02-22 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6671;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";s:1:"1";s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6671;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 605368492645228546 +date: 2015-02-22T15:04:05Z categories: - - サイクリング - - スポーツ + - Travel +tags: + - cycling --- ultraman04 diff --git a/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md b/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md index 45626c8..432c396 100644 --- a/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md +++ b/content/travel/2015/2015-03-08-visiting-singapore-for-the-1st-time-in-my-life.md @@ -1,17 +1,12 @@ --- title: シンガポールへの出張+観光 -author: kazu634 -date: 2015-03-08 -wordtwit_posted_tweets: - - 'a:1:{i:0;i:6678;}' -wordtwit_post_info: - - 'O:8:"stdClass":13:{s:6:"manual";b:1;s:11:"tweet_times";i:1;s:5:"delay";s:1:"0";s:7:"enabled";s:1:"1";s:10:"separation";i:60;s:7:"version";s:3:"3.7";s:14:"tweet_template";s:96:"ブログに新しい記事を投稿したよ: シンガポールへの出張+観光 - [link] ";s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:6678;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' -tmac_last_id: - - 606094878934761472 +date: 2015-03-08T15:04:05Z +author: + - kazu634 categories: - - つれづれ + - Travel tags: - - Singapore + - singapore --- Untitled diff --git a/content/travel/2015/2015-06-01-visiting-prambanan-temple.md b/content/travel/2015/2015-06-01-visiting-prambanan-temple.md index 9923f1e..314a68a 100644 --- a/content/travel/2015/2015-06-01-visiting-prambanan-temple.md +++ b/content/travel/2015/2015-06-01-visiting-prambanan-temple.md @@ -1,14 +1,12 @@ --- title: 'インドネシアの世界遺産を見てきた: Prambanan Temple' author: kazu634 -date: 2015-06-01 -tmac_last_id: - - 665467423840145408 +date: 2015-06-01T15:04:05Z categories: - - 旅行 + - Travel tags: - - Indonesia - - Java + - indonesia + - java --- Untitled diff --git a/content/travel/2015/2015-06-03-visiting-borobudur-temple.md b/content/travel/2015/2015-06-03-visiting-borobudur-temple.md index a488653..f3afde4 100644 --- a/content/travel/2015/2015-06-03-visiting-borobudur-temple.md +++ b/content/travel/2015/2015-06-03-visiting-borobudur-temple.md @@ -1,14 +1,12 @@ --- title: 'インドネシアの世界遺産を見てきた: Borobudur Temple' author: kazu634 -date: 2015-06-03 -tmac_last_id: - - 665467423064223744 +date: 2015-06-03T15:04:05Z categories: - - 旅行 + - Travel tags: - - Indonesia - - Java + - indonesia + - java --- Untitled diff --git a/content/travel/2015/2015-12-28-visiting-luang-prabang.md b/content/travel/2015/2015-12-28-visiting-luang-prabang.md index 72fc0cb..08e290e 100644 --- a/content/travel/2015/2015-12-28-visiting-luang-prabang.md +++ b/content/travel/2015/2015-12-28-visiting-luang-prabang.md @@ -1,9 +1,9 @@ --- title: Luang Prabang滞在 author: kazu634 -date: 2015-12-28 +date: 2015-12-28T15:04:05Z categories: - - 旅行 + - Travel tags: - Luang Prabang description: ラオスのLuan Prabangに旅行に行きました。 diff --git a/content/travel/2016/2016-01-12-chianmai-travel.md b/content/travel/2016/2016-01-12-chianmai-travel.md index f583633..073fb15 100644 --- a/content/travel/2016/2016-01-12-chianmai-travel.md +++ b/content/travel/2016/2016-01-12-chianmai-travel.md @@ -1,7 +1,8 @@ +++ -Categories = ["旅行"] -Description = "2015-2016の年末年始は友達を訪ねてChiang Maiに行きました。" -Tags = [ "Chiang Mai" ] +categories = ["Travel"] +author = "kazu634" +description = "2015-2016の年末年始は友達を訪ねてChiang Maiに行きました。" +tags = [ "chiang mai" ] date = "2016-01-12T23:19:01+08:00" title = "友達訪ねてChiang Maiに行ってきた" +++ diff --git a/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md b/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md index 5c1b48d..5ba6aa7 100644 --- a/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md +++ b/content/travel/2016/2016-02-06-bus-trip-from-singapore-to-malacca.md @@ -1,7 +1,8 @@ +++ -Categories = ["旅行"] -Description = "シンガポールからバスでマラッカへ向かう時の注意事項" -Tags = ["Singapore", "Malacca"] +categories = ["Travel"] +author = "kazu634" +description = "シンガポールからバスでマラッカへ向かう時の注意事項" +tags = ["singapore", "malacca"] date = "2016-02-06T22:37:22+08:00" title = "シンガポールからマラッカへのバス旅行" +++ diff --git a/content/travel/2016/2016-02-09-stay-in-malacca.md b/content/travel/2016/2016-02-09-stay-in-malacca.md index 22d5bd2..9fe5b99 100644 --- a/content/travel/2016/2016-02-09-stay-in-malacca.md +++ b/content/travel/2016/2016-02-09-stay-in-malacca.md @@ -1,7 +1,8 @@ +++ -Categories = ["旅行"] -Description = "マラッカへ旅行してきました。" -Tags = ["Malacca"] +categories = ["Travel"] +author = "kazu634" +description = "マラッカへ旅行してきました。" +tags = ["malacca"] date = "2016-02-09T22:25:13+08:00" title = "マラッカ海峡で有名なマラッカへ行ってきました" +++ diff --git a/content/travel/2016/2016-09-13-trip2bali.md b/content/travel/2016/2016-09-13-trip2bali.md index dd89255..5f9652c 100644 --- a/content/travel/2016/2016-09-13-trip2bali.md +++ b/content/travel/2016/2016-09-13-trip2bali.md @@ -1,10 +1,11 @@ +++ -Categories = ["旅行"] -Description = "バリ島に旅行に行ってきました。" -Tags = ["Bali"] +categories = ["Travel"] +author = "kazu634" +description = "バリ島に旅行に行ってきました。" +tags = ["bali"] date = "2016-09-13T23:07:43+08:00" title = "バリ島に行ってきました♪" -images = ["images/29007298693_9614a75254.jpg"] + +++ 今年のシンガポールは連休が少なく、三連休が久しぶりだったので、ボケーっとするためにバリ島に行ってきました! diff --git a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md index 8ba55d8..136f9c6 100644 --- a/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md +++ b/content/travel/2017/2017-11-26-singapore-sightseeing-2017.md @@ -1,11 +1,11 @@ +++ title = "シンガポールの主だった観光地を回ってきました。" date = 2017-11-26T22:54:05+08:00 -Description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" -Tags = ["Singapore"] -Categories = ["旅行"] -images = ["images/24757210958_9bdb218cf8.jpg"] -draft = false +description = "お友達がシンガポールに弾丸でやってきたので、主だった観光地を案内して回りました。" +tags = ["singapore"] +categories = ["Travel"] +author = "kazu634" + +++ お友達がシンガポールに弾丸でやってきましたので、主だった観光地を一緒に回りました。観光地巡りのまとめです。 diff --git a/content/travel/2017/2017-12-25-train-trip-to-kl.md b/content/travel/2017/2017-12-25-train-trip-to-kl.md index 9af2e32..ea2ec1c 100644 --- a/content/travel/2017/2017-12-25-train-trip-to-kl.md +++ b/content/travel/2017/2017-12-25-train-trip-to-kl.md @@ -1,11 +1,11 @@ +++ title = "ジョホールバルからクアラルンプールの電車旅行" date = 2017-12-25T22:40:04+08:00 -Description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" -Tags = ["Malaysia", "Kuala Lumpur"] -Categories = ["旅行"] -draft = false -images = ["images/38373120425_473aeced91_z.jpg"] +description = " 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。" +tags = ["malaysia", "kuala lumpur"] +categories = ["Travel"] +author = "kazu634" + +++ 「世界の車窓から」でマレー鉄道が取り上げられているのを見て、ふと思い立ってジョホールバルからクアラルンプールまで電車で移動してみました。 diff --git a/content/travel/2017/2017-12-26-batu-caves-kl.md b/content/travel/2017/2017-12-26-batu-caves-kl.md index af089b7..86ca704 100644 --- a/content/travel/2017/2017-12-26-batu-caves-kl.md +++ b/content/travel/2017/2017-12-26-batu-caves-kl.md @@ -1,11 +1,11 @@ +++ title = "クアラルンプールにあるBatu Cavesを訪ねてきました" date = 2017-12-26T22:22:22+08:00 -Description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" -Tags = ["Malaysia", "Kuala Lumpur"] -Categories = ["旅行"] -draft = false -images = ["images/24399731637_7d2126dc7c_z.jpg"] +description = "クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。" +tags = ["malaysia", "kuala lumpur"] +categories = ["Travel"] +author = "kazu634" + +++ クアラルンプールの観光地を尋ねてみたら、Batu Cavesをお勧めされたので行ってきました。「洞窟なんだろうなぁ」と思って行ったのですが、実物はヒンディー教の寺院でした(洞窟の中に寺院があった)。 diff --git a/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md b/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md index c4a8342..88a406d 100644 --- a/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md +++ b/content/travel/2018/2018-04-08-visiting-khaosan-roads-in-bangkok.md @@ -1,10 +1,11 @@ +++ title = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" date = 2018-04-08T19:03:49+08:00 -Description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" -Tags = ["Bangkok", "Kahosan Road"] -Categories = ["旅行"] -images = ["images/41095266962_a21471b635_z.jpg"] +description = "バックパッカーの聖地ということで有名なカオサン通りを訪ねてきました" +tags = ["bangkok", "kahosan road"] +categories = ["Travel"] +author = "kazu634" + +++ カオサン通りを訪ねてきました。バンコクにはカオサン通りという通りがあります。バックパッカーの聖地ということで有名と知り、行ってみました。 diff --git a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md index d3f7006..9448248 100644 --- a/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md +++ b/content/travel/2019/2019-05-01-sleeper-train-in-thailand.md @@ -1,10 +1,11 @@ +++ title = "バンコクからチェンマイへの寝台列車の旅" date = 2019-05-01T12:49:49+08:00 -Description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" -Tags = ["Bangkok", "Chiang Mai"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/46742785275_36c9039521_z.jpg"] +description = "バンコクからチェンマイへ寝台列車に乗って旅してきました" +tags = ["bangkok", "chiang mai"] +categories = ["Travel"] +author = "kazu634" + +++ BangkokからChiang Maiへ、寝台列車に乗って旅をしてきました。Chinag Maiは、友達の結婚式で訪ねてから、もう3度目の訪問になります。あの時間の経つのが緩やかなところがおススメです。 diff --git a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md index eb5da81..4602445 100644 --- a/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md +++ b/content/travel/2019/2019-06-16-shwedagon-pagoda-visitation.md @@ -1,10 +1,11 @@ +++ title = "ミャンマー仏教の総本山、シェダゴンパゴダへ" date = 2019-06-16T16:43:41+07:00 -Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" -Tags = ["Yangon"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/40924208703_2afa35c59b_z.jpg"] +description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。ミャンマー仏教の総本山、シェダゴンパゴダへ行ってきました。" +tags = ["yangon"] +categories = ["Travel"] +author = "kazu634" + +++ ミャンマー仏教の総本山、シェダゴンパゴダに行ってまいりました。Wikipediaによると: diff --git a/content/travel/2019/2019-06-17-Yangon-19th-Street.md b/content/travel/2019/2019-06-17-Yangon-19th-Street.md index 828a649..cccbd52 100644 --- a/content/travel/2019/2019-06-17-Yangon-19th-Street.md +++ b/content/travel/2019/2019-06-17-Yangon-19th-Street.md @@ -1,10 +1,11 @@ +++ title = "ヤンゴンの飲屋街、19番ストリートへ" date = 2019-06-17T11:50:41+07:00 -Description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" -Tags = ["Yangon"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/40924164163_59352c8dc3_z.jpg"] +description = "2019/05/18-20の期間、ヤンゴン旅行へ行ってきました。19番ストリートを楽しんできました" +tags = ["yangon"] +categories = ["Travel"] +author = "kazu634" + +++ ヤンゴン旅行中に Yangon 19th Street に行きました。有名な酒場通りということです。 diff --git a/content/travel/2020/2020-01-29-nepal-travel.md b/content/travel/2020/2020-01-29-nepal-travel.md index aa2d795..8877df4 100644 --- a/content/travel/2020/2020-01-29-nepal-travel.md +++ b/content/travel/2020/2020-01-29-nepal-travel.md @@ -1,10 +1,11 @@ +++ title = "カトマンズを訪ねる旅へ" date = 2020-01-28T15:49:49+08:00 -Description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" -Tags = ["Katmandu", "Nepal"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +description = "ネパールの首都カトマンズを訪ねてきました。エベレストを見てきましたよ" +tags = ["katmandu", "nepal"] +categories = ["Travel"] +author = "kazu634" + +++ シンガポールにいた時は行くのが難しかったけれど、バンコクからなら簡単に行ける国に行こうということでネパールに行ってきました。 diff --git a/content/travel/2020/2020-11-14-hua-hin-travel.md b/content/travel/2020/2020-11-14-hua-hin-travel.md index c9f9bad..1fe830f 100644 --- a/content/travel/2020/2020-11-14-hua-hin-travel.md +++ b/content/travel/2020/2020-11-14-hua-hin-travel.md @@ -1,10 +1,11 @@ +++ title = "ホアヒンを訪ねてきました" date = 2020-11-14T10:49:49+08:00 -Description = "タイの「葉山」、ホアヒンを訪ねてきました。" -Tags = ["HuaHin"] -Categories = ["旅行"] -images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] +description = "タイの「葉山」、ホアヒンを訪ねてきました。" +tags = ["hua hin"] +categories = ["Travel"] +author = "kazu634" + +++ ホアヒンは「タイの葉山」です。タイ王室の別荘がある場所として始まり、それが徐々に観光地化してきた場所です。今回は平日お休みをとってホアヒンを訪ねてきました。 @@ -13,7 +14,7 @@ images = ["https://live.staticflickr.com/65535/49450740856_d5fd2be650_z.jpg"] ホアヒンの場所はここです。バンコクから見ると、ちょうどパタヤの反対側にあるイメージです: ![Image](https://farm66.staticflickr.com/65535/50599699317_348bf8ab5a_c.jpg) - + ## 移動手段 バンコクからは車だと2〜3時間程度だそうです。私は鉄道を使って行きました。Special Expressというのに乗ると、ご飯がついてきます。ご飯はこんな感じです: @@ -54,4 +55,4 @@ Special Expressの到着ということで、駅には人混みが: ![Image](https://farm66.staticflickr.com/65535/50597050623_e8fe36ee9e_c.jpg) ## まとめ -本当はインスタ映えスポットなどあるのですが、滞在した3日間では雨降りが多くて、ほとんどホテルの中で過ごしたのでした。。 \ No newline at end of file +本当はインスタ映えスポットなどあるのですが、滞在した3日間では雨降りが多くて、ほとんどホテルの中で過ごしたのでした。。 diff --git a/content/travel/_index.md b/content/travel/_index.md index 164c927..b672d4e 100644 --- a/content/travel/_index.md +++ b/content/travel/_index.md @@ -1,7 +1,7 @@ --- title: Travel Page -date: 2019-04-14 -publishdate: 2019-04-14 +date: 2019-04-14T15:04:05Z +publishdate: 2019-04-14T15:04:05Z --- 旅行関係の記事をここに集めてみました。 diff --git a/layouts/partials/header-content.html b/layouts/partials/header-content.html index d8c52bc..5182317 100644 --- a/layouts/partials/header-content.html +++ b/layouts/partials/header-content.html @@ -40,8 +40,8 @@ - {{template "_internal/opengraph.html" . }} - {{template "_internal/twitter_cards.html" . }} + {{partial "opengraph.html" . }} + {{partial "twitter_cards.html" . }} diff --git a/layouts/partials/labs-header-content.html b/layouts/partials/labs-header-content.html index 191c57d..39b4278 100644 --- a/layouts/partials/labs-header-content.html +++ b/layouts/partials/labs-header-content.html @@ -36,7 +36,7 @@ --> {{ end }} - + {{ if .Params.chart }} {{ end }} @@ -65,9 +65,8 @@ - {{template "_internal/opengraph.html" . }} - {{template "_internal/twitter_cards.html" . }} - + {{partial "opengraph.html" . }} + {{partial "twitter_cards.html" . }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html new file mode 100644 index 0000000..a1e360b --- /dev/null +++ b/layouts/partials/opengraph.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/layouts/partials/twitter_cards.html b/layouts/partials/twitter_cards.html new file mode 100644 index 0000000..08b04d1 --- /dev/null +++ b/layouts/partials/twitter_cards.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/tasks/init.rake b/tasks/init.rake new file mode 100644 index 0000000..63ec839 --- /dev/null +++ b/tasks/init.rake @@ -0,0 +1,15 @@ +#!/usr/bin/env rake + +URL = 'https://github.com/yuru7/HackGen/releases/download/v2.3.0/HackGenNerd_v2.3.0.zip' +TMP_FILE = '/tmp/font.zip' +TMP_DIR = '/tmp/font' +TARGET = 'assets/font/' + +desc 'Download the necessary assets.' +task :init do + unless File.exist?('assets/font/HackGen35Nerd-Bold.ttf') + sh "wget #{URL} -O #{TMP_FILE}" + sh "rm -rf #{TMP_DIR} && unzip #{TMP_FILE} -d #{TMP_DIR}" + sh "find #{TMP_DIR} -type f -name *.ttf | xargs -I% -n 1 cp -p % #{TARGET}" + end +end diff --git a/tasks/production.rake b/tasks/production.rake index 45572c1..f898dbb 100644 --- a/tasks/production.rake +++ b/tasks/production.rake @@ -3,7 +3,7 @@ require 'find' desc 'Deploy the hugo contents to the server' -task :prod => [:prep] do +task :prod => [:init, :prep, :tcard] do sh 'hugo -v --minify' sh 'find public -type f -name "*.gz" -delete' diff --git a/tasks/staging.rake b/tasks/staging.rake index ea59619..4ee81a2 100644 --- a/tasks/staging.rake +++ b/tasks/staging.rake @@ -3,7 +3,7 @@ require 'find' desc 'Deploy the hugo contents to the server' -task :stag => [:prep] do +task :stag => [:init, :prep, :tcard] do sh 'hugo -e staging -v --minify' sh 'find public -type f -name "*.gz" -delete' diff --git a/tasks/tcardgen.rake b/tasks/tcardgen.rake new file mode 100644 index 0000000..422761d --- /dev/null +++ b/tasks/tcardgen.rake @@ -0,0 +1,29 @@ +#!/usr/bin/env rake + +OGP_DIR = 'static/ogp/' +CONTENT_DIR = 'content/' +FONT_DIR = 'assets/font/' +CONFIG = 'assets/tcardgen.yaml' + +desc 'Generate OGP images' +task :tcard do + sh "find #{OGP_DIR} -type f -name '*.png' | xargs -t --no-run-if-empty rm" + + Dir.glob("**/*.md", File::FNM_DOTMATCH, base: CONTENT_DIR).each do |article| + unless article =~ /_index\.md/ + target = File.join(CONTENT_DIR, article) + sh "tcardgen -f #{FONT_DIR} -o #{OGP_DIR} -c #{CONFIG} #{target}" + end + end + + Dir.glob("*.png", File::FNM_DOTMATCH, base: OGP_DIR).each do |png| + src = File.join(OGP_DIR, png) + + tmp = File.basename(src, ".*") + ".webp" + dest = File.join(OGP_DIR, tmp) + + sh "img2webp -lossy -q 50 #{src} -o #{dest}" + end + + sh "find #{OGP_DIR} -type f -name '*.png' | xargs -t --no-run-if-empty rm" +end
    店名 邪宗門
    住所 東京都多摩市東寺方600
    電話番号 0423-74-4626