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 45b71b1..5ee8c7a 100644 --- a/content/labs/golang/2017-08-19-how2tweet-using-golang.md +++ b/content/labs/golang/2017-08-19-how2tweet-using-golang.md @@ -2,7 +2,7 @@ title = "GolangでTwitterに投稿する方法" date = 2017-08-19T23:02:35+08:00 description = "Golangを利用してTwitterにツイートする方法を調べました。" -tags = [] +tags = [""] categories = ["Golang"] author = "kazu634" draft = false 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 dbd23e3..74460dc 100644 --- a/content/labs/infra/2013-01-14-check_domain_expiration.md +++ b/content/labs/infra/2013-01-14-check_domain_expiration.md @@ -11,7 +11,7 @@ author: categories: - Programming - シェルスクリプト - +tags: --- とあるところで独自ドメインの更新忘れが起きていて、名前解決できていない状態になっていました。。。独自ドメインの更新忘れはかなり致命的な状況に陥ることに気づいたので、監視できる仕組みを構築せねばということで、調べて作成してみました。 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 b796abc..70b01dc 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 @@ -12,7 +12,7 @@ categories: - nagios - Programming - シェルスクリプト - +tags: --- 「ドメインの残り有効期限を取得するシェルスクリプト」で紹介したスクリプトを Nagios から使用できるようにしてみました。 @@ -21,7 +21,7 @@ categories: Nagios からドメインの有効期限を監視します。今のところ .com にしか対応していません。作業完了後のイメージはこんな感じです: Nagios Core - + ## Nagiosプラグインの仕様 @@ -157,27 +157,27 @@ Nagiosのcommands.cfgに以下の行を追加します:
Nagios統合監視[実践]リファレンス (Software Design plus)
- +
-Nagios統合監視[実践]リファレンス (Software Design plus)

- +Nagios統合監視[実践]リファレンス (Software Design plus)

