Tbh if the average grad school student overused object oriented stuff they would produce vastly better code than the status quo.
Tbh if the average grad school student overused object oriented stuff they would produce vastly better code than the status quo.
nah, I just misunderstood the call to action, I was expecting a link for each app.
colleague of the marketing guy that just makes up metrics to pretend to his boss and stakeholders that their work on ads makes any difference
laudable professionals
ok, but how to donate to an app? I only see a link to become a supporting member of KDE itself
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.
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
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.
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?
I’ve seen plenty of grad student code, abundance of OOP concepts was never an issue. Complete lack of any structure on the other hand…