いやだねえ
このアカウントは、notestockで公開設定になっていません。
本日のぽんこつSQL。h12oさんとこ、弊ぼっちで既知のアカウントはいくつかあるけど、
> SELECT id,username,domain,moved_to_account_id FROM accounts WHERE domain IN ('blessedgeeks.social','blessedgeeks.org') ORDER BY username;
id | username | domain | moved_to_account_id
-------+---------------------+---------------------+---------------------
51101 | applechinfo | blessedgeeks.social |
72850 | blessedgeeks.org | blessedgeeks.org |
52354 | blessedgeeks.social | blessedgeeks.social |
2420 | h12o | blessedgeeks.org |
48970 | h12o | blessedgeeks.social | 2420
63287 | IPAjp | blessedgeeks.social |
49810 | jpcert | blessedgeeks.social |
49830 | JVNiPedia | blessedgeeks.social |
54226 | jvnjp | blessedgeeks.social |
(9 rows)
フォロー被フォロー関係はすでに引っ越し済と思っていいっぽいのかな:
> SELECT follows.account_id,follows.target_account_id FROM accounts INNER JOIN follows ON follows.account_id = accounts.id AND accounts.domain IN ('blessedgeeks.social','blessedgeeks.org');
id | target_account_id
------+-------------------
2420 | 1
(1 row)
> SELECT follows.account_id,follows.target_account_id FROM accounts INNER JOIN follows ON follows.target_account_id = accounts.id AND accounts.domain IN ('blessedgeeks.social','blessedgeeks.org');
account_id | target_account_id
------------+-------------------
1 | 2420
(1 row)
Amazonプライムをご利用していません (From: "Amazon .co.jp" <admin@htxvrhu .cn>だけど日本語は流暢になってる!!
@h12o@blessedgeeks.org なるほど!! 弊ぼっちではh12oさんの引越しアクティビティをいただいてtootctl accounts mergeまえにmergeが完了してる感じでした
このアカウントは、notestockで公開設定になっていません。
@h12o@blessedgeeks.org なるほどー。idは若くても公開鍵は新しいのをいただいてる感じですね。
> SELECT id,created_at,updated_at FROM accounts WHERE id in (2420,48970) ORDER BY id;
id | created_at | updated_at
-------+----------------------------+----------------------------
2420 | 2017-05-05 18:30:05.38435 | 2021-01-17 04:16:32.776061
48970 | 2019-07-04 00:22:56.758613 | 2021-01-16 14:09:49.696759
(2 rows)
> SELECT DISTINCT public_key FROM accounts WHERE id in (2420,48970);
public_key
------------------------------------------------------------------
-----BEGIN PUBLIC KEY----- +
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArza8AnAq1yTICH88lxBZ+
(中略)
SH6c/vjGuNdPggbR6nAwxxtJOTjJFVEXXb/m6yGHPhvATYsG/Qth0RsaGREpUxk++
GQIDAQAB +
-----END PUBLIC KEY----- +
(1 row)
ソースコード公開されている何かを利用するの、もちろんブラックボックスより遙かに優れているんだけど、全てを自分で調べられるので限界がなく、全て自分で調べて、issue書いて、PR書いて、保守してしまうバグがある。
で、何やろうとしてたんだっけ?
Kindleの時計はなかなかずれなくてNTP見てるんだと思いこんでたんだけど今みたら5分ずれてるね。合わせよう。
米議会乱入事件、現場にいた記者は何を見た? | ナショナルジオグラフィック日本版サイト https://natgeo.nikkeibp.co.jp/atcl/news/21/011100015/
このアカウントは、notestockで公開設定になっていません。