Mostly just used for moderation.
Main account is https://piefed.social/u/andrew_s

  • 38 Posts
  • 100 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • Hmmm. Speaking of Fediverse interoperability, platforms other than yours (Pandacap) typically arrange things so that https://pandacap.azurewebsites.net/ was the domain, and something like https://pandacap.azurewebsites.net/users/lizard-socks was the user, but Pandacap wants to use https://pandacap.azurewebsites.net/ for both. Combined with the fact that it doesn’t seem to support /.well-known/nodeinfo means that no other platform knows what software it’s running.

    When your actor sends something out, it uses the id https://pandacap.azurewebsites.net/, but when something tries to look that up, it returns a “Person” with a subtly different id of https://pandacap.azurewebsites.net/ (no trailing slash). So there’s the potential to create the following:

    1. https://pandacap.azurewebsites.net/ sends something out.
    2. Instance hasn’t heard of that, so looks it up, and creates a new user in its database, with the returned ID (https://pandacap.azurewebsites.net/)
    3. https://pandacap.azurewebsites.net/ sends else something out. Instance looks in it’s DB, finds nothing, so looks it up and tries to create it again. The best case is that it meets a DB uniqueness constraint, because the ID it gets back from that lookup does actually exist (so it can use that, but it was a long way around to find it). The worst case - when there’s no DB uniqueness constraint -is that a ‘new’ user is created every time.
    4. Repeat step 3 for every new thing you send.

    If every new platform treats the Fediverse as a wheel that needs to be re-invented, then the whole project is doomed.









  • It was never a threat to remove your posts. The ‘threat’, to the extent there ever was one, was to not bother seeking clarification in the event of any ambiguity, and only then if they were reported. As for accusations, I didn’t realise it was plural now. I think I said that I interpreted your vote as disapproval of my approach, which still doesn’t seem like an unreasonable interpretation.

    I’ve never moderated anything before, certainly not on Reddit. You were saying that I reminded you of someone who complained to Crayola. Now I apparently remind you of someone on Reddit. There’s nothing I can do about tenuous connections your brain is making, and this can never be a proper disagreement if you’re repeatedly wondering off into fantasy.


  • I was never offended, which I thought you were clear on before, but apparently not. It would seem like this urge you had to teach others, that you couldn’t resist, was so powerful that you willing to overlook any possibility that it wasn’t required.

    As for the offer of changing moderation style: yes, I’m willing to change. I’m still feeling my way around it. If enough people communicate, through votes or comments, that my approach is wrong, I’ll re-assess. Obviously though, someone as perceptive as you will have realised that my earlier offer was just for your stuff.



  • Cheers. I was familiar with the term from astronomy, but unsure why the author thought that term sounded ‘bad’. I was trying to engage in active moderation, seeking clarity rather than just nuking anything because it was reported. I’m assuming from your vote that you’d rather I don’t give anyone the benefit of the doubt, so I can do that if you prefer.







  • Well, there’s good news and bad news.

    The good news is that Lemmy is now surrounding your spoilers with the expected Details and Summary tags, and moving the HR means PieFed is able to interpret the Markdown for both spoilers.

    The bad news:
    It turns out KBIN doesn’t understand Details/Summary tags (even though a browser on it own does, so that’s KBIN’s problem).
    Neither PieFed, or KBIN, or MS Edge looking at raw HTML can properly deal with a list that starts at ‘0’.
    Lemmy is no longer putting List tags around anything inside the spoilers. (so this post now looks worse on KBIN. Sorry about that KBIN users)


  • Firstly, sorry for any potential derailment. This is a comment about the Markdown used in your post (I wouldn’t normally mention it, but consider it fair game since this is a ‘Fediverse’ community).
    The spec for lemmy’s spoiler format is colon-colon-colon-space-spoiler. If you miss out the space, then whilst other Lemmy instances can reconstitute the Markdown to see this post as intended, Lemmy itself doesn’t generate the correct HTML when sending it out over ActivityPub. This means that other Fediverse apps that just look at the HTML (e.g. Mastodon, KBIN) can’t render it properly.
    Screenshot from kbin:

    Also, if you add a horizontal rule without a blank line above it, Markdown generally interprets this as meaning that you want the text above it to be a heading. So anything that doesn’t have the full force of Lemmy’s Markdown processor that is currently trying to re-make the HTML from Markdown now has to deal with the ending triple colons having ‘h2’ tags around it.
    Screenshot from piefed:

    (apologies again for being off-topic)