NULは1バイト、0は整数の幅分、NULLはアドレスの幅分、ゼロが並んでそう
このアカウントは、notestockで公開設定になっていません。
何か変だと思ったらストリーミング起動してなかったやん…
/app/node_modules/@clusterws/cws/dist/shared.js:18
throw err;
^
Error: Cannot find module '../dist/bindings/cws_linux_83'
Require stack:
- /app/node_modules/@clusterws/cws/dist/shared.js
- /app/node_modules/@clusterws/cws/dist/server.js
- /app/node_modules/@clusterws/cws/dist/client.js
- /app/node_modules/@clusterws/cws/dist/index.js
【運営譲渡に伴う今後のメンテナンスについて】
mstdn.jp / mastodon.cloud の運営譲渡に伴い、
物理的なサーバに関しても、弊社が管理するサーバから、新運営会社のSujitech, LLC.様の管理するサーバへ物理的な移行を予定しておりました。
その後、Sujitech, LLC. 様と再度話し合いました結果、
サーバの物理的な移転はせず、現在のサーバをそのままSujitech, LLC.様へ譲渡したうえで、引き続き利用する方針に変更となりました。
そのため、サービス断を伴う物理移転作業は当面の間見送られる見込みですが、
サーバのメモリリソースは現時点で既に逼迫しており、今後サーバ負荷上昇などが発生した際は移転等を実施する可能性があります。
譲渡後のメンテナンス予定についてはSujitech, LLC.様にお問い合わせください。
【運営譲渡に伴う今後のメンテナンスについて・補足】
運営譲渡に伴い、メディアストレージ並びにメール配信に利用しているクラウドサービスが変更となる見込みです。
それぞれの変更時期や変更先につきましては、Sujitech, LLC. 様にお問い合わせください。
どこでおかしくなったかわからないから先に進んじゃう #だめ
fa4876a1b (upstream/master) Fix read marker state not being udpated internally (#14155)
8c04e37b0 Remove the terms blacklist and whitelist from UX (#14149)
4662afe07 Fix help text around `tootctl email_domain_blocks` (#14147)
\Master/ \ますたー/
Merged tootsuite/mastodon at fa4876a1b93d4bb62038cca75bd5017fe49b59ae.
Error: Cannot find module '../dist/bindings/cws_linux_83'
だめねえ
disownは親が子を殺さないようにする方だったわね…
man bash
> The shell exits by default upon receipt of a SIGHUP. Before exiting, an interactive shell resends the SIGHUP to all jobs, running or stopped. Stopped jobs are sent SIGCONT to ensure that they receive the SIGHUP. To prevent the shell from sending the signal to a particular job, it should be removed from the jobs table with the disown builtin (see SHELL BUILTIN COMMANDS below) or marked to not receive SIGHUP us‐ ing disown -h.
$ heroku builds:cache:purge -a $staging --confirm $staging
うりゃ
Error: Cannot find module '../dist/bindings/cws_linux_83'
だめねぇ
ローカルにbundle install中。細かいコンパイルがいっぱい走るのでhtopだとfirefoxさんしか見えないw (あ、先頭にgccさんが居た)
@noellabo サーバの運用技術のことも聞きたかったし、連合からのレポートや警察からの照会への対応がどんな感じなのかも知りたかったですよね
$ find node_modules/@clusterws -name cws_*
node_modules/@clusterws/cws/dist/bindings/cws_darwin_64.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_72.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_72.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_79.node
node_modules/@clusterws/cws/dist/bindings/cws_darwin_79.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_79.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_64.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_64.node
node_modules/@clusterws/cws/dist/bindings/cws_darwin_72.node
ふむん
Dynoでも
~ $ find node_modules/@clusterws -name cws_*
node_modules/@clusterws/cws/dist/bindings/cws_darwin_64.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_64.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_79.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_64.node
node_modules/@clusterws/cws/dist/bindings/cws_darwin_72.node
node_modules/@clusterws/cws/dist/bindings/cws_darwin_79.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_79.node
node_modules/@clusterws/cws/dist/bindings/cws_linux_72.node
node_modules/@clusterws/cws/dist/bindings/cws_win32_72.node
requireしてる方は
exports.native = (() => {
try {
return require(`../dist/bindings/cws_${process.platform}_${process.versions.modules}`);
}
catch (err) {
err.message = err.message + ` check './node_modules/@clusterws/cws/build_log.txt' for post install build logs`;
throw err;
}
})();
Dynoで
~ $ node
Welcome to Node.js v14.4.0.
> process.versions.modules
'83'
ローカルで
$ node
Welcome to Node.js v12.18.0.
> process.versions.modules
'72'
2020-06-28T22:57:58.229050+00:00 heroku[web.1]: State changed from starting to up
なおったー
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
タコネコさんに 🍕
GitHub Status - Incident on 2020-06-29 09:14 UTC https://www.githubstatus.com/incidents/d60fmldlvw48
コーヒーおいしかったし
444b8d618 (upstream/master) Bump uuid (#14162)
59313b6f9 Bump jest-config (#14176)
1b198d648 Fix trying to write non-existent image remote URL attribute on preview cards (#14181)
fa183a51a Add GitHub Sponsors
5c43dbb85 Bump redis-store (#14160)
e60ba7ca1 Bump pghero (#14163)
bc6ac0ae0 Bump rails-controller-testing (#14161)
1b016aeeb Bump jest-environment-jsdom (#14167)
44a54e2bd Bump webpack-cli (#14164)
cdce0ac70 Bump @babel/plugin-transform-runtime (#14168)
9794ac131 Bump react-textarea-autosize (#14177)
aaef3b5f3 Bump rubocop (#14171)
a0f65e590 Bump aws-sdk-s3 (#14158)
6d3125f9c Add Helm chart (#14090)
5e8f51b29 Replace to testing-library (#14152)
d1c6dd2d2 Fix padding on account header (#14179)
64aac3073 Add customizable thumbnails for audio and video attachments (#14145)
git config --global commit.gpgsign true
してからgpg-agentに聞かれるがまま署名してるんだけどこんな感じでいのかのう…
某ヘ社より弊ぼっちのPostgresメンテナンス必要とのことほいほい。
> We plan on performing this maintenance at 2020-07-02 19:30:00 +0000 during your set maintenance window of Thursdays 19:30 to 23:30 UTC.
\Master/ \ますたー/
Merged tootsuite/mastodon at 444b8d6188c3055f8bb74be5a2a77262d212d059.
$ git rebase master
$ git diff master
$ git push -f
うりゃうりゃ!!
FlowCryptさんを使ってみたよ!!ブラウザ拡張でメールを暗号化できるのはなかなか良い。
https://mitome.in/email/flowCrypt.html
【サービス譲渡に関する最終のお知らせ】
mstdn.jp 並びに mastodon.cloud は、2020年7月1日をもって Sujitech, LLC. に譲渡いたします。
Sujitech, LLC. の公式アカウントは @Sujitech_official になりますので、類似のアカウントとお間違いのないようご注意ください。
また、2020年7月1日0:00以降の合同会社分散型ソーシャルネットワーク機構へのお問い合わせは一切受理いたしませんのでご了承ください。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
Adobe Readerで電子署名を試してみようと思ったらコレデスヨ
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
とかうろうろしてたら気づいたのでUbuntu 18.04.4 LTSで
1 package can be updated.
1 update is a security update.
$ sudo apt update; sudo apt dist-upgrade -y
:
Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.2) over (2.4.1-0ubuntu0.18.04.2) ...
:
$ cat /var/run/reboot-required*
cat: '/var/run/reboot-required*': No such file or directory
うし
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
てかOpenPGPって!耐たんぱーしながらセッション鍵の暗号化とかしてくれるとおもしろいなあ!
T-Mobileの広告ではT-MobileはSprintと一緒になってT-Mobileになるよ!ってちょっと悲しいこと言ってるんだけど、Sprintの広告ではSprintの顧客はT-Mobileのネットワークも使えるようになったよって一見うれしい感じに言ってて大人の事情よね
ちょっとーATOKさん「可能性」ってタイプしようとしたのに「叶姉妹」になっちゃったじゃないのよちょっと大きすぎるんだけどもー
GitHubアプリにお仕事関係っぽいノーティフィケーションが来たんだけどお仕事レポジトリへのアクセスは許可してなくて内容はみえないよう。ノーティフィケーションを送る側で権限の確認漏れがあるのかしらねえ。
朝から暑っう
65506bac3 (upstream/master) Add user notes on accounts (#14148)
ce9ae9aa5 Bump diff-lcs from 1.3 to 1.4.3 (#14186)
742b0fedb Bump faker from 2.12.0 to 2.13.0 (#14174)
db:migrateで出るわね
`Redis#exists(key)` will return an Integer by default in redis-rb 4.3. The option to explicitly disable this behaviour via `Redis.exists_returns_integer` will be removed in 5.0. You should use `exists?` instead.
\Master/ \ますたー/
Merged tootsuite/mastodon at 65506bac3f3fe233b5b7b3241020bd74eb5c9259.
Migrating to CreateAccountNotes (20200628133322)
== 20200628133322 CreateAccountNotes: migrating ===============================
[strong_migrations] DANGER: No lock timeout set
-- create_table(:account_notes)
-> 0.0947s
== 20200628133322 CreateAccountNotes: migrated (0.0979s) ======================
るんばさん帰宅に失敗してもちょっと補助してやると自分で帰宅した気分になって「てってれっててー♪」ってご機嫌。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
と思ってたらWeb UIで使ってるはずのストリーミングが昼寝を始めたぐぬぬ
2020-07-01T00:16:44.564562+00:00 app[web.1]: info Worker 3 exiting, bye bye
2020-07-01T00:16:44.565069+00:00 app[web.1]: info Worker 3 exiting, bye bye
2020-07-01T00:16:44.634802+00:00 heroku[web.1]: Process exited with status 143
あ起きた
2020-07-01T00:26:23.289743+00:00 heroku[web.1]: Unidling
2020-07-01T00:26:23.291701+00:00 heroku[web.1]: State changed from down to starting
・空気 1円/1時間
・冷房 10円/1時間
・照明 1円/1時間(日没時のみ)
・床清掃 1円/100歩
はてブコメがだいたい喜ばれてて草
NAVERまとめ サービス終了のお知らせ : NAVERまとめ公式ブログ
http://navermatome-official.blog.jp/archives/83259956.html
このアカウントは、notestockで公開設定になっていません。
プルリクエストしようとブランチをプッシュしてボタンが表示されるのを待ってたけどタイポでプッシュが失敗してた回
このアカウントは、notestockで公開設定になっていません。
中国政府はここまでむちゃくちゃやっても国際社会でやってける自信があるってことなのかなあ…(香港の昨日のニュースをときどき日本語チャンネルでみてる)
このアカウントは、notestockで公開設定になっていません。
「気づかず・知らず・みずからは傷つかずにすませられることこそ、マジョリティ(多数派)の特権(privilege)だといえるだろう」、それなぁになっている