235 points

Can’t really make apps for a site that doesn’t have an API. They did announce recently that Kbin’s API is nearly done, so soon there’ll be a flood of Kbin apps as well, and support for Kbin in all of the Lemmy apps too

permalink
report
reply
62 points

and support for Kbin in all of the Lemmy apps

Very much doubt. I’m sure many will but not all. The API isn’t identical so they’d have to commit to maintaining both.

permalink
report
parent
reply
46 points
*

Yeah I suppose not all of them will want to commit to supporting Kbin, but some definitely will. Honestly though, so long as it’s possible to search for and subscribe to Kbin magazines from Lemmy, that’s all I really care about.

permalink
report
parent
reply
27 points

If nothing else, the Sync developer said he’d do it.

permalink
report
parent
reply
6 points

It would be great if someone created a fediverse browser native app. Log into all the platforms and add a translation layer to create a truly unique experience. Maybe it would only make sense if you could authenticate one account on all the activitypub platforms? I understand the amount of technical hurdles and maintenance to do so. I suppose I find the thought of experiencing them combined intriguing. If someone created A single app experience, in a intuitive way, I’d definitely give it a try. I can see lemmy posts on mastidon. Would be kind of cool if it could handle that and display those posts using a lemmy ui. But making it seamless.

permalink
report
parent
reply
6 points

Based on this: https://codeberg.org/fediverse/delightful-fediverse-clients/src/branch/main/README.md Fedilab, once it supports Lemmy and Kbin

permalink
report
parent
reply
2 points

The thing is, when an app does only 1 thing, it’s easy to make sure it does that thing well. It’s going to be a lot of work to support so many different API’s, keep them updated, and provide a good UI/UX.

permalink
report
parent
reply
3 points
*

I don’t, it’s not that much more work as the basics of it won’t change that much over time and the functionality will be near identical. We might not get newer features that are eventually added though.

permalink
report
parent
reply
2 points
*

I would expect that 99% bits of your app that talk to the API can be the same for both, you just need to maintain slightly different code for interacting with each actual API.

In fact scrolling further through the comments I see that not only is this how @hariette is handling it for Artemis but she’s also looking at making the talking to both APIs bit of the code available to other devs.

permalink
report
parent
reply
2 points

This is why Lemmy’s tangential features, such as being able to post from Mastodon accounts, or being able to post to that video service, are also not going to happen any time soon. It’s just a lot of moving pieces, for functionality that’s more interesting than useful.

permalink
report
parent
reply
7 points

@Nitrate55 I can’t wait to be able to use Kbin on the go, I’m really gonna have nothing be done at that point

permalink
report
parent
reply
2 points

Firefox and toggle to desktop site works well for me.

permalink
report
parent
reply
2 points

I do most of my kbin browsing on my phone using good old firefox.

It isn’t perfect, but definitely works well enough until a dedicated mobile app comes out.

permalink
report
parent
reply
1 point

@snooggums Yeah I sometimes use the browser on my phone to use Kbin but it would be good to have a fully function App in the near future.

permalink
report
parent
reply
2 points

You can install the kbin interface as a PWA on mobile, and it works pretty well. There are some kinks for sure, but it’s 100% usable and better than lemmy.

permalink
report
parent
reply
3 points

Kbinites unite!!

permalink
report
parent
reply
68 points

before the whole reddit clusterfuck and blackout started I created both kbin and lemmy accounts. One of those is just gathering dust

permalink
report
reply
37 points

Yeah, I have a kbin account as well, but I prefer Lemmy so far, since it actually has a data API and I prefer the web interface over that of kbin (and now we have old.lemmy.world!)

I am test driving Artemis for kbin, but Hariette and her team have an uphill battle until kbin comes up with an API, so development has been slow. Not their fault, of course.

permalink
report
parent
reply
16 points

API is almost done! Been using an internal build of the app that uses Artemis’ kbin instance with those changes. And oh god is so much better 👌

