This is like a monkey’s paw wish of “We shouldn’t send people with drug problems to jail”
This is like a monkey’s paw wish of “We shouldn’t send people with drug problems to jail”
Yeah… definitely conservative men and “not political” or “moderate” men should be shunned.
But how do you tell who’s actually a good guy and who’s a secret shithead?
I like to imagine that there would be uprisings, like the kind with molotovs, if a national abortion ban was passed, but I think the not-right is too disorganized. It’s all very handmaids tale.
And aside from infighting, there’s a lot of people clinging to “we should follow the rules.” Rules don’t mean much if only one faction is following them.
I’m pretty sure monopoly was supposed to show how it’s a bad system
I failed calc2 and am gainfully employed as a mid/upper level software engineer.
One guy at work really saved the day because he’s good at math, and made a very slow process much faster because he knows … uh… vector math? He did magic with numpy
I think a lot of people are irrationally scared of “socialism” and “handouts”. If a party was like “we’re going to take some of the ultra wealthy’s stuff and use it to build free housing, health care, transit, and public spaces” they’d be like “no that’s communism I’d rather live in a box eating lead paint than get a government handout”
I feel like people are just rolling over and taking it? He shouldn’t even be eligible because of the 14th Amendment “no insurrection” thing.
Sure, but you’re still going to say the fourth word is “research” and not “study” or “reindeer”.
There was an example in a story about kids learning to read poorly (I don’t think this one) about how a kid reading about WW2 got that “Poland was invited by Germany” because they didn’t know the word invaded, so they dramatically misunderstood the history.
Interesting. I’ve never felt a need for this, and as the other reply here said it was really unpopular in other languages.
I would have guessed you would have said something about how it’s annoying to type callable arguments, and how Protocol
exists but doesn’t seem that widely known.
Why would you add two arrays like that? Because I want to combine two lists.
The is
operator is for identity, not equality. Your example is just using it weirdly in a way that most people wouldn’t do.
No because I am not using Python to make a web app. That’s not the only thing people write you know… Most of what I’ve worked on has been webapps or services that support them :shrug:
Typescript and Python there’s absolutely no way I’d pick Python (unless it was for AI).
Agree to disagree then. We could argue all day but I think it’s mostly opinion about what warts and tradeoffs are worth it, and you don’t seem like you have no idea what you’re talking about. Sometimes I meet junior developers who have only ever used javascript, and it’s like (to borrow another contentious nerd topic) like meeting someone who’s only ever played D&D talking about game design.
Why would you use the is
operator like that?
The lambda thing is from late binding, which I’ve had come up at work once. https://docs.python-guide.org/writing/gotchas/#late-binding-closures.
“It’s so bad I have resorted to using Docker whenever I use Python.”
Do you not use containers when you deploy ? Everywhere I’ve worked in the past like 10 years has moved to containers.
Also this is the same energy as “JavaScript is so bad you’ve resorted to using a whole other language: Typescript”
To your point, typescript does solve a lot of problems. But the language it’s built on top of it is extremely warty. Maybe we agree on that.
the type system is still unable to represent fairly simple concepts when it comes to function typing
what do you mean by this?
Language sanity. They’re pretty on par here I think
[1] + [2]
"12"
A sane language, you say.
const foo = 'hello'
const bar = { foo: 'world'}
console.log(bar)
// { "foo": "world" }
the absolute dog shit pile of vomit that is Pip & venv
I’ve worked professionally in python for several years and I don’t think it’s ever caused a serious problem. Everything’s in docker so you don’t even use venv.
I really don’t believe you went with the archaic spelling over the standard one on purpose. If you did, why?
https://www.grammarly.com/commonly-confused-words/indict-vs-indite
All those people who refused to take COVID seriously have a lot of blood on their hands.
There’s a lot of like management being like “we gotta hit this deadline (that we made up)” combined with “if I hit all my targets and put in some overtime, the boss can buy another sports car this year”
I don’t want to work extra to make someone else richer. Maybe if I had a shit load of shares. Maybe. But I don’t. So I do my job with professional standards, but I’m not doing 12 hour days
I went to https://en.wikipedia.org/wiki/Communist_revolution and clicked on the most recent successful entry: https://en.wikipedia.org/wiki/Nepalese_Civil_War
The civil war was characterized by numerous war crimes and crimes against humanity, including summary executions, massacres, purges, kidnappings, and mass rapes. It resulted in the deaths of over 17,000 people, including civilians, insurgents, and army and police personnel; and the internal displacement of hundreds of thousands of people, mostly throughout rural Nepal.
That’s not great.
That sounds like a way to get a lot of people killed and end up worse than how you started.
I get a small amount of joy from clicking the “request changes” button and blocking some doofus from merging lazy untested code.
My work uses python and it hasn’t been bad for new code that has tests and types. Old code we inherited from contractors and “yolo startup” types is less good, but we’ve generally be improving that as we touch it.