this post was submitted on 14 Jun 2023
5 points (100.0% liked)

Reddit Migration

458 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
 

In addition to asking devs of third-party apps for Reddit to make one for Lemmy, why wouldn't we ask them the same for kbin?

top 15 comments
sorted by: hot top controversial new old
[–] Jupeter@kbin.social 2 points 1 year ago (1 children)

Relay for kbin/Lemmy would be awesome, I love that UI.

[–] Monitor343@kbin.social 1 points 1 year ago

Hell yeah! I love Relay. I would buy a new version of Relay for Kbin in a heartbeat.

[–] onceuponaban@kbin.social 2 points 1 year ago

RedReader's dev, while granted a reprieve from the APIcalypse due to his app handling accessibility better than the first party app ever did, does see the writing on the wall and is planning to expand his app to cover other networks, Lemmy, Tildes and Hacker News being on the list. Maybe kbin as well?

[–] RosemarySolomon 2 points 1 year ago

A proxy is being worked on: https://github.com/derivator/tafkars

Eventually, I presume some kbin support wouldn't be out of the question especially if people submit PRs for it.

[–] deaconblue@kbin.social 1 points 1 year ago (1 children)

I like the idea of a kbin app, but I wonder if it's just because I'm so used to everything having its own app. I got the jerboa app and tried to use Lemmy. It was so busy that I couldn't get anything to work. So I ended up on kbin. I like it, at least so far. Accessing it through a browser works, but maybe it would be better to have an app tailored to it. Either way I don't think I'm going back to reddit.

[–] Karlos_Cantana@kbin.social 1 points 1 year ago

If you're on Android, you can make a lite app with Hermit or Vivaldi.

[–] rebul@kbin.social 1 points 1 year ago (1 children)
[–] abff08f4813c@kbin.social 2 points 1 year ago* (last edited 1 year ago) (1 children)

If you can install it, sure.

Edit: 14 hours later and I can install it just fine. CloudFlare broke it but it seems that it's gone back to normal working status now that CloudFlare is off.

[–] sgtlighttree@kbin.social 0 points 1 year ago (1 children)

Yeah, I don't see an option for installing it in any mobile browser I've tried on Android, and IMO a PWA on desktop seems a bit redundant

[–] abff08f4813c@kbin.social 1 points 1 year ago* (last edited 1 year ago)

I wonder if it will start working once CloudFlare is off. Lighthouse reports it can't analyze the page and check for PWA compliance because of that. It works in iPhone though so maybe Safari is more lenient.

Edit: 13 hours shows that the answer is yes!

[–] AnonymousLlama@kbin.social 1 points 1 year ago (1 children)

The dev seems really active on here and I've got a feeling over the next few weeks when he sorts out some of the backend challenges, he'll look into some of the UI/UX improvements. The site from what I can see runs off Laravel / PHP and it's on GitHub so people can submit PRs and help him out with work.

I'll be looking into it myself to see if we can get click to collapse nested comment threads working, along with some other UX aspects.

I think getting one of the app devs interested in kbin would be pretty handy though, but might be hard if the main dev is actively working and improving the site

[–] Tetracyclic@kbin.social 0 points 1 year ago (1 children)

Minor correction, Kbin is built on Symfony, rather than Laravel.

[–] greeen_tomato@kbin.social 0 points 1 year ago (1 children)

I was surprised by that. I thought Laravel is the cool kid on the block. :D

[–] Maestro@kbin.social 0 points 1 year ago (1 children)

It is, but Symfony is better suited to a complicated application like kbin.

[–] greeen_tomato@kbin.social 1 points 1 year ago

Yeah.. I have/had a bad opinion about symfony, because we used it an old company. But that was mostly driven by young, inexperienced developers. In hindsight the problems we had were mostly because of junior developers trying to build tools instead of the framework.