Live data from Hacker News

Viewing profile — kostyash

kostyash

HN member
Joined
Wed, Aug 17, 2016, 10:12 AM UTC
HN karma
11
Public activity
5 items

About kostyash

No profile information was provided.

Recent public activity

  1. comment
    Comment #14040522

    How sweet, the study that guardian refers returns 404: http://www.greenpeace.org/international/en/silentkillers/

  2. comment
    Comment #13590644

    The first company in the list should be Google.

  3. comment
    Comment #12473012

    To make it possible Ukraine and Chine will need to redevelop many technologies that were used to build Mriya. The technologies were gone when USSR collapsed.

  4. comment
    Comment #12304338

    Agree, that multi-threading probably the best choice for CPU-intensive applications. But for databases or http-servers multi-process + coroutines/fibers can be a better solution. F…

  5. comment
    Comment #12303555

    It sounds like if you use threads and fork it might be a disaster. Its true, but the author blames only fork and skip the second part of the problem, threads. This is not fair, bec…