2018-04-29 02:37:24
icon

Wikipedia Founder Says Internet Users Are Adrift In The 'Fake News' Era https://n.pr/2JxKOWd

2018-04-29 08:56:23
icon

ストリーミングがおかしいの、nodeアプリが落ちちゃってる時っぽいな…

2018-04-29 14:09:22
2018-04-29 12:59:04 Posting 超ろびにゃん Robinyan@friends.nico
icon

This account is not set to public on notestock.

2018-04-29 14:09:23
2018-04-29 12:59:29 Posting 花物語 sisyo@friends.nico
icon

This account is not set to public on notestock.

2018-04-29 14:13:59
2018-04-29 14:00:10 Posting ゆなす🧑‍💻☕🍷🍶🍾🍹🍺 juners@oransns.com
icon

This account is not set to public on notestock.

2018-04-29 15:08:59
2018-04-29 15:09:15
本名
icon

svn

2018-04-29 15:09:25
icon

うそですうそです

2018-04-29 15:14:22
icon

待って!冗談だから!

2018-04-29 15:20:54
icon

温泉でハッカソン、楽しそうだなあ

2018-04-29 18:46:47
2018-04-29 16:15:12 Posting tdtds:satellite: tdtds@pawoo.net
icon

This account is not set to public on notestock.

2018-04-29 18:50:58
2018-04-29 16:14:27 Posting のえる :cava_red: DTP鯖管 noellabo@dtp-mstdn.jp
icon

まさらっき @masarakki さんのサークルnp-completeの本だけど、本当に知りたいことがしっかり書いてあって、優秀過ぎる。マストドンの仕組みや開発、Github, gitの実際の使い方とか、このレベルの記事ってなかなか見られないので、気になる人は絶対読んでおいた方がいい。

マストドンがんばるどん legacy.gitbook.com/book/np-com

超実践Git
legacy.gitbook.com/book/np-com

あと、これを読んでおくと、暴言がどうこうとか、ほんとどうでもいいよな、ということがよくわかる。

プログラマの生き様
legacy.gitbook.com/book/np-com

たとえばJobsとかLinusとか、ロクでもないクズの類で普通に考えて一緒に働きたいとは思わないが、間違いなくリスペクトされるのだ。ヘタすりゃ神扱い。どちらかというと祟り神の類だとおもうけどw

2018-04-29 18:53:20
2018-04-29 18:21:01 Posting めがち《null》 MEGACHASER@mstdn.jp
icon

This account is not set to public on notestock.

2018-04-29 18:53:33
icon

おいしそー!

2018-04-29 21:51:05
icon

Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'uws'.

むーん

2018-04-29 21:59:51
icon

ストリーミング落ちるどころか起動してなかったというw

2018-04-29 22:16:37
icon

Error: Cannot find module './uws_linux_64'

2018-04-29 22:31:31
icon

確かにないふいんき

$ ls -1 node_modules/uws/uws_linux_*.node
node_modules/uws/uws_linux_46.node
node_modules/uws/uws_linux_47.node
node_modules/uws/uws_linux_48.node
node_modules/uws/uws_linux_51.node
node_modules/uws/uws_linux_57.node

2018-04-29 22:32:11
icon

heroku builds:cache:purge

えーい

2018-04-29 22:36:09
icon

てかイマドキJavaScriptもコンパイルされるのか←

2018-04-29 22:48:22
icon

だめだあ

2018-04-29 22:52:51
icon

Papertrailによると問題が起き始めたのはストリーミングアプリのv300のリリース直後から(わかりやすかった)

2018-04-29 22:59:57
icon

- Downloading and installing node 9.11.1...
+ Downloading and installing node 10.0.0...

もしかしてこの違いか?

2018-04-29 23:14:32
icon

nodeを10.0.0から9.11.1に下げたらなおりました。むーん。

https://github.com/zunda/mastodon/commit/e0cb99fab07f71cf9663218eddf0656ce608ecf2

Web site image
Avoid using node 10 for now · zunda/mastodon@e0cb99f
2018-04-30 08:22:46
icon

チームで使ってるカンバン多すぎ問題

2018-04-30 08:35:17
icon

昨日の、Node 10.0.0でuwsモジュールがインポートできなくてNode 9.11.1に戻したら直る問題、どこにも報告されてない気がする。なして。

起動すると
Error: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'uws'.
っで落ちて、console.log(e)を仕込むと
Error: Cannot find module './uws_linux_64'
が見えるの。

https://mastodon.zunda.ninja/@zundan/99947293232354049

Web site image
zunda (@zundan@mastodon.zunda.ninja)
2018-04-30 09:34:56
icon

イマココいろいろ

- Ruby 2.6.0-preview1でMastodonを動かす
- bootsnapがSEGVするのはrequireしない https://mastodon.zunda.ninja/@zundan/99924333526959746
- Accept-Encoding: gzipで空のレスポンスを返すのはRack::Deflaterが最初のチャンクから空を返す https://mastodon.zunda.ninja/@zundan/99924605923332356
- NetBSDでCGIでtDiaryを動かす
- pthread関連をコンパイルできない https://mastodon.zunda.ninja/@zundan/99901794146222217
- sidekiqのメモリを減らす
- jemallocを試す

Web site image
zunda (@zundan@mastodon.zunda.ninja)
Web site image
zunda (@zundan@mastodon.zunda.ninja)
Web site image
zunda (@zundan@mastodon.zunda.ninja)
2018-04-30 10:16:18
icon

heroku-18スタック選べるようになってるよ

2018-04-30 10:22:54
icon

heroku pipelines:promoteするとpromote先のアプリのstackは自動的にpromote元のと同じになる。よくできてるw

2018-04-30 10:23:28
icon

というわけでこのインスタンスはUbuntu 18.04相当のシステムからお送りしております

2018-04-30 11:53:45
2018-04-30 04:58:55 Posting monaca mimoo@omochi.xyz
icon

This account is not set to public on notestock.

2018-04-30 11:53:57
2018-04-30 05:16:15 Posting ぜま🦊クラゲ丼鯖缶 yi0713@mstdn.jp
icon

This account is not set to public on notestock.

2018-04-30 11:54:12
icon

めでたい!
めでたい!
めでたい!

2018-04-30 14:01:30
icon

半田づけから?

2018-04-30 15:07:50
2018-04-30 14:49:24 Posting Satoshi Kojima / 小嶋智 skoji@bookwor.ms
icon

This account is not set to public on notestock.

2018-04-30 15:07:59
icon

いいなあw

2018-04-30 15:35:43
icon

@t_trace ハワイ州のSpectrumからは https://www.google.com/ を問題なく閲覧できます。

www.google.com. 192 IN A 216.58.217.196

2018-04-30 23:09:22
icon

わくわくしてきたぞ※遠い…(´・ω・`)

Schedule - RubyKaigi 2018 http://rubykaigi.org/2018/schedule

Web site image
RubyKaigi 2018, 5/31...6/2, Sendai, Miyagi, Japan #rubykaigi
2018-04-30 23:32:00
icon

ニュースの「盗んだバイク」というフレーズに反応しちゃうおっさん