Admiral Patrick
Ask me anything.
I also develop Tesseract UI for Lemmy/Sublinks
- 1 Post
- 4 Comments
Admiral Patrick@lemmy.worldto Lemmy Apps@lemmy.world•Appending the removal reason from the modlog to comments. Good idea? Bad idea? [Discussion] [Tesseract]2·2 months agoI did test a few posts with a lot of removed comments (both on my instance and Lemmy World), and the overhead wasn’t terrible since scoping the modlog to just the comment ID is pretty lightweight. Since HTTP/2 is pretty common (which can re-use connections), there’s not overhead of additional TLS handshakes slowing things down.
From a network traffic standpoint, Gzip compressed JSON is pretty negligible in the grand scheme of things.
Admiral Patrick@lemmy.worldto Technology@lemmy.world•The Starlink constellation hasn't increased for 4 months. Over 1,000 satellites showing inactive. NASA scientist says enormous amount of SpaceX satellites burning up could erode atmosphere killing us.English4·1 year agoI’ve seen this site get spammed in the past, but it’s been a few months. Guess they’re at it again.
That whole site is an unholy mixture of religion, conspiracy, and Elon Musk. It’s bonkers.
Basically if you see tiblur [dot] com, you can pretty much just report it as spam.
Admiral Patrick@lemmy.worldto British Comedy@feddit.uk•Aisling Bea joins AvoidanceEnglish8·1 year agoMy reaction when Aisling Bea joins the cast/panel of anything:
That’s a good point. I’ll have to check the default values, but on my own instance, I have very conservative limits in place, and it hasn’t proven to be an issue (so far?).
Unless it’s changed since I wrote the online docs for Tessreact, the modlog is part of the “Messages” rate limit bucket which is/was something of a catch-all for endpoints that didn’t fit elsewhere. Even in the default config, that bucket is the most permissive due to that.
I’ve been daily-driving my dev version with this feature enabled for a few days, and it hasn’t been an issue so far (it only does a modlog lookup if a comment is removed, so not on every comment in the tree). It’s also per IP, so unless a lot of people are behind the same public IP, I don’t think it’s going to pose an issue. I’d have to double check, but I think the most comments it loads in a batch is close to 100, so unless every comment has been removed, that would be the worst-case number of modlog fetches.
So it looks like I’ll definitely want to make this feature toggleable even if it does end up defaulting to ‘on’.