コーヒーうまうま

2018-05-05 07:04:58 あっきぃ / C106(日)東7S-33bの投稿 akkiesoft@social.mikutter.hachune.net

CK/CSが凍って興味を持ってインストールし始めた勢を観測した twitter.com/umezou0419/status/

2018-05-05 07:00:15 shino@mstdn.jpの投稿 freedomcat@mstdn.jp

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

良さそう!説明文は機械翻訳っぽいけどw

2018-05-05 08:41:13 shino@mstdn.jpの投稿 freedomcat@mstdn.jp

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

@freedomcat おお!良さそう!ありがとうございます

気に入ってたやつ。防水が破れて壊しちゃったんだよね(´・ω・`) -- Sony Ericsson Xperia active - Full phone specifications https://www.gsmarena.com/sony_ericsson_xperia_active-3998.php

Sony Ericsson Xperia active - Full phone specifications

おはます~

そろそろ昼寝したい

洗濯物取り込んだからいつ雨が来てもだいじょび

Tokyo is 172 ms away today.

2018-05-05 14:08:07 Satoshi Kojima / 小嶋智の投稿 skoji@bookwor.ms

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

コード書ければ最高なんだけど

2018-05-05 14:22:00 matsuu✅の投稿 matsuu@mstdn.jp

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

2018-05-05 16:10:17 ヒポポタマスジの投稿 Otakyuline@mstdn.maud.io

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

2018-05-05 16:10:56 ヒポポタマスジの投稿 Otakyuline@mstdn.maud.io

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

\モノレールにも/ \のれーる/

Sidekiqのスレッド数3での24時間後のメモリ使用量は640 MB。スレッド数2の頃に比べて有意な変化はないように感じられる(記録をとっておくのを忘れたw)。glibc mallocに比べてjemallocはスレッドあたりのメモリ使用量も少ないのかな?

調子に乗ってスレッド数を4にしようw うりゃ:

$ heroku config:set SIDEKIQ_THREADS=4

よーしお父さん配達速度を測定しちゃうぞー

がんばってしばらくトゥートし続ける

うるさくてすいませーん

ところでruby-2.6.0-preview1でRails走らせる件は進んでませんねー

NetBSDのホストでpthread関連がコンパイルできないのも

まー体力ないのでぼちぼちと

これくらいトゥートしておけばLibratoさんで見えるかな?

ふとみるとRedisのメモリがけっこうもりもり増えてますね。なんだろー(Datadogはずしたから記録がないw

トゥートの配達、300/minまで行きました。スレッド数にリニアに速くなってていいねえ

Sidekiqのキューはchewyにもりもりと。これがメモリもりもりの原因かな?

ElasticSearchのダッシュボードをみてもおかしい点にないように見える

アプリケーションログにも特に記録はない。様子見だねえ

@usa 使わせてもらってるホストに余計なパッケージが入ってる感じです。ffi gemとかのビルドが下記のような感じで止まります

/usr/pkg/include/pthread.h:285:42: error: conflicting types for 'pthread_t'
typedef struct pthread_st *pthread_t;
^
In file included from /usr/include/sys/types.h:360:0,
from AbstractMemory.c:32:
/usr/include/pthread_types.h:65:30: note: previous declaration of 'pthread_t' was here
typedef struct __pthread_st *pthread_t;

お、 :saba: ぴちぴちの機運?

\ますたー/ :saba: \ますたー/

Merged tootsuite/mastodon at 2f63d52b925733520b668a2302e7e38d67251c71

Migrating to AddUriToRelationships (20180416210259)
== 20180416210259 AddUriToRelationships: migrating ============================
-- add_column(:follows, :uri, :string)
-> 0.0342s
-- add_column(:follow_requests, :uri, :string)
-> 0.0049s
-- add_column(:blocks, :uri, :string)
-> 0.0093s
== 20180416210259 AddUriToRelationships: migrated (0.0491s) ===================

むーん

WARN: NameError: undefined local variable or method `domain' for #<CustomEmoji:0x00007f677b33f740>
Did you mean? DomainName
WARN: /app/vendor/bundle/ruby/2.5.0/gems/activemodel-5.2.0/lib/active_model/attribute_methods.rb:430:in `method_missing'
/app/app/models/custom_emoji.rb:48:in `local?'
/app/app/lib/activitypub/tag_manager.rb:28:in `uri_for'
/app/app/serializers/activitypub/emoji_serializer.rb:11:in `id'
:

Redis::CommandError: OOM command not allowed when used memory > 'maxmemory'.

むーんむーん

@usa https://gist.github.com/zunda/9c33b499e137a1b08a622c2e1bee2feb こんな感じに。Google先生によるとホストの構成の問題だったという記述がどこかにありました (どこだっけ…

Struggling to build gems with native extensions

Redisのメモリは落ちついてきたけどコネクション数がまずい

a mistake; problem on the host i was building on.

https://github.com/laeos/xaric/issues/3#issuecomment-162276632

むーん

compile issue on NetBSD 7.0 · Issue #3 · laeos/xaric

2014年からつくれてなかったw

http://zunda.freeshell.org/d/20140121.html#p03

おまぬけ活動日誌(2014-01-21)

これは通った

$ gem23 install bundler --user-install
$ git clone git://github.com/ffi/ffi.git
$ cd ffi
$ git submodule update --init --recursive
$ bundle install --path=vendor/bundle
$ bundle exec rake build

うーむ

$ gem23 install ffi -v '1.9.23' --user-install
は落ちる

$ cd ~/.gem/ruby/2.3.0/gems/ffi-1.9.23/ext/ffi_c
$ make CFLAGS=-D_PTH_PTHREAD_H_
するとAbstractMemory.cは通るんだけど
compiling Function.c
Function.c:134:45: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared here (not in a function)
static pthread_mutex_t async_cb_mutex = PTHREAD_MUTEX_INITIALIZER;
^
Function.c:135:43: error: 'PTHREAD_COND_INITIALIZER' undeclared here (not in a function)
static pthread_cond_t async_cb_cond = PTHREAD_COND_INITIALIZER;
:

じゃあ/usr/include/pthread_types.hを読まないように
$ make CFLAGS=-D_LIB_PTHREAD_TYPES_H
これはこれで矛盾が起きるなw
compiling Call.c
In file included from Call.c:47:0:
/usr/include/signal.h:69:29: error: expected ')' before 'int'
int pthread_kill(pthread_t, int);

みそみそ~

コーヒー雑に煎れると雑な味になるよね※ていねいに煎れてもいつもていねいな味にはなるわけではない

にゃーん