1704
submitted 1 year ago by Samsy@lemmy.ml to c/memes@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Reamen@lemmy.ml 99 points 1 year ago* (last edited 1 year ago)

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.

[-] OtakuAltair@lemm.ee 79 points 1 year ago* (last edited 1 year ago)

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.

[-] floofloof@lemmy.ca -1 points 1 year ago* (last edited 1 year ago)

Well worth the 19$ to remove the ads

Sync has gone to subscription payments:

[-] OtakuAltair@lemm.ee 5 points 1 year ago

Profile -> Remove ads removes ads permanently for 19$

The Ultra subscription is for if you want to support the dev further.

[-] floofloof@lemmy.ca 1 points 1 year ago

Thanks. I hadn't noticed that.

[-] drmoose@lemmy.world 19 points 1 year ago

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.

[-] Oszilloraptor@feddit.de 30 points 1 year ago* (last edited 1 year ago)

(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

[-] ADTJ@feddit.uk 12 points 1 year ago

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.

That idiom is intuitive as heck though, I like it

[-] MartinXYZ@lemmy.ml 6 points 1 year ago

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.

[-] godless@lemmy.world 12 points 1 year ago

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.

[-] 1984@lemmy.today 4 points 1 year ago

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.

[-] LeFantome@programming.dev 7 points 1 year ago

UX people cannot make their own apps without hiring devs ( requiring money ).

Devs can create Open Source apps but they cannot afford to hire UX guys so the UX sucks.

Larger projects can attract both devs and UX guys but getting to popularity is hard and, even then, coordinating these diverse teams ( eg. dev and UX ) take project management skill and effort. That is yet another skill set that has to volunteer to be paid.

For a proprietary app, you simply hire the people you need. When you start, you need UX either to attract uses or money. So, UX is one of you first roles you spring for if you are proprietary ( depending on the market ).

[-] chocobo13z@pawb.social 8 points 1 year ago

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.

[-] jamesravey@lemmy.nopro.be 8 points 1 year ago

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.

[-] drmoose@lemmy.world 5 points 1 year ago

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.

[-] pivot_root@lemmy.world 3 points 1 year ago

I don't really want to be that guy, but at least in the case of React and NextJS, the companies have a business reason for them being open source.

Meta uses React internally in a lot of projects. Every other company or developer making contributions in their spare time is free labor, and it directly improves Meta's own products.

Vercel has a vested interest in having developers adopt NextJS, as they sell web hosting. It's easier to build a community of developers around an open-source product, and they even help out with contributions, documentation writing, and QA.

[-] drmoose@lemmy.world 1 points 1 year ago

Tbh I'm not exactly sure how is that relevant? Be it Jesus guiding me to make TempleOS or incentive to sell some service the outcome is the same foss

[-] chocobo13z@pawb.social 1 points 1 year ago

My point is more that all these open source tools have been used by many, many, many sites to build a series of black boxes on top, for which there is no source available. I suppose one easy example is the existence of EME in open source browsers, the existence of which being the reason I actually don't run a pre-compiled binary of Firefox, instead building it myself, with EME not built in.

[-] Samsy@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

On security concerns FOSS should be the better solution. Its code is readable and auditable by everyone. Closed Source need trust/faith in a company or in just one single person.

[-] littlecolt@lemm.ee 6 points 1 year ago

Connect is not broken that I've noticed after the first week or so.

[-] Alfi@lemmy.alfi.casa 5 points 1 year ago

To be fair they probably had most of the code ready, and just had to port it to Lemmy.

[-] _comfortablyAverage_@lemmy.ml 4 points 1 year ago

infinity seems pretty awesome judging by the short time that I've spent with it

[-] 1984@lemmy.today 2 points 1 year ago

Major bugs? That's not true at all, unless you mean "no tracking" is a bug?

[-] tigerhawkvok@startrek.website 4 points 1 year ago

There's only crashalytics on sync. No tracking.

[-] 1984@lemmy.today 3 points 1 year ago
[-] Xandolas@beehaw.org 3 points 1 year ago

There are tracking for ads for AdMob and Amazon, it's the first part of the privacy policy

[-] Cube6392@beehaw.org 1 points 1 year ago

You can't hit backspace on jerboa without it mushing words together

[-] limerod@reddthat.com 1 points 1 year ago

I just tested it and could not reproduce the said issue.

this post was submitted on 02 Aug 2023
1704 points (76.6% liked)

Memes

44808 readers
3089 users here now

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.

founded 5 years ago
MODERATORS