kbinMeta

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

sz, in Released idkbin 1.3.0! — A few small visual improvements for Kbin

Links to images seem to not work.

minnieo, in Released idkbin 1.3.0! — A few small visual improvements for Kbin
@minnieo@kbin.social avatar

it's just beautiful!! thanks for blessing us with this update. im a huge fan of the comments and replies indenting ( ͡º ꒳ ͡º)

e0qdk, in Problems with spam accounts from lemmy.blahaj.zone
@e0qdk@kbin.social avatar

Some ideas for anti-spam measures that might help:

  • block users who post flood -- e.g. if an account makes 10 posts a minute, it's a spammer
  • block accounts that end up massively in the negative shortly after they start posting -- e.g. an account at -50 within 15 minutes of making its first post is probably a spammer (exact thresholds may need some tuning). Note that this is different from blocking new accounts that go into the negative since people can register accounts in advance of an attack and wait until later to cause disruption.
  • block users who post repetitive comments/links excessively -- e.g. if the same link is in 10 comments/posts from the last hour or they've submitted the exact same comment a dozen times, the account is probably a spammer (again, thresholds may need tuning); that won't catch all the bots (one of them added a bunch of random words) but will catch some of them. More clever filtering could catch the other bots.
  • block new posters who are reported many times by established accounts in good standing -- at least until an admin can check what is going on
Nougat,

I'm not entirely sure any of that would be effective in controlling visibility of spam accounts from other instances. I'm quite sure that up/down voting does not always federate perfectly. Those steps would all be effective in handling malicious accounts on the same instance they're registered with, as long as their malicious posts and comments are also on that same instance; the effectiveness would certainly fall off sharply for content posted at other instances.

I wonder if there needs to be some kind of "governance board," like the NATO or EU of the fediverse, where major instance admins meet and set agreed upon standards of instance behavior.

e0qdk,
@e0qdk@kbin.social avatar

We don't need to depend on federated downvotes to judge what does or does not belong on kbin. In fact, I think it's probably better if we don't. People are downvoting the bots here. I have yet to see an account with negative rep. on kbin that wasn't a spammer.

Regardless, rate-limiting incoming posts will limit the damage and annoyance to us.

I wonder if there needs to be some kind of "governance board," like the NATO or EU of the fediverse, where major instance admins meet and set agreed upon standards of instance behavior.

I'm not sure that would help with this particular issue -- and there's already a fair amount of bad relations between instances so I don't think a wider fediverse board is likely to succeed even if it could help somehow... I guess instance admins that do agree on general moderation principles could help co-admin each other's instances to cover better for when they're offline (maybe some of them already do?), but we shouldn't have to depend on remote admins being responsive to deal with an issue affecting our instance.

nicetriangle,
@nicetriangle@kbin.social avatar

Yeah pretty solid recommendations. Sure they’d need some specific tuning but this kinda stuff seems very common sense.

Fitik, in Problems with spam accounts from lemmy.blahaj.zone
@Fitik@fedia.io avatar

Mentioning @ernest

Book, in Is kbin social and kbin cafe run by the same person?

Omg I just asked the same question!
(Edit) My bad I just realized it was my post.

gullible,

Just wanted to let you know that this is the best thing I’ve read on the fediverse, and by a fair margin at that.

ernest, in Does adding a photo to a comment not work with federation?
@ernest@kbin.social avatar
HeartyBeast,

Got it. Many thanks

link, in Does adding a photo to a comment not work with federation?
@link@lemy.lol avatar
sz, in The Magazines page is a bit of mess

Thanks for the feedback, I've contributed sorting of the magazines and actually "the other four are under the hot tab" is not the case. They're not in any specific tab, they just sort by number of threads/comments/posts/subscriptions. I've done it this way to be backwards compatible with newest/hot/active tabs that were already there before introduction of sorting by clicking on table headings. Nonetheless, I agree that the Magazines page needs more polishing after recent changes and your suggestions are good.

ernest, in Feature comparison - kbin vs Lemmy
@ernest@kbin.social avatar

These points are not a priority, but relatively easy to achieve. They will gradually appear on the instance in between working on significant things. It's worth following https://kbin.social/m/kbinDevlog

ernest,
@ernest@kbin.social avatar

I'm just wondering about 'spoiler alert' - what is it exactly? I haven't delved into Lemmy's code for a long time.

massive_bereavement,
@massive_bereavement@kbin.social avatar

I would guess it's the capacity of masking text through markdown for spoiler purposes:
https://github.com/LemmyNet/lemmy/issues/104

Teppic,
@Teppic@kbin.social avatar

::: spoiler masking text
Like this?
:::
kbin does that just fine.

Damaskox, (edited )
@Damaskox@kbin.social avatar

Oh my Deity how did you do that?!

I've been cursing enviously for days when I see a spoiler (system) I couldn't use myself!
I didn't get Lemmy's style to work.

ernest,
@ernest@kbin.social avatar

::: spoiler hidden text title
hidden text
:::

::: spoiler hidden text title 
hidden text
:::

Damaskox, (edited )
@Damaskox@kbin.social avatar

