HackerTrans
TopNewTrendsCommentsPastAskShowJobs

curyous

no profile record

comments

curyous
·3 года назад·discuss
If I understand correctly, the problem is that the hash created on the client side is used to create the encryption key before the server side hashes are applied. Only the master password uses the extra server side hashes.
curyous
·4 года назад·discuss
HandmadeHero
curyous
·4 года назад·discuss
I think you might have missed his point. The gist of it is that almost all modern software is at least 100x slower than it needs to be, for no good reason.

Conventional software practises result in unnecessarily complex code that takes much longer to write and to execute than needed. The problem is so endemic that there isn't really even a good programming language available that makes it easy to use the capabilities of computers.

Fortunately there are a few pioneers trying to improve things, constructively creating solutions such as JAI. Casey is fighting against the fact that not only are industry participants unaware of the problem, buy they actually fight to write bad code to ship bad software to customers because they believe that is the pinnacle.
curyous
·5 лет назад·discuss
It is supposed to be fast, but starts up in “seconds”. Shame.
curyous
·5 лет назад·discuss
The electric Porsche that has "Turbo" in its name.
curyous
·5 лет назад·discuss
Double-spending doesn't change the rules, it changes where coins get sent, so you can rip-off the original recipient.
curyous
·5 лет назад·discuss
I disagree. OO has been in use for decades, and I don't think the industry is experiencing benefits anywhere near its costs.
curyous
·6 лет назад·discuss
Slow code is usually written due to ignorance rather than choice. Lots of people only know OOP, which is slow and unoptimisable by default.