Readit News logoReadit News
gatvol commented on PSF has withdrawn $1.5M proposal to US Government grant program   pyfound.blogspot.com/2025... · Posted by u/lumpa
th · 4 months ago
It seems like a number of the "DEI is anti-merit discrimination" messages in this thread are overlooking how DEI work usually works.

A relevant tweet from 2016 (https://x.com/jessicamckellar/status/737299461563502595):

> Hello from your @PyCon Diversity Chair. % PyCon talks by women: (2011: 1%), (2012: 7%), (2013: 15%), (2014/15: 33%), (2016: 40%). #pycon2016

Increased diversity in communities usually comes from active outreach work. PyCon's talk selection process starts blinded.

If 300 people submit talks and 294 are men, then 98% of talks will likely be from men.

If 500 people submit talks and 394 are men, then ~79% will likely be by men.

Outreach to encourage folks to apply/join/run/etc. can make a big difference in the makeup of applicants and the makeup of the end results. Bucking the trend even during just one year can start a snowball effect that moves the needle further in future years.

The world doesn't run on merit. Who you know, whether you've been invited in to the club, and whether you feel you belong all affect where you end up. So unusually homogenous communities (which feel hard for outsiders to break into) can arise even without deliberate discrimination.

Organizations like the PSF could choose to say "let's avoid outreach work and simply accept the status quo forever", but I would much rather see the Python community become more diverse and welcoming over time.

gatvol · 4 months ago
"The world doesn't run on merit. " Critical systems do.
gatvol commented on PSF has withdrawn $1.5M proposal to US Government grant program   pyfound.blogspot.com/2025... · Posted by u/lumpa
gatvol · 4 months ago
What is your evidence for this: "... because of structural problems that push them out, be that systemic misogyny in our educational systems ..." , "the toxicity present in the industry that pushes them out ... "?

What alternative reasons have you explored?

gatvol commented on Uv overtakes pip in CI   wagtail.org/blog/uv-overt... · Posted by u/ThibWeb
gatvol · 5 months ago
UV is super fast and great for environment management, however it's not at all well suited to a containerised environment, unless I'm missing something fundamental (unless you like using an env in your container that is).
gatvol commented on Jeff Bezos killed Washington Post endorsement of Kamala Harris   cnbc.com/2024/10/25/jeff-... · Posted by u/donsupreme
gatvol · a year ago
I would argue that endorsement while currently normalised, is not normal.
gatvol commented on Start calculating digital carbon emissions in 5 minutes with CO2.js (2022)   thegreenwebfoundation.org... · Posted by u/gnabgib
gatvol · 2 years ago
I am extremely skeptical about this sort of thing - I suspect that it's extremely challenging to reliably make assertions about the carbon cost of running a given website given that there are so many unaccountable-for variables; at best the very "edge" of any carbon usage is being guessed at.

Added to that the opportunities for charging the various parties for "certification" are simply too good to pass up it seems.

gatvol commented on After 6 years, I'm over GraphQL   bessey.dev/blog/2024/05/2... · Posted by u/mattbessey
RedShift1 · 2 years ago
I still love GraphQL, but much of the love comes from using tools like PostGraphile which generates the API for you based on your database schema. I then add my own Javascript plugins as necessary. Going back to REST and hand writing everything gives me the shivers, how much time am I spending just translating data A to data B?

Authorization: I do it in the database using roles, row level security and column level security. It works well and I defer everything to PostgreSQL's security controls, it feels like the right place to do it and I don't have to worry about it going out of fashion, PostgreSQL is here to stay. Anybody else who talks to the database directly is also subject to the same authorization rules, which is nice.

Introspection: this should really be disabled on production services. Only enable it for development.

N+1 problem: I don't really have a problem with N+1 because PostGraphile converts the request into an efficient query. In other cases this problem presents itself in REST too and the article proposes hoisting N+1 queries to the controller, but that's just really moving the problem around, and you can do this with GraphQL too.

The other problems, yeah sure they are present and a worry if you're running some highly visible/very loaded public API.

gatvol · 2 years ago
If you're writing you're REST API by hand I'd suggest that you may not be doing it optimally.
gatvol commented on British Library cyber incident review [pdf]   bl.uk/home/british-librar... · Posted by u/cnorthwood
gatvol · 2 years ago
Herein lies the kicker:

> In common with other on-premise servers, this terminal server was protected by firewalls and virus software, but access was not subject to Multi-Factor Authentication (MFA).

gatvol commented on Post-Serverless Era Trends   infoq.com/articles/cloud-... · Posted by u/bibryam
gatvol · 2 years ago
Not on board with this, other than the advantages that solutions like Pulumi have over 2nd gen IaC tooling like TF. Pulumi is far more extensible and composable than anything else I've seen out there.
gatvol commented on Starship will attempt a launch this Friday   fly.faa.gov/adv/adv_spt.j... · Posted by u/LorenDB
gatvol · 2 years ago
Most impressive; 3 x launches by SpaceX scheduled on a single day.
gatvol commented on Three NorCal Tribes Announce Nation’s First Indigenous Ocean Protection Area   lostcoastoutpost.com/2023... · Posted by u/genter
dragonwriter · 2 years ago
> Agree with the ecological preservation objectives, hard disagree with handing over of sovereignty, whatever that actually means,to a group based on their ethnicity / ancestry.

I’m sure many people in the various tribes object to the handing over of most of their sovereignty over to the USA based on the guns held to their head (and where land was retained, it often being not merely a small subset of their land, but often completely different and worse land) but their vigorous excercise of the sovereignty they retain is not a “handing over” of anything to them “based on their ethnicity”, even to the extent that there is a rearrangement of sovereign rights between the three relevant sovereigns (state, federal, and tribal) such that there is something being handed over at all.

gatvol · 2 years ago
Those events occurred a long time ago to people that no longer exist.

u/gatvol

KarmaCake day279February 1, 2019View Original