Live data from Hacker News

Viewing profile — jrziviani

jrziviani

HN member
Joined
Fri, Mar 18, 2016, 8:24 PM UTC
HN karma
-3
Public activity
15 items

About jrziviani

No profile information was provided.

Recent public activity

  1. comment
    Comment #22719626

    The way Edmond escapes the prison was the best thing I've ever read.

  2. comment
    Comment #21936649

    I don't know. But Europe did that for centuries in Latin America, Africa, India, and got very rich with that. Ok, they didn't know how dangerous it could be. But now Europe has the…

  3. comment
    Comment #21935867

    Is Macron saying anything about "world intervention" as well? Otherwise it might look like Europe is only interested in forests that compensate their CO2 emissions. Should I stop b…

  4. comment
    Comment #21935804

    https://en.wikipedia.org/wiki/Dry_season ...and check out the references.

  5. comment
    Comment #21935444

    Not even close to the noise made here: Macron (and Hollywood artists) lying about "world lung", Europeans threatening us with economic sanctions, fake news everywhere (old pictures…

  6. comment
    Comment #21934885

    Why aren't Europe, Greta, Hollywood artists screaming their head off just like they did at Brazil/Amazon Forest on June?

  7. comment
    Comment #21308641

    Great advice! I just want to bold that "Save your money, invest, continually try to increase your salary" part. Almost every country on Earth is good to wealthy people, so find you…

  8. story
  9. story
  10. story
  11. comment
    Comment #11413141

    Yes, you'll get a segmentation fault, consider this code, compiled with debug information: #include using namespace std; class myclass { public: virtual int sum(int a, int b) { ret…

  12. comment
    Comment #11412920

    I didn't understand why my point was downvoted, anybody who likes to know how things work on backstage or likes to hack stuff would find it interesting. Sure, undefined behavior ca…

  13. comment
    Comment #11411408

    It's possible to have 'this' == NULL. Consider the code: #include using namespace std; class myclass { public: int sum(int a, int b) { cout sum(10, 11) this will print: 0 21 And it…

  14. story
    Accessing virtual machine console via web(sockets)

    Kimchi is a html5 GUI for Qemu/KVM, the newest release now supports accessing any VM serial console via web, as alternative to VNC. http://ziviani.net/2016/web-serial-console https…

  15. story