Hacker News new | ask | show | jobs
by bonoboTP 2661 days ago
Ah, the rare case of nagware in GNU.

From the man page:

"--citation Print the BibTeX entry for GNU parallel and silence citation notice. If it is impossible for you to run --bibtex you can use --will-cite. If you use --will-cite in scripts to be run by others you are making it harder for others to see the citation notice. The development of GNU parallel is indirectly financed through citations, so if your users do not know they should cite then you are making it harder to finance development. However, if you pay 10000 EUR, you should feel free to use --will-cite in scripts."

Asking for donations/citations is one thing, but putting this junk in the man page about 10000 EUR and nagging users is quite an annoyance. How GNU allows such junk in their man pages puzzles me. Obviously the GPL allows one to remove the nagware and redistribute, but I don't know if anyone has forked it.

7 comments

Yes. Another issue: The author has been promoting GNU Parallel pretty heavily on many StackOverflow questions dealing with xargs or parallel execution, even when an additional tool is neither needed nor wanted (because it's a) not already installed, unlike xargs, and b) because of the aforementioned citation issue which I disagree with).

It's a great tool I'm sure, but I've been able to get by using just xargs, flock, etc., for most usecases.

Your criticism would be fair if FOSS authors were rightly conpensated for their work.

This isn't nearly the case, so until then blaming FOSS authors for some experimentations is just unwarranted.

They can do experimentations and distribute their work through their channels then. But GNU tools (and FOSS by extension) are so popular because of their no-nonsense philosophy of here it is do with it whatever you want. Run it anywhere and any way you please.

Citing it or not is an issue of academic practice/considerations (whether its use was a significant part of the research etc.). Mandating it through nag messages is too much.

What's next? make will print ads while the compilation runs? GIMP will watermark my images if I don't pay 10K or promise to cite it if I make figures with for my paper?

So again, my main confusion is about how this can be an official GNU tool.

The FAQ includes a lot of support for what seems like the wrong hill to die on.

Here’s my thought process:

- the GNU Parallel author(s) want/wants people to use and contribute to it.

- they think that most users are academics who write papers and that potential users will find the project after reading the citation, which may or may not be true

- they include a nagware message that “reminds” users to cite the software

- despite the message being controversial and being the subject of the #1 comment in an otherwise unrelated HN thread about the software in general, an FAQ is written to back up the existence of this message

This brings me to the question of whether the inclusion of this message acts more as a deterrent to potential contributors and users. I agree with the motivation, but the means feels petty and undercuts the original goal.

I enjoy following your thought process. I cannot make that fit with the content of the FAQ:

"In other words: It is preferable having fewer users, who all know they should cite, over having many users, who do not know they should cite.

If the goal had been to get more users, then the license would have been public domain.

...

The citation notice is about (indirect) funding - nothing else."

Does that fit with your assumption that "the GNU Parallel author(s) want/wants people to use and contribute to it"?

What kind of “funding” is referenced in the FAQ? Is there some kind of organization that I am not aware of that pays the author(s) for citations in papers? How is the “long term survival” impacted by whether the author receives citations?

I’m confused as to how “[not including citations] would not have been sustainable in the long term” unless either citations become money at some point or the author is motivated sufficiently by citations to the extent that they would otherwise not work on the project.

If you are an author or are involved in the project, please know that this isn’t intended to be an attack, I’m just interested as to why a project would do something that seems counterintuitive (at least from my point of view).

Make will build executables with time limits. A bit hyperbole don’t you think, it’s just some text
Gooood who caaaaares.

They spent a lot of time and effort, and made a cool thing and gave it away for free. If it bothers you so much, just add the flag. Or patch it out.

parent comment was deleted. the tldr was "how rude of them to do the licensing flag" thing
Don't use it if you don't like it. It's that simple.
The FAQ makes it worse:

"GNU Parallel is indirectly funded through citations. It is therefore important for the long term survival of GNU Parallel that it is cited. The citation notice makes users aware of this."

It's a bit like saying:

"Webkit is indirectly funded by iPhones. It is therefore important for the long term survival of Webkit that people purchase iPhones. The iPhone notice make users aware of this."

We probably have to agree to disagree on that one:

I see loads of commercials for buying iPhones. I do not see a lot of commercials for citing GNU Parallel.

If I have to make a citation, it will cost me no money, but one line of text if I write an article. If I have to buy an iPhone, it will cost me many hours of work.

To me the two things are not even close to be similar.

But I can find one similar aspect: No one forces you to use an iPhone.

Beyond being supremely irritating, nagware is simply not scalable.

Imagine if every utility, library, or driver in a typical Linux distribution took this approach. :(

I encourage Debian et al. to adopt a "no nagware" policy.

There's something similar in Debian Policy §2.3 (https://www.debian.org/doc/debian-policy/ch-archive.html#cop...):

> Programs whose authors encourage the user to make donations are fine for the main distribution, provided that the authors do not claim that not donating is immoral, unethical, illegal or something similar; in such a case they must go in non-free.

BTW, the nagware code has been removed in Debian unstable:

https://bugs.debian.org/905674

It's about time! In addition to my "it's annoying and simply not scalable" comment, the bug discussion brings up some additional compelling points:

1. It included a click-wrap agreement in violation of the Debian Free Software Guidelines.

2. Fishing for inappropriate citations should not be encouraged, as it compromises the integrity of scholarship.

I am trying to understand your take. Do you also call Firefox nagware, when it pops up with a dialog box where you can click "Don't show this again"?

To me the dialog box is actually worse, because the program often blocks until you close the dialog box (not 100% sure if that is the case with Firefox).

With GNU Parallel you run 'parallel --citation' once, and you are done. We are talking an effort of 15 seconds or less.

When I install a library I often have to run the install command and it often takes longer than 15 seconds.

Finally, I would like to understand why you do not just use another utility? Would that not solve your issue?

Nagware is irritating and simply not scalable.

At least with web browsers they are user-facing and you only have a few of them to deal with.

I never choose parallel intentionally, but I still encounter the nagware messages in the output of scripts that other people wrote. And disabling the nagware message on my laptop doesn't disable it in a container, in the cloud, etc.. It's very annoying.

Wasting 15 seconds of human time certainly isn't scalable over dozens or hundreds of utilities. And applying the Steve Jobs computation[1], 15 seconds * 1 million users = nearly six months of wasted human lifetime.

Fortunately Debian-unstable seems to have fixed the issue by removing the nag message (which violates the DFSG). With luck this will propagate into mainline and into all of the downstream distributions like Ubuntu.

[1] https://www.folklore.org/StoryView.py?story=Saving_Lives.txt

It would be trivial to fork parallel. If people cared enough, a fork would appear and be adopted. That's the beauty of free software. If you don't like it you can change it.
It was already forked in its early perl days, and thus it's very hard to use it properly as build tool, as the non-GNU version has an entirely different argument syntax. eg on macOS or BSD. You really have to probe for the GNU version (the more popular and newer one, with this awkward citation and begging), but for longer tasks it speeds up processing immensely. There's no need for Hadoop when you can use parallel. I'm processing hundreds of log files in one of my build-steps (similar to pgo, profile guided optimization), and with parallel it needs 30s, without 3min. This makes a difference.
Where can I read about this fork?

Googling for "bsd parallel command" doesn't seem to show anything relevant.

Mixed it up. It was from moreutils, not bsd.

My configure.ac recipe for the proper parallel is this, setting logs_all to the GNU parallel version.

    dnl GNU parallel, skip the old non-perl version from moreutils so far
    AC_CHECK_PROGS([PARALLEL], [parallel])
    logs_all=logs-all-serial.sh.in
    if test -n "$PARALLEL"; then
      AC_MSG_CHECKING([PARALLEL version])
      parallel_version=`$PARALLEL --version 2>&1 | head -n1 | cut -c14-`
      case "$parallel_version" in
        [0-9]*) AC_MSG_RESULT([$parallel_version])
                logs_all=logs-all-parallel.sh.in
                ;;
        *invalid*)
                PARALLEL=
                parallel_version="skip old moreutils version, need GNU parallel"
      esac
      AC_MSG_RESULT([$parallel_version])
    fi
    AM_CONDITIONAL([HAVE_PARALLEL], [test -n "$PARALLEL"])
For the avoidance of doubt, moreutils' parallel is not a fork of GNU parallel. They are independent implementations.
Not really independent. Ole Tange tried to get his 2nd parallel into findutils (to replace xargs and allow parallel processing) in 2005. Because it was written in Perl, findutils refused to add it. So Ole Tange contacted moreutils in 2009, but they never answered, but later one guy of them, Tollef Fog Heen, rewrote parallel in C, with just minor API discrepancies. They say it predates GNU parallel, because the 2005-2007 package was not a GNU project then. It was added to savannah as individual GNU project in 2010, Ole gave up inclusion into findutils then.

moreutils parallel was written 2008, and added to moreutils 2009, just when Ole asked them. https://git.joeyh.name/index.cgi/moreutils.git/commit/?id=0f...

https://www.gnu.org/software/parallel/history.html

Hence I called it a "fork". Independent, yes, but when you know about the project, steal its name and put it into wide distribution under that same name, because you think your name has a better chance of being adopted, this is called a fork. Like a pitchfork. Poking into the original authors eyes with a sharp instrument.

If you are just looking for an alternative, GNU Parallel publishes a list of alternatives: https://www.gnu.org/software/parallel/parallel_alternatives....