Live data from Hacker News

Viewing profile — h8liu

h8liu

HN member
Joined
Fri, Feb 28, 2014, 12:22 AM UTC
HN karma
99
Public activity
36 items

About h8liu

No profile information was provided.

Recent public activity

  1. comment
    Comment #32516647

    Because only US can buy cheap goods and services from the world with printed paper called dollars.

  2. comment
    Comment #27703761

    and the spaceship tech owner can just use that money to build and implement clean energy solutions to revert climate change, and never really need to build the actual spaceships..

  3. comment
    Comment #27703556

    This is like asking if one would pay more taxes, where it is unclear how the tax will be used to improve common good. I bet if you ask people if they are willing to pay $1000 dolla…

  4. comment
    Comment #20206822

    What the author calls "objects" (or "classes") is really often just "interfaces". > An Object is a set of functions that operate upon implied data elements If this is replaced with…

  5. comment
    Comment #20130140

    his point is in the reverse for US.. In China, the companies are the puppies; in US, the government is the puppy. This is probably a very fundamental difference.

  6. comment
    Comment #18712612

    that is a classic textbook dynamic programming (or suffix tree, depends on the size of the set) problem. behind the puzzle, it is the thought about dividing one bigger problem into…

  7. comment
    Comment #18017019

    True, and it is also a major issue for many Chinese companies.. And rather than going to the court for justice, the US place tariffs for a war..

  8. comment
    Comment #18016849

    Like which IP policy? Any specific policy document that you can point out? China has been having IP laws and protection since around 1980, and China government never said once that…

  9. comment
    Comment #17631417

    hmm.. I was not aware that Russ used the word "showstopper" until recently in his tweets, and even if he literally used the word in the past, the word of the meaning was not delive…

  10. comment
    Comment #17630841

    I think the issue is that Russ should have clearly told the dep people that if the showstopper issues are not handled, then he will seek for some other solution, e.g. build one by …

  11. comment
    Comment #17607269

    Package list with dependency graph @smallrepo.com https://smallrepo.com/repos/github.com/google/go-cloud

  12. comment
    Comment #17597155

    fwiw, I maintain a website called smallrepo ( https://smallrepo.com ). It builds go language code together, and maintains an always buildable commit set as a "super repo". If you s…

  13. comment
    Comment #16855808

    [1] says it is from Global Times (which is like a sidekick of People's Daily) People's Daily [2]. Not sure if it has an English translation. [2] https://mp.weixin.qq.com/s/DvQGVmHr…

  14. comment
    Comment #16855719

    related discussion: https://www.quora.com/What-is-your-opinion-on-the-recent-Chi...

  15. comment
    Comment #16047556

    e2e argument: http://web.mit.edu/Saltzer/www/publications/rfc/csr-rfc-185.... Unix: https://people.eecs.berkeley.edu/~brewer/cs262/unix.pdf or pretty much everything here: http://c…

  16. comment
    Comment #15525441

    You are justifying your fear of a rising power, as if you are threatened, and you have all your rights to fear. However, the truth is that the West is still arguably more powerful,…

  17. comment
    Comment #15525318

    Interesting... Chinese people also feel threatened by the West, because they don't trust you. There's not much more to it. They fear that you might abuse your power or use it to de…

  18. comment
    Comment #15308815

    an army of "toddler" developers can overthrow a single hero in terms of productivity, and using a "toddler" programming language makes sure that newly joined "toddlers" can underst…

  19. comment
    Comment #15062513

    apple did not create llvm. llvm started as an academic project, and apple took advantage from its ecosystem -- same as many other companies did.

  20. comment
    Comment #13811762

    Created https://github.com/shanhuio/smlvm A C like language with golang like syntax. Pure Go language implementation. https://shanhu.io/smlvm - shows the dependency structure of th…

  21. comment
    Comment #12050181

    The layout engine is in this package: https://godoc.org/e8vm.io/e8vm/dagvis it is possible to layout any DAG (directed graph with no circles). The dependency graph of golang progra…

  22. comment
    Comment #12049951

    My hobby project, with dependency graph visualized: https://e8vm.io/e8vm Source code: https://github.com/e8vm/e8vm

  23. comment
  24. comment
    Comment #12049649

    No dependency is often not the right dependency. For example, http depends on tcp, because an http stack cannot work or be reasonably tested without a working tcp stack. Yes, the t…

  25. comment
    Comment #11970830

    interesting work. if I am understanding correctly, you are essentially using the randomness generated by the scheduler to produce art pieces. do you have a public link to your work…