Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57027

Re: Sexism in the Ruby community: how does the Python community manage it?

References <2013101623133337485-owenjacobson@grimoireca> <roy-04EE5A.09525817102013@news.panix.com> <CAO32GkCb4u4aJW4QNohtLmGMr=LX=B-8D7qY2yh36vmUOC3OeA@mail.gmail.com> <mailman.1165.1382022472.18130.python-list@python.org> <526098fb$0$29981$c3e8da3$5496439d@news.astraweb.com>
Date 2013-10-18 15:00 +1100
Subject Re: Sexism in the Ruby community: how does the Python community manage it?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1197.1382068810.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Oct 18, 2013 at 1:12 PM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Fri, 18 Oct 2013 02:07:48 +1100, Chris Angelico wrote:
>
>> Thing is, it's all very well to avoid using one particular module
>> because you don't like its name... but what happens when there are a
>> goodly number of such ill-named modules? Let's suppose you don't like
>> the name "readline" because it offends your religion. (I'm deliberately
>> picking something that I can't imagine actually being offensive; my
>> sincere and humble apologies if there is anyone who actually IS offended
>> by that name.) You might be able to use libedit instead, but what if
>> that name also is offensive to you? (Again, apologies if it really is.)
>> How long are you going to poke around for alternative modules before you
>> throw your hands up and say "This language sucks, all its modules have
>> stupid names"?
>
> Okay, I get that you're not actually talking about people being offended
> by modules literally called "readline" and "libedit". I'm not really sure
> what conclusion we're supposed to draw from this little thought-
> experiment:

It was said previously that the language wasn't at fault, the
community was. My point is that, if a large proportion of third-party
modules are equally offensive, the language _may as well_ be the
problem, because sooner or later you're going to run into a problem.

> Some yahoo has written a module called "upskirt"? Pfft, that's what
> yahoos do. I don't condone it, but as an isolated incident I don't lose
> any sleep over it either. That same module is (hypothetically) put into
> the standard library under that name, or widely used throughout the
> community? *That* would be a worry.

What if that module happens to be the very best tool for some job? Do
you roll your own clone of it just to avoid the name? If not, it WILL
eventually be widely used in the community.

>> Personally, I would avoid using profane names, if only because I don't
>> like trying to explain to my boss what it is I'm using.
>
> So you only use sacred names? Isn't that blasphemous?

