GNU GPLv3 At the Heart of the Black Hole Image (www.tfir.io)
arnieswap quotes TFIR's report on the black hole image:
Free and Open Source software was at the heart of this image. The team used three different imaging software libraries to achieve the feat. Out of the three, two were fully open source libraries. The source code of the software is publicly available on GitHub.
Richard M Stallman, the founder of the GNU Project will be glad to see that both libraries (Sparselab and ehtim) are released under GNU GPL v3. Yes, you read it right – GNU GPL v3.
Richard M Stallman, the founder of the GNU Project will be glad to see that both libraries (Sparselab and ehtim) are released under GNU GPL v3. Yes, you read it right – GNU GPL v3.
You got the wrong thread.
Maybe free software already won the "software wars", now I think there should be a fight against the "close source cloud".
I've worked at a national institute in Europe and worked on software for reading out infrared cameras for space-observing satellites. Everywhere around me, both scientists and engineers, were replacing (or trying to replace) Matlab and other commercial software with Python. There were some Fortran holdouts, but these were also migrating to Python. Software engineers used C++ for the core, but these were little nuggets that shoved data from custom electronics to ethernet, and then Python would pick up the packets.
For some specific stuff, especially electronics engineers were not replacing Matlab. For instance to model electromotors. Mechanical engineers likewise. I never knew what they were using, but open source was not used anywhere at our institute. But the rest: Python, NumPy and SciPy.
8 of 13 people found this answer helpful. Did you?
They did a lot of work to make sure they eliminated expectation bias from the image processing. And, I believe they had 4 teams working on different algorithms, not allowed to collaborate with one another, and all of whom came up with more or less the same result.
between engineers and scientists.
Engineers are paid to deliver commercial products as quickly and cheaply as possible with little regard to actual knowledge ... until the company gets sued. There will be exceptions.
Scientists are paid to solved questions with testable and repeatable solutions. There will be exceptions.
you read it right – GNU GPL v3
Why is it remarkable? Is it because it is weird since the G of GPL already means GNU?
While the initial "G" in GNU does mean GNU (GNU is a recursive acronym for "GNU's Not Unix"), the "G" of "GPL" stands for "General"—General Public License. The GNU GPLs are so widely used and discussed that one can get away with saying "GPL" to mean one or more versions of the GNU General Public License. 'General' here means not specifically written for a particular GNU program. When GNU started different GNU programs had their own license—GNU Emacs General Public License for GNU Emacs, for example. It's not hard to see how this approach doesn't scale up well. The GNU GPLs are the license for many GNU programs. Today GNU GPL v3 is the latest such license and the license itself and GNU's pages about that license make it clear that the proper full name of this license is "GNU General Public License".
Digital Citizen
Everywhere around me, both scientists and engineers, were replacing (or trying to replace) Matlab and other commercial software with Python.
How ironic! That's what I'm doing today. It would really be nice if scipy.io.loadmat would import nested MATLAB structures structures without a bunch of hacks.
One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".