Elektrine lite

← Feed

@Luca@vis.social

Post #1907579

2022-10-31 23:19 UTC

Updates to #fedifinder - Accounts are now sorted by fediverse instance - Strings that look like mail addresses are included again eg. name@domain.tld - domains are checked for /.well-known/host-meta (if it exists, the domain is more likely to be part of the fediverse; someday I may look at the content as well; currently just HEAD requests) Thanks @yetzt for the idea. - domain checks are cached to make them faster and don't put unnecessary load on servers - offline domains excluded

Replies (1)

  • @Luca@vis.social 2022-11-01 17:02

    I was able to reduce the wait time by around 40% by moving the domain checks to after the page got rendered. I fear some rate limiting issues came from people reloading before receiving a response. False positives are kept in the visible list, but striked through. They are still removed from the exported CSV to reduce server load on imports. Next up: Lists. They are the most requested feature. #fedifinder

    Open ##1907580