this post was submitted on 09 Feb 2024
3 points (100.0% liked)

Privacy

31263 readers
560 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Hello, I started to experience a problem with Mull and Duolingo (and also bromite) that started about 1 month ago.

Basically Duolingo tells me that my browser is not supported but it worked perfectly fine before. Anyone experienced this issue? I can't find an issue on mull repo apparently about this specific issue. Dunno if it is something about resisting fingerprint but I wonder why that happens..

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 7 months ago

try enabling WASM (web assembly, hell!!). chromium in OpenBSD's port also get "Unsupported browser" when WASM is not enabled.

[–] [email protected] 0 points 7 months ago

Your browser isn’t supported because the developer or product manager who put the website together doesn’t know what the fuck they are doing. What could possibly require some cutting edge feature on a language learning website?

[–] [email protected] 0 points 7 months ago

I've also had issues with brave search on mull, whenever it decides It to check if I'm a robot it says that mull is missing a requirement

[–] [email protected] 0 points 7 months ago (2 children)

Quit duolingo, there are better alternatives 😇

[–] [email protected] 0 points 7 months ago (2 children)
[–] [email protected] 0 points 7 months ago

UneeBee, Busuu, LibreLingo, Memrise, etc.

[–] [email protected] 0 points 7 months ago

Language Transfer is hands down the best language learning system I've ever used. Completely free, although I have a monthly patreon donation set up.

It has 10 or 12 languages, although some of them only offer a beginner course. Still, not bad considering that it was all done by one guy!

Each course is done as MP3s with a conversation between the teacher and student. You can play them on YouTube, SoundCloud, download the mp3s, or use the extremely convenient app.

[–] [email protected] 0 points 7 months ago (1 children)

Can you name a few? I've been wanting to learn a new language but I've always heard Duolingo isn't the way to go

[–] [email protected] 0 points 7 months ago

UneeBee, Busuu, LibreLingo, Memrise, etc.

[–] [email protected] 0 points 7 months ago

I think you better vanish

[–] [email protected] 0 points 7 months ago (1 children)

And this is a privacy issue?

[–] [email protected] 0 points 7 months ago

It's an issue that affects those in the privacy community.

The privacy community is a place to find support with issues pertaining to the privacy journey, such as using special browsers.

[–] [email protected] 0 points 7 months ago (1 children)

Duolingo, where your progress can be wiped out without any notice anytime the company wants to change the structure of the language you're learning. Super helpful!

[–] [email protected] 0 points 7 months ago (1 children)

Install a user-agent switcher extension and pretent to be firefox or whatever. It should work.

[–] [email protected] 0 points 7 months ago (1 children)

I tried this a million different which ways a few months ago. Couldn't get Duolingo to accept it. Gave up and haven't been back since

[–] [email protected] 0 points 7 months ago

Maybe it wants some opengl or webrtc, which are disabled by default in mull and bromite?

[–] [email protected] 2 points 7 months ago (2 children)

I pretty much instantly lose respect for people who design sites to only support specific browsers. With the exception of Firefox, it's all Chromium anyway so they don't really need to worry about it. This isn't like when Internet Explorer was a thing and broke web pages.

[–] [email protected] 1 points 7 months ago (2 children)

I'm working on an application right now that requires the ability to load and save data to the local file system. Firefox does not allow this, whereas Chrome does. The whole application runs from the local file system, so I don't think there is much of a security issue.

But I actually do is test for the existence of the function to open the save or load dialog. That way, if Firefox does implement it, Firefox will work as well.

[–] [email protected] 0 points 7 months ago (1 children)

the ability to load and save data to the local file system

That sounds like a huge security risk. I'm surprised any browser allows it.

[–] [email protected] 1 points 7 months ago (1 children)

All it can do is open a dialogue to load or save a file. The action must also be initiated by the user (e.g. clicking a button). It's not randomly allowing a page to load and save on its own.

[–] [email protected] 0 points 7 months ago (1 children)

But both of those are possible on Firefox?

[–] [email protected] 1 points 7 months ago

Using JavaScript to open a save or load dialog is not possible on Firefox. It lacks the methods showOpenFilePicker() and showSaveFilePicker().

[–] [email protected] 0 points 7 months ago (1 children)

Is that a PWA? Firefox used to support it.

[–] [email protected] 0 points 7 months ago

It is simply an HTML page with local JavaScript files. Nothing else. It has to run on as many platforms as possible, and be totally isolated from the outside world.

[–] [email protected] 1 points 7 months ago (2 children)

i guess it's not about the actual site not supporting some browser. it's usually about not wanting to deal with users that have problems with the page in some obscure browser caused by some random plugin or something but the user blaming it on the service. or because of tracking.

[–] [email protected] 0 points 7 months ago (2 children)

So do feature testing, not user-agent sniffing! For Pete's sake, it's 2024! That's been the best practice for decades!

[–] [email protected] 1 points 7 months ago (3 children)

that's not the point. the user is going to open a ticket because something does not work because their browser does not support it. and it's way easier to tell them to install 'this browser' than to install 'a browser that supports a specific feature'. most of the users don't even know what a browser is...

[–] [email protected] 0 points 7 months ago

I guess you're completely right if you just assume your own conclusion.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

Updating to the browsers listed isn’t going to solve a problem like the one you describe. Extensions and plug ins are still a thing in modern browsers.

[–] [email protected] 0 points 7 months ago (1 children)

Ok, but why not do both? If the browser supports all needed features, then let the user continue. If not, recommend list of supported browsers with small text at the bottom describing what feature is needed for technical users.

[–] [email protected] 0 points 7 months ago

Read the previous comment

[–] [email protected] 0 points 7 months ago

I like that Google is always the one recommending this while also being the one that does some of the most obvious user agent sniffing

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

I used to work for a web hosting company and have seen so many horror cases that I agree with you that this is what is happening. I also think it's kinda lazy to just say that they won't support what people are using because it's hard. Even 5 - 7 years ago, this was much harder than it is now.

[–] [email protected] 1 points 7 months ago (5 children)

Hey, I don't want to discourage your language learning, but duolingo really sucks as a language learning platform. It honestly doesn't teach you anything about actually using a language.

You might be much better served by using something like babbel, memrise or even better, Rosetta Stone. They are paid options, but well worth the price I think.

[–] [email protected] 0 points 7 months ago

The best one is Language Transfer. Completely free (I'm a patron, though) and speaking as someone who has learned five languages aside from English, this is the best system outside of full immersion.

[–] [email protected] 1 points 7 months ago
[–] [email protected] 1 points 7 months ago

We got it for funsies and went through the final Spanish test. We're both fluent speakers, he's native. We were unable to pass the final tests--not because we didn't speak Spanish, but because it was actually a subjective interpretation of what was being said rather than an objective one, btu they treated it like it were objective. Basically you have to learn it THEIR way. As a linguist, this is a big no-no and I walked away.

[–] [email protected] 0 points 7 months ago

I would love to switch to something else but I have not found anything that peopme say is good that offers Norwegian. Do you have any suggestions?

[–] [email protected] 0 points 7 months ago

Rosetta Stone is there under the black flags too.

[–] [email protected] 0 points 7 months ago

Duolingo is not useful anymore anyway due to enshittification. You'd be better off using programs like babbel or pimsleur >!pirate it!<

load more comments
view more: next ›