Live data from Hacker News

Viewing profile — sanjeevrad

sanjeevrad

HN member
Joined
Fri, Jan 17, 2014, 11:57 PM UTC
HN karma
26
Public activity
7 items

About sanjeevrad

No profile information was provided.

Recent public activity

  1. comment
    Comment #7080008

    Libraries like STL (which Chromium code uses extensively) and boost are lower-level. Chromium has much higher level abstracts.

  2. comment
    Comment #7080005

    Yes, Chromium would be the technically correct usage, I used Chrome as it is the more familiar term.

  3. comment
    Comment #7079384

    I'm not sure what you mean by "optimized for use in browsers". I can't speak to the other 2, but Chromium is basically a vast collection of C++ cross-platform libraries that can be…

  4. comment
    Comment #7079376

    Will keep that in mind for my next post, thanks.

  5. comment
    Comment #7079357

    The core Chromium codebase itself uses the same license (a BSD-style license). Chromium itself uses certain other third-party libraries that have different licenses.

  6. comment
    Comment #7079342

    Qt is a higher-level application dev framework with UI support (like MFC but cross-platform). We were looking for lower-level constructs - especially in the networking and P2P area…

  7. comment
    Comment #7079338

    You would only link with the net library (and its dependent libraries - like base and crypto)