Live data from Hacker News

Viewing profile — zozbot123

zozbot123

HN member
Joined
Mon, Dec 11, 2017, 3:41 PM UTC
HN karma
326
Public activity
731 items

About zozbot123

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #20040253

    Is there any documentary explaining the situation there better? It's hard to visualize what's happen, it would be a lot more interesting (and macabre) to actually see it.

  3. story
  4. comment
    Comment #20009050

    So what EOS calls BP's, ICON calls P-Rep Nodes?

  5. comment
    Comment #20009028

    Maybe we could all settle on a common insult towards the government then?

  6. comment
    Comment #19543858

    I love any talk that Bryan gives. The gist here seems to be that after the Node.js ecosystem favoring what he called approachability over his wishes to pursue reliability and expre…

  7. comment
    Comment #19444371

    It seems that this decision was made without thinking about actual development and implementation. People who silently believe that this is only a matter of EU let me tell u someth…

  8. comment
    Comment #19282434

    > Structure is really just a decision-acceleration process This is exactly holacracy, teal, and other so-called "flat" leadership models are so inefficient. The power structure is …

  9. comment
    Comment #19262168

    Both 3.7 and 3.8 have so many performance improvements. But still, what people like most about Python is code readability. Performance isn't as important as in the past, because of…

  10. comment
    Comment #19180019

    Sounds potentially useful. My team has been thinking of bringing in someone with more crypto experience for a new project.

  11. comment
    Comment #19164032

    Yo dawg we heard you like merging so we put some pull requests in your pull requests so you can merge while you merge!

  12. comment
    Comment #19163975

    I think what you literally need is a network that is "narrow" but also has many layers. This is because what PR features over simple linear regression is interaction terms, and mul…

  13. comment
    Comment #19161468

    Yup, you can define distinctness of constructive real numbers as two algorithms returning rationals that will differ by more than the approximation error ε they were given as input…

  14. comment
    Comment #19161302

    The whole point of "special education" is that it does things that don't scale to everyone (so it involves guessing who's going to get the most benefit from it, and these are the s…

  15. comment
    Comment #19158219

    No, the point is that it doesn't matter if you "pay people not to work" via unemployment benefits that are stopped when they start working again, or just give them a baseline subsi…

  16. comment
    Comment #19152820

    There are measures of genetic distance that happen to correlate quite nicely with perceived ancestry, even though most genetic variation is not necessarily related to it. It's just…

  17. comment
    Comment #19152011

    > So you can say "free money didn't help people find jobs", or you could say "free money didn't discourage people to seek jobs". The connotation is a bit different. Right. Most per…

  18. comment
    Comment #19151892

    > There's enough starry eyed people that love the idea of working on games enough that they are willing to put up with total abuse Have we tried simpler solutions, like raising awa…

  19. comment
    Comment #19151830

    lwn.net's true solution here is that they open up their archives after a very reasonable delay, right up to the beginning of the site. The "share a subscriber link" is a nice marke…

  20. comment
    Comment #19151805

    If the "owners" of a newspaper don't have final authority about what it publishes, they aren't the real owners/publishers in the first place; they just provide funding to it, and p…

  21. comment
    Comment #19151788

    > You can argue about whether there is clickbait in music and video, but we know that clickbait in journalism is definitely a problem. There definitely is clickbait in video - see …

  22. comment
    Comment #19147735

    Google is actually pretty well optimized for the simplest, most mindless searches. It sucks for anything complex, though - Bing/DDG is a lot better there.

  23. comment
    Comment #19144678

    It does not actually provide memory safety in concurrent scenarios, only for purely sequential code. Given the predicted use-case scenarios for Go, that's pretty much a truck-sized…

  24. comment
    Comment #19144506

    "There are cases where safety lines aren't possible" in programming, too, but such cases should be as rare as possible. Coding C/C++ software in this day and age (or software in an…

  25. comment
    Comment #19144153

    > Rust's 'memory safety' guarantee is different from Go's 'memory safety'. Nope. Rust protects against data races, that are universally considered memory unsafe, given the usual C/…