• 1 Post
  • 9 Comments
Joined 4 years ago
cake
Cake day: April 15th, 2022

help-circle






  • Why do you open Lemmy in your browser I don’t.

    you can directly connect with your client to the API of any instance The complexity is necessary for this. When given a link, I need to translate it into an API link so I can load the object and grab the ap_id.

    If that isnt rendered properly in your browser Lynx. I’ve detailed the problem in the matrix room, basically for some reason it’s in a title element so lynx correctly sets the page title to “fedilink” 100 times.


  • To my knowledge I’m not a member, but I am interested in a thing like this. I mostly deal in client-server stuff though so my opinion on the actual federation side is largely irrelevant. I suppose this is the only time I’ll concede value in bridging. But on the other hand… Just a collection of communities, one per ecosystem, is probably fine. People will gravitate towards the ones that suit the spaces they exist in. This would be easier with cooperation, eg. every project and instance pointing towards its respective collab space. I say all this but I haven’t paid attention to the matrix room. I set my notifications according to the size of the room, so I pretty much ignore larger rooms. I’d be willing to be involved in the forum if I had a decent client for it; something light that I could leave open on a spare monitor. To my knowledge there are no desktop tapatalk clients, letalone good ones. I’ve been meaning to do that for a while, but well, always more projects… Because, well, without a client: >Powered by Discourse, best viewed with JavaScript enabled


  • Oh, title got munched, heh. I’ll fix that… So basically you’re saying that before resolve_object I should transform it on given instance and load from there, pull ap_id from it and then resolve on that. How annoying, now I have to figure out if I can easily and reliably transform any valid lemmy URL to an API link. Probably yes, regex something like https://[a-zA-Z0-9\.\-\_]+/(.*/?)\w+/\d+ and replace the capture with api/v3. So much for simplicity.