|
|
Subscribe / Log in / New account

Progress on the Gilectomy

Progress on the Gilectomy

Posted May 26, 2017 1:57 UTC (Fri) by JdGordy (subscriber, #70103)
In reply to: Progress on the Gilectomy by pboddie
Parent article: Progress on the Gilectomy

Python isnt special in this regard. This is why the core infrastructure initiative was created, of course as a reaction to heartbleed and the obvious problem that the big companies are relying on heaps of community code without any sort of financial backing.


to post comments

Progress on the Gilectomy

Posted May 26, 2017 11:17 UTC (Fri) by pboddie (guest, #50784) [Link] (6 responses)

Python is somewhat special in that it has a foundation dispensing a six-figure dollar total to worthy causes, whereas things like OpenSSL and GnuPG were apparently being sustained primarily out of their contributors' own generosity.

Progress on the Gilectomy

Posted Jun 3, 2017 3:18 UTC (Sat) by njs (subscriber, #40338) [Link] (5 responses)

This is an ongoing discussion in the community; in fact there's a PSF board election happening right now and several of the candidates have variants on "hey lets spend money on python development" in their platforms.

But:

- historically there's been a pretty strong split between the PSF as handling the legal/social side of things and python-dev handling technical matters, so the PSF has lots of expertise and infrastructure for supporting conferences and meetups but not as much for technical stuff. This is obviously fixable but as you know changing volunteer-run institutions is never simple.

- funding development is expensive and if you mess it up then it directly impacts people's lives. The PSF has a substantial budget relative to other similar organizations, but a "six-figure dollar total" isn't necessarily enough to pay for one developer! And the PSF has been extremely conservative about hiring, because they don't want to ever be in a position where they have to be like "oops, that sponsor dropped out so surprise, you don't get paycheck next month". (OTOH if you have an idea for something that can be done for a fixed chunk of money in the $1k-$10k range then you can totally apply for a grant; e.g. the PSF gave twisted a grant to help with their py3 porting. But I'm guessing $5k wouldn't make a difference to how much energy Larry has to put into the GILectomy work, given he already has a full time job.)

- Logistically it's not as simple as just throwing money at someone. There are community concerns about how hiring core developers could create perceptions of unfairness, drive away volunteers, etc.; everyone's heard scary stories about that time Debian tried it and it was a disaster. How do you provide oversight for the first technical employee – it's a bit problematic to ask volunteers to evaluate them in their spare time. And so forth. I think this is going away over time as things like the Django fellows program demonstrate success, but it's a thing.

- Probably moon-shot projects like the GILectomy would not be the first priority for funding anyway; more likely would be Python's packaging infrastructure, or stuff like bug/PR triage.

Progress on the Gilectomy

Posted Jun 3, 2017 20:00 UTC (Sat) by pboddie (guest, #50784) [Link] (4 responses)

This is an ongoing discussion in the community; in fact there's a PSF board election happening right now and several of the candidates have variants on "hey lets spend money on python development" in their platforms.

I'll have to take a look. I admit that I don't follow things like PSF board elections any more.

The PSF has a substantial budget relative to other similar organizations, but a "six-figure dollar total" isn't necessarily enough to pay for one developer! And the PSF has been extremely conservative about hiring, because they don't want to ever be in a position where they have to be like "oops, that sponsor dropped out so surprise, you don't get paycheck next month".

I don't think you'd ever see the PSF hire someone as a developer. Then again, the PSF does appear to have some full-time positions, some of them administrative, others related to the conference/event orientation of the organisation, and I don't know whether those positions are competitively paid or not.

(OTOH if you have an idea for something that can be done for a fixed chunk of money in the $1k-$10k range then you can totally apply for a grant; e.g. the PSF gave twisted a grant to help with their py3 porting. But I'm guessing $5k wouldn't make a difference to how much energy Larry has to put into the GILectomy work, given he already has a full time job.)

As I think I noted, grants take up a rather small proportion of the PSF's spending, and one can even argue that they only seem to be done out of necessity, such as fixing up the packaging infrastructure before something really bad happens, or to support the Python 3 migration vision that hasn't been realised all by itself. And then, as you note, you have people wanting to do the work having to fit that work in around their day job, leading up to the somewhat perverse example of various core developers being hired to "work on Python" actually not really spending their work time, or very much of it, "on Python" as such.

All of this suggests a structural problem with the way people expect stuff to get done. Which ends up being expressed as "we need more volunteers", but where those volunteers can only really nibble away at the smaller problems because the focus is on funding sprints or hackathons (or whatever) as opposed to projects, initiatives and, ultimately, people. And the solution that involves getting people hired to work on Python, thus avoiding awkward issues (see next paragraph), doesn't really seem to work out in general (see previous paragraph), or it involves other obligations like doing a doctorate which can be substantial distractions in their own right.

There are community concerns about how hiring core developers could create perceptions of unfairness, drive away volunteers, etc.

I think people are justifiably worried about the response to hiring people because there is a culture of everything having to be a zero-sum game in the Python community. Someone will gladly pipe up and say how their ultra-successful, heavily-promoted (at the expense of everything else even tangentially related) project is being undermined if the PSF opens its chequebook and it is not for their benefit. And there may actually be sponsors who don't want people to work on certain projects if those projects are in any way in competition with their products.

The PSF will have to face up to this eventually, though. The only question is whether it happens before its target audience have decided that they prefer something else.

Progress on the Gilectomy

Posted Jun 4, 2017 3:48 UTC (Sun) by njs (subscriber, #40338) [Link] (3 responses)

Sorry, I was trying to give some perspective on why the PSF currently works the way it does and which direction it's currently heading. I'm not really sure what point you're trying to make now; there seem to be a lot of insinuations that someone is doing something wrong and that bad things will happen if they don't shape up, but I can't quite tell what you think is wrong or what should be done instead. All I can say is that from where I sit, it looks like people doing their best to chip away at some hard problems, and that things are getting slowly better over time.

Progress on the Gilectomy

Posted Jun 4, 2017 14:20 UTC (Sun) by pboddie (guest, #50784) [Link] (2 responses)

I was going to respond to this, but given that I then found myself repeating what I had already written, and given that I am apparently just sharing "insinuations", I doubt that there is any productive dialogue to be had.

Progress on the Gilectomy

Posted Jun 4, 2017 23:35 UTC (Sun) by njs (subscriber, #40338) [Link] (1 responses)

I'm referring to comments like 'grants take up a rather small proportion of the PSF's spending', 'core developers being hired to "work on Python" actually not really spending their work time, or very much of it, "on Python"', 'culture of everything having to be a zero-sum game', etc. - none of this matches my experience at all. For example, the PSF spends basically all of its discretionary money on grants, and last I heard they had more money than proposals, so it's hard to blame them if the things you want to be funded aren't being funded. Major projects like static typing and the pypi rewrite are currently being supported by corporations paying employees to work on them. Etc.

Progress on the Gilectomy

Posted Jun 5, 2017 14:16 UTC (Mon) by pboddie (guest, #50784) [Link]

PSF grants funding Python development in 2016 amounted to 6% of the total expenditure.

I rely on public knowledge to estimate how much time core developers spend working on, not working with, Python in their day jobs. And even if some people are doing so, other evidence of people's employment translating to significant progress on critical implementation issues (see the article for an example) is rather thin on the ground. (Making other people's lives harder is, apparently, a different matter.)

But these are merely "insinuations", apparently. That's why other people at those corporations consider going their own way instead. Nothing to see here, I guess.

(And as for the zero-sum game culture, I guess you've never encountered anyone who, upon being told that you're working on something similar to them and want to share perspectives, flat out asked you why you don't just work on their project instead. Start with the passive aggression towards Python 2 at the very top and then work your way down through all the people belittling each other's projects. There's plenty to see if you want to.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds