Why? The most annoying thing that I remember about it was popular modules that hadn't been ported yet. In essence, a temporary problem; growing pains.
The Unicode/string/bytes changes were welcome (to me). But that might just be because I had actually encountered situations where I had to deal with seemingly endless complexity and ambiguity related to Unicode stuff and encodings. Python 3 made everything much more logical đ¤ˇ
Haha: "A space breaks everything." Fuck YES! Are you kidding meâ˝ It's one of the best features!
Why? Because it's so easy to see. In other languages you've got semicolons which are surprisingly difficult to notice when they're missing. Depending on the situation (or if you're just new to programming) you could spend a great deal of time troubleshooting your code only to find out that you're missing a semicolon. It's frustrating and it makes you feel stupid which is never a good thing for people who are new programming.
Types are in a different category altogether with seemingly infinite reasons why you'd want a feature-rich, low-level type system and also why you'd want to avoid that.
IMHO, the point of Python is to be a simple language that's quick to write yet also very powerful and speedy when you need it to be (by taking advantage of modules written in C or better, Rust). If it had a complex type system I think it would significantly lower the value of the language. Just like how when I see an entire code repo using Pydantic and type hints everywhere it makes the code unnecessarily complex (just use type hints where it matters đ).
I'm not saying using type hints on everything is a terrible thing... I just think it makes the code harder to read which, IMHO defeats the point of using Python and adds a TON of complexity to the language.
The promise of type hints is that they'll enable the interpreter to significantly speed up certain things and reduce memory utilization by orders of magnitude at some point in the future. When that happens I'll definitely be reevaluating the situation but right now there doesn't seem to be much point.
For reference, I've been coding in Python for about 18 years now and I've only ever encountered a bug (in production) that would've been prevented by type hints once. It was a long time ago, before I knew better and didn't write unit tests.
These days when I'm working on code that requires type hints (by policy; not actual necessity) it feels like doing situps. Like, do I really need to add a string type hint to a function called, parse_log()? LOL!
In the US we teach kids that trash men are suckers and idiots that didn't work hard enough in school! Also, that trash is an externality: Someone else's problem.
"We pay taxes for people to clean that up! Why should I spend my valuable time doing someone else's jobâ˝"
They get paid more than most people would think but it's still not enough based on the hazards of the job. They get exposed to all sorts of nasty things that can ruin their long term health and they have increased likelihood that they'll get a life-altering injury at work.
To get what I want by just being cute. Like little kids or cute girls. Or to be automatically excluded from manual labor/heavy lifting for the same reason.
If you're a healthy boy, the moment you become a teenager is the moment you're just expected to be performing manual labor or other hot, sweaty activities. At least in the US đ¤ˇ
Further proof that conservatives don't care about consequences; only virtue signaling.
They know this is unconstitutional. They know this will result in fewer Christians in the future (nothing spreads atheism like actually teaching what's really in the Bible, LOL). They know it's going to cost the state a lot of money in lawsuits. They know it's going to make people hate them and create endless division and possibly war.
They just don't care! Conservative thinking is like CEOs only caring about next quarter. Long term consequences of their actions are always conveniently ignored or never even considered.
I know a ton of conservatives are super ignorant of reality but this one takes the cake. When you try to force one very specific religion onto everyone via the government you always get endless conflict. Just look at how it's working out in the Middle East!
I'd say they want people to die over things like this but I don't believe they think that far ahead. They probably think this is a "big win" and will result in a future of endless white, Christian children who go to church every Sunday and only ever vote for Republicans.
Instead it's going to result in more conflict, more school shootings, more bombings, and generally all around less stability in society.
People really don't like being forced to live under someone else's religion. So much so that they tend to go to war over it. Or you end up with situations where everyone lives in a constant state of guerilla warfare/insurgency.
Yes. Well, it depends on the game. A lot of games know that their users will use the Steam forums to complain or ask questions so they'll attend them in a formal manner. Others are just chaotic cesspools that are completely ignored by the developers/publishers.
The Steam forums really are kinda garbage but I don't think it's because of lack of moderation. It's because they're the most minimal interface with no good search function, no good way to figure out what's changed, and it's missing zillions of other features that exist in modern forums.
defunding organizations like Planned Parenthood and public broadcasting
Planned Parenthood received about $148 million in 2021 and much of that was for providing COVID-19 vaccinations. No idea how much they're getting right now but I know it's less.
The Corporation for Public Broadcasting has a budget of $535 million for 2025.
If they cut both entirely that's 0.14% of that $500 billion in cuts they're promising.
Is there such a thing as a conservative sociologist? Does that even exist? It sounds like a myth, like a conservative professor of ethics (not a self-described "professor of ethics" đ¤Ł)
She lives outside all year round! We have a heater in there and heating pads for the winter months when it gets cold (we're in North Florida so it only gets below freezing for like a week or two every year and even then only at night).
She seems to prefer 65-75°. When it's around that temperature she'll spend all day wandering the yard with plenty of energy. When it's hotter she doesn't wander the yard as much when the sun's out and mostly does her foraging in the morning and evenings.
Why? The most annoying thing that I remember about it was popular modules that hadn't been ported yet. In essence, a temporary problem; growing pains.
The Unicode/string/bytes changes were welcome (to me). But that might just be because I had actually encountered situations where I had to deal with seemingly endless complexity and ambiguity related to Unicode stuff and encodings. Python 3 made everything much more logical đ¤ˇ