ぽきたんこでためずらしー!
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
MastodonのPR 13000見て爆笑してる
https://github.com/tootsuite/mastodon/pull/13000
This account is not set to public on notestock.
Wow!ボタン行くy
$ git log --oneline upstream/master...origin/master
2f978abd8 (upstream/master) Fix Node version in Vagrant (#13008)
ってまだmergeされてなかったw
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
openssl s_clientでHTTPを話せないのなんでかなーと思ったらtelnetと違って\nを\r\nに変換してくれないからだったことがあったわねー
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
> "₍₍⁽⁽₎₎⁾⁾".chars
=> ["₍", "₍", "⁽", "⁽", ":", "s", "a", "b", "a", ":", "₎", "₎", "⁾", "⁾"]
上付きの子と下付きの子とけっこう居た!!
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
ステージングでTZ=Japanにしてみたけどどこからも参照されてない感じでした。設定はUTC、表示はブラウザのタイムゾーン。
日時指定、SplunkさんもイマイチだしLogentriesさんも迷走してるしなかなか難しいのかも。Papertrailさんのよしなにパースしてくれるのなかなかいいんだけど入力するまでタイムゾーンがわからないんだよなあ
@S_H_ 定数としての定義は消せる感じですねー。
> Object.send(:remove_const, :Math)
=> Math
> Math.pi
NameError: uninitialized constant Math
> class Math; def self.pie; 'pie'; end; end
> Math.pi
NoMethodError: undefined method `pi' for Math:Class
Did you mean? pie