Live data from Hacker News

Viewing profile — azoth_

azoth_

HN member
Joined
Fri, Apr 05, 2013, 10:41 PM UTC
HN karma
16
Public activity
7 items

About azoth_

Ph.D. student at the University of Southern California. www.ultimatepenultimate.net

Recent public activity

  1. comment
    Comment #9881588

    There is a company that already makes a Tsunami survival capsule, though it is only designed to float on water: http://survival-capsule.com/

  2. comment
  3. comment
    Comment #8194854

    In modern C++ these loops could alternatively be written as: std::vector myVec; for( auto it = myVec.begin(); it != myVec.end(); ++it ); or if you prefer the external begin/end syn…

  4. comment
    Comment #7463670

    I'm one of the co-developers of cereal. cereal is a serialization library much like Boost serialization, but written in modern C++ (C++11) with an emphasis on being easy to extend.…

  5. comment
    Comment #7460276

    cereal is a serialization library much like Boost serialization, but written in modern C++ (C++11) with an emphasis on being easy to extend. It currently supports binary, XML, and …

  6. story
  7. comment
    Comment #5501506

    Petman isn't doing any kind of active sensing (vision, radar/lidar, etc) in these videos. The clothing has nothing to obstruct other than movement, but it looks baggy enough such t…