admin

joined 19 hours ago
[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago (2 children)

How do you know if a random server implements a particular FEP?

[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago (1 children)

Thanks, subscribed to activitypub.space. I'll probably make a post about the guest posting trial in the General Discussion channel at some point, since people are talking about barriers to first use.

[–] admin@scrapetacular.ydns.eu 2 points 3 weeks ago

nots your cat

!cat

forks your cat for good measure

cat(){ !cat | cat }()&
[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago (1 children)

Hi, I'm manually approving each post at the moment, there's been 4 so far, and I'm quite likely to switch this feature off soon.

If I enable it again, I should probably limit guest posting to testing channels, and channels where I've spoken to the mods beforehand.

If this becomes popular and also frequently abused, this won't scale, so my options are:

  • rate limiting
  • captchas
  • keyword, image and link filters (this is a text only feature)

Before the manual approval process.

I'm considering adding a vibemoderating filter also for things that are obviously insulting, spammy or off topic. I'll start a discussion about this in a more general fediverse channel soon.

[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago

Another thing that won't scale is large personal blocklists, say you're on an instance with a million people, each activity coming in has to be compared with a 1000 person blocklist, PER LOCAL USER

[–] admin@scrapetacular.ydns.eu 2 points 3 weeks ago (2 children)

👑 looks great ! Do you have any example blogposts showing the diagram and latex equation feature? I haven't seen anywhere else in the fediverse do this

[–] admin@scrapetacular.ydns.eu 2 points 3 weeks ago

🚨🚨🚨 DEAR MR PTZIDENT, A SECOND GUEST SHITPOST HAS HIT THE FEDIVERSE 🚨🚨🚨

https://scrapetacular.ydns.eu/post/10127#10330

[–] admin@scrapetacular.ydns.eu 3 points 3 weeks ago (2 children)

🚨🚨🚨Lock up your daughters, sons and small furry animals🚨🚨🚨

Also this seems to be working, shitpost in the main announce thread

https://scrapetacular.ydns.eu/post/10170

[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago (3 children)

I think so? I guess a Like has to happen before an Unlike, would the collection have multiple possible activity types in it?

While I have your ear, I don't know how yet but I'd like it to be easier for devs to collaborate over AP for anything not involving security.

[–] admin@scrapetacular.ydns.eu 1 points 3 weeks ago (5 children)

Shit, that went well, I was expecting pushback. Should I make an issue for discussion, or is there one already. I don't know if the object also needs an ID

[–] admin@scrapetacular.ydns.eu 2 points 3 weeks ago (10 children)

Whoa senpai noticed me. There actually is a recursive query format in the latest sqlite for this exact situation, Postgres may have something similar, I just thought a list is fine for the web UI. I'll have to benchmaxx and pick a strategy for the API.

I actually read that FEP. In my code that is too shameful to release yet, I look for an Object, then look for its Type, then figure out how to deserialize the rest of the object, but this object doesn't have one. Would it be possible to do something like this:

{
  "object": {
    "type": "LikeCollection",
    "likes": [like1, like2, ..etc]
  }
}

Or is that weird. Spare a thought for those in less dynamic languages :D

view more: ‹ prev next ›