HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nullcat

no profile record

comments

nullcat
·5 yıl önce·discuss
At the same time your initial reaction must at the very least say something about how k8 is different from other technologies where you won't have this reaction.
nullcat
·5 yıl önce·discuss
Yeah, I agree. As a billionaire like you, I too wonder why poor people always think I'm stealing money from them. Just because I lowered wages doesn't mean I'm stealing, heck they can go work for someone else if they wanted to... it's not my fault.
nullcat
·5 yıl önce·discuss
Imagine if all real currency was replaced by bitcoin.

How much green house gases would be generated to keep our economic engines going and also who would be genrating this money?

What would the economic outlook of the world look like during covid if it happened in a world where all currency was bitcoin?
nullcat
·5 yıl önce·discuss
There's something called a foreign function interface that allows rust to access compiled c++ or c primitives.
nullcat
·5 yıl önce·discuss
I think it's unrelated. You could say dolphins and whales are "tolerant of hypoxia", yet from their behavior and the layout of their brains it is evident that evolution has not limited "information efficiency" in exchange for "tolerance to hypoxia".
nullcat
·5 yıl önce·discuss
These details aren't important. It's like bench marking C++ and node and then complaining about implementation details. Node should be and is definitively faster then python in practically every bench mark.

I still prefer python over node though, but I can't deny the reality.
nullcat
·5 yıl önce·discuss
Regardless node IS definitively one of the fastest interpreted platforms around. It is well known that it is faster than python. Python wins in other areas, including being a much much better designed language.
nullcat
·5 yıl önce·discuss
Python as an implementation is slow but python as a language is much better designed then javascript. That is the main reason why they are gotos.
nullcat
·5 yıl önce·discuss
That's one factor but there is an overall reason behind performance difference. The main reason is v8 and the inordinate amount of resources google has thrown against that thing to make it ultra fast. You should read up on the people who work on it.
nullcat
·5 yıl önce·discuss
Agreed. The speed difference between Node and Python is well known. v8 is one of the fastest things around. However, it's more than just JIT. There are business reasons behind why Node is so fast. The number of resources google has thrown against developing v8 means that pretty much nothing can surpass it in speed any time soon.

The fact this is on someones blog and posted to the front page means that a lot of people didn't know this. Well guess what, for you guys who don't know.... here's another fun fact: C++ is about 10x faster then node which makes it about 200x faster then python.