1
1207
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Currently, on the main instance, people have created 40191 accounts (+214 marked as deleted). I don't know how many are active because I don't monitor it, but once again, I greet all of you here :) In recent days, the traffic on the website has been overwhelming. It's definitely too much for the basic docker-compose setup, primarily designed for development use. I was aware of the possible consequences of the situation happening on Reddit, but I assumed that most people would migrate to one of the Lemmy instances, which already has an established position. I hoped that a few stray enthusiasts would find their way to kbin ;)

The first step was to upscale the VPS to a higher version (66.91EUR). It quickly turned out that it wasn't enough. I had to enable CF protection just to keep the website responsive, but the response times were still very slow. At this stage, the instance was practically unusable. The next step was a full migration to a dedicated server (100EUR, the current hardware). It can be done relatively quickly, so it resulted in a 5-minute technical break. Despite the much higher parameters, it didn't get any better. It became clear that the problem didn't lie there. I'm really frustrated when it comes to server administration. That was the moment when I started looking for help. Or rather, it found me.

A couple days ago I wrote about how kbin qualified for the Fast Forward program. To be honest, I did it out of pure curiosity and completely forgot because a lot was happening during that time. During the biggest fire incident, Hannah ( @haubles ) reached out with a proposal to help. I outlined the situation (in short: the server is dying, I don't even know what I need, help! ;). She quickly connected us with Vlad ( @vvuksan ) and Renaud ( @renchap ). I was probably too tired because I don't know if the whole operation lasted 60 minutes or 6 hours, but after a series of precise questions and getting an understanding of the situation, the guys themselves adjusted the entire job. I love working with experts, and it's not often that you come across individuals so well-versed in the fediverse. Thanks to Hannah's kindness, we will be staying there a bit longer. Currently, fastly.com handles the caching layer and processes images. Hence those cool moving thumbnails ;)

Things were going well at that point. I could disable Cloudflare protection. Probably thanks to that, many of you are here today, and we got to know each other a bit better :) However, even then, when I tried to enable federation, the server would stop working.

Around the same time, Piotr ( @piotrsikora ), whom I already knew from the Polish fediverse, contacted me. He is the administrator of the Polish Mastodon instance pol.social, operates within the ftdl.pl foundation, and specializes in administering applications with a very similar tech stack. I made the decision to grant him server access. It only took him a few moments, and he came back to me with a few tips that allowed us to enable federation. In the following days, there was more of it, and we managed to reach the current level. I think it's not too bad.

Nevertheless, managing the instance has taken up about 60% or more of my time so far, which prevents me from fully focusing on current tasks. That's why I would like to collaborate with Piotr and hand over full care of the server to him. Piotr will also take care of the security side. Now I have to take this much more seriously. We still need to work out the terms of cooperation, but I want you to know the direction I intend to pursue.

We also need to migrate to a new environment because one server will sooner or later become insufficient. This time, I want to be prepared for it. This may be associated with transient issues with the website in the coming days.