Okay. Specific example: I created a debugging feature a while ago that
I called "idkfa". You'll probably instantly recognize the reference.
Trouble is, my boss has a pathological dislike for games and
everything to do with them, so he objected to that feature, just
because of its name. (I, being quite definitely Chaotic Neutral on the
alignment scale, therefore vowed to put as many gaming references as
possible into my code from there on in... but to veil them a bit so
they wouldn't offend.) I tend to avoid profanity anyway, but what I'm
getting at here is avoidance of what will cause offense; to most of
you, a gaming reference won't cause any, so it doesn't matter, but to
me it did.

>> "You use Python?
>> What's that?" "It's a language, named after a comedy group." "Great!" -
>> vs - "You use Brainf--? What's that?" "Uhh... it's a language... that I
>> don't like to say the name of. Uhh...." - awkward.
>
> But not *anywhere* near as awkward as explain why you're using Brainfuck
> instead of, well, *just about any other friggin' language in the world*.
> It's a language designed to be mind-blowingly difficult to use. And
> you're using it instead of Forth or APL because...?

Yeah, sure, but I had some trouble explaining my use of Pike, since
its history and derivation are about MUDs - games. And I had to write
my own client for a particular service of ours because basic
telnet/netcat wasn't sufficient and I couldn't bring in a MUD client
because that's gaming. See above re his dislike of games.

> I'm not actually missing the point. I'm pointing out that you appear to
> be inventing a problem that doesn't exist. When was the last time you
> were in the position of having to choose whether or not to use an actual
> useful product that had an embarrassing or offensive name?

When I wrote my own socket-services client rather than just deploying
a MUD client, as mentioned above. I don't remember what exactly I
needed other than readline and a socket, but it was something simple
that most MUD clients have - probably aliases or something - and I had
to write my own client rather than use an off-the-shelf. The software
was fine, the alternative was inferior, and it was a name problem.

>> Same with module
>> names. When I watched a Ruby app installing itself, I googled a few of
>> the gem names out of morbid curiosity, and to be quite frank, I dislike
>> a lot of them. Module names should be descriptive, not fancy. And I
>> really don't think they need profanity, which some people apparently
>> disagree with.
>
> Ah, now we're getting somewhere. Are you suggesting that the Ruby
> community does have a problem with obscene names that are not just
> widespread, but in widespread use? Well, that's certainly an interesting
> data point.

Not obscene in most cases, but certainly immature. See my other post
for a quick run-down based on what I eyeballed in Spree's deps.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Sexism in the Ruby community: how does the Python community manage it? Owen Jacobson <owen.jacobson@grimoire.ca> - 2013-10-16 23:13 -0400
  Re: Sexism in the Ruby community: how does the Python community manage it? random832@fastmail.us - 2013-10-17 00:22 -0400
    Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve@pearwood.info> - 2013-10-17 05:48 +0000
      Offense versus harrassment (was: Sexism in the Ruby community: how does the Python community manage it?) Ben Finney <ben+python@benfinney.id.au> - 2013-10-17 17:44 +1100
        Re: Offense versus harrassment (was: Sexism in the Ruby community: how does the Python community manage it?) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-17 11:24 +0000
      Re: Sexism in the Ruby community: how does the Python community manage it? Steve Hayes <hayesstw@telkomsa.net> - 2013-10-17 08:50 +0200
        Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-18 02:02 +0000
  Re: Sexism in the Ruby community: how does the Python community manage it? Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-10-16 21:32 -0700
  Re: Sexism in the Ruby community: how does the Python community manage it? Ben Finney <ben+python@benfinney.id.au> - 2013-10-17 15:36 +1100
  Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve@pearwood.info> - 2013-10-17 09:20 +0000
    Re: Sexism in the Ruby community: how does the Python community manage it? Zero Piraeus <z@etiol.net> - 2013-10-17 08:48 -0300
      Re: Sexism in the Ruby community: how does the Python community manage it? rusi <rustompmody@gmail.com> - 2013-10-17 09:50 -0700
  Re: Sexism in the Ruby community: how does the Python community manage it? marduk@python.net - 2013-10-17 06:30 -0400
  Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-17 22:05 +1100
  Re: Sexism in the Ruby community: how does the Python community manage it? Roy Smith <roy@panix.com> - 2013-10-17 09:52 -0400
    Re: Sexism in the Ruby community: how does the Python community manage it? Danyelle Davis <ladynikon@gmail.com> - 2013-10-17 10:38 -0400
    Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 02:07 +1100
      Re: Sexism in the Ruby community: how does the Python community manage it? Roy Smith <roy@panix.com> - 2013-10-17 10:16 -0700
        Re: Sexism in the Ruby community: how does the Python community manage it? Ian Kelly <ian.g.kelly@gmail.com> - 2013-10-17 13:43 -0600
        Re: Sexism in the Ruby community: how does the Python community manage it? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-17 20:53 +0100
        Re: Sexism in the Ruby community: how does the Python community manage it? Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-18 07:14 +1100
        Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 09:56 +1100
          Re: Sexism in the Ruby community: how does the Python community manage it? Roy Smith <roy@panix.com> - 2013-10-17 20:10 -0400
            Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 14:45 +1100
        Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-18 03:14 +0000
          Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 15:03 +1100
          Re: Sexism in the Ruby community: how does the Python community manage it? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-18 09:15 +0100
          Re: Sexism in the Ruby community: how does the Python community manage it? Robert Kern <robert.kern@gmail.com> - 2013-10-18 15:08 +0100
          Re: Sexism in the Ruby community: how does the Python community manage it? Robert Kern <robert.kern@gmail.com> - 2013-10-18 15:09 +0100
          Re: Sexism in the Ruby community: how does the Python community manage it? ishish <ishish@domhain.de> - 2013-10-18 16:21 +0100
        Re: Sexism in the Ruby community: how does the Python community manage it? ishish <ishish@domhain.de> - 2013-10-18 09:57 +0100
        Re: Sexism in the Ruby community: how does the Python community manage it? Bob Hartwig <bobjects@gmail.com> - 2013-10-18 09:28 -0400
        Re: Sexism in the Ruby community: how does the Python community manage it? aurelien@xload.io (Aurélien DESBRIÈRES) - 2013-10-18 15:47 +0200
        Re: Sexism in the Ruby community: how does the Python community manage it? Nelle Varoquaux <nelle.varoquaux@gmail.com> - 2013-10-18 17:00 +0200
      Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-18 02:12 +0000
        Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 15:00 +1100
    Re: Sexism in the Ruby community: how does the Python community manage it? Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-10-17 21:26 +0200
  Re: Sexism in the Ruby community: how does the Python community manage it? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-17 16:03 +0100
  Re: Sexism in the Ruby community: how does the Python community manage it? Paul Pittlerson <menkomigen6@gmail.com> - 2013-10-17 09:43 -0700
    Re: Sexism in the Ruby community: how does the Python community manage it? MRAB <python@mrabarnett.plus.com> - 2013-10-17 18:37 +0100
    Re: Sexism in the Ruby community: how does the Python community manage it? Serhiy Storchaka <storchaka@gmail.com> - 2013-10-17 21:13 +0300
      Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-18 01:49 +0000
        Re: Sexism in the Ruby community: how does the Python community manage it? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-18 08:58 +0100
  Re: Sexism in the Ruby community: how does the Python community manage it? Joshua Landau <joshua@landau.ws> - 2013-10-17 22:14 +0100
  Re: Sexism in the Ruby community: how does the Python community manage it? Joshua Landau <joshua@landau.ws> - 2013-10-17 22:17 +0100
  Re: Sexism in the Ruby community: how does the Python community manage it? Gene Heskett <gheskett@wdtv.com> - 2013-10-17 17:42 -0400
  Re: Sexism in the Ruby community: how does the Python community manage it? Kevin Walzer <kw@codebykevin.com> - 2013-10-17 17:50 -0400
    Re: Sexism in the Ruby community: how does the Python community manage it? Chris Angelico <rosuav@gmail.com> - 2013-10-18 09:11 +1100
      Re: Sexism in the Ruby community: how does the Python community manage it? Kevin Walzer <kw@codebykevin.com> - 2013-10-17 18:23 -0400
  Re: Sexism in the Ruby community: how does the Python community manage it? Modulok <modulok@gmail.com> - 2013-10-17 23:07 -0600
  Re: Sexism in the Ruby community: how does the Python community manage it? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-10-26 16:47 +0000

csiph-web