Alejandro Rivero
Alejandro Rivero
Very helpful! @JoeGlines @dvetal Any idea about how to facet by FoundingYear? Or is it a sort of keyword?
can anyone give a reference to the reversion of #4511 ? It seems the only viable solution.
Looking at main, the Intents Controller is still there: https://github.com/mastodon/mastodon/blame/main/app/controllers/intents_controller.rb Note the use of the URI scheme 'web+mastodon' So what happened? Was the user interface part removed, but the scheme...
Just curious, was the protocol handler fully removed or only the registerProtocolHandler call? Because I see that there is still a intent controller that seems to check for 'web+mastodon' uri...
I do not think it to be the opt-in. It is the owner of the server the one who decides to activate the handler. The UX scare could be addressed...
 Yeah it is ugly but not ugly to be the first motivation against it
Also, note that as today, the intent compatible with the old registration still exists. So `https://XXXX/intent?uri=web%2Bmastodon%3A%2F%2Ffollow%3Furi%3D%40arivero%40mathstodon.xyz ` still works. If you want to experiment and see how ugly the UX...
> > first, the js calls web+mastodon://whoareyou? to get the hostname of the default mastodon server of the user > > 1. That's worse as it would leak mastodon instances...
Alternatively, how does this OStatus thing work? https://github.com/rugk/mastodon-simplified-federation/pull/82 has it some risk of leakages?
Now that everybody wants to do inference of big models (LLaMA etc), would not model parallelism attract some interest again?