I'm the developer of Interstellar, and I am actually from the US. iOS support is something I'd like to add, but is not the priority. @Endymion_Mallorn@kbin.melroy.org made many good points about it not catering towards FOSS projects, but I'd also like to add, it costs $100 every single year in order to have an Apple developer account, which is required if you want to publish anything to the Apple App Store. Additionally, Apple's very expensive hardware is required in order to build and release any Apple software, which I do not own.
All that to say, I'd like to support iOS and macOS platforms, but Apple makes it extremely difficult (and costly) for that to happen. Why should I have to pay $100 every year in order to publish a free app that I'm not even making any money off of?
Interstellar is also available for desktop platforms (including Linux and Windows) if you'd prefer to try it there instead (check the GitHub page for info).
I'm sure you know, but technically, Microblogs are still considered "posting to your profile". It's just that Mbin also happens to categorize those microblogs into a specific magazine, either based on tags or manual placement. They still display in your profile just like normal. Additionally, if you view those Mbin microblogs from a Mastodon server, they will still appear as if the user "posted to their profile". All Mbin is doing is assigning the Microblog a general categorization.
(Interstellar dev here) Not sure what you mean by alpha. Sure, Interstellar could always use improvements, but that's the same as with any app. I, and I'm assuming many other people, daily use Interstellar, and mainly without any issue.
If you have any specific feedback you'd like to provide, I am very welcome to it. Many times that people have mentioned a bug/issue, I've tried to incorporate a change that would fix said issue within an update or so (several were even incorporated in the update that was just released).
I will admit, we need more developers working on Interstellar, but someone making a whole new Mbin app would do completely the opposite of what Interstellar needs (it would mean fewer potential developers working on Interstellar).
I've worked hard on this app for over a year at this point, and I would have considered it alpha at the beginning, but at this point, it is definitely ready for general use and not "alpha". As the solo "active" contributor (I appreciate all the not as active contributors as well), I just can't work on everything all at once.
Actually, the migration tool is now out with the latest update. It is marked as "beta" as there are things that could be improved, but subscription migration does work between Mbin and Lemmy accounts.
Lol, yeah, maybe we should standardize the icons. If I remember correctly, I did look at the thunder app to pick some of the icons, so maybe it's at least the same between Thunder and Interstellar.
If there's anything you'd specifically like to work on, just let me know.
jointhefediverse.net - Why was Lemmy removed from the list of fediverse alternatives?
I'm a bit confused then; there should be a loading indicator that displays once the button is pressed, which prevents you from tapping it multiple times. It should look like this now:
.
If this isn't too much work, the next time you have the null check error show up, would you be able to comment back here (or dm me) with exactly what you did, including which post/comment it was you were interacting with?
jointhefediverse.net - Why was Lemmy removed from the list of fediverse alternatives?
That was something I specifically tried to fix in the last update (the posting button not appearing to work). After the update, almost all buttons that connect to the api have a loading indicator now. Would you be able to verify you are on the latest version: v0.7.1.
I have seen that error before (null check), which I can definitely try to investigate, but I'll likely need more context (such as a post it happens on) to be able to figure out exactly what's causing the issue.
jointhefediverse.net - Why was Lemmy removed from the list of fediverse alternatives?
What bugs/issues does Interstellar have that you would like to see fixed? I'm Interstellar's developer btw. I tried to get the majority of the know bugs fixed in the last big update. If there's anything specific you're running into, I can try to focus on that.
When the OP was initially made, I actually did end up adding clubsall to the defed. list, but I feel like I might have done that prematurely. I took a brief look at the Clubsall website, and I couldn't really tell that there was anything inherently evil about it. Sure, the usernames and community names don't display the server they come from, but I feel like that's more of a frontend/design decision (any Lemmy frontend or app could do the same), and if you hover over the names on desktop (or click on them), you can see the URL still has the instance of the users and communities. Maybe that's a good idea for a setting that could be added, where the user can toggle whether the username or community domain is displayed or not.
Yes, there are still many improvements to be made, such as a link back to the original user on their instance would be nice, federation support needs to be worked on, and probably much more. And I will admit, the fact that they don't currently have a developer doesn't bode well in fixing some of these issues, but I feel like if we are going to block them, we should come up with some definitive reason, and have it defined in our kbin.earth rules list. If we block clubsall for being closed source and having incomplete federation, then we would need to block threads.net as well (for the same reasons). At the moment, neither of those two technically break our rules; if we were to block them, we would need to make a decision as an instance to add another rule.
The clubsall creator already made a comment in the OP stating that the open sourcing and federation issues were being worked on. I know @vinay_clubsall@lemmy.world isn't the developer, but maybe he would have some sort of explanation for the additional subdomains that are being used for federation, which appear to be used to dodge defederation (I haven't personally experienced this though). I try not to assume the worse in a situation, so I'd like to give Clubsall the benefit of the doubt. However, if it is found that they have evil intentions (such as dodging defederation), then I will definitely reblock the domain.
Do programming languages count? :)
Here's Go:
package main import "fmt" func main() { fmt.Println("Please and Thank You") }