Who needs Google Scholar when you have https://mastodon.academy ?
Mastodon.Academy

Stand on the shoulders of pachyderms

@ricci feel the Masstodon effect!
@mdione it's served from my ARM SBC k8s cluster at home, surely nothing can go wrong
@ricci that was faster than I expected. I hope this doesn't kill the servers...
@ricci this is outstanding
@dan just wait for the crimes DLC
@ricci @dan I am so excited for the crimes DLC
@ricci @dan Seriously, thank you for making this. It's actually going to be useful for finding my small number of good toots
@lindsey @ricci I’d forgotten about my number two toot - about the 2038 bug! I wholeheartedly second Lindsey
@lindsey @ricci finding many of your excellent toots thanks to this!
@dan @lindsey Finally fixed it so that links like this work: https://mastodon.academy/by/@lindsey@recurse.social
Mastodon.Academy

undefined - Mastodon Academy

@lindsey @dan preview of crimes DLC
@ricci @dan the only defensible use of generative AI
@ricci love this
@infinimatt FUN MATT FACT: I used your account to test the 'nobobot' code
@ricci Nice! Just what I needed to bring my academic wife to Mastodon.
@ricci could you elaborate on what the f and b indices mean?
@ricci @awinkler h-index for favs and boosts
@chrisamaphone @ricci so x posts have been faved/boosted x times? If I have a f index of 10, 10 posts have been faved 10 times; a b index of 20 means, 20 posts have been boosted 20 times, right?
@awinkler @chrisamaphone yes, it's meant to poke fun at the h-index

@chrisamaphone Not a fan of metrics even outside of academia, but this is probably the only legitimate use for the h-index.

@ricci @awinkler

@ricci amazing work!
@chrisamaphone it's amazing enough that it now contributes to my b-index!
@ricci w-index: how many times you’ve deleted a post (aka wiped it from your feed with windex)
@ricci truly inspiring work
@simrob yes, "inspired" is one of the "in" words that people use to describe me
@ricci had no idea this existed, looks good!
@ricci this is absolutely ridiculous, I love it!

@ricci very nice.

But the Googlesque theme somehow makes me uncomfortable.

@6d03 You might like the site I forked it from better, then: https://topmastodonposts.patrikcsak.com
Top Mastodon Posts

See a Mastodon account’s most-favorited posts

@ricci Academics from prominent British universities who have a presence in the Fediverse are known as Masto Dons.

https://en.wikipedia.org/wiki/Don_(academia)

Don (academia) - Wikipedia

@ricci This is like Favstar?!
@frumble err... I don't know what that is. Looks like a twitter thing? I was never on Twitter
@ricci It was a ranking site of your most popular tweets. This is something similiar but different in some details (also no fav counter).
@ricci this is great!
"Stand on the shoulders of pachyderms" :'D
@ricci wow this is really cool
Interesting.  Doesn't seem to work for my Hubzilla or Friendica accounts, unfortunately.
@dynamic Yeah, it very specifically uses the Mastodon APIs; would need to be re-done to support other fedi software, unfortunately
@ricci that is SO cool, thank you! 🤩
@ricci I clicked on the link and got "500 internal server error".
@landley uh that would be because I'm live-editing the nginx config file right now :) try again
@ricci "Stand on the shoulders of pachyderms" 🤣
@ricci
Nice. Any plans to make this work with Fediverse software other than Mastodon?
@nb That'd be interesting, but I haven't looked into it - it's using Mastodon's client-facing APIs, and I don't know what those look like for other Fedivervse software
@ricci It does work for pleroma which has a mastodon-compatible API.
@ricci oh my gods I'm fucking wheezing. This is amazing 😆
@ricci So this thing knows who I am but not where my posts are how do I (help) fix this

@saagar

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:

https://github.com/ricci/top-mastodon-posts/blob/a1d5661d7ee22fdfb6d6d064f8ccca8d7b253699/src/hooks/use-mastodon-statuses.ts#L44

top-mastodon-posts/src/hooks/use-mastodon-statuses.ts at a1d5661d7ee22fdfb6d6d064f8ccca8d7b253699 · ricci/top-mastodon-posts

See a Mastodon account’s most-favo(u)rited posts, Google Scholar style! - ricci/top-mastodon-posts

GitHub
@ricci Ah mine is actually a Pleroma instance I assume it has a different search endpoint
@ricci @shadowfacts is my go-to ActivityPub expert he probably knows what you’re supposed to do 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