Originally posted by Kuciwalker
View Post
Announcement
Collapse
No announcement yet.
Documentation
Collapse
X
-
With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion.
Steven Weinberg
-
Originally posted by Fve Crathva View PostRule 0 of embedded systems: don't crash the program.
SPWith or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion.
Steven Weinberg
Comment
-
Originally posted by BlackCat View PostChrist, why don't you go get drunk/laid or like and relax a bit ??? First, if it's a batch program, I'll prefer a crash with a reasonable message so I can fix the problem, second, if it's an online, I would like to present the user with a message that the program can't handle the data instead of present wrong results.
Fact: if you are doing high-performance bigint adds then you either already know you aren't overflowing because you checked beforehand, or don't care.
Comment
-
Originally posted by Kuciwalker View PostWTF would they be writing a program like that in pseudo-assembly C?
Fact: if you are doing high-performance bigint adds then you either already know you aren't overflowing because you checked beforehand, or don't care.
I'm a bit curious about your "or don't care" claim - please tell me about the programs that you have written where that was the case.With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion.
Steven Weinberg
Comment
-
Originally posted by BlackCat View PostRule 1 of embedded systems : in case of failure set the FILE_NOT_FOUND flag
http://thedailywtf.com/
Hope that you'll find it entertainingWith or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion.
Steven Weinberg
Comment
-
Suppose you have a 16-bit timer that increments once per millisecond, and its value can be obtained by calling the Now() function. Your program is a simple polling loop (there is no operating system) that calls three independent functions as often as possible:
Code:extern uint16_t Now(); int main() { for (;;) { SaltyOJizzmaster(); PooperButt(); SwellingLabia(); } for (;;); return 0; }
SPI got the Jete from C.C. Sabathia. : Jon Miller
Comment
-
Originally posted by BlackCat View PostI'm a bit curious about your "or don't care" claim - please tell me about the programs that you have written where that was the case.I got the Jete from C.C. Sabathia. : Jon Miller
Comment
-
"The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
Ben Kenobi: "That means I'm doing something right. "
Comment
Comment