[flagged]
This is a morally depraved condition, kudos on them for turning it down
71–80 of 192 posts
[flagged]
This is a morally depraved condition, kudos on them for turning it down
[flagged]
Not only will they not grant future funds, but they have shown that they will not pay out previously agreed monies, and will even try (with government layers) to pull back funds from groups they have decided "do not align with the governments interests", for however they define that at that moment. There are a long list of court findings that these have been arbitrary and capricious, but every one of those findings (wins) cost the grant receivers a lot of money in court and later fees.
So any money taken from them is incurring a risk. You can disagree with the Python Foundation's calculus on this (saying it was not that large a risk), but please don't pretend that it was not an actual risk.
Earlier quoted context omitted.
I don’t get this argument because if we put the effort to get it typed, we don’t get one of the best benefits - performance.
But that's not the argument here. Python type hints allow checking correctness statically, which is what matters for agents.
I must be the only one in here who thinks $1.5M is a small sum compared to Anthropic's size and the amount of value they have gotten out of Python. Good press is cheaper than I thought.
All people do here is complain.
Earlier quoted context omitted.
Big Tech should really be footing the bill here as well as large established VC firms.
To a large extent they do and always have. It's not as broad or fair as it should be[1], but for almost any economically important project all the major contributors and maintainers are on the payroll of one of the big tech interests or a foundation funded by them. The hippies writing that software may not be compensated at the level you'd expect given the value they provide, but they'll never go hungry. [1] LLVM and…
They are probably trying to build influence. Why is a startup that is burning cash donating money?
But also they rely heavily on Python and want to support the ecosystem.
Seems like a good time to throw out a reminder regarding "Roads and Bridges: The Unseen Labor Behind Our Digital Infrastructure" by Nadia Asparouhova. While she may have published it in 2016, it's still relevant today and speaks to the need for the private sector generally (looking at you VC firms) to support and understand the open source work, hours of unfunded labor, powering our societies. https://www.fordfoundat…
*by Nadia Eghbal EDIT: or are you rather thinking about the book Working in Public: The Making and Maintenance of Open Source Software ?
From a 2022 email:
> (P.S. I have a new last name! Still transitioning everything over, but I’m now Nadia Asparouhova.)
They are probably trying to build influence. Why is a startup that is burning cash donating money?
Earlier quoted context omitted.
Is it static or dynamic? Whatever rust is that python isn’t.
Python type hints are static - at the moment, they are advisory only, but there is an obvious route forward to making Python an (optionally) fully statically typed language by using static type checking on programs before execution.