Viewing profile — rhth54656
rhth54656
HN member- Joined
- Tue, Apr 08, 2014, 1:17 PM UTC
- HN karma
- 24
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About rhth54656
Recent public activity
-
comment
Comment #7579206
I remember being ridiculed for having more questions than answers Do you know that StackOverflow does not tolerate abuse and there is a flag option to automatically review any comm…
-
comment
Comment #7579097
(Post is from 2012) Article contains ad hominem and personal opinions. Author is/was personally offended by certain events and his blog provides a source of relief for his distress…
-
comment
Comment #7577077
Thanks, I just tried it and it found an assignment in an assertion that the compiler didn't warn because it wasn't an if statement. I ran it over a couple of old finished projects …
-
comment
Comment #7575868
That is only true if assumed that the rocket will not gather additional energy on the trip. Also the premise that the energy has to be concentrated to a certain are for the rocket …
-
comment
Comment #7575635
The only option for windows is manual compilation using a POSIX library. Any suggestions for a similar tool?
-
comment
Comment #7575185
I believe that is the point. Even more time for the stationary computer to finish the calculation.
-
comment
Comment #7574966
That is actually false from the frame of the traveler. Using constant acceleration, the traveler will observe constant energy usage. Then length contraction will guarantee that you…
-
comment
Comment #7574767
But the more you accelerate the spaceship, the more energy you need, with the energy diverging to infinity as your speed approaches that of light. At some point, your spaceship wil…
- comment
-
comment
Comment #7564827
Indeed, I don't understand that statement either.
-
comment
Comment #7564364
Don't ruin that version with an if statement. Use this and avoid it( and the second array as well ): char * a[] = { "%d\n" , "Fizz\n" , "Buzz\n" , "FizzBuzz\n" } ;
-
comment
Comment #7564175
I know youtube videos are off-topic but this parody on homeopathy is too brilliant not to post. https://www.youtube.com/watch?v=HMGIbOGu8q0
-
comment
Comment #7558058
Can you elaborate what those features are?
-
comment
Comment #7554811
I believe you misrepresented that algorithm. While it is true that Shamir's Secret Sharing is unbreakable if you split the actual clear text among participants, it is not used that…