Viewing profile — theg5prank
theg5prank
HN member- Joined
- Sat, Apr 13, 2013, 2:57 AM UTC
- HN karma
- 29
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About theg5prank
No profile information was provided.
Recent public activity
-
comment
Comment #34536985
There's no mandated order between compilation units. It's a problem significant enough to have its own snarky name: the Static Initialization Order Fiasco https://en.cppreference.c…
-
comment
Comment #34461791
The defining feature of the War on Terror is that it is never over.
-
comment
Comment #34062547
Objective-C++ was introduced in the early aughts ( https://luminaryapps.com/blog/objective-c-a-history/index.ht... says 2002; I remember watching the WWDC video in which it was int…
-
comment
Comment #32760502
It actually doesn’t have ppc64 either. Just 3 slices.
-
comment
Comment #32758131
It only has i386, ppc, and arm64 slices. So, an Intel Mac running recent macOS won't be able to launch it as it does not have an x86_64 slice (32-bit x86 execution having been remo…
-
comment
Comment #24724480
https://en.wikipedia.org/wiki/Channel_I/O
-
comment
Comment #24256401
> I know what's going on and my comment was sufficiently accurate to get the point across in 1 sentence. I wasn't exactly intending to get into a lecture on MRO here. I was trying …
-
comment
Comment #24256256
> My point was what I said: you can have your cake and eat it too. You claimed the issue was due to a lack of a super keyword and I showed you it would not occur even if C++ had su…
-
comment
Comment #24256108
> It's emphatically not "having a super keyword" or not having it. That's a red herring. Visual C++ has __super and yet it doesn't suffer from this: it errors with "ambiguous call …
-
comment
Comment #24255985
That's not at all what Python does. It linearizes the inheritance hierarchy for the purposes of superclass attribute lookup, in an attempt to solve some aspects of the diamond prob…
-
comment
Comment #24255906
That, and: I forgot to mention that not using the super builtin can also lead to unintentionally calling a method twice or more for the same base class in a diamond situation (note…
-
comment
Comment #24255741
Now your class C can't necessarily be used in a multiple inheritance hierarchy with some other class D, and a class E that inherits from C and D, as C hardcodes what its parents ar…
-
comment
Comment #12117167
The fuel for the large majority of the fusion energy in a thermonuclear weapon is lithium deuteride, a solid. But here's some theories now how this works, one of which is changing …
-
comment
Comment #6303542
1. Because that doesn't fix the vulnerability, only narrows the window in which the exploit works. 2. Because it breaks the "ttl" feature of sudo for people who log in and out freq…
-
comment
Comment #5794160
They can still get you if you invoke SSH on the remote, as the password is sent to the remote machine one character at a time, then forwarded on to your ultimate destination all at…
-
comment
Comment #5668870
I think you may be missing the point. These rings are given to graduating engineers not as a beautiful object of congratulations for their achievements, but as a token designed to …