HN user

rhth54656

24 karma

[ my public key: https://keybase.io/rhth22; my proof: https://keybase.io/rhth22/sigs/uTe6SNgT48RaGbKE93m2MkvRbC04tiwRmeYbuUXlaP8 ]

Posts0
Comments13
View on HN
No posts found.

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 comment or post. In the rare case that doesn't work out you can directly contact moderators or developers who will actually respond. No community is perfect and you should really consider that options if you were offended. I have yet to see any ridicule that wasn't removed in 15 minutes or less.

(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.

I would comment on every specific paragraph, but the "arguments" are simply absurd.

This kind of post truly deserves to not be read.

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 and it found a problem in each one. Awesome.

Unfortunately it misses a class of errors memcpy would do,( similar to heartbleed ) , if copy size is determined at runtime.

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 to work is wrong. You can have as much energy on as large area as you want without reaching the critical mass and collapsing into a black hole. The rocket can be of any size to work.

Even so, a black hole is the perfect source of energy. Converting mass into energy without loss via hawking radiation. And the mass is collected when moving trough interstellar medium. Such micro black hole( it has to be small to radiate fast enough ) would still weight a lot and moving it would be difficult, but not impossible.

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 will become so energetic that it, too, will collapse into to a black hole.

That is simply wrong. It is called relativity for a reason. An object might be traveling arbitrarily fast, but in its reference frame it is not moving.

That pretty much invalidates that part of the article.

For curious readers: http://physics.stackexchange.com/questions/3436/if-a-1kg-mas...

Unpythonic Python 12 years ago

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" } ;

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 way. The actual use is to use SSS to encrypt and distribute the key used to encrypt the clear text.