Viewing profile — sisalcat
sisalcat
HN member- Joined
- Wed, Apr 23, 2014, 5:44 AM UTC
- HN karma
- -33
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About sisalcat
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #7632473
Yes, I can catch SIGSEGV. And I can catch Java NullPointerExceptions and ArrayIndexOutOfBoundsExceptions. So Java prevents all crashes, lol.
-
comment
Comment #7632444
This prevents buffer overflow errors, but not crashes.
-
comment
Comment #7632439
> it will cause a task failure i.e. a crash.
-
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…