> As the US declines, it’s not that a new leader will come in.
What's about EU? EU is bigger than the USA in total population and it has comparable if not larger total GDP. Why did not they step in where USA failed?
> > For the first time, California discharged just over 12,000 megawatts, equivalent to 12 large nuclear plants, of energy from its battery arrays.
Clueless journalist conflates power (megawatts) with energy. They need physics 101. For electrical energy common unit is megawattHour (megawatt drawn for entire hour). A smaller unit would be megaJoule (megawatt drawn for 1 second).
UX in my Audi Q5 (2024) is terrible. With two phones in the car you never know which one is connected and whose google maps is being currently displayed. And then come the buttons designed with a contempt for a driver. I recently had to change a flat tire which is a story in itself. German engineering is soooo different these days.
There was a Tacker Carlson interview with Sam Altman where Tacker probed him on Balaji's murder and Sam quickly got confused and disoriented. Make your own conclusions.
> and uv forcing it into a single project directory made it quite inconvenient and unnecessary duplication of the same sets of libraries.
Actually, uv intelligently uses hardlinks or reflinks
to avoid file duplication. On the surface, venvs in different projects are duplicate, but in reality they reference the same files in the uv's cache.
BTW, pixi does the same. And `pixi global` allows you to create global environments in central location if you prefer this workflow.
EDIT: I forgot to mention an elephant in the room. With agentic AI coding you do want all your dependencies to be under your project root. AI agents run in sandboxes and I do not want to give them extra permissions pocking around in my entire storage. I start an agent in the project root and all my code and .venv are there. This provides sense of locality to the agent. They only need to pock around under the project root and nowhere else.
pixi is a general multi-languge, multi-platform package manager. I am using it now on my new macbook neo as a homebrew _replacement_. Yes, it goes beyond python and allows you to install git, jj, fzf, cmake, compilers, pandoc, and many more.
For python, pixi uses conda-forge and PyPI as package repos and relies on uv's rattler dependency resolver. pixi is as fast as uv (it uses fast code path from uv) but goes further beyond python wheels.
For detail see [0] or google it :-)
> 2. Centralized venv storage — keep .venvs out of your project dirs
I do not like this. virtual environments have been always associated with projects and colocated with them. Moving .venv to centralized storage recreates conda philosophy which is very different from pip/uv approach.
In any case, I am using pixi now and like it a lot.
<joke> How to tell a software engineer from a real one? A real engineer thinks that 1 kilobyte is 1000 bytes while software engineer believes that there are 1024 meters in a kilometer :-) </joke>
Another important person in creation of the TV technology was Vladimir Zworykin [0]. He developed cathode-ray tube based TV transmission devices that he patented in 1923 and 1925.
<sarcasm>
I thought that Anthropic and OpenAI created precedents that legitimize libgen and Anna archive. They pillaged all the books and scientific papers from those archives and got away with it. Why not the rest of us?
</sarcasm>
For decades mechanical pencils use non-conducting polymer based refills that eliminate the problem you mention.