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

zunda

Rubyなら動くのにねえ(手元のMacBook Airだと800us前後になる)

#!/usr/bin/ruby

t1 = Time.now.to_f
sleep(500e-6)
t2 = Time.now.to_f
puts (t2 - t1)*1e6