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.
@unarist @osapon https://metrics.librato.com/s/public/jo55bhor0 の真ん中のApplication Service TimeがこのぼっちインスタンスのPumaからの応答にかかった時間の統計です。僕が寝てる間はだいたい /inbox へのリクエストだと思うですw
弊インスタンス、Sidekiqからトゥートを配りに行くときにhttps接続を使い回すブランチが入ってるのでレスポンスをもらってから接続を切るまでずいぶん時間がかかると思んます
Add request pool to improve delivery performance by Gargron · Pull Request #10353 · tootsuite/mastodon · GitHub https://github.com/tootsuite/mastodon/pull/10353
This account is not set to public on notestock.
いっぱい
63b1388fe (upstream/master) Change font weight of sensitive button to 500 (#10682)
91634947f Explicitly disable storage of REST API results (#10655)
011b03230 Provide a link to existing domain block when trying to block an already-blocked domain (#10663)
eb6321721 Add button to view context to media modal (#10676)
ecbea2e3c Bump rack-attack from 5.4.2 to 6.0.0 (#10599)
61e28b0cc Bump scss_lint from 0.57.1 to 0.58.0 (#10678)
153b4ffc7 Bump fabrication from 2.20.1 to 2.20.2 (#10677)
5121d9c12 When selecting a toot via keyboard, ensure it is scrolled into view (#10593)
05ef3462b Make the "mark media as sensitive" button more obvious in web UI (#10673)
967e419f8 Fix alignment of items in the account gallery in web UI and load more per page (#10674)
Conflictを解消してるうちにもう1つ
d77ee3f27 (upstream/master) Fix accounts created through tootctl not being always pre-approved (#10684)
Master ますたー
Merged tootsuite/mastodon at d77ee3f276dc42fb0219ab1b02162f2f1b90257b.
app/workers/activitypub/delivery_worker.rbを見たらレスポンスのコードが200番台でも400番台でもない場合にリトライするっぽいしapp/lib/request.rbをみたらリダイレクトには対応してないみたいだしこりゃだめだね
$ git push
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
お?
ssh-agentに私有鍵が登録されてないとこういう切れかたするんだ。
$ ssh git@github.com
PTY allocation request failed on channel 0
Hi zunda! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.
これでパスフレーズを促されてpushできるようになりました。
しばらくほっといたハチミツに白いかたまりがいくつかできててカビかと焦ったんだけど湯せんしたら小さくなったし味は変わらないし、たぶん凍っただけよね。たぶん。
This account is not set to public on notestock.
(( ))
8025a41a1 (tag: v2.8.1, upstream/master) Add `tootctl cache clear` (#10689)
5f9f610a2 Bump version to 2.8.1 (#10687)
b85f216cb Do not retry processing ActivityPub jobs raising validation errors (#10614)
7cb369d4c Change e-mail whitelist/blacklist to not be checked when invited (#10683)
メディアファイルは消えてるはずのステージングアプリに閲覧注意の画像が残ってるの。Postgresに入ってるのかな?
\Masterに/ \追随しますたー/
Merged tootsuite/mastodon 8025a41a1ff2ae1cd7c36a2baac36d3e2badb75d
今回もリリースノート読まずに2.8.1
#Mastodon v2.8.1 is out 🎉
https://github.com/tootsuite/mastodon/releases/tag/v2.8.1
Among numerous fixes, there are very nice changes around how sensitive media is displayed
ぽいけどちゃんとは理解してない
えいっ
$ sha256sum -c SHA256SUMS
xubuntu-19.04-desktop-amd64.iso: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
とりゃ(ダウンロード中です)
$ ls -lh xubuntu-19.04-desktop-amd64.iso
-rw-rw-r-- 1 zunda zunda 1.5G May 3 17:11 xubuntu-19.04-desktop-amd64.iso
$ sha256sum -c SHA256SUMS
xubuntu-19.04-desktop-amd64.iso: OK
おっきくなったなあ。
「short ASCII code」ってことだからやっぱりデータベースに保存されてそうね
Add blurhash · Issue #10630 · tootsuite/mastodon · GitHub https://github.com/tootsuite/mastodon/pull/10630
This account is not set to public on notestock.
Linux kernel のコード眺めたら
if (cond)
statement;
になっててそこに {} がつくことはぜったいないハズ
GNU 関連で変な慣習に出会っても「『あの』ストールマンだしな……」って考えると全部許せるよ
This account is not set to public on notestock.
ソースコードへのリンクをつくるイニシャライザをビルド時に生成するタスクにも環境変数への参照を加えようと思ったんだけど日本酒おいしかったしまあいいや -- mastodon/version.rake at zunda-ninja-master-on-heroku · zunda/mastodon · GitHub https://github.com/zunda/mastodon/blob/zunda-ninja-master-on-heroku/lib/tasks/version.rake
【Mastodon鯖管向け】MastodonをCentOSで運用している方。何も考えずに2.8.1のバージョンアップをしようとしても,bundle installでこけます。今回,画像処理の改善のため追加されたgem(Blurhash)がgcc5以降でないとビルド出来ないのですが,CentOSの通常のrepoではgcc4しか入らないためです。gcc5以降をどうにかして入れてからアップデートしてください。
@kuroringo cld3 GemのRuby拡張ライブラリが/lib64/libstdc++.so.6を必要としてるんだけどそのバージョンが微妙に違うようにも見えます。cld3 Gemをビルドした(bundle installした)環境と今Railsを起動しようとしてる環境がちょっと違ってるとか可能性はあるでしょうか?
This account is not set to public on notestock.
@kuroringo gem install cld3したあとにgccのバージョンを上げたらそんな感じのエラーになるかもしれないと気付きました。
@kuroringo お、進みましたか?だめな場合はcld3が必要としてるパッケージ(protobufとかだったかな?)で同様の問題が起きてるのかもしれません
This account is not set to public on notestock.
Heroku-18 (Ubuntu 18.04相当)でのcld3の拡張ライブラリからの依存。やっぱりlibstdc++.so.6に直接依存してるなあ。
~ $ ldd ./vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/cld3-3.2.4/libcld3.so
linux-vdso.so.1 (0x00007ffe65f25000)
libprotobuf.so.10 => /app/.apt/usr/lib/x86_64-linux-gnu/libprotobuf.so.10 (0x00007fcb21786000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fcb213fd000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcb2105f000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcb20c6e000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fcb20a56000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fcb20837000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fcb2061a000)
/lib64/ld-linux-x86-64.so.2 (0x00007fcb21e9c000)
そしてlibstdc++.soはgccのバージョンによって変化しそうな気配はある
~ $ dpkg -S /usr/lib/x86_64-linux-gnu/libstdc++.so.6
libstdc++6:amd64: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
~ $ apt-cache depends libstdc++6
libstdc++6
Depends: gcc-8-base
Depends: libc6
Depends: libgcc1
:
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.
日本のニュース、渋滞してる中央高速の普通の乗用車からだったんだけど、どういう回線で中継してるんだろう。LTEで充分なのかな?
@shinderuman 中継車が停車してれば八木アンテナとかパラボラアンテナとかでばっちり電波を通せそうなんだけど、渋滞の中をのろのろ移動してる乗用車からのだったんですよねー
This account is not set to public on notestock.
「松岡修造の食いしん坊万歳」千葉県では緑色の大豆をあおばつと呼ぶらしいよ。ずんだとの違いは何だろう(自分で調べろ←
ワイキキに監視カメラを設置したんだけど工事業者が光ファイバーを損傷しちゃっから運用を始められないんだって。光ファイバーあるあるでござる(´・ω・`)
@7_nana ドキュメントも手元のサーバも見ずに脊髄反射で申し訳ないのですが、yarn installしてないとかnodeが古いとか確認してみたくなりますた(けど眉につば付けておながいしまつ)
This account is not set to public on notestock.
某ヘ社のPipelinesを使えば同一のイメージを複数のアプリで使い回せますよ!設定は環境変数でアプリごとに自由自在! #露骨なステマ
This account is not set to public on notestock.