+
posted with amazlet at 13.01.27
- +
株式会社エクストランス 佐藤 省吾 Team-Nagios
技術評論社
売り上げランキング: 53,459
- +
- + 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 1d6d1c7..c7b6e94 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 @@ -9,7 +9,7 @@ author: categories: - nginx - wordpress - +tags: --- LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテーションをします。しかし最近`nginx`のログローテーションがうまく動かず、アクセスログが空になっている時があることに気づきました。これは問題です。というのも、`nginx`のログからレスポンスタイムを分析しているため、ログが取得できないとグラフがおかしくなってしまうのです。 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 2924331..97282c0 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 @@ -6,6 +6,7 @@ description="Legoを用いたDNS経由でのSSL/TSL証明書取得について images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"] categories = ["インフラ"] author = "kazu634" +tags = [] +++ [Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。 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 691c4a6..406faac 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 @@ -5,6 +5,7 @@ publishdate=2019-04-08 description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ" images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"] leaflet=true +tags = [] +++ [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 1da0bbc..3ed2448 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 @@ -4,6 +4,7 @@ date = 2019-05-01T19:06:46+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Leaflet.js"] author = "kazu634" +tags = [] +++ 『[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 50ff7a2..4af22ba 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 @@ -4,6 +4,7 @@ date = 2019-05-01T21:07:08+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Mapbox GL JS"] author = "kazu634" +tags = [] +++ 『[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 9517d76..77a58dc 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 @@ -4,6 +4,7 @@ date = 2019-05-04T15:03:21+08:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Leaflet.js"] author = "kazu634" +tags = [] +++ 『[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 df6e5dc..bae5cd5 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 @@ -4,6 +4,7 @@ date = 2019-06-29T18:41:00+07:00 description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。" categories = ["Mapbox GL JS"] author = "kazu634" +tags = [] +++ 『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます: 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 c5092e5..47dad2b 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 @@ -7,7 +7,7 @@ author: categories: - apt - インフラ - +tags: --- apt-mirrorを使用してネットワークインストール可能なレポジトリを作成しようとしたら、うまくいかずにハマったのでここにまとめておきます。 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 83785c7..55d3622 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 @@ -10,7 +10,7 @@ categories: - cron - linux - ruby - +tags: --- 組み合わせたらいい感じにできそうなことは知っているんだけど、実際にやったこと無いからやってみたシリーズです。 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 01f6c9d..58e3c7f 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 @@ -4,6 +4,7 @@ date=2020-06-13 description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします" images = [""] chart=true +tags = [] +++ 『グラフを作る前に読む本』に、グラフをどのようにようにように使い分けるかについてまとめられていたのでメモします。 @@ -19,7 +20,7 @@ chart=true 棒グラフの特徴として、以下のようにまとめられていました: > 棒グラフでは、複数並んだ棒の高さを比べて「棒が大きい(小さい)項目はどれだろう?」と考えます。つまり棒グラフが一番得意な表現方法はデータの「比較」です。棒グラフを使えば、比べたいデータを最も分かりやすクズで表現できます。 -> +> > 「高さ」を比べて項目の量の違いを感覚的につかめるのが棒グラフの特徴です。 {{}} @@ -55,7 +56,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -69,9 +70,9 @@ chart=true 折れ線グラフの特徴に以下のようにまとめられていました: > 折れ線グラフは必ずデータ項目の複数の時点を描きます。点を一つだけ描く折れ線グラフを目にする機会はないでしょう。 -> +> > 折れ線グラフでは、ある時点とある時点を左から右に線で結んで「線の傾きが大きい(小さい)時点はどれだろう?」、「傾きの傾向が変化するのはどの時点だろう?」と考えます。つまり折れ線グラフが一番得意な表現方法はデータの「推移」です。折れ線グラフを使えば、データの変化を最もわかりやすく図で表現できます。 -> +> > ある時点とある時点の間の「傾き」から変化を感覚的につかめるのが折れ線グラフの特徴です。 {{}} @@ -108,7 +109,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -149,7 +150,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -171,7 +172,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 +208,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } } }); {{< /chart >}} @@ -236,13 +237,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 +255,10 @@ chart=true text: 'Test Results' }, scales: { - xAxes: [{ - scaleLabel: { - display: true, - labelString: 'English' + xAxes: [{ + scaleLabel: { + display: true, + labelString: 'English' }, ticks: { suggestedMin: 0, @@ -268,10 +269,10 @@ chart=true } } }], - yAxes: [{ - scaleLabel: { - display: true, - labelString: 'Math' + yAxes: [{ + scaleLabel: { + display: true, + labelString: 'Math' }, ticks: { suggestedMax: 100, @@ -354,7 +355,7 @@ chart=true scheme: 'tableau.Tableau20', fillAlpha: 0.3 } - } + } }, }); {{< /chart >}} @@ -409,7 +410,7 @@ chart=true stacked100: { enable: true }, - } + } }, }); {{< /chart >}} @@ -420,7 +421,7 @@ chart=true > 面グラフは1つの線を描き終えると、2つ目の先は先に引いた線上を0の基準とみなして再び線を描きます。2つ目の線は、1つ目に引かれた線を0という基準にしていいるのを明確にするために、1つ目に引いた線の下側を塗りつぶし、2つ目の線の下側と1つ目の線の上側も塗りつぶします。だから面グラフと言われています。 > 面グラフは必ず複数の時点、面の中に複数のデータ項目を描きます。面の内訳が1つだけ描かれる面グラフは単なる折れ線グラフです。そんな面グラフを目にする機会はないでしょう。面グラフでは、面の推移を比べて「全体に対して占める割合が大きい(小さい)データ量はどのように変化するのだろう?」と考えます。つまり面グラフが一番得意な表現方法は、データ全体の「内訳」の「推移」です。面グラフは、データ(数字)の総量と内訳の変化を最もわかりやすく図で表現できます。 -> +> > データ全体に対する特定のデータ項目の「推移」から内訳の変化を感覚的につかめるのが面グラフの特徴です。 > 面グラフは、円グラフが得意とする「内訳」と折れ線グラフが得意とする「推移」のどちらかを強調したいか決めれば、何が言いたいのかより伝わります。 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 f99f07e..b15e750 100644 --- a/content/post/2011/08/07/2011-08-07-00001512.md +++ b/content/post/2011/08/07/2011-08-07-00001512.md @@ -10,7 +10,7 @@ author: - kazu634 categories: - サイクリング - +tags: --- ビンディングペダルを買いました。これがまたとても良いです!ただ、立ちゴケしそうになって、すでに一度死にそうになりましたよ。十分に着脱の練習をしてから公道を走ろうね! 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 1564fd0..474e487 100644 --- a/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md +++ b/content/post/2012/01/01/2012-01-01-時と共に変わっていくもの-201112.md @@ -10,7 +10,8 @@ author: - kazu634 categories: - つれづれ - +tags: + - --- 年末年始に帰省して、変化に気がついたことを書いていきます: 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 7d1e557..8d020d4 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 @@ -5,6 +5,7 @@ description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく categories = ["gadget"] author = "kazu634" images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"] +tags = [] +++ タイで働き始めてもうすぐ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 6a2040d..86908d3 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 @@ -2,7 +2,8 @@ title = "野毛を訪ねてきました" date = 2019-11-02T10:05:34+08:00 description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。" -categories = ["旅行", "野毛"] +categories = ["旅行"] +tags = "野毛" author = "kazu634" images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"] +++ 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 7b413da..1e4439b 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 @@ -2,7 +2,8 @@ title = "ウェアハウス川崎を訪ねてきました" date = 2019-11-09T10:05:34+08:00 description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです" -categories = ["旅行", "川崎"] +categories = ["旅行"] +tags = "川崎" author = "kazu634" images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"] +++ 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 f30b5e0..e9a03ab 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 @@ -5,6 +5,7 @@ description = "Asokにあるベジタリアンレストラン May Veggie を訪 categories = ["Bangkok"] author = "kazu634" images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"] +tags = [] +++ 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 8b96217..c9f81a7 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 @@ -5,6 +5,7 @@ description = "緊急事態宣言が緩和されつつあるバンコクで、6/ categories = ["Bangkok"] author = "kazu634" images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +tags = [] +++ 緊急事態宣言が緩和されつつあるバンコクで、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 90ec398..fbb5936 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 @@ -4,6 +4,7 @@ date = 2021-01-20T10:10:34+09:00 description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました" categories = ["Japan"] author = "kazu634" +tags = [] images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"] +++ 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 5e123cd..ce3a2a3 100644 --- a/content/quotes/2007/01/20/2007-01-20-00000407.md +++ b/content/quotes/2007/01/20/2007-01-20-00000407.md @@ -5,7 +5,7 @@ date: 2007-01-20 author: - kazu634 categories: - +tags: ---

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 91567c9..436280a 100644 --- a/content/quotes/2007/11/23/2007-11-23-00000637.md +++ b/content/quotes/2007/11/23/2007-11-23-00000637.md @@ -5,7 +5,7 @@ date: 2007-11-23 author: - kazu634 categories: - +tags: ---

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 b21d8ee..90faad8 100644 --- a/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md +++ b/content/quotes/2010/09/16/2010-09-16-気になった言葉-6.md @@ -1,33 +1,34 @@ --- title: 気になった言葉 author: kazu634 -date: 2010-09-16 +date: 2010-09-16T15: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:5351;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}' author: - kazu634 categories: - - + - 読書 +tags: + - Sports ---

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

