Sometimes you want to interact with a local webserver with https support because of some browser APIs that are only available in an https...
Read more
Bose Noise Cancelling Headphones 700を使い始めて一ヶ月が経ったので、現時点での印象をまとめる。
Read more
Welch の t 検定を用いて 2 つのベンチマークの分布の平均が等しい(速度差は誤差の範疇)か、あるいは異なる(=有意な速度改善が成されている)かどうかを判定します。
ベンチマーク用のTypeScriptプログラムを用意します。
Read more
Have you ever struggled with naming your new OSS project or web app? While hoping no one claimed your desired one in GitHub, npm, Homebre...
Read more
electron-builder を利用して macOS 向け Electron アプリをコード署名し、公証を通過させます。
tl;dr: コード署名と公証に対応した macOS アプリ Juno のリポジトリをGitHub で公開しています
Read more
spin up - 立ち上げる
woe - 悲しみ
a little too - 少し〜すぎる
all that much - それほど(否定形で)
family doesn’t mean all that much to you.
...
Read more
\[\textrm{padSize} = \lceil \log_{10}(\mathbf{arraySize} + 1) \rceil\]
const padSize = Math.ceil(Math.log10(arr.length + 1))
arr.forEac...
Read more
I’ve always wanted to put LaTeX Math equations on a web page where MathJax is not allowed to run inside it.
Spending some time, I made M...
Read more
You are making a decision on which open source project you would adopt for your newly developing application.
This time it is a little b...
Read more
How do you know what packages that project/library depend on and what exactly are that packages doing for?
You’ll want to quickly surve...
Read more
生活にオートメーションを上手く取り入れ、本当にやりたいことや、やるべきことに集中できる環境をつくろう。
Read more
$m\times n$の複素行列の転置を取り、複素共軛をとった$n\times m$行列を随伴行列$A^*$あるいはエルミート共軛という。
\[\begin{align}
A &=\begin{pmatrix} 1 & -1-i \\ 1+i & ...
Read more
先月、大洗で初めてのキャンプ泊をした。
初めてのテント泊を経験した上で得た反省点、ポイントをいくつか残しておく。
Read more
As you may notice lines of snippet showed on [dockerfile-machinelearning](https://github.com/uetchy/dockerfile-machinelearning/blob/ffc2c...
Read more
普段使いしているプロダクトを紹介する。
「20XX 年に買ってよかったもの」を毎年書くのではなく、この記事を定期的に更新しようと思う。
Read more
EARIN M-2 は全体的に見て EARIN の正統進化系と言って良い。
タッチ操作による再生コントロールや通話中のアクティブノイズリダクション、イヤホンの左右を区別しないインターフェースは洗練されており使いやすい。
一方で欠点が無いわけでは無い。EARIN M-2 は...
Read more
This is a complete guide describes how to rescue your data from old and wrecked HDD.
Suppose you are using macOS and your endangered dis...
Read more
GitHub で公開されている OSS にちょっとした Pull-request を送るのが私の趣味です。
そのような Pull-request の中にはコードだけでは無く、時にロゴデザインが含まれていることもあります。
Read more
Read more
Read more
再現性の高いアップルパイの作り方です。材料は初出時に太字にしました。
Read more
This article describes how to install OpenCV 3 and its Python 3 bindings on macOS and Ubuntu.
Read more
Maybe you don’t need pyenv and/or virtualenv in most cases.
Read more
UI が秀逸な Markdown ノートアプリを紹介します。
Read more
MacPro Early 2008 という骨董品に NVIDIA Titan X (Maxwell)を積んだところ、いくつかの問題にぶつかりました。この記事でそれらの問題と解決策について書きます。
Read more
世界中で 3G 通信が出来るGigSkyの SIM を 3 日間の台湾旅行で使ってみました。
GigSky では、その国の最初のアクティベーションに限り、3 日・100MB 分が無料で使えるので、今回の旅行では課金をせずに SIM を使うことが出来ました。
料金設定は現...
Read more
Install TensorFlow with CUDA 8.0 + cuDNN 5.1 support on macOS.
All instructions are based on TensorFlow Get Started.
Read more
走り書きです。
https://stairlab.doorkeeper.jp/events/44958
第 2 回目の今回は、機械学習の研究者で、トピックモデル (機械学習プロフェッショナルシリーズ)の著者でもある、NTT コミュニケーション科学基礎研究所の岩田具...
Read more
選択したテキストを翻訳できる Safari Extension を作った。Polyglot を使えば、選択した文章や、フォームに入力したテキストをその場で好きな言語に翻訳してみせることが出来る。
この Extension は Google Translate AP...
Read more
新しい MacBook を買ったので、普段使っているアプリの整理も兼ねて、幾つかポリシーを決めてセットアップすることにしました。
Read more
Atom にインストールしているパッケージとAtom.io上のスターを同期する CLI ツール Atom Package Diff を公開した。
Read more
There are desktop wallpapers by Sketch.
You can download all of them and use it for personal use.
Read more
Ruby で書かれている Alfred Qiita Workflow をバグ修正のついでに Go で書き直した。
Qiita API v2 に対応し、ユーザー名とパスワードの代わりとして、Personal Access Tokenを使い始めた。
これで、ストックした...
Read more
When I created my blog, there are no well simplified Hugo theme around the world. I need to a theme that just don’t interrupt reading exp...
Read more
Gulp をつかって .sketch から .icns を生成するために、gulp-sketch の出力結果を.icns へ変換する gulp-iconutil というプラグインを作りました。
Read more
gulp + Browserify(+ debowerify)という構成で Web サイトを作っていると、SASS にも debowerify 相当のものが欲しくなってくる。
ちなみに、debowerify というのは、
var Velocity = require('...
Read more
日本語係り受け解析器 CaboCha の Ruby バインディング cabocha-ruby をリリースした。とは言っても 公式 の SWIG バインディングをベースにしたものだ。
Read more
Thalmic Labs の MYO アームバンドが届いたので Google Chrome をマイノリティ・リポートっぽいジェスチャーで操作する Myo Scripts を書いてみる。
Read more
For practicing Sketch plugin development, I created StickyGrid to let shape points sticked with grids.
Draw something in rough and app...
Read more
選択したシェイプのポイントをグリッドに吸い付かせるプラグイン StickyGrid を作りました。
Vector ツールで軽くスケッチしてからこのプラグインを適用することで、簡単に幾何学的なオブジェクトを作ることが出来る。
Read more
homebrew-cask を単純なダウンローダーとして使う。
Read more
Homebrew で macOS に構文解析システム KNP をインストールします。
Read more
ローカルから heroku-toolbelt ライクに dokku コマンドを叩く dockland gem をリリースした。
Github: uetchy/dockland
Read more
Rails Assets は Bower パッケージを Bundler で管理出
来る便利なサービスである。
ウェブサイトにアクセスして、Rails Assets に登録されているパッケージを検索するの
は面倒なので CLI から検索したい。そのためにはgem searc...
Read more
コードを書いている時に、ストックしておいた Qiita の記事を検索したくなるシーンが最近増えてきた気がする。
そこで、以前作ったQiita の記事をインクリメンタルサーチする Alfred 2 Workflowに、ストックした投稿を検索するコマンドを追加した。
...
Read more
大学のネットワークに接続している時だけプロキシを設定したい時がある。
Mac のネットワーク環境はnetworksetup -getcurrentlocationコマンドで取得することが出来るので、
.zshrc 辺りに以下のシェルスクリプトを書いておけば Term...
Read more
Homebrew を使って macOS に音声解析エンジン Julius をインストールします。
Read more