To be fair, this should be the other way around. All these foss apps are the teletubbies because they’re clunky and have major bugs. Sync is the power ranger.
Yeah I’ve used all the apps in this post and Sync is just light years ahead of all of them right now. Well worth the 19$ to remove the ads
Kinda shitty to hate on Sync like this for not being foss when the dev never claimed it to be.
Well worth the 19$ to remove the ads
Sync has gone to subscription payments:
Profile -> Remove ads
removes ads permanently for 19$
The Ultra subscription is for if you want to support the dev further.
Might be a hot take but it’s also justified to try and make money from software development that is not prefatory
Sync isn’t some international conglomerate harvesting your data, it’s one dude’s passion project. Guy’s gotta eat and monetizing FOSS is real hard.
You’re still stuck in 2002 or something? Most of the web is literally FOSS. Gone are the myths of free software being worse when the whole world literally runs on it.
(not op)
Sure, but in this case, most of the lemmy-clients (FOSS or not) are bad.
I have problems logging into my accounts (seems like some instances want my email as a username and many clients cannot handle this after I switched accounts), some clients don’t feature editing or deleting your posts, some clients don’t show my saved content, some clients don’t allow to see what you posted
Sure, much of this is because they started from scratch and will maybe surpass sync some day; but right now I couldn’t find something that isn’t worth. (didn’t try infinity yet, tho)
it’s not necessarily “FOSS is bad”; it’s just that the current lemmy-ecosystem is in it’s child shoes (I have the feeling this proverb doesn’t work in english?)
That said: I use Sync4Lemmy since 5 minutes and this is my first comment; so let’s see if/what it will deliver
Never heard that idiom before, (is it German?) Sentiment is clear though, I would probably just say “in its infancy” or something.
Also completely agree with your points. I’m a major supporter of FOSS but at the end of the day, I’m gonna use what actually works - the same as everyone else.
it’s just that the current lemmy-ecosystem is in it’s child shoes (I have the feeling this proverb doesn’t work in english?)
The meaning is perfectly clear. I believe English speakers would say “…is in its infancy” but that’s just a common way of saying “early stages” not a proverb per se.
Most FOSS apps are equal to or better than proprietary software when it comes to functionality, but look like they were coded in the stone age.
Most casual users value GUI over everything. And while I personally can overlook shitty user interfaces on apps I use once in a blue moon, for a social media app I’m using daily, that’s a no go.
Yeah a lot of open source apps looks ugly but are just better. I have no idea why design is not a priority. Just look at the most popular products anywhere. They all look good.
Counterpoint: most Javascript on the web is obfuscated to all hell. While technically you can see the code that’s running, it being obfuscated is definitely not in the spirit of FOSS, and largely the open source components of servers are being used to prop up all the closed-source stuff reaching end users.
Counter counterpoint: Often frontend js code is minified so that it is smaller and more efficient to transfer to the browser. For FOSS projects you should still be able to get access to that code, unminified, from the project git repo. In the same way desktop apps often ship as binary executables but you can still see the code that was compiled to build them if you find the source repo.
It does make things harder to debug for an average user but it makes it faster/more efficient to run for most end users (in the case of the desktop or phone app it makes it possible to run without needing compiler toolchains that mom and pop likely wouldn’t be able to grasp).
The key thing isn’t that what the end user’s computer runs is readable and editable but whether the code used to build that artifact is available easily and what restrictions there are on editing and redistributing that code.
It’s not about Javascript. All of the frameworks and front end tools are open source. React, nextjs, tailwind etc. - all are foss projects and run the best UX and UI we know of.
Major bugs? That’s not true at all, unless you mean “no tracking” is a bug?