this post was submitted on 28 Jul 2024
159 points (99.4% liked)

Fediverse

27729 readers
296 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

Is the kbin project completely dead?

the repo has nothing going on

the kbin.social website partly loads with error

did it just evaporate? or what?

you are viewing a single comment's thread
view the rest of the comments
[–] BentiGorlich@gehirneimer.de 22 points 1 month ago* (last edited 1 month ago) (2 children)

Mbin isn't making any drastic changes

UI wise, that one is definitely true

and relying mostly on Kbin's existing code as its base

This one most certainly not. We actually stopped porting kbin code a few months into the project, because it just was too much work and it was obvious that Ernest didn't want us to. So everything which changed on mbin in the about 8-10 months since, was purely our own work. Of course the basis will always be kbin, but the form will most likely change

We've been keeping the UI mostly as is, because we all like it, however on the backend site of it a lot has changed. The biggest problems kbin had were compatibility wise (federation) and scaling wise. These were the points where we made huge changes. The federation compatibility has improved a lot (yes there is still a lot to do) and scaling/performance has also improved a ton.

The biggest UI changes we made are:

  • new filter designs that work for threads as well as microblogs
  • a subscription panel
  • a usable instance wide modlog
  • a cake day display
  • and more stuff that I am forgetting at the moment (it's been a while since I looked at kbin and I am mostly a backend dev)

The backend changes we improved are (imo) more impactful:

  • (next release) direct messages are federating
  • (next release) pins federate
  • deleting users federate
  • magazine descriptions are federating correctly
  • mods federate
  • reports federate
  • incoming likes are working
  • the "hot" sort actually makes sense with lemmy content because it also looks at upvotes and not just at boosts
  • completely redone the hashtag system so it scales at all
  • completely redone the background worker system so it scales better (partly next release)

And these are only the changes I could think of in 5 minutes. We likely changed a lot more things, which I just forgot.

[–] Chozo@fedia.io 4 points 1 month ago (1 children)

Holy shit, that's awesome! Thanks for sharing!

[–] melroy@kbin.melroy.org 4 points 1 month ago

Yes indeed, we made a lot of changes under the hood!

[–] Blaze@sopuli.xyz 4 points 1 month ago

Thanks for the insights!