::: spoiler test
Does this thing work?
:::

sigh Finally.
Now I just need to find a convenient way to save this piece of code and copy-paste it whenever I need it 🤔

.


...except that when I wrote more text into this comment, the code broke 🤔

Upon further testing - if I edit a text, the spoiler stops working. When I update the page, the spoiler works again.

Damaskox,
@Damaskox@kbin.social avatar

::: spoiler hidden text title
hidden text
:::

ernest,
@ernest@kbin.social avatar

Indeed, I missed that case, thanks.

DarkThoughts,

Now I just need to find a convenient way to save this piece of code and copy-paste it whenever I need it 🤔

Honestly, I'd just suggest to add a button for it in the editor after the code one? I think it's a common enough thing to use to warrant it. For every other formatting maybe a little link for a pop up or expandable that shows the remaining formatting rules, similar to how it was on old.reddit.

Damaskox,
@Damaskox@kbin.social avatar

I wholeheartedly agree on the editor button!

minnieo,
@minnieo@kbin.social avatar

::: spoiler hidden text title
hidden text
:::

e0qdk,
@e0qdk@kbin.social avatar

Ironically, that doesn't work for me at all. (I have seen other spoiler blocks recently though, so not sure why not.)

Damaskox,
@Damaskox@kbin.social avatar

Is it browser-, operating system- or device-related?

I'm on Windows PC, Firefox, at https://kbin.social/

e0qdk, (edited )
@e0qdk@kbin.social avatar

I'm poking around at it now. I'm guessing it's probably something to do with JavaScript -- which I block by default via NoScript. (That's kind of odd though since I thought it was generating a <details>/<summary> HTML block server side, but maybe it's doing it on the client and I just happened to have JS unblocked when I saw it before?)

Edit: It looks like it is coming from this webpack'd JS file currently which I think is built from this JS source file; there is a handleSpoilers function defined which manipulates details/summary elements. Oddly, there is also PHP code for manipulating details/summary like I thought.

@ernest can chime in on if that's a temporary thing or what, but yeah, it seems to not work for me because I block JavaScript.

Damaskox,
@Damaskox@kbin.social avatar

Hmm. Okay.

Yeah I'm no code savvy so let's hope they know more about it 😁

Teppic,
@Teppic@kbin.social avatar

Test

RealM,
@RealM@kbin.social avatar

Yo, that is so good to know!
Wish there was a link to some quick stylesheet guide that kbin supports when you write a comment. Haven't seen this feature before.

e0qdk,
@e0qdk@kbin.social avatar

It just got added last week. This is the post demoing it in the devlog: https://kbin.social/m/kbinDevlog/t/651148/RTR-22-Further-improvements-interspersed-with-code-refactoring

Chozo,
@Chozo@lethallava.land avatar

@ernest I think it's for the functionality used in this random comment I found.

https://lemmy.world/comment/4533835

minnieo, in Feature comparison - kbin vs Lemmy
@minnieo@kbin.social avatar

of all these beautiful features, gotta say the CSS styling on the mags is my FAAAAVVEEE. i love doing it. i kinda go overboard and need to reel it in, but the ability to personalize your mag is so fun. though, people should have an option to toggle mag styles off, they can be distracting or the best part about the mag lol (ㅅ´ ˘ `)

kglitch, in Where can I find documentation on how federation works?

As I build my fediverse software, I'm blogging weird ActivityPub corner-cases at https://join.piefed.social/blog/.

If you understand the fundamentals already, it'll make sense. I'm not an expert or anything, I'm making it up as I find things out.

nicetriangle, in /kbin Issues
@nicetriangle@kbin.social avatar

Been having a problem recently (and intermittently) where when I upvote a comment it goes to a page that says Error and I have to go back to the previous thread, refresh it, and then the upvote works.

ernest,
@ernest@kbin.social avatar

Yeah, I have also noted that. I will check it tomorrow, thanks.

nicetriangle,
@nicetriangle@kbin.social avatar

Cheers, thanks for everything you guys do

nicetriangle, in /kbin Issues
@nicetriangle@kbin.social avatar

deleted_by_author

  • Loading...
  • valaramech,
    @valaramech@kbin.social avatar

    The root path for kbin is currently always "all". I actually have a PR up right now to change this to what people actually expect to happen.

    jwr1, in Is kbin social and kbin cafe run by the same person?
    @jwr1@kbin.social avatar

    No, kbin.cafe is not run by the same person that runs kbin.social; here's a post by the owner of kbin.cafe and @ernest is the owner of kbin.social and the main developer of kbin. As you mentioned, kbin works similar to an email service, so different kbins (and lemmys and mastodons) can communicate with each other.

    Book,

    That is really cool. I dont go online often but I like that they can all communicate.

    ghostatnoon, in Is kbin social and kbin cafe run by the same person?
    @ghostatnoon@kbin.social avatar

    You can also connect to non-kbin sites, including Lemmy and Mastodon! They all use the same protocol to be able to talk to each other.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • kbinMeta@kbin.social
  • meta
  • Macbeth
  • All magazines