by shigemk2

当面は技術的なことしか書かない

melpaのパッケージのフォーマット(仮)

男は度胸、なんでもためしてみるのさ。

Add recipe for convertascii by shigemk2 · Pull Request #1964 · milkypostman/melpa · GitHub

PR出してみたら、

というツッコミを頂きました。本当にすみませんでした。

Packaging - GNU Emacs Lisp Reference Manual

GITHUB_HOSTについて

hubコマンドについて。

デフォルトだとgithub.comのリポジトリを見に行こうとするけども、GITHUB_HOSTをイジったりhub.hostにドメインを追加したりすることでhubコマンドの向き先を変更することが出来る旨がmanコマンドに書かれてあったりする。

   GitHub Enterprise
       By default, hub will only work with repositories that have remotes which point to github.com. GitHub Enterprise hosts need to be whitelisted to configure hub to treat such remotes same as github.com:



           $ git config --global --add hub.host my.git.org



       The default host for commands like init and clone is still github.com, but this can be affected with the GITHUB_HOST environment variable:



           $ GITHUB_HOST=my.git.org git clone myproject

JavaScriptのasync

HTML script async Attribute

The async attribute is a boolean attribute.

When present, it specifies that the script will be executed asynchronously as soon as it is available.

気になるIE対応は10から。

プログレッシブレンダリングでUXを向上させるJS非同期読み込みのベストプラクティス | ゆっくりと…

非同期読み込みにすることで、読み込みの高速化を実現するらしいです。ね。