They typically weren't trying to hit people with them.
> Corporate earnings are through the roof. They’re doing great. The consumer is hanging in there. The labor market is hanging in there. Are we though? Thank god corporate profits are ok...
> Whatever your opinions on the war itself, this has been a fascinating exercise in how a small regional power has militarily defeated the global hegemon relatively cheaply (ie with a military budgets 1% of the size).…
This is sad. I've been using a few read-only lurking apps to browse reddit for a while now and unfortunately this change seems to have broken most of them. I tried looking into how to do things the "correct" way…
I'm pretty surprised they brought something fun and charming forward instead of sending it to the graveyard.
The App Store description is more helpful: https://apps.apple.com/us/app/cats-lock/id6763495406
> How do you travel and see the world like that? Wait until we're old enough to retire and then can maybe afford it.
Very fun! My family is a big fan of the Chronology card game (https://buffalogames.com/chronology/), hopefully this helps me win next next time :)
> Not a popular election where people vote to put new people in charge, which necessarily means removing the old people in charge. More than a year after they took office and in the middle of a war?
It does appear to potentially be possible: https://github.com/pandas-dev/pandas/pull/64585
There is already genai.mil: https://www.war.gov/News/Releases/Release/Article/4354916/
> I can think of many ways to generate more bullshit and emails Like Elon's weekly 5 bullet summary of what you did this past week :)
The author also has an accompanying video: https://youtu.be/eqiM0xRmFJg
You can read the details in PEP 703: https://peps.python.org/pep-0703/
Easy! Just give me a laptop with spyware on it :)
tox-uv has been a great selling point for my personal use of uv. I'm typically testing across 4-5 different versions of Python and the build speedup has been significant.
For now!
> but you're technically not supposed to use instrument navigation until your certified to do so What do you mean by this? Not having an IFR rating does not mean you're not allowed to use the navigation aids or the…
Poetry does no management of Python versions.
It's from their 2022 WWDC presentation: https://youtu.be/q5D55G7Ejs8?t=2271
> Weight savings alone are a “Good Reason”. They're not always lighter either :)
Yes, sorry, I forgot about that. It's been a while :)
Running mypy as a pre-commit hook is a bad idea for many reasons, primarily being a relatively really heavy runtime cost, plus you're running it on the entire codebase since it's going to follow your imports. Many…
> you gradually add more and more files to the `mypy` invocation until you're eventually (hopefully) adding entire subfolders, and then maybe eventually the entire codebase Rather than doing this, which does indeed seem…
For context, if others aren't familiar: type hinting generics were added to Python 3.9 by PEP 585 (also available in Python 3.7+ with the annotations future import). PEP 484 previously added type hints to Python 3.5 as…
They typically weren't trying to hit people with them.
> Corporate earnings are through the roof. They’re doing great. The consumer is hanging in there. The labor market is hanging in there. Are we though? Thank god corporate profits are ok...
> Whatever your opinions on the war itself, this has been a fascinating exercise in how a small regional power has militarily defeated the global hegemon relatively cheaply (ie with a military budgets 1% of the size).…
This is sad. I've been using a few read-only lurking apps to browse reddit for a while now and unfortunately this change seems to have broken most of them. I tried looking into how to do things the "correct" way…
I'm pretty surprised they brought something fun and charming forward instead of sending it to the graveyard.
The App Store description is more helpful: https://apps.apple.com/us/app/cats-lock/id6763495406
> How do you travel and see the world like that? Wait until we're old enough to retire and then can maybe afford it.
Very fun! My family is a big fan of the Chronology card game (https://buffalogames.com/chronology/), hopefully this helps me win next next time :)
> Not a popular election where people vote to put new people in charge, which necessarily means removing the old people in charge. More than a year after they took office and in the middle of a war?
It does appear to potentially be possible: https://github.com/pandas-dev/pandas/pull/64585
There is already genai.mil: https://www.war.gov/News/Releases/Release/Article/4354916/
> I can think of many ways to generate more bullshit and emails Like Elon's weekly 5 bullet summary of what you did this past week :)
The author also has an accompanying video: https://youtu.be/eqiM0xRmFJg
You can read the details in PEP 703: https://peps.python.org/pep-0703/
Easy! Just give me a laptop with spyware on it :)
tox-uv has been a great selling point for my personal use of uv. I'm typically testing across 4-5 different versions of Python and the build speedup has been significant.
For now!
> but you're technically not supposed to use instrument navigation until your certified to do so What do you mean by this? Not having an IFR rating does not mean you're not allowed to use the navigation aids or the…
Poetry does no management of Python versions.
It's from their 2022 WWDC presentation: https://youtu.be/q5D55G7Ejs8?t=2271
> Weight savings alone are a “Good Reason”. They're not always lighter either :)
Yes, sorry, I forgot about that. It's been a while :)
Running mypy as a pre-commit hook is a bad idea for many reasons, primarily being a relatively really heavy runtime cost, plus you're running it on the entire codebase since it's going to follow your imports. Many…
> you gradually add more and more files to the `mypy` invocation until you're eventually (hopefully) adding entire subfolders, and then maybe eventually the entire codebase Rather than doing this, which does indeed seem…
For context, if others aren't familiar: type hinting generics were added to Python 3.9 by PEP 585 (also available in Python 3.7+ with the annotations future import). PEP 484 previously added type hints to Python 3.5 as…