HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deeter72

no profile record

comments

deeter72
·letztes Jahr·discuss
Not released yet, but honorable mention to ladybird: https://ladybird.org/
deeter72
·vor 2 Jahren·discuss
I use WSL for work as well and in my opnion it fits Microsoft's classic "embrace, extend, extinguish" paradigm.

WSL basically prevents most from requesting from the IT dept, A full blown Linux desktop/Laptop because they will simply say "you want Linux? here have WSL, it is 100% Linux", Which it is really not, WSL's idiosyncrasies from a true Linux Desktop drives me nuts at times.
deeter72
·vor 3 Jahren·discuss
Damn here I was hoping I was safe on Opensuse TW with Kernel 6.3.2

Thankfully I should be able to rollback with Opensuse's snapper. This is the key advantage of Opensuse TW in my opinion, The BTRFS filesystem alongside snapper helps maintaining a reliable system while on the bleeding edge.
deeter72
·vor 3 Jahren·discuss
Ignorant take
deeter72
·vor 4 Jahren·discuss
That is impressive, Should take a dive into pdfcpu
deeter72
·vor 4 Jahren·discuss
How Linux freezes under high memory usage, Mac OS and Windows both handle such situations well without requiring a hard reboot.
deeter72
·vor 4 Jahren·discuss
This is a gross generalization. And I'm not sure where you are picking up those values from as well or their accuracy, for Flask is ~15,000 on uWsgi or Gunicorn? or the default werkzeug dev server? How you deploy matters very much I'm sure you'd understand.

However, Ultimately development teams make do with the skillset they have and saved development time is saved money. Who cares of the toolset, Most programmers forget about the business objectives ultimately. Instagram's backend was originally Django, they managed just fine for a long time. Using C++ is pretty overkill even for a simple API project and potentially a huge waste of developer time, people seem to forget developer time is expensive.
deeter72
·vor 4 Jahren·discuss
I feel like in general Python on Mac OS is messy compared to Linux and even Windows.