Viewing profile — azoth_
azoth_
HN member- Joined
- Fri, Apr 05, 2013, 10:41 PM UTC
- HN karma
- 16
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About azoth_
Recent public activity
-
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/
- comment
-
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…
-
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.…
-
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 …
- story
-
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…