aka freamon

Codeberg: https://codeberg.org/freamon?tab=activity

Anything from https://lemmon.website is me too.

  • 1 Post
  • 106 Comments
Joined 10 months ago
cake
Cake day: March 27th, 2024

help-circle





  • Ah, right - I see now thanks (it didn’t occur to me to click ‘show nsfw’).

    As for the ‘oejwfiojwwqpofioqwfiowqiofkwqeifjwefwef’ - I remember them as being spam. It was maybe a year or so ago now, but a LW user tried creating communities with every name imaginable as way to squat on them. They got to about 2000 before they were stopped, and in retaliation they created about 4000 of the ‘wefwef’ ones (I guess that the deletion of them from LW didn’t make it somewhere, and so something out there still thinks they exist).




  • I mentioned the other day that requests to walledgarden error (curl says ‘transferred a partial file’). If another instance doesn’t get a good response for these requests, then after 3 days, it’ll mark the other instance as dead, and not federate out to it. Once this happens, it’s a pain, because traffic from walledgarden doesn’t make them realise that it’s actually alive, you have to wait until it tries again and gets a successful response.

    If you haven’t done so already, it might be an idea to use curl to query your site, and see what the response in nginx says.




  • You can’t, no. PieFed and Lemmy are operating in similar spaces, but are completely different architecturally. PieFed doesn’t yet have an API. Unlike Lemmy (and a lot of other modern web platforms), it doesn’t need one to operate, so copying Lemmy’s to the extent that you’d be able to plug in something like Voyager would be overkill. It would probably also be against the TOS for Voyager (Jerboa actively prevents it’s use with anything other than Lemmy, even if the API is the same).







  • How does Piefed handle image attachments, btw?

    For comments: not at all. If a Mastodon user tried to do what I did, with the inline image, nothing would show.

    We could do what I think you’ve done, and regex the details of the attachment into ! [] () Markdown and add it to the text. There’s also a DB relationship between comments and images that isn’t used, but could be, I suppose.

    I’ve never actually seen a Mastodon user try to add an image to something that ended up as a Lemmy comment, tbh, so it’s not something I’ve thought too much about.


  • I just tried with Masto - maybe there’s different versions, but it didn’t work with the one I tried.

    Screenshot:

    It’s probably for the best that this PR doesn’t also convert inline Markdown into an attachment to send out for Mastodon’s benefit, because then there would be the danger of apps that understand both showing two images. It’d be better if Mastodon did the translation when receiving stuff, but Mastodon doesn’t seem as good as MBIN when it comes to co-operating with Lemmy.

    (edit: how that screenshot shows on MBIN is a bit disappointing though - at least looking at on the web)