The website doesn't work in Firefox. "FAQ: The download buttons do not work". "The website is fully supported by Chrome now" The current state of the internet, has reached a very low point. One would expect more from berkley. edu . EDIT: I find the downvotes preposterous. Are we somehow supposed to expect requiring a proprietary browser to simply download a file from an educational institution now?
Berkeley Deep Drive Dataset
21–30 of 54 posts
Re: Berkeley Deep Drive Dataset
#22Earlier quoted context omitted.
"Open" is not just whether you get to see it. Among other things, it's whether the software is open for all users to modify . The Open Source Definition is curated by the Open Source Initiative and has been stable for many years. A huge industry rests on top of it. https://opensource.org/osd
So you're saying neither (say) VirtualBox nor other GNU software qualify as open-source? They seem to fail the very first sentence of criterion #1, since they place restrictions on when/how you can redistribute the source/software in aggregation with other sources/software.
Copyleft imposes some requirements on redistribution. It does not impose restrictions on usage at all.
Re: Berkeley Deep Drive Dataset
#23Earlier quoted context omitted.
If I'm reading that right, it's not an open source license. It has a field-of-use restriction because only Berkeley Deep Dive members can use it for commercial purposes. EDIT: The title of this HN topic is wrong. It's not what's in the source and it to be changed. (I'm relieved that it's just a submitter summarizing incorrectly and that Berkeley Deep Dive was not responsible for this mistake.)
> If I'm reading that right, it's not an open source license. It has a field-of-use restriction How do usage terms dictate whether the source is open?
> When we call software “free,” we mean that it respects the users' essential freedoms: the freedom to run it, to study and change it, and to redistribute copies with or without changes. This is a matter of freedom, not price, so think of “free speech,” not “free beer.”
https://www.gnu.org/philosophy/open-source-misses-the-point....
Re: Berkeley Deep Drive Dataset
#24Earlier quoted context omitted.
It’s in DOWNLOAD button. How does it not work in EVERY browser? A link would. A form submission would. Ultra simple JavaScript would. It’s not a question of “why doesn’t chrome work“ but more a question of “how is this even an issue“.
In this case I agree with you. I was just pointing out that we should be careful with Chrome being used as a "reference".
Re: Berkeley Deep Drive Dataset
#25Earlier quoted context omitted.
So you're saying neither (say) VirtualBox nor other GNU software qualify as open-source? They seem to fail the very first sentence of criterion #1, since they place restrictions on when/how you can redistribute the source/software in aggregation with other sources/software.
The GPL absolutely falls under the open source definition. You can ship GPL programs and code alongside programs that may have different licenses. What you can't do is combine GPL code with code that has incompatible licenses. Copyleft imposes some requirements on redistribution. It does not impose restrictions on usage at all.
I wasn't saying copyleft imposes restrictions on usage.
The first "open-source" criterion says the following (and note that, like you said, this is a restriction on redistribution and not usage):
> The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources.
We both agree GPL places a restriction on redistribution (namely: that it must be with source code). However, criterion #1 says very clearly that the license can't place restrictions on software redistribution when it's aggregated with software from different sources.
This is a pretty clear contradiction to me. The fact that you cannot redistribute GPL software without source (whether bundled with other software or otherwise) is a restriction on whether/how you can redistribute GPL software, hence it goes against the "shall not restrict" requirement. And there's no exception carved out for "restrictions that require source code to be included". So I don't see how we get to ignore this and cherry-pick what restrictions actually fall under "restrictions"...
Re: Berkeley Deep Drive Dataset
#26Earlier quoted context omitted.
> If I'm reading that right, it's not an open source license. It has a field-of-use restriction How do usage terms dictate whether the source is open?
"Why Open Source misses the point of Free Software" by Richard Stallman > When we call software “free,” we mean that it respects the users' essential freedoms: the freedom to run it, to study and change it, and to redistribute copies with or without changes. This is a matter of freedom, not price, so think of “free speech,” not “free beer.” https://www.gnu.org/philosophy/open-source-misses-the-point....
However, we're going off topic here. The self-driving download is neither Open Source nor Free Software.
Re: Berkeley Deep Drive Dataset
#27Interesting to see China winning the competition
Re: Berkeley Deep Drive Dataset
#28Earlier quoted context omitted.
It’s in DOWNLOAD button. How does it not work in EVERY browser? A link would. A form submission would. Ultra simple JavaScript would. It’s not a question of “why doesn’t chrome work“ but more a question of “how is this even an issue“.
It's a really big download (1.8TB). One where both you and they would be really rather perturbed if the download failed at 90%. In fact, they'd probably be perturbed by the bandwidth costs even if everyone who wanted the dataset was only downloading it once. Maybe it uses WebTorrent? (Not sure why it couldn't just fall back to giving you a .torrent file in that case, though.)