07:08:26
icon

もうすぐリリース?wktk って作業する時間あるんかいな

07:09:51
icon

ってどこで見たんだっけ…

08:05:14
icon

Finally, I'm going ahead to remove the account and factory reset my Nexus 5 I broke the other day. It was a good device (-人-)

Attach image
08:10:38
icon

Data on this instance:

$ heroku pg:info DATABASE
=== DATABASE_URL, PG_HOBBY_BASIC_URL
Plan: Hobby-basic
Status: Available
Connections: 7/20
PG Version: 9.6.1
Created: 2017-04-20 18:31 UTC
Data Size: 28.6 MB
Tables: 26
Rows: 26723/10000000 (In compliance)

08:16:08
icon

Puma and sidekiq are using slightly more memory than it should be using. Let's see what happens when moving from cedar-14 to heroku-16.

$ heroku stack:set heroku-16
Stack set. Next release will use heroku-16.
Run git push heroku master to create a new release https://mastodon.zunda.ninja/media/p8VR4hUvvRlfHHnz7VM

Attach image
08:20:08
icon

Well, promotion on the pipeline did not update the stacks.

08:28:47
2017-04-26 08:28:47 zundaの投稿 zundan@mastodon.zunda.ninja
08:33:15
icon

$ git push heroku zunda-ninja-on-heroku:master
$ heroku stack
=== Available Stacks
* heroku-16
cedar-14

Yup. Did the same thing for the app for streaming API :)

09:50:36
icon

$ sudo sync;sudo sync;sudo sync;sudo reboot
(-人-)

09:54:17
icon

Somewhere I learnt that `sync` does not need `sudo` to sync everything on the machine but I forgot where and I'm not sure if this is correct.

11:24:54
icon

It seems that Mastodon (puma+sidekiq) consumes less memory on Herku-16 (Ubuntu 16.04; switched at v47 in the plots) than on Cedar-14 (Ubuntu 14.04). https://mastodon.zunda.ninja/media/CRXvtvRGPJBAp_S5EA0

Attach image
11:46:00
2017-04-26 11:46:00 zundaの投稿 zundan@mastodon.zunda.ninja
11:46:02
2017-04-26 11:46:02 zundaの投稿 zundan@mastodon.zunda.ninja
12:28:06
icon

大きいインスタンス運用する経験してみたいけど時間もお金もないんだよね

12:44:49
2017-04-26 12:44:49 zundaの投稿 zundan@mastodon.zunda.ninja
13:46:06
icon

自分がログインしているインタンスのアカウントをリモートフォローするのに手間がかかる。

https://インスタンス/users/アカウント/remote_follow を閲覧して手続きを進める。

13:49:51
icon

@ykzts おおお! と思ったのですが、自インスタンスが対象のアカウントを知らない時には検索結果にあらわれないんですよね。

13:52:04
icon

@ykzts なんと。次の機会に試してみます。

14:01:30
2017-04-26 14:01:30 zundaの投稿 zundan@mastodon.zunda.ninja
14:01:34
2017-04-26 14:01:34 zundaの投稿 zundan@mastodon.zunda.ninja
14:23:45
icon

@ykzts 出てきました! 少しラグがあるようですね。リモートに問い合わせに行ってるんだろうな。

15:22:10
2017-04-26 15:22:10 zundaの投稿 zundan@mastodon.zunda.ninja
15:22:12
2017-04-26 15:22:12 zundaの投稿 zundan@mastodon.zunda.ninja
16:02:58
icon

Data on this instance:

$ heroku pg:info DATABASE
=== DATABASE_URL, PG_HOBBY_BASIC_URL
Plan: Hobby-basic
Status: Available
Connections: 7/20
PG Version: 9.6.1
Created: 2017-04-20 18:31 UTC
Data Size: 29.0 MB
Tables: 26
Rows: 26900/10000000 (In compliance)

16:13:16
2017-04-26 16:13:16 zundaの投稿 zundan@mastodon.zunda.ninja
16:18:08
2017-04-26 16:18:08 zundaの投稿 zundan@mastodon.zunda.ninja
17:51:03
icon

他のインスタンスのメディアのURL書いても絵に展開されないのを発見 https://admins.mstdn.social/@zundan/541

19:14:39
icon

どんどん増えるMastodonアカウントだどん http://zunda.freeshell.org/contacts.html

19:21:30
icon

@kojira たぶん zundan@mastodon.zunda.ninja に送っていただけると把握できる可能性が一番たかいです。他はログインしてなかったりブラウザ開いてなかったりすることが多いです。

19:23:41
icon

@kojira ですねー。インスタンスからweb socketつないどく必要がありそうなので、クライアント側に実装する感じになりそうですね…とか思うとマルチインスタンスに使えるクライアントアプリにたどりついちゃいそう。

19:31:23
icon

Comparison of memory use between Heroku's Cedar-14 stack (Ubunt 14.04; left) and Heroku-16 stack (Ubuntu 16.04; right) on this instance with single account running Puma (2 workers with 3 threads) and Sidekiq. Decreases in swap use after a peak seem to be different between stacks. https://mastodon.zunda.ninja/media/9brhqRf0Sz8HbU75F6M

Attach image
19:35:44
icon

DockerでMastodon入れられる環境どっか、

19:37:09
icon

Kubernetesでも入れてみたい(おおげさ)

19:37:35
icon

AWS無料期間中にいろいろ遊んでみるべきなんだろうなあ

20:35:16
icon

Current status:

heroku pg:info DATABASE
=== DATABASE_URL, PG_HOBBY_BASIC_URL
Plan: Hobby-basic
Status: Available
Connections: 8/20
PG Version: 9.6.1
Created: 2017-04-20 18:31 UTC
Data Size: 29.7 MB
Tables: 26
Rows: 28009/10000000 (In compliance)

20:45:46
2017-04-26 20:45:46 zundaの投稿 zundan@mastodon.zunda.ninja