4 points

such a discord

permalink
report
reply
110 points

And their desktop client technically is a browser without omnibar.

permalink
report
reply
26 points
*

But probably Chromium right? They probably didn’t make all Discord functions work for Firefox as that would require some extra work probably.

permalink
report
parent
reply
43 points

Yes, electron.

permalink
report
parent
reply
31 points

Electron is not just a browser. It’s more like a native app framework that just happens to use HTML and CSS to render UIs. You can do anything the OS lets you do, not just what a browser environment would let you do.

permalink
report
parent
reply
32 points

Electron is an unholy fusion of Chromium and Node.JS. Nothing more, nothing less. It doesn’t ‘just happen’ to use HTML and CSS. It’s literally just a browser with most of the default browser UI being hidden. Something like React Native would better fit your definition.

permalink
report
parent
reply
13 points

It’s not literally just a browser. It’s literally just a web engine with a full set of OS calls hooked in. It is not a browser in the same way GNOME is not an OS. A browser comes with a whole lot more than a web engine, so calling it “a browser” is wrong both technically and colloquially.

permalink
report
parent
reply
14 points

I’m on my lunch break from working on a React Native codebase, and I wouldn’t say RN fits that definition at all… but I think we’re just getting lost in semantics.

My point was just that a web app running inside a browser has to abide by the rules and limitations set by the browser, whereas Electron flips that relationship – your app sets the rules and limitations of what can be done, and the web rendering process abides by whatever environment you create. You can do anything the OS permits. Even from inside a web context, if you want. You don’t need a browser-managed sandbox to mediate your interactions with the OS.

permalink
report
parent
reply
1 point

It’s either Electron or Chromium Embeded Framework.

permalink
report
parent
reply
-22 points

People use discord in the browser? Damn boi

permalink
report
reply
26 points

At least you can block some of the telemetry with uBlock or similar

permalink
report
parent
reply
-19 points

Why would you want to block their telemetry?
It is not like they’re using it to serve ads to you, and it should be better for everyone for developers to make decisions based on how users are actually using their app, no?

permalink
report
parent
reply
4 points

The problem is one of trust; there is none.

permalink
report
parent
reply
20 points

It’s simple. Nothing that happens on my device is their data.

Any telemetry that isn’t explicitly opt in with zero consequence for not doing so should be the kind of illegal that gets every asset your company owns seized immediately for non-compliance. All user data collection is spyware.

permalink
report
parent
reply
6 points

The desktop client logs and sends lists of currently running processes by default, and they also collect usage data (which channels you open, how long for, who you’re interacting with). In the settings, there’s literally an option for “Use data to customize my Discord experience”. And sure, they don’t show ads, but their third-party integrations do. Article with sources

In the end, processing and storing millions of texts, images, videos and files permanently, and hosting all those live voice and video calls, and making updates to the clients, will always cost more than what they get from Nitro and server boosting. Discord isn’t profitable; they have to make the deficit up to shareholders somehow.

permalink
report
parent
reply
21 points
*

Invasions of privacy are bad per se, even if they don’t use them to serve ads

permalink
report
parent
reply
8 points

You kidding? That’s literally a troijan horse.

Imagine you buy a new showerhead and it came with a hidden camera sending data to the seller. The camera is enabled by default, with toggle hidden and difficult to find.

This is what it is when you enable telemetry by default.

permalink
report
parent
reply
1 point

Fair, but from a UX and technical perspective it’s a pain in the ass to use it like that

permalink
report
parent
reply
1 point

At my old workplace I used it in the browser daily. Wasn’t really an issue at all.

permalink
report
parent
reply
7 points

Yes as I manly use it on phone

So for the once on a blue moon when I’ll open discord on my PC, the browser is enough

permalink
report
parent
reply
2 points

Makes sense

permalink
report
parent
reply
4 points

It actually always worked better for me in my browser

permalink
report
parent
reply
0 points
*

Dafuck haha. What computer do you have?

permalink
report
parent
reply
6 points

It’s not a laptop. Not sure why that would matter though. The browser version works fine. If it didn’t, that wouldn’t be my pc’s fault, it would be discord’s.

permalink
report
parent
reply
2 points

That’s my experience on my machine running Ubuntu. The reason was that Discord ran in their snap sandbox, while my browser is not sandboxed. This leads to the sandboxes app not working together with xdg-desktop-portal, which means that screen sharing doesn’t work.

permalink
report
parent
reply
33 points

Never use an app for what should be a web site.

permalink
report
parent
reply
8 points
*

It works better for me as an app. I don’t like my browsers to be cluttered like that. But if it fits your usecase

permalink
report
parent
reply
1 point
*
Deleted by creator
permalink
report
parent
reply
5 points

