Live data from Hacker News

Viewing profile — bitwiseand

bitwiseand

HN member
Joined
Mon, Jan 25, 2016, 10:05 AM UTC
HN karma
67
Public activity
22 items

About bitwiseand

No profile information was provided.

Recent public activity

  1. comment
    Comment #14110767

    Please don't discourage people without having the full view. There are many good low-level teams with software first people. At least in the bay area there are many exciting projec…

  2. comment
    Comment #14110647

    If a system performance is profiled as being dominated by 80% A , 19% B and 1 % C. I'd focus on working on A first to get maximum gains. Amdahl's law gives you the backing as to wh…

  3. comment
    Comment #14110426

    I fully agree with you. It's not just infrastructure but also devices and the surrounding ecosystem. I work in this space and let me assure you there are many jobs with GREAT pay. …

  4. comment
    Comment #14110390

    Writing and designing code that is mindful of latencies (Amdahl's law). Temporal / Spatial locality, avoiding needless copies etc.. This approach needs to start from design and als…

  5. comment
    Comment #14048477

    A self-driving car, as proposed by Waymo and many others, in no way relies just on GPS. These beasts have fusion of many sensors with built in redundancy. Technology improves and e…

  6. comment
    Comment #14038555

    "There are only two hard problems in CS : 1. Naming things. 2. Cache invalidation. "

  7. comment
    Comment #14038554

    "There are only two hard problems in CS : 1. Naming things. 2. Cache invalidation. "

  8. comment
    Comment #13755896

    - Allow an unambiguous, never "played with", chronological timeline. Have a separate view that's your ML playground. I disagree. The alternate to a vision you may not agree with is…

  9. story
  10. comment
    Comment #13447860

    Thanks :)

  11. comment
    Comment #13439939

    Edit: I also wrote my comment because the article is beginner friendly. A lot of beginners will get the right idea about CAP once they go through comments and then back again to yo…

  12. comment
    Comment #13439921

    No need to be sorry. I liked the rest of the article. Thanks for that.

  13. comment
    Comment #13439225

    I liked the article but I feel the CAP theorem is again misquoted; it often leads to misunderstanding. From the article - "but they would still confront the reality of the CAP theo…

  14. comment
    Comment #13351283

    This is essentially same as processes sharing (via Page Table mapping) one .so file AKA Dynamic Linking :).

  15. comment
    Comment #13349161

    AFAIK, this is how docker CoW works. Your read-only parts i.e. base OS / starting point of the image is always shared. As you make changes a per-container R/W layer records those c…

  16. comment
    Comment #13325945

    The 90 reforms were by the same person you are criticizing.

  17. comment
    Comment #13321783

    Do you really think people will install and use PayTm apps overnight in villages ?. Was there any research done on mobile literacy or making things easier in rural areas ? Also, yo…

  18. comment
    Comment #13320455

    "Should we call transportation a failure and put a halt to every mode of transportation (be it autos, cars, buses, trains, planes etc) just because of this statistic or should we w…

  19. comment
    Comment #13319842

    "Seriously? In a populace of a billion the death of 100 people for such a huge economic move is close to nothing." This might be a stat for you but if it was your kin maybe you won…

  20. comment
    Comment #13248115

    Google works with a subsidiary of the Railways called RailTel. A lot of the infrastructure / backbone was supplied by RailTel which allowed the project to move fast.

  21. comment
    Comment #12774258

    I took 213 at CMU. Can't recommend it highly enough. A lot of other intro systems courses are based off that. It is a prerequisite for most classes moving forward at CMU. The textb…

  22. story