Live data from Hacker News

Viewing profile — sisalcat

sisalcat

HN member
Joined
Wed, Apr 23, 2014, 5:44 AM UTC
HN karma
-33
Public activity
6 items

About sisalcat

No profile information was provided.

Recent public activity

  1. comment
    Comment #7635788

    The first one (string with variable interpolation) is not internationalizable, only the third one is. > the third has ordering issues In Go you can specify the order in format stri…

  2. comment
    Comment #7632502

    That's a strange definition of "crash" you have there. I should go tell my customers next time that their programs definitely didn't crash.

  3. comment
    Comment #7632473

    Yes, I can catch SIGSEGV. And I can catch Java NullPointerExceptions and ArrayIndexOutOfBoundsExceptions. So Java prevents all crashes, lol.

  4. comment
    Comment #7632444

    This prevents buffer overflow errors, but not crashes.

  5. comment
    Comment #7632439

    > it will cause a task failure i.e. a crash.

  6. comment
    Comment #7632355

    From the project home page: "prevents almost all crashes (in theory)" How does it prevent index out of bounds errors and division by zero? No, not even in theory. What a ridiculous…