Live data from Hacker News

Viewing profile — nullcat

nullcat

HN member
Joined
Tue, Feb 09, 2021, 5:41 PM UTC
HN karma
1
Public activity
11 items

About nullcat

No profile information was provided.

Recent public activity

  1. comment
    Comment #26110561

    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.

  2. comment
    Comment #26108646

    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 …

  3. comment
  4. comment
    Comment #26088966

    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? W…

  5. comment
    Comment #26088750

    There's something called a foreign function interface that allows rust to access compiled c++ or c primitives.

  6. comment
    Comment #26085522

    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 lim…

  7. comment
    Comment #26080815

    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 pra…

  8. comment
    Comment #26080786

    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 …

  9. comment
    Comment #26080750

    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.

  10. comment
    Comment #26080702

    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…

  11. comment
    Comment #26080669

    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 …