Viewing profile — jrziviani
jrziviani
HN member- Joined
- Fri, Mar 18, 2016, 8:24 PM UTC
- HN karma
- -3
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About jrziviani
No profile information was provided.
Recent public activity
-
comment
Comment #22719626
The way Edmond escapes the prison was the best thing I've ever read.
-
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…
-
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…
-
comment
Comment #21935804
https://en.wikipedia.org/wiki/Dry_season ...and check out the references.
-
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…
-
comment
Comment #21934885
Why aren't Europe, Greta, Hollywood artists screaming their head off just like they did at Brazil/Amazon Forest on June?
-
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…
- story
- story
- story
-
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…
-
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…
-
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…
-
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…
- story