this post was submitted on 23 Jun 2023
170 points (100.0% liked)

Reddit Migration

670 readers
1 users here now

### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/

founded 1 year ago
 

Hi all,

I'm a developer that has an interest in online communities, fediverse software and, at a point in the very recent past, consuming and creating a lot of Reddit content. Discontented with regards to the direction Reddit has taken, I've taken it upon myself to start a small, general-purpose instance to give back to the /kbin community and help reduce load. The instance is hosted on a secure, well-equipped dedicated server and should support a large influx of users and communities. I will be regularly administrating it (and may even seek fellow admins); but ideally, administration will be hands-off and moderators will take onus for their magazines.

Come check us out at kbin.cafe. I'll be happy to answer any lingering questions in this thread.

Please be sure to report any issues by messaging me or emailing us at the address found in the linked post. Currently some avatars for some federated magazines are missing, but this will be resolved soon.

Thanks for reading!

top 25 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 1 year ago (2 children)

It would be great if there was some sort of dedicated list of instances similar to what Lemmy already has. Of course the process of creating an instance could do with simplification as well. IMO the focus on keeping this instance up and running, as opposed to working on Kbin itself, could be hugely detrimental to the entire project in the longterm.

[–] [email protected] 10 points 1 year ago

There's https://fedidb.org/software/kbin, but this hardly helps users differentiate based on various instance characteristics like joinmastodon.org, for example (I have no experience with Lemmy's instance listing).

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago)

Ernest has brought a server admin on board for this reason. Also a number of contributors are actively working on improving the setup process.

[–] [email protected] 11 points 1 year ago

So happy to see folks are still setting up new kbin instances like this.

[–] [email protected] 9 points 1 year ago

Sounds like a nice name for an instance I have said kbin/lemmy have a cafe feel it them.

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

Hi, I opened it and I don't think the sidebar is supposed to be so wide? I'm in Firefox & I checked and no custom styles.

[–] [email protected] 3 points 1 year ago (5 children)

Is this on the homepage, on the linked post, or everywhere? Definitely not expected behavior.

[–] [email protected] 2 points 1 year ago (1 children)

It's on the homepage. Looks like it's not compatible with Firefox. I can't reproduce it with Vivaldi.

[–] [email protected] 1 points 1 year ago

Currently debugging this. I'm just using the default styles found in /kbin so I'll need to experiment a little. I'll follow up here.

[–] [email protected] 2 points 1 year ago

I'm getting this on FFx, too. Deleting the sidebar ".section.active-users" formats the page correctly... Checking further...

[–] [email protected] 1 points 1 year ago

Changing 4 to 1 fixes, so something with the active-users individual elements. I also have no icons in there, like OP.

#sidebar .active-users>div {
display:grid;
gap:.2rem;
grid-template-columns:repeat(4,1fr);
text-align:center
}

[–] [email protected] 1 points 1 year ago

for me it's on all pages

[–] [email protected] 1 points 1 year ago (1 children)

Got it. Need to make the element with the lemmy user name text word-wrap: anywhere.

The word breaking is borked because of the @ symbols.

[–] [email protected] 2 points 1 year ago (1 children)

Forgot to mention that this doesn't happen when there are avatar icons, since the avatars are 65px. Figure out why the avatars aren't being cached and that should fix it.

[–] [email protected] 1 points 1 year ago (2 children)

Actually, no images in the sidebar are loading for me, unless I loaded them on another instance.
Hope that all helps!

[–] [email protected] 1 points 1 year ago (1 children)

Thanks, I had to step away and was pleasantly surprised by this being debugged for me by the time I got back! 😊 I've pinged the Kbin space on Matrix to see if anyone has thoughts on how we can re-download these avatars. I may end up writing a custom script to handle this manually if there's no way to trigger a warmup on media cache.

[–] [email protected] 1 points 1 year ago

Glad I could help!

[–] [email protected] 1 points 1 year ago

This is from another comment in the thread, copied here since it's relevant. Regarding missing user avatars - there is an open pull request to replace these with a remote instance's logo, rather than the browser default for unlocated images: https://codeberg.org/Kbin/kbin-core/pulls/334

Additionally, I've tweaked some things server-side and it looks like that's helped caching remote avatars (but there's still work to be done).

[–] [email protected] 5 points 1 year ago

Welcome to the ever growing list of instances! Definitely let us know if you need help in the matrix chat, there are usually a few of us in there actively at any given time.

I need to do an introduction post of my instance at some point as well. This one is me: https://fedidb.org/network/instance/fediverse.boo

I manually curate a news magazine and then I have several dedicated news outlet magazines that get automatically populated with content so people can subscribe to what news sources they want to get mixed into their subscriptions.

Anyways! Welcome again, we hope you enjoy your stay

[–] [email protected] 4 points 1 year ago (1 children)

I love the sound of it! I made my account on kbin.social, is there a way to migrate to your instance instead?

[–] [email protected] 4 points 1 year ago (1 children)

Unfortunately, as of right now, no. This may change in the future, but currently it's best to decide on a Kbin instance early on so you don't have too many posts and comments that will be left behind.

There's also the possibility of having multiple accounts, but that's cumbersome for a multitude of reasons.

[–] [email protected] 2 points 1 year ago

This functionality is on the radar but with the amount of work happening right now on more important things, I’m not sure where this will fall on the roadmap.

[–] [email protected] 3 points 1 year ago

Thank you for doing this!

[–] [email protected] 2 points 1 year ago

It begins! You love to see it.

[–] [email protected] 1 points 1 year ago

Regarding missing user avatars - there is an open pull request to replace these with a remote instance's logo, rather than the browser default for unlocated images: https://codeberg.org/Kbin/kbin-core/pulls/334

Additionally, I've tweaked some things server-side and it looks like that's helped caching remote avatars (but there's still work to be done). Please keep me updated on any further issues.

load more comments
view more: next ›