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
optical
you’re welcome
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.
either that or 1010
110 is nonsense
i think you mean a trail of milk
for the same reasons I access Lemmy off work
the only thing this guy kills is the mood
I played this game so much and I’m only now finding out about this pack lol
ah the cope
or maps your caps to Ctrl, like vim users map it to esc
I use rustdesk for remote desktop. Screen sharing is usually on zoom as it’s what my workplace uses.
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.
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.