@chrisamaphone Not a fan of metrics even outside of academia, but this is probably the only legitimate use for the h-index.
@ricci very nice.
But the Googlesque theme somehow makes me uncomfortable.
@ricci Academics from prominent British universities who have a presence in the Fediverse are known as Masto Dons.
sounds like a skill issue to me, get good n00b
okay, okay.
I don't know how things are supposed to work when you are hosting a masto instance (is yours masto? or something else?) on the same domain name as another website.
The search finds you because it's using the mastodon dot social search API, but then when it tries to hit /api/v1/ on saagarja dot com, it's getting 404s; code is here:
@saagar @ricci the search endpoint isn’t the problem, you need for resolve the handle using webfinger to find where the instance actually is
if you want to work with software that doesn’t implement the mastodon api (pleroma does, misskey/etc. don’t), you need to use the activitypub outbox endpoint to fetch the posts