The next two updates will still be about project funding (I still can't believe what happened) and moderation. The following ones will be more technical, with descriptions of changes and what contributors are doing on Codeberg. I would like to be here more often, but not as an admin, just as myself.

Thank you all for this.

P.S. In private messages, I also received numerous offers of help that I didn't even have a chance to read and respond to. You are the best!

2
0
submitted 3 weeks ago by [email protected] to c/[email protected]

I have been away from home for a long time now and do not have all accesses. I will try to restore access in the coming days. The care of the instance will also be handed over.

I figured this might be useful to some of you wondering about his lack of activity, the reason for the site's frequent issues, and the future of kbin.social.

3
3
submitted 1 month ago by [email protected] to c/[email protected]

It would just be nice to know what the heck happened.

4
2
submitted 1 month ago by [email protected] to c/[email protected]

It would just be nice to know what the heck happened.

5
5
submitted 1 month ago by [email protected] to c/[email protected]

I keep getting the 50x Error when trying to use it.

6
4
submitted 1 month ago by [email protected] to c/[email protected]

The Unofficial Kbin Guide has been decommissioned and the Unofficial Kbin Guide magazine has been deleted.

Thanks to everyone who supported it.

7
7
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

KES is the Kbin Enhancement Suite, a userscript/extension for (k/m)bin that provides a variety of customizable tools for users.

The last minor version included an initial attempt at a spam filter. This was chiefly done to address the low-hanging fruit of spam and scrub the most persistent pharma ads, etc. The approach was similar to that used by Ublock Origin or Steven Black's hosts file, in that it was a monolithic list of filter rules.

This was alright as a stopgap measure, but to the surprise of no one, the types of spam that continued to appear were innumerable in variety.

In an effort to have some filtering rather than none, the feature also went against the KES dictum about giving users choice to tweak their own settings: it was an all-or-nothing filter.

This update introduces v2 of spam filtering. The old logic has been retired, but may make a comeback at some point. A new sidebar page titled "Spam" has been added, and this will be a central place for anti-spam features.

The first of these efforts is a new filter that exposes the following options:

  • Hide posts from very new accounts

Users commented that there is no "gating" mechanism with registration, causing bogus accounts to be constantly recreated as a form of ban evasion. If you find that very new accounts have a high tendency to be spam, you can tick this setting to remove posts from very new users from the feed.

This does not block the user outright, merely hiding the post. This effectively gives some "break-in" time for the user to prove themselves. After a certain threshold, the user will fall outside of the "new account" window; if they continue to engage in spam-like behavior at that time, they should be caught by the other ban filters below.

  • Hide posts with abnormally low relative rank

Users with aggregate posting activity that does not necessarily resemble spam at first glance, but which periodically post spam/off-topic/controversial threads in the wrong communities, have a high likelihood of being astroturfers. This option hides such posts from the feed if the relative vote weight is egregiously outside the norm. Like the above, it does not block them outright.

  • Block users with spam-like activity

This feature blocks users outright if they engage in spam, mass posting, and other robotic behavior. It is less permissive than v1 of the spam filters, which failed to catch a lot of spam that was not explicitly blacklisted in the filter list. This new approach is more generic and does not need constant updating of the spam filters.


By default, all three options are enabled. I find this combination gives the best results so far. Note that infinite scrolling should be enabled for best results, and it may take a little while when navigating to a magazine for the results to be filtered.

Give it a try and see if this negates the spam issue or improves your experience. What other filter options would you like to see added?

The remainder of the changelog follows:

Add-ons


Filter advertisements (@shazbot)

Location: Spam > Filter advertisements

Updated filtering logic to v2, as described in the preamble of this post.

Collapse pinned posts (@shazbot)

Location: Threads > Collapse pinned posts

This simple feature groups together pinned posts on the magazine index and collapses them by default. Click the toggle area at the top of the magazine index to expand pinned posts. This is especially useful on magazines with many pinned posts that are not regularly archived, such as /m/kbinmeta.

API


Added the helper function isThread() to the API. This returns true if the current window location is a thread inside of a magazine. This can be used to abort if the feature is intended to only apply on the thread index. In the future, a more expanded function will be provided that returns the type of page from a list of enums.

8
3
submitted 1 month ago by [email protected] to c/[email protected]

I just realized that some features like "Collections" are not available in other Kbin instances nor in Mbin when in theory they all use 0.10.1.
Is the source outdated?

9
3
submitted 1 month ago by [email protected] to c/[email protected]

Hi all. I have decided to shut down the unofficial kbin guide magazine (https://kbin.social/m/unofficial_kbin_guide) as well as shut down the unofficial docs page: https://unofficial-kbin-guide.surge.sh/.

I will leave things up until the end of the month, then I will shut them down completely. Thanks!

10
8
submitted 1 month ago by [email protected] to c/[email protected]

Hi all. I have decided to shut down the unofficial kbin guide magazine (https://kbin.social/m/unofficial_kbin_guide) as well as shut down the unofficial docs page: https://unofficial-kbin-guide.surge.sh/.

I will leave things up until the end of the month, then I will shut them down completely. Thanks!

11
3
submitted 1 month ago by [email protected] to c/[email protected]

Does anyone else get Secure Connection failed errors when connecting to kbin.run?``

12
2
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

Trying to look for random profiles from https://nijimiss.moe/explore on https://kbin.social/search, and Kbin Social throws an error 50x every time.

From what could gather, Nijimiss is a federated platform, so maybe there's an issue with the integration with it, if there's any?

Or perhaps one of the two defederated from the other? If that's the case, then I couldn't find anything about it.

Also dunno if it's relevant, but both without a VPN, being in Brazil, and with a VPN set to Japan, I can access the Nijimiss site, but apparently can't access when the VPN is set to European countries, having tried Norway, Spain, Portugal, Poland and lastly Albania to test if it wasn't an issue with EU countries specifically, no dice in any from Europe.

13
10
submitted 2 months ago by [email protected] to c/[email protected]

A lot of the larger abandoned magazines are just spam pools now. I don't see their posts in my feed, but I don't like that the two sidesbars of random posts and threads are now just spam advertising sidebars. I triedblocking the magazines, but doesn't that prevent the posts from showing in those sidebars.

Now don't get me wrong, I love it when m/infosec advertises voodoo curses and revenge spells, but after the first time the joke wears thin, you know?

14
10
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

3 or 4 spam "Buy Phloboxidril Now In Your Area" posts per day were tolerable. 20 to 50 aren't. I know I could block the magazine, but I'm just one of the many who are subjected to it.

E2a: a day later I blocked science, only to find that askKbin also suffers from this spam

15
8
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

The blurb below is excerpted verbatim from the release notes. For the full release notes, see here.

Repository: KES

Many of you are aware of the "canned meat" problem on kbin.social, with some magazines being inundanted with garbage posts.

The latest version of KES ships with an experimental new feature you can enable that attemps to filter these posts and block the users who posted them based on certain heuristics.

This feature is experimental, but I see a lot of users voicing frustration at the problem, so now seems like a good time to start collecting feedback. You can start using this feature immediately and it should not have any adverse effects, but its coverage is still being expanded.

You can find it under General > Filter advertisements. For best results, it should be used in conjunction with infinite scrolling enabled in the kbin sidebar, so that new content is loaded in as posts are removed.

As you navigate through a magazine, KES will remove offending posts from the index and then permanently block the user of the post. This feature is also preventive, as variations of posts made under different usernames will continue to be flagged. The goal is to avoid the tedious process of "whack-a-mole" and cull these posts without manual intervention.

Initially, KES will be removing posts from the index, but as it builds your blocklist up for you, such posts will stop appearing in the thread index altogether, and you should see the overall signal to noise ratio improving. Outside of your blocklist, subsequent posts that meet certain criteria will continue to be culled regardless or when or where they appear.

I am currently using /m/science and /m/opensource as a control. If you navigate to those magazines and compare the results before and after enabling this feature, the difference should be clear. After enabling the feature and scrolling all the way back to 2023, there should be few if any unsolicited ads on the page.

Hopefully this improves readability and encourages participation in communities that otherwise seemed impenetrable at first glance. In fact, once you scrub the garbage posts, you'll be surprised to find that there are legitimate posts being made fairly frequently in these seemingly "dead" communities--the posts were just buried in the heap.

However, canned meat comes in a lot of different flavors, and each magazine has slightly different permutations. The coverage in this initial version is not exhaustive, but it attempts to be thorough. This should greatly cut down on the most annoying ads. If there are specific (most likely unmoderated) magazines you are still having a problem with, please leave a comment listing the magazine. You don't need to point to specific posts or users; the magazine name is enough here for me to analyze what kinds of posts are appearing.

Some additional notes:

  • For the time being, this feature does not report the post to the magazine's moderator (usually nonexistent). By kbin's design, a post can only be reported at most by a single user, so this seemed like a reduplication of efforts to me. But auto-report can be added if necessary.
  • This feature works on any instance, but is chiefly designed for kbin.social and is probably unnecessary elsewhere.
  • I have not taken a look at microblogs yet, so I don't know if this problem is happening there, too (please let me know). For now, this works on the thread index of magazines.
  • For best results (if you want to quickly bootstrap your blocklist), I suggest enabling the feature and scrolling through an affected magazine for awhile with infinite scroll on to build up the blocklist as new posts load in, then refreshing the page if necessary.
  • The "random threads" sidebar is fundamentally flawed because it shows content even if you've already blocked it. So I recommend enabling General > Hide sidebar elements > Random threads in conjunction with this feature.
16
9
submitted 2 months ago by [email protected] to c/[email protected]

This post doesn't directly affect kbin.social users, but it is relevant. It discusses some of the potential pros/cons of Kbin and the pros/cons of Mbin, and also the direction the kbin.earth server is heading.

17
19
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

Banning spam accounts on kbin.social is a cumbersome affair.

E.g., today @bayaz tried to ban several spam accounts. But that just did not quite work:

Instead of straight forward banning the accounts responsible for spam, those accs got unbanned.

How come?

If magazine owners ban a spam acc which prior went unreported, the ban button triggers an unban command.

To effectively ban accounts, they must be reported first. Approving the report will trigger a ban. I.e. magazine owners must report the account identified as spam to themselves to enforce a ban.

Therefore, pre-emptive banning of spam accounts does not work on kbin.social.

This is a serious problem which needs to be addressed asap.

18
8
submitted 2 months ago by [email protected] to c/[email protected]

cross-posted from: https://swg-empire.de/post/825076

Migrate Lemmy server to mbin

I'm thinking of migrating my Lemmy-Server over to Mbin so that I can follow Mastodon users as well. I know that there are tools to export/import the community and magazine subscriptions. But what about all my posts and comments?

I don't have any communities on my server and I guess the posts and comments I made should live on in the other Lemmy servers. But it would be really nice to be able to navigate back to them and/or receive notifications about replies to old content.

Has anyone ever done something along those lines? Maybe even just with a dirty SQL script?

And I would like to keep all my pictrs uploads in some way. Though I guess this should be easier to figure out with some bash scripting.

19
5
submitted 2 months ago by [email protected] to c/[email protected]

Is anyone else? One of the reasons I was interested in /kbin over other options was this feature, but I don't remember seeing them on subscribed or all. Is this new? I'm kind of intimidated by it but ultimately know I want to interact. I'm seeing some cool stuff! It's all on magazines I have subscribed to.

20
13
submitted 2 months ago by [email protected] to c/[email protected]

Is there any way we, as users, can help deal with the waves of spam-meds-bots? When I get the chance I downvote, but that's not possible for microblog. Do reporting them have any effect, or they go in the pile and are more a nuisance than a help?
If we blocked the culprit users, would it do anything other than us personally, even by just reducing their visibility?

21
11
submitted 2 months ago by [email protected] to c/[email protected]

We'll still get their content but be unable to interact.

22
3
submitted 2 months ago by [email protected] to c/[email protected]

@piotrsikora @ernest FYI: lemmy.world is blocking us

https://kbin.social/m/[email protected]/t/955988/Temporarily-blocking-activities-from-kbin-social

I made a comment there yesterday trying to get your attention on this, but not sure if the @ on that post actually went through properly or not, so I'm trying again.

#kbinMeta

23
8
Are we cut off? (kbin.social)
submitted 2 months ago by [email protected] to c/[email protected]

I can only get my subscriptions and not the all feed. I feel like maybe I am only getting kbin content.

24
12
submitted 3 months ago by [email protected] to c/[email protected]

KES is the Kbin Enhancement Suite.

This is just an update to note that the tool has undergone a total quality audit to ensure that all of its add-ons support both kbin and mbin instances and behave in an expected fashion regardless of which instance type you are using.

If you had previously tried KES on an mbin-type instance and encountered anomalous behavior, you should now find that it has full compatibility.

The full release notes can be found here

25
11
submitted 3 months ago by [email protected] to c/[email protected]

Feeling thwarted by the 404, I suddenly remembered there are plenty of curated feeds over in Collections for us to browse. Have updated one of mine to reflect newer communities.

view more: next ›

/kbin meta

110 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago