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

this weekの切れ目がいつか、とかいつも気になる (あとでコード読もう)

zunda

@ykzts Redisが統計を持っててくれる感じなんですねえ

app/controllers/admin/dashboard_controller.rb

@registrations_week = Redis.current.get("activity:accounts:local:#{current_week}") || 0
@logins_week = Redis.current.pfcount("activity:logins:#{current_week}")
@interactions_week = Redis.current.get("activity:interactions:#{current_week}") || 0