00:13:31
icon

「雹が降るなど」「うひょー」

00:13:40
icon

←いいから寝ろ

06:18:57
2018-01-23 06:00:31 ておりあ👐の投稿 theoria@wug.fun
icon

このアカウントは、notestockで公開設定になっていません。

06:43:14
icon

友達のFacebookの大雪体験記(前編)を読んでたんだけど、

\後編が/ \来うへん/

07:31:58
icon

aは数字じゃなくてもいいのかな?

#!/usr/bin/ruby

a = Object.new
def a.==(other)
true
end

puts (a == 1 && a == 2 && a == 3) #=> true

07:34:10
icon

ムズカシー

08:22:01
2018-01-23 08:20:39 かるばぶの投稿 babukaru@mstdn.maud.io
icon

このアカウントは、notestockで公開設定になっていません。

08:22:10
icon

急速チャージ感

08:29:44
icon

git commitのコマンドラインを編集しながら手はもう次に起動されるはずのviに対応して移動しようとしてるの。ちょっとまってー

08:32:01
08:32:36
icon

部屋番号どうやって調べるんだろうw ウォードライブじゃなくてウォーウォークするんかな

09:02:00
icon

$ cat t.rb
require 'continuation'

define_singleton_method(:a) do
callcc do |c|
Object.new.tap do |o|
o.define_singleton_method(:==) do |other|
c.call(other)
end
end
end
end

puts (a == 1 && a == 2 && a == 3)
$ ruby -v t.rb
ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]
/usr/lib/x86_64-linux-gnu/ruby/2.3.0/continuation.so: warning: callcc is obsolete; use Fiber instead
true
$ rbenv local 2.5.0
$ ruby -v t.rb
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux]
:
true

09:05:56
icon

これがね、macOSだとね、
$ ruby -v t.rb
ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17]
:
t.rb:5: [BUG] Bus Error at 0x007fff53772d0e
ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17]
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0010 e:000009 CFUNC :callcc
c:0003 p:0009 s:0007 E:0003e0 LAMBDA t.rb:5 [FINISH]
c:0002 p:0026 s:0005 E:0025d0 EVAL t.rb:14 [FINISH]
c:0001 p:0000 s:0002 E:002190 (none) [FINISH]
:

09:10:48
icon

2.5.0だとおっけーだ

$ ruby -v t.rb
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
/Users/zunda/.rbenv/versions/2.5.0/lib/ruby/2.5.0/x86_64-darwin17/continuation.bundle: warning: callcc is obsolete; use Fiber instead
true

09:12:15
icon

しんかこにゃ

09:39:55
icon

masterマージしようと思ったけど https://github.com/tootsuite/mastodon/pull/6319 コンフリクトするやつや…

Web site image
Fix assets loading when WEB_DOMAIN ≠ LOCAL_DOMAIN by ClearlyClaire · Pull Request #6319 · mastodon/mastodon
11:12:28
icon

仕事にちょっと行き詰まったので :saba: したくなる

11:19:30
icon

$ git merge master
:
CONFLICT (content): Merge conflict in config/webpack/configuration.js
:

ほらー

11:21:10
11:21:14
icon

おお?

11:31:15
icon

\ますたーに/ \だいたいついずい/ \しますたー/

:saba: Merged tootsuite/mastodon at 1cc44cba81ee7e020f4db58e6b1e6821f47a9641 with leaving config/webpack/configuration.js behind.

11:34:06
icon

持病の発作いいにゃ

11:44:05
icon

クエリストリングがいっぱーいついてるURLをまちがえてシェルで実行しちゃってたっくさーんバックグラウンドジョブがはしる

13:35:23
icon

rsyncにも脆弱性対応きてるー

14:00:38
icon

:toot:

14:01:36
icon
Web site image
Replace relative URLs in CSS only for Premailer by Gargron · Pull Request #6335 · mastodon/mastodon
14:52:07
2018-01-23 13:06:06 Tedの投稿 elw@mastodon.sdf.org
icon

このアカウントは、notestockで公開設定になっていません。

14:52:21
14:53:06
icon

同期・横蹴りに、

14:53:17
icon

何だっけ

15:31:34
icon

コーヒー飲んでる

16:28:47
2018-01-23 16:25:31 ライクロフト@末代の投稿 ryecroft21@mstdn.maud.io
icon

Linux相手にLinuxコマンド限定のしりとりをやってて、これは絶対勝てないよね…と思っていたら勝ったw mstdn.maud.io/media/4hLsf7zUjd

Attach image
16:28:54
icon

2to3って…!!

16:51:42
icon

gitの最初のpushって履歴の長いレポジトリだと時間かかるよね

16:53:02
icon

あーしまったデプロイするブランチ間違えましたよw

16:54:05
icon

まいっか(いちどに2つのことをテストしようとするから迷いが生じるのじゃ)