That’s why I like Chrome’s (and various Chromium browsers’) ability to app-ify sites. Will create a .app in MacOS, .desktop in Linux, etc. Launches as what looks like an independent app with its own dock/launcher icon. Utilizes most of their PWA stuff.

Sadly, it looks like Chrome has hidden the option completely in the latest version unless you set a flag that will probably go away in a few releases. Edge makes it pretty clear.

I wish Firefox would bring the feature back. They deprecated it years ago and I use it heavily (only reason/time I use Chromium stuff on most of my machines)

permalink
report
parent
reply
-1 points

It works better only because they intentionally hamstring the browser so you’ll do exactly that.

permalink
report
parent
reply
1 point

I fail to understand how opening a web site, which is all a browser does, can be defined as ‘cluttered’, but my use case is security while appears yours is to let corpos rummage through your files.

permalink
report
parent
reply
3 points

Discord is a web app, there’s no other way. You either use your main browser or the one they’re bundling it with.

permalink
report
parent
reply
3 points
*

If it’s just a WebApp, then why does one of the commenters have issues to run it without the browser?

See: https://feddit.de/comment/2192027

Edit: And I know that you’re right technically, still there is a difference in how you run it when using a browser vs Webapp.

permalink
report
parent
reply
4 points

Theoretically, it may have additional features when it’s bundled with Electron, but ultimately there’s nothing wrong with running it in the browser.

permalink
report
parent
reply
29 points

There’s really no reason to be mad at them in this particular instance. Their client is Chromium-based (Electron) so they will optimize their new features for that engine first. There’s probably less than 5% users who Discord from browser, let alone Firefox, and I think I’m being generous with that number. Additionally, some things are harder to implement (or even impossible) in native web rather than Electron, that has all the NodeJS integrations.

permalink
report
reply
-3 points

File upload is not a chromium feature, it’s a super old basic feature. It’s just their pittiness and upcoming drm implications. I bet if you set your user-agent to chrome it woould work just fine.

permalink
report
parent
reply
13 points

This dialog doesn’t do just file upload, after you upload you can cut the sound file into a 4-second clip, inside the client. My bet is that it might technically be possible to do it in Firefox, but not with the same exact code as with chromium, and thus they decided they don’t care.

permalink
report
parent
reply
3 points

You’re probably right. A modern browser that supports webassembly can do literally anything, implementing the missing AudioData functionality should be possible with enough development effort, but it’s not important enough for them to make this particular feature works on Firefox.

permalink
report
parent
reply
5 points

I haven’t used soundboard yet, but I’m pretty sure it isn’t “just” an HTML5 file upload. Perhaps it’s as you said, they run checks on the file being uploaded. Maybe it will work, maybe it will crash in some use cases because they don’t have a polyfill for some specific API they use. So instead of dealing with user complaints about crashes they just disabled the feature.
I’m also not sure why you’re upset with Discord for implementing DRM for uploaded files. If they don’t, they will get sued by the companies enforcing that DRM, so hate on those companies instead.

permalink
report
parent
reply
26 points

Firefox doesn’t implement the AudioData API, which is probably necessary for the waveform viewer and cropping tool Discord presents in the soundboard management UI.

Not everything is about Chrome DRM yall.

Edited to add screenshot of spoofing user-agent on Firefox and getting an error:

https://midwest.social/pictrs/image/4edb0d24-0c2a-4610-b7b2-eed07a3c7d24.png

Here’s what happens when you spoof a Chrome user-agent.

https://midwest.social/pictrs/image/d3b96401-956b-4eab-bc5c-64b0743feae4.png

-kibiz0r@midwest.social

permalink
report
parent
reply
4 points

There’s probably less than 5% users who Discord from browser, let alone Firefox

There are dozens of us! Dozens!

permalink
report
parent
reply
13 points

I said 'fuck you" to Slack for similar reasons. Going to same the same to Discord now.

permalink
report
reply
2 points

I wish I could say fuck you to slack. Unfortunately, my office relies on it.

permalink
report
parent
reply
6 points

Because firefox doesn’t support it? Don’t see why it’s their fault

permalink
report
parent
reply
13 points

They implemented a feature that is only available in Chromium and not part of the web standards yet. It’s no different than websites that would only work on IE 20 years ago because of some proprietary Microsoft thing.

permalink
report
parent
reply
6 points
*

Except it’s not proprietary, and presumably there’s no other way to do it in the browser, so did discord really have a choice other than not implementing said feature?

On top of that, their desktop app uses essentially the same website in an internal browser, so unless they handicap themselves by not implementing anything firefox can’t support, I still don’t see how it’s their fault

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 12K

    Posts

  • 538K

    Comments