HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Dx5IQ

no profile record

comments

Dx5IQ
·il y a 3 mois·discuss
It is hard to imagine that "modern" encryption would be susceptible to known plaintext attacks, please provide some citations.
Dx5IQ
·l’année dernière·discuss
Which is ironic given where this is posted. Do all startups yield a net result? Either to the VCs or the humanity?
Dx5IQ
·l’année dernière·discuss
Such library functions tend to also accept a string as a valid input. E.g. db.execute from the GP usually works with strings to allow non-parametrized SQL queries.
Dx5IQ
·il y a 2 ans·discuss
It's difficult to call Madhava's work calculus as we know it. He and his school certainly made huge contributions to analysis of infinite series, but they did not develop that into a unifying framework. It's important to note that no mathematics is done in a vacuum, if Newton/Leibniz "invented" Calculus, it's by building on top of hundreds of years of work done throughout the world.
Dx5IQ
·il y a 2 ans·discuss
This is a classic problem you can make in any language. If you were doing Java, and forgot to use `finally` for a resource, you'd have a leak due to an exception.

I do not know what metric you use to define "better"
Dx5IQ
·il y a 3 ans·discuss
There was no connection made, GP merely pointed out their observation based on what he has done so far
Dx5IQ
·il y a 3 ans·discuss
Are the stars on the website just made up?

I also find the phrasing rather odd. The open source movement is about "free as in speech, not beer".

Maybe it's meant to list "free alternatives" which is completely valid thing to do.
Dx5IQ
·il y a 3 ans·discuss
Why do you even need systems if you're using docker-compose? As long as your docker daemon starts up, docker compose can do the rest