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?
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?
Ernest, the lead dev for Kbin, has had a lot of big events happen in his life recently, so he has a tendency to just kinda disappear for weeks/months at a time while the project gets put on hold. He’ll usually come back, announce new plans for development, maybe push out a few updates, and then inevitably go radio silent again.
I believe he’s got a few people assisting him now, but development has definitely slowed to the point of becoming concerning. I think it might be time for the Mbin team to start getting a little more free with the fork.
So it basically failed the bus factor
Hopefully mbin becomes more resilient, or if Lemmy just gets some nice rewrites.
the impression i had of mbin was very “anything goes” did that not end up being how things shaped up??
That was the message that was pushed out when @melroy@kbin.melroy.org started the fork, because a lot of people were not particularly fond of the way he did it. We were trash talked a lot in the first months and obviously (and sadly) that kinda stuck on a lot of people.
I did the fork in the best way I could think of. Including a very detailed Collective Code Construction Contract for contributors: https://github.com/MbinOrg/mbin/blob/main/C4.md
I’ll never fully understand why humans are so quick to judge and offer non-constructive criticism on someone else’s creative work. It seems like the least knowledge are most often the loudest in this regard.
Communication is difficult, especially over text, and emotions can get strong as there is a lot of work involved. Software developers are not always the greatest diplomats. Well-intended constructive feedback is often read as criticism, and situations escalate. And for whatever reason people love picking sides.
At least Mbin seems like a healthy project now, and since Kbin.social went down for good it’s hard to argue a fork wasn’t needed. Hopefully Ernest is alive and recovering well - he did us all a huge service by creating Kbin and making it open source.
its a community. anyone can generate a pr, code it up and it gets discussed. so far there has been no crazy drama about what to include or not… no one has proffered any incompatible ideas. its been quite pleasant
its all public though, in the matrix or github channels
eh? what do you mean?
I believe that currently, Mbin isn’t making any drastic changes, and relying mostly on Kbin’s existing code as its base. As far as I’m aware, the Mbin team are mostly just doing maintenance-level development; fixing things as they break and making optimizations, but not so much in the way of developing new features. Mbin is currently just basically a copy of Kbin, without much distinguishing the two.
Since Kbin doesn’t seem to be moving much at all, I think it might be a good idea for Mbin to start flexing their own muscles a bit, and making it into its own separate project. Otherwise, having a copy of a stale project just leaves you with two stale projects.
UI wise, that one is definitely true
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:
The backend changes we improved are (imo) more impactful:
And these are only the changes I could think of in 5 minutes. We likely changed a lot more things, which I just forgot.