mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

> SELECT id FROM accounts WHERE username='fujii_yuji' AND domain='mstdn.fujii-yuji.net';
id
------
2572
(1 row)
> SELECT created_at, age(updated_at, created_at) FROM statuses WHERE account_id = 2572 AND created_at > '2022-12-01 03:00' ORDER BY created_at;
created_at | age
---------------------+-----------------
2022-12-01 03:00:39 | 00:13:20.971793
2022-12-01 03:01:16 | 00:13:52.450626
2022-12-01 03:05:39 | 00:11:12.489372
2022-12-01 03:05:48 | 00:12:09.211241
2022-12-01 03:05:50 | 00:13:04.347794
2022-12-01 03:07:30 | 00:12:27.022496
2022-12-01 03:07:56 | 00:12:52.477905
2022-12-01 03:12:12 | 00:09:50.276214
2022-12-01 03:12:25 | 00:10:36.98303
2022-12-01 03:15:48 | 00:09:51.168068
(10 rows)

ほむー

zunda

accountsとstatusesとJOINできるはずだしWITHナントカでも行けると思うんだけどSQLナンモワカラン