From d5b4e0cce87776449596f20f59456a2be5593df5 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Wed, 14 Aug 2019 21:24:00 +0900 Subject: [PATCH] feat: add redirection --- _config.yml | 2 +- ...2013-07-07-install-julius-with-homebrew.md | 1 + _posts/2013-11-05-osx-http-proxy.md | 1 + _posts/2013-12-05-qiita-alfred-workflow.md | 1 + _posts/2014-03-14-rails-assets-cli.md | 1 + _posts/2014-05-30-dokku-with-dockland.md | 1 + _posts/2014-09-23-homebrew-osx-knp.md | 1 + _posts/2014-10-27-brew-cask-downloader.md | 1 + .../2014-12-03-sketch-plugin-stickygrid-ja.md | 1 + _posts/2014-12-03-sketch-plugin-stickygrid.md | 1 + _posts/2014-12-16-myo-armband.md | 1 + _posts/2015-02-26-cabocha-on-rubygems.md | 1 + ...2015-02-26-gulp-decomposer-bower-import.md | 1 + _posts/2015-03-10-create-icns-from-sketch.md | 1 + _posts/2015-07-05-hugo-paper.md | 1 + .../2015-09-07-alfred-qiita-workflow-in-go.md | 1 + ...2015-12-07-wallpaper-for-simple-desktop.md | 1 + _posts/2015-12-16-atom-package-diff.md | 1 + .../2016-01-24-essentials-for-new-macbook.md | 1 + ...016-02-11-polyglot-extension-for-safari.md | 1 + .../2016-05-26-stairlab-aiseminar-2-memo.md | 1 + _posts/2016-10-15-cuda-on-macos.md | 3 +- _posts/2017-02-02-sim-card-travel.md | 1 + ...arkdown-friendly-note-taking-apps.markdown | 1 + ...-02-13-nvidia-titan-x-macpro-early-2008.md | 1 + ...2-28-minimal-python-jupyter-macos.markdown | 1 + ...tall-opencv3-and-python3-bindings.markdown | 1 + _posts/2017-04-23-apple-pie.markdown | 7 +- _posts/2017-05-13-github-repos-comparison.md | 1 + _posts/2017-06-16-x11forward.md | 1 + _posts/2017-12-27-oss-for-designers.markdown | 1 + _posts/2018-02-15-data-recovery.markdown | 1 + .../2018-03-24-earin-m2-first-look.markdown | 1 + _posts/2018-03-29-products-guide.markdown | 2 + ...0-building-tensorflow-from-source.markdown | 1 + _posts/2018-04-13-camping.markdown | 1 + _posts/2018-08-03-hermitian-conjugate.md | 1 + _posts/2018-08-05-life-automation.md | 1 + .../2019-01-01-years-resolution-2019.markdown | 25 +++--- _posts/2019-01-14-padsize.md | 1 + _posts/2019-01-17-english-note.markdown | 77 ++++++++++--------- ...19-06-05-sign-and-notarize-electron-app.md | 1 + 42 files changed, 96 insertions(+), 56 deletions(-) diff --git a/_config.yml b/_config.yml index 1d69fdc..47d0a7f 100644 --- a/_config.yml +++ b/_config.yml @@ -44,4 +44,4 @@ exclude: - script - vendor - docker-compose.yml -- Dockerfile +- Dockerfile \ No newline at end of file diff --git a/_posts/2013-07-07-install-julius-with-homebrew.md b/_posts/2013-07-07-install-julius-with-homebrew.md index 6c577c7..ca098b3 100644 --- a/_posts/2013-07-07-install-julius-with-homebrew.md +++ b/_posts/2013-07-07-install-julius-with-homebrew.md @@ -1,6 +1,7 @@ --- title: OSXに音声解析エンジンJuliusを入れる with Homebrew date: 2013-07-07 09:00:00 +09:00 +redirect_from: /blog/2013/07/07/install-julius-with-homebrew --- Homebrew を使って macOS に音声解析エンジン Julius をインストールします。 diff --git a/_posts/2013-11-05-osx-http-proxy.md b/_posts/2013-11-05-osx-http-proxy.md index 4984350..eb079b5 100644 --- a/_posts/2013-11-05-osx-http-proxy.md +++ b/_posts/2013-11-05-osx-http-proxy.md @@ -1,6 +1,7 @@ --- title: OS Xのネットワーク環境に合わせてHTTP_PROXYを切り替えるシェルスクリプト date: 2013-11-05 09:00:00 +09:00 +redirect_from: /blog/2013/11/05/osx-http-proxy --- ![](/uploads/osx-http-proxy.png) diff --git a/_posts/2013-12-05-qiita-alfred-workflow.md b/_posts/2013-12-05-qiita-alfred-workflow.md index e6988bc..9b0c448 100644 --- a/_posts/2013-12-05-qiita-alfred-workflow.md +++ b/_posts/2013-12-05-qiita-alfred-workflow.md @@ -1,6 +1,7 @@ --- title: Qiitaでストックした記事をインクリメンタルサーチするAlfred 2 Workflow date: 2013-12-05 09:00:00 +09:00 +redirect_from: /blog/2013/12/05/qiita-alfred-workflow --- コードを書いている時に、ストックしておいた Qiita の記事を検索したくなるシーンが最近増えてきた気がする。 diff --git a/_posts/2014-03-14-rails-assets-cli.md b/_posts/2014-03-14-rails-assets-cli.md index f0220c3..a778cb9 100644 --- a/_posts/2014-03-14-rails-assets-cli.md +++ b/_posts/2014-03-14-rails-assets-cli.md @@ -1,6 +1,7 @@ --- title: Rails Assetsのパッケージをコマンドラインから検索する date: 2014-03-14 09:00:00 +09:00 +redirect_from: /blog/2014/03/14/rails-assets-cli --- [Rails Assets](https://rails-assets.org/) は Bower パッケージを Bundler で管理出 diff --git a/_posts/2014-05-30-dokku-with-dockland.md b/_posts/2014-05-30-dokku-with-dockland.md index 2c13ca1..7c924af 100644 --- a/_posts/2014-05-30-dokku-with-dockland.md +++ b/_posts/2014-05-30-dokku-with-dockland.md @@ -1,6 +1,7 @@ --- title: Run dokku with Dockland date: 2014-05-30 09:00:00 +09:00 +redirect_from: /blog/2014/05/30/dokku-with-dockland --- ローカルから heroku-toolbelt ライクに dokku コマンドを叩く dockland gem をリリースした。 diff --git a/_posts/2014-09-23-homebrew-osx-knp.md b/_posts/2014-09-23-homebrew-osx-knp.md index fbb5b3f..d573c67 100644 --- a/_posts/2014-09-23-homebrew-osx-knp.md +++ b/_posts/2014-09-23-homebrew-osx-knp.md @@ -1,6 +1,7 @@ --- title: HomebrewでmacOSに構文解析システムKNPを入れる date: 2014-09-23 09:00:00 +09:00 +redirect_from: /blog/2014/09/23/homebrew-osx-knp --- Homebrew で macOS に構文解析システム KNP をインストールします。 diff --git a/_posts/2014-10-27-brew-cask-downloader.md b/_posts/2014-10-27-brew-cask-downloader.md index ec5c7c8..a980aed 100644 --- a/_posts/2014-10-27-brew-cask-downloader.md +++ b/_posts/2014-10-27-brew-cask-downloader.md @@ -1,6 +1,7 @@ --- title: homebrew-caskを単純なダウンローダーとして使う date: 2014-10-27 09:00:00 +09:00 +redirect_from: /blog/2014/10/27/brew-cask-downloader --- ![image](/uploads/brew-cask-downloader.png) diff --git a/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md b/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md index 7d5b949..c444946 100644 --- a/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md +++ b/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md @@ -1,6 +1,7 @@ --- title: Sketch 3 plugin 'StickyGrid' date: 2014-12-03 09:00:00 +09:00 +redirect_from: /blog/2014/12/03/sketch-plugin-stickygrid-ja --- 選択したシェイプのポイントをグリッドに吸い付かせるプラグイン StickyGrid を作りました。 diff --git a/_posts/2014-12-03-sketch-plugin-stickygrid.md b/_posts/2014-12-03-sketch-plugin-stickygrid.md index 17560d2..932c649 100644 --- a/_posts/2014-12-03-sketch-plugin-stickygrid.md +++ b/_posts/2014-12-03-sketch-plugin-stickygrid.md @@ -1,6 +1,7 @@ --- title: Sketch 3 plugin 'StickyGrid' date: 2014-12-03 09:00:00 +09:00 +redirect_from: /blog/2014/12/03/sketch-plugin-stickygrid --- For practicing Sketch plugin development, I created **StickyGrid** to let shape points sticked with grids. diff --git a/_posts/2014-12-16-myo-armband.md b/_posts/2014-12-16-myo-armband.md index 31da21a..12c2f41 100644 --- a/_posts/2014-12-16-myo-armband.md +++ b/_posts/2014-12-16-myo-armband.md @@ -1,6 +1,7 @@ --- title: Take control of Chrome with Myo Armband date: 2014-12-16 09:00:00 +09:00 +redirect_from: /blog/2014/12/16/myo-armband --- Thalmic Labs の MYO アームバンドが届いたので Google Chrome をマイノリティ・リポートっぽいジェスチャーで操作する Myo Scripts を書いてみる。 diff --git a/_posts/2015-02-26-cabocha-on-rubygems.md b/_posts/2015-02-26-cabocha-on-rubygems.md index 4699789..7c27b89 100644 --- a/_posts/2015-02-26-cabocha-on-rubygems.md +++ b/_posts/2015-02-26-cabocha-on-rubygems.md @@ -1,6 +1,7 @@ --- title: CaboCha on RubyGems date: 2015-02-26 09:00:00 +09:00 +redirect_from: /blog/2015/02/26/cabocha-on-rubygems --- 日本語係り受け解析器 CaboCha の Ruby バインディング [cabocha-ruby](https://github.com/uetchy/cabocha-ruby) をリリースした。とは言っても [公式](https://code.google.com/p/cabocha/) の SWIG バインディングをベースにしたものだ。 diff --git a/_posts/2015-02-26-gulp-decomposer-bower-import.md b/_posts/2015-02-26-gulp-decomposer-bower-import.md index 698f4f4..a251959 100644 --- a/_posts/2015-02-26-gulp-decomposer-bower-import.md +++ b/_posts/2015-02-26-gulp-decomposer-bower-import.md @@ -1,6 +1,7 @@ --- title: 'gulp + decomposer: Best way to sassy-@import bower components' date: 2015-02-26 09:00:00 +09:00 +redirect_from: /blog/2015/02/26/gulp-decomposer-bower-import --- gulp + Browserify(+ debowerify)という構成で Web サイトを作っていると、SASS にも debowerify 相当のものが欲しくなってくる。 diff --git a/_posts/2015-03-10-create-icns-from-sketch.md b/_posts/2015-03-10-create-icns-from-sketch.md index 2d7ac3d..7dcd226 100644 --- a/_posts/2015-03-10-create-icns-from-sketch.md +++ b/_posts/2015-03-10-create-icns-from-sketch.md @@ -1,6 +1,7 @@ --- title: Create .icns from .sketch date: 2015-03-10 09:00:00 +09:00 +redirect_from: /blog/2015/03/10/create-icns-from-sketch --- ![](/uploads/create-icns-from-sketch/intro.png) diff --git a/_posts/2015-07-05-hugo-paper.md b/_posts/2015-07-05-hugo-paper.md index 70d2894..312a954 100644 --- a/_posts/2015-07-05-hugo-paper.md +++ b/_posts/2015-07-05-hugo-paper.md @@ -1,6 +1,7 @@ --- title: 'Hugo Paper: well-simplified theme for Hugo' date: 2015-07-05 09:00:00 +09:00 +redirect_from: /blog/2015/07/05/hugo-paper --- When I created my blog, there are no well simplified [Hugo](http://gohugo.io) theme around the world. I need to a theme that just don't interrupt reading experience. [Hugo Paper](https://github.com/uetchy/hugo-paper) is made for that. diff --git a/_posts/2015-09-07-alfred-qiita-workflow-in-go.md b/_posts/2015-09-07-alfred-qiita-workflow-in-go.md index 7b90314..3cad36f 100644 --- a/_posts/2015-09-07-alfred-qiita-workflow-in-go.md +++ b/_posts/2015-09-07-alfred-qiita-workflow-in-go.md @@ -1,6 +1,7 @@ --- title: Alfred Qiita Workflow in Go date: 2015-09-07 09:00:00 +09:00 +redirect_from: /blog/2015/09/07/alfred-qiita-workflow-in-go --- ![Cover](/uploads/alfred-qiita-workflow.png) diff --git a/_posts/2015-12-07-wallpaper-for-simple-desktop.md b/_posts/2015-12-07-wallpaper-for-simple-desktop.md index c7f8830..6648962 100644 --- a/_posts/2015-12-07-wallpaper-for-simple-desktop.md +++ b/_posts/2015-12-07-wallpaper-for-simple-desktop.md @@ -1,6 +1,7 @@ --- title: Wallpapers for simple desktop date: 2015-12-07 09:00:00 +09:00 +redirect_from: /blog/2015/12/07/wallpaper-for-simple-desktop --- ![One of my wallpapers](/images/wallpaper/bricks.png) diff --git a/_posts/2015-12-16-atom-package-diff.md b/_posts/2015-12-16-atom-package-diff.md index a001c33..0942af0 100644 --- a/_posts/2015-12-16-atom-package-diff.md +++ b/_posts/2015-12-16-atom-package-diff.md @@ -1,6 +1,7 @@ --- title: Gluing Installed Atom Packages and apm Stars Together date: 2015-12-16 09:00:00 +09:00 +redirect_from: /blog/2015/12/16/atom-package-diff --- Atom にインストールしているパッケージと[Atom.io](https://atom.io/packages)上のスターを同期する CLI ツール [Atom Package Diff](https://www.npmjs.com/package/atom-package-diff) を公開した。 diff --git a/_posts/2016-01-24-essentials-for-new-macbook.md b/_posts/2016-01-24-essentials-for-new-macbook.md index 7551206..7ab3fe2 100644 --- a/_posts/2016-01-24-essentials-for-new-macbook.md +++ b/_posts/2016-01-24-essentials-for-new-macbook.md @@ -1,6 +1,7 @@ --- title: Essentials for New MacBook date: 2016-01-24 09:00:00 +09:00 +redirect_from: /blog/2016/01/24/essentials-for-new-macbook --- ![](/uploads/essentials-for-new-macbook-spec.png) diff --git a/_posts/2016-02-11-polyglot-extension-for-safari.md b/_posts/2016-02-11-polyglot-extension-for-safari.md index f16f511..17d4c8e 100644 --- a/_posts/2016-02-11-polyglot-extension-for-safari.md +++ b/_posts/2016-02-11-polyglot-extension-for-safari.md @@ -1,6 +1,7 @@ --- title: Polyglot Extension for Safari date: 2016-02-11 09:00:00 +09:00 +redirect_from: /blog/2016/02/11/polyglot-extension-for-safari --- ![](http://uechi-public.s3.amazonaws.com/github/Polyglot/header.png) diff --git a/_posts/2016-05-26-stairlab-aiseminar-2-memo.md b/_posts/2016-05-26-stairlab-aiseminar-2-memo.md index 7fe0ae1..f8fe039 100644 --- a/_posts/2016-05-26-stairlab-aiseminar-2-memo.md +++ b/_posts/2016-05-26-stairlab-aiseminar-2-memo.md @@ -1,6 +1,7 @@ --- title: ステアラボ人工知能セミナー#2 メモ date: 2016-05-26 09:00:00 +09:00 +redirect_from: /blog/2016/05/26/stairlab-aiseminar-2-memo --- 走り書きです。 diff --git a/_posts/2016-10-15-cuda-on-macos.md b/_posts/2016-10-15-cuda-on-macos.md index 5d00e07..70272bd 100644 --- a/_posts/2016-10-15-cuda-on-macos.md +++ b/_posts/2016-10-15-cuda-on-macos.md @@ -1,8 +1,7 @@ --- title: CUDA on macOS date: 2016-10-15 09:00:00 +09:00 -tags: -- til +redirect_from: /blog/2016/10/15/cuda-on-macos --- Install TensorFlow with CUDA 8.0 + cuDNN 5.1 support on macOS. diff --git a/_posts/2017-02-02-sim-card-travel.md b/_posts/2017-02-02-sim-card-travel.md index 43adfb9..5e417ca 100644 --- a/_posts/2017-02-02-sim-card-travel.md +++ b/_posts/2017-02-02-sim-card-travel.md @@ -1,6 +1,7 @@ --- title: 海外旅行におけるSIMカードの選択 date: 2017-02-02 00:20:00 +09:00 +redirect_from: /blog/2017/02/02/sim-card-travel --- 世界中で 3G 通信が出来る[GigSky](http://www.gigsky.jp)の SIM を 3 日間の台湾旅行で使ってみました。 diff --git a/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown b/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown index 7ab6a86..912c007 100644 --- a/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown +++ b/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown @@ -1,6 +1,7 @@ --- title: Markdownフレンドリーなノートアプリ date: 2017-02-13 21:52:00 +09:00 +redirect_from: /blog/2017/02/13/markdown-friendly-note-taking-apps --- UI が秀逸な Markdown ノートアプリを紹介します。 diff --git a/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md b/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md index 429e946..ebb6a5a 100644 --- a/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md +++ b/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md @@ -1,6 +1,7 @@ --- title: Install NVIDIA GeForce GTX TITAN X in MacPro Early 2008 date: 2017-02-13 14:20:00 +09:00 +redirect_from: /blog/2017/02/13/nvidia-titan-x-macpro-early-2008 --- MacPro Early 2008 という骨董品に NVIDIA Titan X (Maxwell)を積んだところ、いくつかの問題にぶつかりました。この記事でそれらの問題と解決策について書きます。 diff --git a/_posts/2017-02-28-minimal-python-jupyter-macos.markdown b/_posts/2017-02-28-minimal-python-jupyter-macos.markdown index a4e4e83..9df54dc 100644 --- a/_posts/2017-02-28-minimal-python-jupyter-macos.markdown +++ b/_posts/2017-02-28-minimal-python-jupyter-macos.markdown @@ -1,6 +1,7 @@ --- title: Install Python and Jupyter on macOS with Minimal Effort date: 2017-02-28 11:14:00 +09:00 +redirect_from: /blog/2017/02/28/minimal-python-jupyter-macos --- Maybe you don't need `pyenv` and/or `virtualenv` in most cases. diff --git a/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown b/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown index ae825fc..01ec91b 100644 --- a/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown +++ b/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown @@ -1,6 +1,7 @@ --- title: Definitive Guide to Install OpenCV 3 and its Python 3 bindings date: 2017-03-23 15:10:00 +09:00 +redirect_from: /blog/2017/03/23/install-opencv3-and-python3-bindings --- This article describes how to install OpenCV 3 and its Python 3 bindings on macOS and Ubuntu. diff --git a/_posts/2017-04-23-apple-pie.markdown b/_posts/2017-04-23-apple-pie.markdown index e54d20c..ae2acdc 100644 --- a/_posts/2017-04-23-apple-pie.markdown +++ b/_posts/2017-04-23-apple-pie.markdown @@ -1,9 +1,10 @@ --- title: アップルパイ date: 2017-04-23 14:48:00 +09:00 +redirect_from: /blog/2017/04/23/apple-pie categories: -- recipe -image: "/uploads/apple-pie.jpg" + - recipe +image: '/uploads/apple-pie.jpg' --- ![apple-pie.jpg](/uploads/apple-pie.jpg) @@ -18,7 +19,7 @@ image: "/uploads/apple-pie.jpg" # 手順 -1. **富士りんご(直径 8cm)**3 個の皮を剥いて 2-3 ㎠に切って鍋に入れる +1. **富士りんご(直径 8cm)**3 個の皮を剥いて 2-3 ㎠ に切って鍋に入れる 1. **砂糖**60g・**レモン汁**2tbsp を鍋に入れて、汁気が無くなるまで中火で 10-15 分煮る 1. 火を止めて、**切れてるバター**2 個・**シナモン**を好きなだけ混ぜる 1. **冷凍パイシート**を冷蔵庫に移動し 30 分おく diff --git a/_posts/2017-05-13-github-repos-comparison.md b/_posts/2017-05-13-github-repos-comparison.md index d193de2..466b53b 100644 --- a/_posts/2017-05-13-github-repos-comparison.md +++ b/_posts/2017-05-13-github-repos-comparison.md @@ -1,6 +1,7 @@ --- title: GitHubリポジトリの比較表を gh-compare で作る date: 2017-05-13 12:00:00 +09:00 +redirect_from: /blog/2017/05/13/github-repos-comparison image: http://uechi-public.s3.amazonaws.com/github/gh-compare.gif --- diff --git a/_posts/2017-06-16-x11forward.md b/_posts/2017-06-16-x11forward.md index 5da090f..a61153f 100644 --- a/_posts/2017-06-16-x11forward.md +++ b/_posts/2017-06-16-x11forward.md @@ -1,6 +1,7 @@ --- title: Forward X11 window over SSH date: 2017-06-16 00:00:00 +09:00 +redirect_from: /blog/2017/06/16/x11forward --- ![x11-plot.png](/uploads/x11-plot.png) diff --git a/_posts/2017-12-27-oss-for-designers.markdown b/_posts/2017-12-27-oss-for-designers.markdown index ca6291a..06f4cf4 100644 --- a/_posts/2017-12-27-oss-for-designers.markdown +++ b/_posts/2017-12-27-oss-for-designers.markdown @@ -1,6 +1,7 @@ --- title: OSSに貢献しているのはコーダーだけじゃない date: 2017-12-27 00:24:00 +09:00 +redirect_from: /blog/2017/12/27/oss-for-designers --- GitHub で公開されている OSS にちょっとした Pull-request を送るのが私の趣味です。 diff --git a/_posts/2018-02-15-data-recovery.markdown b/_posts/2018-02-15-data-recovery.markdown index e564230..6623fb3 100644 --- a/_posts/2018-02-15-data-recovery.markdown +++ b/_posts/2018-02-15-data-recovery.markdown @@ -1,6 +1,7 @@ --- title: Guide to recover data from damaged HDD date: 2018-02-15 12:45:00 +09:00 +redirect_from: /blog/2018/02/15/data-recovery --- This is a complete guide describes how to rescue your data from old and wrecked HDD. diff --git a/_posts/2018-03-24-earin-m2-first-look.markdown b/_posts/2018-03-24-earin-m2-first-look.markdown index c2bcf87..d45c997 100644 --- a/_posts/2018-03-24-earin-m2-first-look.markdown +++ b/_posts/2018-03-24-earin-m2-first-look.markdown @@ -1,6 +1,7 @@ --- title: EARIN M-2 所見 date: 2018-03-24 12:56:00 +09:00 +redirect_from: /blog/2018/03/24/earin-m2-first-look --- EARIN M-2 は全体的に見て EARIN の正統進化系と言って良い。 diff --git a/_posts/2018-03-29-products-guide.markdown b/_posts/2018-03-29-products-guide.markdown index 5523275..5c3a4a8 100644 --- a/_posts/2018-03-29-products-guide.markdown +++ b/_posts/2018-03-29-products-guide.markdown @@ -1,7 +1,9 @@ --- title: 普段使いしているもの date: 2018-03-29 22:33:00 +09:00 +redirect_from: /blog/2018/03/29/products-guide updated: 2018-08-03 09:00:00 +09:00 +redirect_from: /blog/2018/03/29/products-guide --- 普段使いしているプロダクトを紹介する。 diff --git a/_posts/2018-04-10-building-tensorflow-from-source.markdown b/_posts/2018-04-10-building-tensorflow-from-source.markdown index fcc2798..7242676 100644 --- a/_posts/2018-04-10-building-tensorflow-from-source.markdown +++ b/_posts/2018-04-10-building-tensorflow-from-source.markdown @@ -1,6 +1,7 @@ --- title: Building TensorFlow from Source date: 2018-04-10 09:41:00 +09:00 +redirect_from: /blog/2018/04/10/building-tensorflow-from-source --- As you may notice lines of snippet showed on [dockerfile-machinelearning](https://github.com/uetchy/dockerfile-machinelearning/blob/ffc2cadaf192b19509df0f4b87bc9d427aa30966/Dockerfile#L54-L86), TensorFlow can be non-interactively installed from source. diff --git a/_posts/2018-04-13-camping.markdown b/_posts/2018-04-13-camping.markdown index 93b4f4f..5fdefc6 100644 --- a/_posts/2018-04-13-camping.markdown +++ b/_posts/2018-04-13-camping.markdown @@ -1,6 +1,7 @@ --- title: 初キャンプに必要な機材 date: 2018-04-13 14:26:00 +09:00 +redirect_from: /blog/2018/04/13/camping --- 先月、大洗で初めてのキャンプ泊をした。 diff --git a/_posts/2018-08-03-hermitian-conjugate.md b/_posts/2018-08-03-hermitian-conjugate.md index cec22aa..b385729 100644 --- a/_posts/2018-08-03-hermitian-conjugate.md +++ b/_posts/2018-08-03-hermitian-conjugate.md @@ -1,6 +1,7 @@ --- title: 随伴行列あるいはエルミート共軛 date: 2018-08-03 00:00:00 +09:00 +redirect_from: /blog/2018/08/03/hermitian-conjugate --- $m\times n$の複素行列の転置を取り、複素共軛をとった$n\times m$行列を随伴行列$A^\*$あるいはエルミート共軛という。 diff --git a/_posts/2018-08-05-life-automation.md b/_posts/2018-08-05-life-automation.md index 710cb23..8d5c178 100644 --- a/_posts/2018-08-05-life-automation.md +++ b/_posts/2018-08-05-life-automation.md @@ -1,6 +1,7 @@ --- title: 生活の自動化 date: 2018-08-05 00:00:00 +09:00 +redirect_from: /blog/2018/08/05/life-automation --- 生活にオートメーションを上手く取り入れ、本当にやりたいことや、やるべきことに集中できる環境をつくろう。 diff --git a/_posts/2019-01-01-years-resolution-2019.markdown b/_posts/2019-01-01-years-resolution-2019.markdown index 692f342..05faca6 100644 --- a/_posts/2019-01-01-years-resolution-2019.markdown +++ b/_posts/2019-01-01-years-resolution-2019.markdown @@ -1,18 +1,19 @@ --- title: 今年の抱負 date: 2019-01-01 17:29:00 +09:00 +redirect_from: /blog/2019/01/01/years-resolution-2019 --- -* 国際会議に論文通す -* TOEIC970点以上 -* TOEFL100点以上 -* 英語で複雑な議論を理解し主張する能力の向上 -* 簿記3級 -* アルゴリズム実装スキル向上 -* 資本政策の知識をつける -* 準備を進めているサービスをローンチする -* Kaggleでメダル圏内に入る -* 持続可能な筋力トレーニング習慣をつける -* 持続可能な人生をやっていくためのメンタルセットを積み上げる +- 国際会議に論文通す +- TOEIC970 点以上 +- TOEFL100 点以上 +- 英語で複雑な議論を理解し主張する能力の向上 +- 簿記 3 級 +- アルゴリズム実装スキル向上 +- 資本政策の知識をつける +- 準備を進めているサービスをローンチする +- Kaggle でメダル圏内に入る +- 持続可能な筋力トレーニング習慣をつける +- 持続可能な人生をやっていくためのメンタルセットを積み上げる -恥の多い2018年を送ってきました。今年もよろしくお願いします。 \ No newline at end of file +恥の多い 2018 年を送ってきました。今年もよろしくお願いします。 diff --git a/_posts/2019-01-14-padsize.md b/_posts/2019-01-14-padsize.md index 7ddd59e..5ffb936 100644 --- a/_posts/2019-01-14-padsize.md +++ b/_posts/2019-01-14-padsize.md @@ -1,6 +1,7 @@ --- title: padStartにおけるpadSizeの求め方 date: 2019-01-14 00:00:00 +09:00 +redirect_from: /blog/2019/01/14/padsize --- $$ diff --git a/_posts/2019-01-17-english-note.markdown b/_posts/2019-01-17-english-note.markdown index bb702c5..31c2e9b 100644 --- a/_posts/2019-01-17-english-note.markdown +++ b/_posts/2019-01-17-english-note.markdown @@ -1,13 +1,14 @@ --- title: 英語メモ date: 2019-01-17 19:31:00 +09:00 +redirect_from: /blog/2019/01/17/english-note --- 頻用するけど忘れがちな語彙や便利イディオムをつらつら書きためた雑記です。 too much to take - 手に負えない -de rigueur - 慣習上必要不可欠; +de rigueur - 慣習上必要不可欠; utterly - 完全に(否定的用法) @@ -20,9 +21,9 @@ The doom-laden feeling that this creates in us is then intensified by our inabil ## 〜のおかげで -- Thanks to A — (肯定的に)Aのおかげで -- Thanks to A — (皮肉を込めて;無論否定的に)Aのおかげで -- Owing to A — (否定的に)Aのおかげで +- Thanks to A — (肯定的に)A のおかげで +- Thanks to A — (皮肉を込めて;無論否定的に)A のおかげで +- Owing to A — (否定的に)A のおかげで Thanks to his help, we managed to finish the work in time. 彼のおかげでなんとか時間内に仕事を終えることできた @@ -35,7 +36,7 @@ The balloon is likely to burst at any time その風船は今にも爆発しそ 1. It is **because** the air was polluted **that** the experiment was a failure. 1. The experiment was a failure **because** the air was polluted. -## Twitter構文 +## Twitter 構文 Thesis. Remote companies have less of an echo chamber since they are distributed. Thoughts? — 仮説: リモートワークは人が分散しているからエコーチェンバーが起こりにくい。どう思う? @@ -45,7 +46,7 @@ Because he's the kind of person who likes helping others and is always gentle an it was more difficult to get it wrong than guess it right! XD 正解を当てるよりもこれを間違える方が難しいよ! -I'm pretty sure there was a lot of uproar about the Equifax thing Equifaxの件について批判が巻き起こっていたのは間違いない +I'm pretty sure there was a lot of uproar about the Equifax thing Equifax の件について批判が巻き起こっていたのは間違いない Don’t make me blush XD — めっちゃ恥ずかしい @@ -57,11 +58,11 @@ repeal — 撤回する no respect for their users — ユーザーに対する敬意がない -be now going the A route — 今度はA作戦ときた +be now going the A route — 今度は A 作戦ときた in a blunt fashion — 露骨なやり方で -"DM us, we'll take a look!" faux-friendly route — 「DMで詳しく話を聞かせて!」偽フレンドリー作戦だ +"DM us, we'll take a look!" faux-friendly route — 「DM で詳しく話を聞かせて!」偽フレンドリー作戦だ reinstate — (アカウントを)復活させる @@ -71,7 +72,7 @@ as if, as though — 後者は話者の疑いが現れている. 仮定法過去 predominatly — 大抵は; Your costs are predominantly human labor. かかる費用のほとんどは人件費だ -a myriad of A — 無数のA +a myriad of A — 無数の A funnel toward 狭いところを前へと通る @@ -109,7 +110,7 @@ I like Makefiles, they are simple and yet very powerful. To my surprise — 驚くべきことに -I did it *out of* curiosity — 興味本位でやった +I did it _out of_ curiosity — 興味本位でやった If you're of the **belt-and-suspenders mindset**, consider setting UsePAM to 'no' as well. — 心配性な性格のこと @@ -117,15 +118,15 @@ you can cancel it **as long as it has not been matched** — ~されていな By definition — 定義によると -A found B C — AはBがCだと思った +A found B C — A は B が C だと思った in that — という点において Iconoclast — 因襲打破主義者 -Researchers spend a great deal of time doing A — 研究者は多くの時間をAするのに割いています。 +Researchers spend a great deal of time doing A — 研究者は多くの時間を A するのに割いています。 -A upon demand for B — Bの要請に応じてA +A upon demand for B — B の要請に応じて A Granularity — 粒度 @@ -155,17 +156,17 @@ Countless wrong inferences could be drawn from those observations. 無数の誤 it drives me crazy [nuts] — イライラさせられる -describes the steps that are involved in A — Aに関する手順について説明する +describes the steps that are involved in A — A に関する手順について説明する -前置詞inは特徴の違いを、ofは程度の違いを表す +前置詞 in は特徴の違いを、of は程度の違いを表す -A is in proportion to B — AはBに比例している +A is in proportion to B — A は B に比例している -A is out of proportion to B — AはBに反比例している +A is out of proportion to B — A は B に反比例している -受動態は不自然に手を加えられて発生した結果に付随する、能動態は自然に発生した場合に付随する — our profits were increasedは不正があったかのような表現、our profits increasedが正しい +受動態は不自然に手を加えられて発生した結果に付随する、能動態は自然に発生した場合に付随する — our profits were increased は不正があったかのような表現、our profits increased が正しい -be collectively known as A — Aと総称されている +be collectively known as A — A と総称されている Any links to this, as to be honest nobody is providing evidence, just lip-service relying on the ignorance of most readers そのリンク先の記事は、正直に言わせてもらえばどれも証拠を示していない。読者の無知につけこんだ上っ面だけの内容でしかない。 @@ -173,9 +174,9 @@ in a great hurry - 大急ぎで gross 名詞 — 明らかな~, a gross oversimplification - 明らかに過度な簡略化 -among — ~の間で — in, throughで代替可能 +among — ~の間で — in, through で代替可能 -throw A away — Aを捨てる、Aを無駄にする +throw A away — A を捨てる、A を無駄にする throw A up — 急にやめる @@ -189,35 +190,35 @@ ludicrous, ridiculous — 馬鹿げた derogatory — 差別的な -A that it was B — Aだったので、B , 便利な接続詞 +A that it was B — A だったので、B , 便利な接続詞 After (p.p.), He (p.) — ~の後、彼は~した vicious — 凶悪な -relentless, ruthless — しつこく、inの時は徹底的な +relentless, ruthless — しつこく、in の時は徹底的な mercilessly — 無慈悲に reckless — 無謀な -profound — 心理的影響が重大な、深刻な(物理的にはdeepが適切) +profound — 心理的影響が重大な、深刻な(物理的には deep が適切) I felt like a coward hiding this from people — それを隠すことで自分が臆病者に思えた While training for the marathon, she was relentless in following the same schedule — マラソンの練習の間、彼女は同じスケジュールをしつこいほど守った。 -His history of A led to B — 彼がAを繰り返したせいでBを招いた。 +His history of A led to B — 彼が A を繰り返したせいで B を招いた。 hatred — 憎悪 coarse — 粗い -B with A everywhere — Aがいたるところに散乱しているB +B with A everywhere — A がいたるところに散乱している B people, all, the crowd — 人々 -A was quick to spot the potential of the Internet — Aはインターネットの可能性をいち早く見出した +A was quick to spot the potential of the Internet — A はインターネットの可能性をいち早く見出した a man who's nice to be around — そばに居てくれると助かる親切な人 @@ -251,9 +252,9 @@ The antisocial behavior you are naturing あなたが心に抱いている反社 have a lot to do with ~によるところが大きい -一般に前置詞+who(m)は既知の情報を確認する際に, who+前置詞は新しい情報を求める際に好まれる +一般に前置詞+ who(m)は既知の情報を確認する際に, who +前置詞は新しい情報を求める際に好まれる - This is sure to satisfy those who are into computers. これはコンピュータにはまっている人をきっと満足させるだろう +This is sure to satisfy those who are into computers. これはコンピュータにはまっている人をきっと満足させるだろう I've always wanted to study abroad someday but I haven't been able to yet. いつか留学したいと思ってるけどまだ出来てない。 @@ -289,24 +290,24 @@ Do you happen to know if she has a boyfriend? — あの子に彼氏いるのか 不定詞は名詞・形容詞・副詞的働きをする動詞ベースの詞のこと -- to不定詞がunrealized(未実現) -- -ingがrealized(実現) +- to 不定詞が unrealized(未実現) +- -ing が realized(実現) -I want (to eat an apple)←名詞的 +I want (to eat an apple)← 名詞的 -only to A — 思わぬ悲観的な事実を説明するclause +only to A — 思わぬ悲観的な事実を説明する clause He **returned** after the war **only to be told** that his wife had left him. -I **tore** open the box, **only to discover** that some of the parts were missing. +I **tore** open the box, **only to discover** that some of the parts were missing. I **arrived** **only to find** that the others had already left. ## 倒置法 -So do I — 私も!(I like appleに対して) +So do I — 私も!(I like apple に対して) -So am I — 私も!(I'm twenty years oldに対して) +So am I — 私も!(I'm twenty years old に対して) Here comes bus — もうバス来たよ @@ -320,7 +321,7 @@ How beautiful (that is) — なんて綺麗なの "I'm fine", said he — 大丈夫だと彼は言った -Dark as(though) it was, I found the footprints. — 暗かったが、なんとか足跡を見つけた +Dark as(though) it was, I found the footprints. — 暗かったが、なんとか足跡を見つけた Hard though she tried, she couldn't make the deadline. — 頑張ったが間に合わなかった @@ -328,4 +329,4 @@ Do what you will, I won't give up — 何をされようとも諦めない Walk as he would, he couldn't get to the station. — どんなに歩いても駅にたどり着けなかった -[45 Ways To Avoid Using The Word 'Very' - Writers Write](http://writerswrite.co.za/45-ways-to-avoid-using-the-word-very/) \ No newline at end of file +[45 Ways To Avoid Using The Word 'Very' - Writers Write](http://writerswrite.co.za/45-ways-to-avoid-using-the-word-very/) diff --git a/_posts/2019-06-05-sign-and-notarize-electron-app.md b/_posts/2019-06-05-sign-and-notarize-electron-app.md index e10d8f9..f3f7281 100644 --- a/_posts/2019-06-05-sign-and-notarize-electron-app.md +++ b/_posts/2019-06-05-sign-and-notarize-electron-app.md @@ -1,6 +1,7 @@ --- title: Electronアプリをコード署名してApple 公証 (Notary) を通過させる方法 date: 2019-06-05 00:00:00 +09:00 +redirect_from: /blog/2019/06/05/sign-and-notarize-electron-app --- electron-builder を利用して macOS 向け Electron アプリをコード署名し、公証を通過させます。