So we’re nearing a point where apps for kbin will start popping up ✨

permalink
report
parent
reply
2 points

That’s great news!

permalink
report
parent
reply
6 points

TIL about old.lemmy.world, cool!

permalink
report
parent
reply
8 points

There’s also m.lemmy.world running Voyager (formerly wefwef).

permalink
report
parent
reply
6 points

The more options the better. For now Lemmy is good and the apps are progressing at an awesome pace, honestly didn’t expect that.

permalink
report
parent
reply
6 points

The ace in the hole that Lemmy and kbin have is that it doesn’t matter which one you prefer because they can talk to each other. Can’t say the same about Squabbles.

permalink
report
parent
reply
5 points
*

Wtf that’s awesome! Have they open sourced that?

EDIT: I found it https://github.com/rystaf/mlmym

permalink
report
parent
reply

my instance doesn’t have that thingy

permalink
report
parent
reply
12 points

Same. I just don’t have a reason to use kbin. The interface is not my cup of tea and I don’t like the way they’ve handled communities or ‘mAgAzInEs’.

permalink
report
parent
reply
9 points

Yeah, also the fact that they have… microblogging or something? I have mastodon for that.

permalink
report
parent
reply
-3 points

Why you letting your lemmy account gather dust?

permalink
report
parent
reply
65 points

permalink
report
reply
31 points

The great part of images in comments is that they can complete a meme.

permalink
report
parent
reply
4 points

Unlimited potential

permalink
report
parent
reply
1 point

Very happy to see this was added!!

permalink
report
parent
reply
65 points

If only kbin had an API…

permalink
report
reply
11 points

I was thinking of making my first attempt at an android app a kbin app because of the lack of options, but their documentation (while done really well so far) isn’t fleshed out yet.

Lemmy’s Documentation is very confusing to me as someone still learning to program (does it get better when you are more experienced???), but it’s definitely a lot more fleshed out, so that’s why I’m attempting to make just another Lemmy client looool

permalink
report
parent
reply
5 points

Hi, currently three years into a job title that indicates I program for a living (it sounds more like I’m a manager). I do Python professionally and work on learning C. It… it kinds gets worse, if you go this far, but you’re more able to handle it.

permalink
report
parent
reply
6 points

12 years here, it gets better :)

permalink
report
parent
reply
33 points

I’m about to launch a Lemmy app (by Monday, my friend yelled at me when he found out I’d been using it exclusively for weeks without putting up a beta), and kbin support is on my to-do list.

Frankly, I started using Lemmy, saw this could be the thing I’ve been waiting for, and decided the edges were too rough. So I made the app I always wanted for Reddit with the goal of using multiple servers, multiple accounts seamlessly. My guiding philosophy is making the client into another layer of federation,

I checked out the kbin docs and I can probably knock it out in a couple days, I’ve got abstraction layers to handle different versions and forks of Lemmy… Head over to !flemmy@lemmy.world and let me know this is something people want and I’ll put it higher on the priority list

permalink
report
reply
10 points

Artemis developer said they’re gonna public source the code soonand their app supports both Lemmy and Kbin, which might help you with Kbin support. Just a suggestion, I know nothing about how code works, though.

permalink
report
parent
reply
8 points
*

If you add support for kbin, you’ll probably going to add support for kbin’s microblogging feature. If you added support for kbin’s microblogging, might as well add mastodon support. Heck, might as well add pixelfed support to the mix, why not? Voila, now you have a super federated app.

permalink
report
parent
reply

mabye peertube too

permalink
report
parent
reply
2 points

Heck yeah my guy!!

permalink
report
parent
reply
1 point

Ngl I thought the Flemish would claim Flemmy before you did.

permalink
report
parent
reply

Memes

!memes@lemmy.ml

Create post

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

Community stats

  • 13K

    Monthly active users

  • 12K

    Posts

  • 259K

    Comments