Live data from Hacker News

Viewing profile — WmyEE0UsWAwC2i

WmyEE0UsWAwC2i

HN member
Joined
Wed, Aug 12, 2015, 5:36 PM UTC
HN karma
151
Public activity
68 items

About WmyEE0UsWAwC2i

No profile information was provided.

Recent public activity

  1. comment
    Comment #34326061

    For me the checklist would be: 1. Sleep quality 2. Nutrition quality 3. Exercise 4. Lifestyle First make sure that all the above is in check.

  2. comment
    Comment #33563089

    At some point the search filed stooped searching. It is something like: * Here is the most popular results that are slightly relevant to your query. E.g. African war lord will pull…

  3. comment
    Comment #32946760

    You make an interesting point but the same problem is now on the hands of the political regime(hopefully a wide segment of society) to decide the value of things.

  4. comment
    Comment #32946398

    What about taking the ore to sea level and doing the process there. It's downhill. This is the greatest flaw in markets. It's said that markets compute the right values for trade g…

  5. comment
    Comment #32004344

    But should apple we liable when they, or any other organization making such claims, inevitably fail to protect their users? I think their should.

  6. comment
    Comment #31685464

    I found reading books, like novels, helps to build the necessary skills to chain complex ideas together in "real time".

  7. comment
    Comment #31226448

    This seems like the more ethical approach with regards to giving credit to the original author. I've seen projects (on GitHub, won't call them out) get bad reputation when the main…

  8. comment
    Comment #30403906

    I'm no historian, but I really enjoy this podcast. I feel a bit of guilt knowing that a whole civilization had to fall to produce each of these episodes. This is really expensive t…

  9. comment
    Comment #29151477

    DRM doesn't work in games, go to a torrent site to see all the failed attempts. 1. It costs money 2. It makes the product worse(slower, less portable,etc...) for your _ paying _ cu…

  10. comment
    Comment #28891071

    I don't think that's the best way to use Optional in java. In particular the use of isPresent & get kind of defeats the purpose. Should be something along the lines : ... sum = 0 o…

  11. comment
    Comment #28845913

    That dashboard was gold. RIP.

  12. comment
    Comment #28693283

    One of The Osterholm update's video (a podcast) was censored for spreading "misinformation". I hope they can survive this.

  13. comment
    Comment #27996671

    M4 syntax looks that way because it has to work for arbitrary text files. Quotes can be redefined to an arbitrary string changequote(`[[[', `]]]') And some editor give you syntax h…

  14. comment
    Comment #27828722

    1. Paying customers get worse experience than pirates. 2. Your software lifespan is reduced. (Worst if you use 3rd party DRM). 3. The company pay for something that 99% of the time…

  15. comment
    Comment #27828676

    I believe I understand your point, but there these options (as I see things): 1. There is little correlation, but there is actual causation (e.g: a cricle) 2. There is correlation,…

  16. comment
    Comment #27806557

    DRM: make your product worse for your paying customers.

  17. comment
    Comment #27771954

    When someone mentions correlation, they imply a linear relation between the correlated variables and a range of values for which that relation is valid. Only when that model is fur…

  18. comment
    Comment #27591748

    Sounds like https://dhall-lang.org/

  19. comment
    Comment #27275818

    Does this applies to Haskell? I tried a project that pulled the lens library and it exceeded the memory/time limitations (in 2019)

  20. comment
    Comment #27010512

    This should bear consequences for YouTube as they have enabled such brutal treatment on this woman and many others.

  21. comment
    Comment #26894877

    I agree with the sentiment. For a project of this magnitude maybe it comes to develop some kind of static analysis along with refactoring the code to make the former possible. As p…

  22. comment
    Comment #26593758

    Nassim Taleb, Antifragile

  23. comment
    Comment #26407639

    I know a community that held the event after being rejected to ensure that the "processes" where still in place for the future. They are now on the list again (haskell). I think GN…

  24. comment
    Comment #26069510

    True. But I believe this is a case where correctness and clarity are the paramount concerns. There should be a public reference implantation of these methods if they are going to b…

  25. comment
    Comment #25852930

    Thia avoids collisions as long as the process takes less than one unit of time to complete. If not, processes that take more than one unit will overlap eventually[0] [0] Advent of …