Live data from Hacker News

Viewing profile — e3b0c

e3b0c

HN member
Joined
Tue, May 05, 2015, 8:44 AM UTC
HN karma
135
Public activity
62 items

About e3b0c

No profile information was provided.

Recent public activity

  1. comment
    Comment #20373515

    If by the wealth you mean land, then yes it's finite. But the ownership of man-crafted things is not. You can always create new apps or websites that generate values. Those man-cra…

  2. comment
    Comment #20075726

    This is definitely a problem worth more innovations. But it should be kept in mind that the core idea of coming up with such a model is literally to design a contract. By recognizi…

  3. comment
    Comment #19843137

    It can be seen as an energy storage technology for renewables.

  4. comment
    Comment #19836622

    > Rognlie, Matthew. 2015. Deciphering the Fall and Rise in the Net Capital Share. Brookings Papers on Economic Activity 46(1): 1–69 The paper briefly mentions it but does not addre…

  5. comment
    Comment #19568900

    In my opinion, `git add -p` should be the default, and a `-a` or alike to forcibly commit the entire working tree. I have developed a habit that I wouldn't feel comfortable if I ha…

  6. comment
    Comment #19468830

    That risk assessment assumes only the technical aspects. But there are still institutional, management and other 'people' issues that could render any engineering guarantee fruitle…

  7. comment
    Comment #19298253

    As far as I know, China's grid and power plants are not run by the government either.

  8. comment
    Comment #19243258

    Has anyone read Schopenhauer's books like The world as will and representation ? His idea doesn't seem to be talked about much. However, I would admit that I don't fully comprehend…

  9. comment
    Comment #19059715

    I recently realized that there are roughly two kinds of people, namely people who are good at symbolic/abstract ideas and people who are good at real/physical/touchable things, whi…

  10. comment
    Comment #19042985

    That assumes the demand and the supply are independent variables. More people would mean smaller pieces if the size of the pie held constant. But what if there are also fewer peopl…

  11. comment
    Comment #19042805

    That would probably be true if all other conditions held constant. However, Silicon Valley can pay handsome money because many companies located there run well and outperform their…

  12. comment
    Comment #19033438

    My point is not about how an individual player gets their enjoyment from the game. Some players would want to beat every other to the death, even in the real world. My point is ind…

  13. comment
    Comment #19033061

    Imagine that we are designing an MMORPG world. We know that individual player would seek to maximize their "gains" and to advance their ranking in the game as a part of the gaming …

  14. comment
    Comment #18965686

    If "the business interests of the upper class" makes governments do all the evils, why do you think this time will be different?

  15. comment
    Comment #18921094

    I learned that Git stores data as DAG at the very beginning when introduced to it. But I came to get clicked until I realized that it is not only a DAG but an immutable one. That i…

  16. comment
    Comment #18917777

    Comparing nuclear waste with other waste like those from manufacturing solar panels does not help. You don't need to build the facilities like the Yucca Moutain Project to contain …

  17. comment
    Comment #18821296

    Monorepo could be a decent choice if your software stack does not require too much external dependencies. Or more precisely, the ratio of own code to the third-party code is reason…

  18. comment
    Comment #18775501

    When talking about "efficient communication" between the computer and the programmer, it does not necessarily imply the characteristics of the runtime performance. For instance, Fo…

  19. comment
    Comment #18767584

    C is a language designed to enable more efficient communication between the computer and the programmer in mind. C++ is a language designed to enable more communication between the…

  20. comment
    Comment #18538769

    > In my opinion, if you're a start-up and you've got all those boxes checked, you're possibly doing the right things in the wrong order, and that's a red flag for me. In my opinion…

  21. comment
    Comment #18515075

    You probably underestimate the mindset difference between the American's skepticism toward the government (as this thread shows) and how the Chinese tend to see their government as…

  22. comment
    Comment #18514594

    Both Chinese and Americans can protest about the US government's scandals on an internet forum hosted on the US, not the other way around though.

  23. comment
    Comment #18514187

    You reasoning misses an important aspect: the incentives. Does China government have the incentives to take the advantages when it has the opportunity? Does Huawei have the incenti…

  24. comment
    Comment #18514135

    The difference is when the US government does something nasty, it's relatively transparent and accountable. It is not the case for the China government.

  25. comment
    Comment #18192646

    Does it also imply that a non-blocking event loop in the userspace application is energy-inefficient? Likewise, given that some OSes APIs (syscalls) provide both non-blocking and b…