- +
  • 「オレはさ、野球の神様の信者なんだよ。ダッシュでも、たまには1本くらいサボりたくなるけど、そういうことは絶対に神様が見ていると思うんだ。野球に対して、ウソをついたら、絶対に神様は見抜くよ」 (ヤクルトスワローズ・山本 昌)
- +
  • 「南アフリカW杯の組織的な守備をワンランク上げ、さらに攻撃的に仕掛けていくサッカー」を作り上げるじんざいとして、ザックことザッケローニ監督を招聘したという。(原 博実 日本サッカー協会 技術委員長)
- +
  • 「人間だからみんなにいい人だって言われたいけどそれは無理なんだよね。最後にどうするかと言ったら私心なく、無心になって決める。私心なく決断する事で、いつかは分かってくれるんじゃないかな、と僕は信じています」 (岡田武史) 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 f4ee256..327feea 100644 --- a/content/quotes/2011/05/14/2011-05-14-00001490.md +++ b/content/quotes/2011/05/14/2011-05-14-00001490.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 1d6469b..6e04ee2 100644 --- a/content/quotes/2011/05/15/2011-05-15-00001493.md +++ b/content/quotes/2011/05/15/2011-05-15-00001493.md @@ -9,23 +9,22 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- ちょっと遅いのですが、『もしドラ』を読みましたよ。ぐいぐい読み進ませてくれるし、マネジメントを実際に応用するにはどうしたらいいかを実際に見せてくれる点で良かったと思います。 以下、気になった部分です。イノベーションについて: > これに対してイノベーションの戦略は、既存のものはすべて陳腐化すると仮定する。したがって既存事業についての戦略の指針が、よりよくより多くのものであるとすれば、イノベーションについての戦略の指針は、より新しくより違ったものでなければならない。 -> +> > イノベーションの戦略の一歩は、古いもの、死につつあるもの、陳腐化したものを計画的かつ体系的に捨てることである。イノベーションを行う組織は、昨日を守るために時間と資源を使わない。昨日を捨ててこそ、資源、特に人材という貴重な資源を新しいもののために解放できる。 -イノベーションについては、最近の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 8d73777..0a3387e 100644 --- a/content/quotes/2011/05/22/2011-05-22-00001496.md +++ b/content/quotes/2011/05/22/2011-05-22-00001496.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 677411c..7becb7e 100644 --- a/content/quotes/2011/06/05/2011-06-05-00001501.md +++ b/content/quotes/2011/06/05/2011-06-05-00001501.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 23dbafa..d1bdd2d 100644 --- a/content/quotes/2011/06/25/2011-06-25-00001506.md +++ b/content/quotes/2011/06/25/2011-06-25-00001506.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 5f4fe87..3ced8a0 100644 --- a/content/quotes/2011/08/19/2011-08-19-00001518.md +++ b/content/quotes/2011/08/19/2011-08-19-00001518.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 859b177..4ba5271 100644 --- a/content/quotes/2012/01/01/2012-01-01-00001539.md +++ b/content/quotes/2012/01/01/2012-01-01-00001539.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 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 1b014ac..3ed3348 100644 --- a/content/quotes/2012/01/07/2012-01-07-00001540.md +++ b/content/quotes/2012/01/07/2012-01-07-00001540.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- 数学ガールの英訳を入手しました。 @@ -22,20 +21,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. @@ -43,7 +42,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 a45696e..1bc5cd0 100644 --- a/content/quotes/2013/01/03/2013-01-03-00001577.md +++ b/content/quotes/2013/01/03/2013-01-03-00001577.md @@ -9,8 +9,7 @@ tmac_last_id: author: - kazu634 categories: - - +tags: --- Numberを読んでいて気になった言葉です: @@ -32,29 +31,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 f99b0c5..dc30a0c 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 @@ -10,23 +10,21 @@ tmac_last_id: author: - kazu634 categories: - - format: quote - +tags: --- 夜は、待っている。 (Hobonichi books)で気になった部分です: > ぼくは、じぶんが参考にする意見としては、 - + > 「よりスキャンダラスでないほう」を選びます。 - + > 「より脅かしてないほう」を選びます。 - + > 「より正義を語らないほう」を選びます。 - + > 「より失礼でないほう」を選びます。 - + > そして「よりユーモアのあるほう」を選びます。   @@ -36,17 +34,17 @@ format: quote   > 「どちらの判断も尊い」と思うことに決めました。 - + > 「右往左往」してなんにもならないよりは、 - + > 反対側のリスクを覚悟して「右往」のみに決める。 - + > そういうふうに判断していきます。 - + > 行けなかった反対側が少数になるのか、 - + > 多数になるのかもわからないのですが、 - + > 「判断をしない」のがいちばんよくないのです。 * * * @@ -55,29 +53,29 @@ format: quote
夜は、待っている。 (Hobonichi books)
- +
- +
糸井重里
東京糸井重里事務所
売り上げランキング: 16,413
- +
- +
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 323c619..894e57f 100644 --- a/content/quotes/2015/11/14/2015-11-14-6759.md +++ b/content/quotes/2015/11/14/2015-11-14-6759.md @@ -7,10 +7,7 @@ tmac_last_id: author: - kazu634 categories: - - - - +tags: --- 『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』で気になった部分です: @@ -31,29 +28,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 ae5fbb1..9e26500 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 @@ -5,10 +5,8 @@ date: 2015-12-17 author: - kazu634 categories: - - +tags: 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 611e380..6ad900f 100644 --- a/content/quotes/2015/12/28/2015-12-28-6809.md +++ b/content/quotes/2015/12/28/2015-12-28-6809.md @@ -6,8 +6,7 @@ isCJKLanguage: true author: - kazu634 categories: - - +tags: 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 6d27faf..40dce70 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 @@ -5,10 +5,8 @@ date: 2016-01-02 author: - kazu634 categories: - - description: 『高倉健インタビューズ』を読んで気になった部分をまとめています - +tags: --- 『高倉健インタヴューズ』を読んで気になった部分を抜粋してみました。