Earlier quoted context omitted.
Nearly all their "side projects" look like greenfields used by the project teams to boost their CVs so they can land better jobs. Those teams know very well that those projects have no use case, but they dont care. Foundation does not care either, since it is busy with increasing own remuneration and politics. Meanwhile their core product lost around 10 percentage points of market share (from 15% marketshare to 5%):…
> Recently they shipped Firefox for android that feels like alpha version. It is even unclear why did they ship it, they could have waited. Apart from extensions requiring whitelisting, how is it worse than the old mobile FF? I didn't notice any new bugs and it fixed the issues I had with the address bar hiding being fickle.
What happened to Firefox Send?
241–250 of 267 posts
Re: What happened to Firefox Send?
#242Earlier quoted context omitted.
I think performance matters to more people than full range video.
Performance isn't the only thing people care when choosing a browser. If it is, they probably abandoned Fx for a Blink based browser long time ago. Also does Firefox really have significant performance issue after 57?
Blink based browsers aren't faster across the board. They would be without Firefox developers working on performance.
Re: What happened to Firefox Send?
#243Earlier quoted context omitted.
Pretty much. They suddenly took it down for 'maintenance'. The relaunch was delayed. Mozilla released a statement on laying off 250 employees. That's when I figured it wouldn't come back online again.
I don't have any specific knowledge, but my general impression was that malware was a very real issue that nobody could come up with a realistic response to. Other than that, it seems like Send was a breakout success. (I work for Mozilla, but mostly on the JS engine.)
Re: What happened to Firefox Send?
#244Earlier quoted context omitted.
2 questions: 1) how? 2) how did you know? I can't quite see how malware would be sent with this? An exploiter uploads a file, then gets someone to download it - where's the secret sauce, why does this work better than hosting the file; each file is only downloadable once IIRC? Next, how were Mozilla able to determine the contents of files shared (but not able to just drop by hash known malware, or run antivirus heuri…
It's very common for malware to use services like this: 1) To host secondary payloads 2) To exfiltrate user data 3) In some cases even to coordinate commands to payloads
Re: What happened to Firefox Send?
#245This is due to people sharing malware: https://www.techradar.com/news/mozilla-suspends-firefox-send... The content can't be scanned server-side because uploaded files are encrypted
I mean... Were they really suprised by this? An encrypted file sharing service, of course it's going to be used for sharing malware and illegal content.. I'm not sure what would've been the solution for this issue, but it was pretty clear that that was gonna happen...
Re: What happened to Firefox Send?
#246Earlier quoted context omitted.
It's very common for malware to use services like this: 1) To host secondary payloads 2) To exfiltrate user data 3) In some cases even to coordinate commands to payloads
I didn't think about exfiltration - good point. I guess they could just host their own instance on like the good old days.
Re: What happened to Firefox Send?
#247The fact that you need a 3rd party service to send a file between two computers is a failure of the Internet as a whole. Instead of addressing it, the technical community as a whole just keeps putting bandaids on it.
- Dealing with NAT
- Security
Making a protocol for connecting to another machine and sending (or requesting) a file is easy. We solved that a couple decades ago.
But how do you do it when both ends are behind NAT? UPNP was supposed to solve this problem, but not everyone uses UPNP, and it's pain in the ass to deal with port forwarding, also, good luck trying to walk grandma through setting up a port forward on her router.
Re: What happened to Firefox Send?
#248Earlier quoted context omitted.
I don't have any specific knowledge, but my general impression was that malware was a very real issue that nobody could come up with a realistic response to. Other than that, it seems like Send was a breakout success. (I work for Mozilla, but mostly on the JS engine.)
With the utmost respect, can somebody please tell if anyone thought of requiring a Firefox account? Or charge $2/mo and go from there? Products usually iterate on design and security, no? Not just give up right away? Some of us recommended a Firefox+ service that bundles Firefox Send, the VPN, etc. and charge a monthly premium. I would've paid a lot of money. Nothing makes any sense looking from outside!
I think you’re right, seems ashamed to give up so soon. I just have to imagine it’s a result of their current circumstances as a company.
In times of layoffs, I imagine there simply aren’t the resources to keep this thing going. I do like the idea of a ‘Firefox +’ type of service though.
Re: What happened to Firefox Send?
#249The fact that you need a 3rd party service to send a file between two computers is a failure of the Internet as a whole. Instead of addressing it, the technical community as a whole just keeps putting bandaids on it.
What makes it difficult are two problems: - Dealing with NAT - Security Making a protocol for connecting to another machine and sending (or requesting) a file is easy. We solved that a couple decades ago. But how do you do it when both ends are behind NAT? UPNP was supposed to solve this problem, but not everyone uses UPNP, and it's pain in the ass to deal with port forwarding, also, good luck trying to walk grandma…
Somewhere between 2000 and 2010 we just accepted how much of fiasco and garbage everything have became.
Re: What happened to Firefox Send?
#250See recent discussion: https://news.ycombinator.com/item?id=24508880