Perhaps some of the disagreements in working style are due to shifts in the R community? Ripley has been an active member of the Bell Labs S, and later GNU R, communities for about 20-25 years, over which period the user/contributor composition has shifted considerably, which might produce different shared norms/expectations and different friction points. 20 years ago the community was much more exclusively comprised…
Don't use the mailing lists
21–30 of 34 posts
Re: Don't use the mailing lists
#22In the time it took him to write that post, he could have found his unterminated string and resubmitted. I originally asked if the author is an adult, but then I decided to revisit the article and saw the link to his CV ( http://ironholds.org/cv.html ). I'll note that the picture he chose is himself as a small child and that he proudly notes, 'while at university I (amongst other things) occupied my time with acting…
Based on the other available evidence (the linked article, his acting as an Equality & Diversity Officer and as a political campaigner for a party which - at that time - was pretty keen on people's rights) one could more easily conclude that he cares deeply about how people treat other people, and how people can work together to get better outcomes for everyone.
Re: Don't use the mailing lists
#23"Syntax error at line 57" sounds very harsh. Why can't the compiler say "dear developer, it shames me to point it out but you might have slipped in a typo on line 57. Your continued effort in straightening it out would be much appreciated" I would be much more motivated to continue debugging.
What I am getting at, maybe the maintainer sees his role more technical than social. He considers his job to maintain the code base, not the user base. I actually think that's OK, and submitters shouldn't take a brief response personal.
Re: Don't use the mailing lists
#24This attitude is gross: open source contributors are not your bitches. And in open source, if you spot a problem: fix it by contributing. Shaming someone publicly (isn't it bullying?) that contributes a lot for «being unnice» on his spare time helping people is like shaming a construction worker for being sweaty. Instead of whining he should take part of the load. Especially if he ares about the community.
Regarding the remaining line, you appear to be suggesting that anyone who spends their spare time helping people, or volunteers in some way, is entitled to be rude and unhelpful. Is that really your position?
Re: Don't use the mailing lists
#25This just made me think, if the maintainer is just part of a process - maybe compilers should be more polite, too. "Syntax error at line 57" sounds very harsh. Why can't the compiler say "dear developer, it shames me to point it out but you might have slipped in a typo on line 57. Your continued effort in straightening it out would be much appreciated" I would be much more motivated to continue debugging. What I am g…
Re: Don't use the mailing lists
#26This just made me think, if the maintainer is just part of a process - maybe compilers should be more polite, too. "Syntax error at line 57" sounds very harsh. Why can't the compiler say "dear developer, it shames me to point it out but you might have slipped in a typo on line 57. Your continued effort in straightening it out would be much appreciated" I would be much more motivated to continue debugging. What I am g…
There are certainly vital roles for Developers who want to remain technically focused at the complete expense of human interaction, but (like it or not) it will limit the opportunities open to them.
I would suggest that acting as the public face of a gatekeeping process is the wrong role for anyone who doesn't like dealing with people and/or has trouble interacting with them politely or helpfully within the time available.
Perhaps the role would be better split between two people: a public-facing person and a purely technical gatekeeper. The gatekeeper then only has to deal with the public-facing person, who can provide potential contributors with help, assistance, and common human decency, as well as acting as a first level filter. That seems like a win-win for everyone.
Edit: Just spotted that avivo already suggested this. https://news.ycombinator.com/item?id=8922331
Re: Don't use the mailing lists
#27Would one potential solution be to create a secondary optional gatekeeper? The basic idea would be - don't submit directly. First submit to the community gatekeepers, they will look over your work, and if they think it will meet approval, they'll pass it on. Otherwise they can give helpful feedback. They can have strong standards about how contributors are treated. This extra step can be optional - if you don't mind…
However, these "gatekeepers" can be just as unhelpful.
I have been studying this behavior for some time - and it's very interesting. I have found that C++ communities to contain members that talk down to new members, yet in Assembly language communities (which is arguably a harder more advanced language than C++) I have seen members offer extremely helpful advice and even sample code.
Sometimes though people can be too friendly - in some communities people post something they are working on (which is basically a copy/paste from the sample code provided by the language/library) and the other members are like "THAT IS AWESOME".
I'm not saying library/language/framework developers have to remote into people's computers and hold their hands - but at least try to show some professionalism and respect. Instead of replying with "this has been asked a 1000 times - please use the search" and close/lock the thread, reply with "Have you seen these other threads? They may contain what you are looking for - otherwise let me know". The later will go a lot further in encouraging new members to join and current members to stay. To me, in my opinion, the first indicates a lack of knowledge and/or maturity on your part.
From what I hear, the subversion guys are always polite and have used this to battle off trolls. Be immature as the trolls and you are just feeding the trolls...and the sign is clearly posted "Don't feed the trolls".
Re: Don't use the mailing lists
#28Perhaps some of the disagreements in working style are due to shifts in the R community? Ripley has been an active member of the Bell Labs S, and later GNU R, communities for about 20-25 years, over which period the user/contributor composition has shifted considerably, which might produce different shared norms/expectations and different friction points. 20 years ago the community was much more exclusively comprised…
I think "mean" maintainers in open source are also often a result of burnout, and if he's been working on it for 25 years, perhaps it's time for him to take a break.
Re: Don't use the mailing lists
#29The R source repository is in Subversion. A new contributor offers a very small patch to allow source downloaded from a git mirror to compile correctly. The response (not from Ripley) is "I think we are unlikely to accept this change. Nobody in R Core uses git this way, so it would never be tested, and would likely soon fail." A reasonable position in some cases, but seems odd for a two line patch a Makefile that opens development to new contributors. Even stranger, it turns out that the patch is mostly working around a commit from several years ago (by Ripley) to explicitly prevent compilation from git: https://github.com/wch/r-source/commit/4f13e5325dfbcb9fc8f55...
Even stranger, this commit is commented "trap HK Leung misuse", where Han-Tak Leung is an earlier mailing list participant who had problems compiling as a result of using the "git-svn" compatibility layer. The thread discussing that earlier issue concluded (not Ripley): "The generic point is that you are given access to a working tool that is internal to the core R developers. We are not putting restrictions on what you do with that access, but if you want to play the game by other rules than we do, you need to take the consequences. If things don't work and you start complaining about them being "broken", steps may be taken to make it clearer who broke them."
Considering the source repository and ability to submit patches as "access to a working tool that is internal to the core R developers" strikes me as a short-sighted approach. Spiking your source to refuse to compile if not checked out directly from svn seems like a bad strategy. Explaining the purpose as to "trap misuse" by an individual might be pathological. It makes me pessimistic about R's future.
Re: Don't use the mailing lists
#30I suspect he may be about to find out.