HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Enhex

no profile record

comments

Enhex
·4 yıl önce·discuss
a better alternative to email is to use public key cryptography for authentication
Enhex
·4 yıl önce·discuss
so if they die you get their IP for free?

doesn't it put a big incentive to letting them die?
Enhex
·4 yıl önce·discuss
for a single box the extra cost is roughly as much as you need for your personal computer.
Enhex
·4 yıl önce·discuss
how centralized services deal with that? filtering AI?
Enhex
·4 yıl önce·discuss
writing documentation is even better, only have to explain something once.
Enhex
·4 yıl önce·discuss
there are package managers for C and C++, but people aren't told about them.

https://conan.io/

https://vcpkg.io/en/index.html

this implies Python's advantages is not having a package manager, but better teachers or at least teaching better practices, so it isn't even language related.
Enhex
·4 yıl önce·discuss
people who hate "OOP" are usually ones that fail to understand how to use some language features. prime example is "Circle–ellipse problem" which demonstrates how people fail to realize inheritance is about code reuse and not about representing hierarchies of abstract ideas (and i wonder where they got that wrong info from, perhaps they extrapolated it from the name "inheritance"?).

same goes for all the other language features.