マストドン職人の朝は遅い
OH: "digital automatic guided meditation". Sounds like pretty stressful :P
そうそう、甘かったw
Running: rake assets:precompile
rake aborted!
KeyError: key not found: "S3_REGION"
@fujii_yuji おー!しかしELBけっこうしますよね (でもHerokuからEC2に動かして自前でELBつけたらIPv6対応が可能… ((あーしかしHerokuでELB買って証明書買っても……
『Real World HTTP』のサンプルコードから、httpがグローバル変数みたいに見えるのが気持ち悪い…。httpServerをレシーバにしたいような気がしちゃう。うーん
```
package main
import (
:
"net/http"
:
)
func main() {
var httpServer http.Server
http.HandleFunc("/", handler)
:
}
```
I found a rare example of spikes in memory usage, response time, throughput, and CPU load showed up in a same time frame.