uv
Everything else feels 4 to 15 years behind.
uv
Everything else feels 4 to 15 years behind.
basically sums up the opencv experience in Python.
great lib, very mediocre Python wrapper.
I write mostly Python for 5 years and uv is indeed the best thing that happened to the Python landscape during this period.
I disagree that typescript is far nicer; even syntax-wise, type annotated Python seems much easier to read, write, and refactor; but I’ll give that Python needs to ditch pip and “requirements.txt” for good.
types are always ignored at runtime, they’re only useful when developing
Right, the Mullvad app now has a warning that Android’s “block connections without VPN” disables both split tunneling and local network discovery. So it must be off when using KDE connect.
Wireless devices let me use 2 different tables and an armchair+TV. That would simply not be an option otherwise.
The benefits of going wireless vastly outweigh an occasional connection annoyance to me. And worst case I can still plug them in.
ah the cope
or maps your caps to Ctrl, like vim users map it to esc
better ootb experience with syntax highlighting, sane keybindings, plugin system, and other little things nano lacks.
oh, you…
Ctrl-X Ctrl-V in micro, if you appreciate a sane editor with sane keybindings.
Since VecDeque is a ring buffer, its elements are not necessarily contiguous in memory.
But a ring buffer is a FIFO data structure that can be implemented using linked lists. What ring buffer implementation did you have in mind?
Physical connectivity comes courtesy from an RJ45 socket, a pair of USB-A ports, a sole USB-C connector, a microSD slot, and an HDMI connection
wasn’t expecting that
deleted by creator
Also, folding encourages 1000+ line files and several indentation levels, like in their example.
tbh you just need one command, the other two in the post are direnv commands for convenience. It can’t be much simpler than that.
Good, I realized cursors weren’t vectorized when using the cursor shake feature
I share the same frustration trying to replicate an environment. I’m glad I can avoid it these days, the community needs a way out of the conda lock-in.
thankfully Python seems to be moving away from the “activating your venv” nonsense. If you use poetry or uv, you don’t necessarily need to “activate” it before running your code; though a lot of people still try to do it because of learning inertia I guess.