|
Search
-
[quote user="morbiuswilters"]If anyone reading this is creating a new language, please do not have arrays start at zero.[/quote]
WTF?? If anyone is reading this and considering creating a new language with 1-based arrays, please commit suicide right now. Or take a few math courses above elementary-school level (or above high-school if ...
-
[quote user="Ben L."]
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2012-09-14 14:30:03 ....A 3298098513 3342627685 BlackMesa/BlackMesa.7z
2012-09-14 13:55:01 ....A 827720 687962 BlackMesa/BlackMesa-Setup.exe
2012-09-14 ...
-
This is interesting. Can you say "click-through license agreement"?
-
[quote user="Severity One"] At work, we have the genders (that's at least what we call them) MALE, FEMALE and UNKNOWN. But the latter is for when we don't know, not when the customer isn't quite sure him/her/itself.
[/quote]
That's TRWTF. Obviously it should be MALE, FEMALE, and FILE_NOT_FOUND.
-
TRWTF is threads. If you have any programmer on your team with less than 20 years of experience, you have no hope of making a multi-threaded program work correctly.
-
[quote user="Ben L."]
O(1000n2) and O(n2) are the same order.[/quote]
You guys are using the same word to mean "order of magnitude" on the one hand, and "asymptotic complexity" on the other hand.
-
[quote user="ender"]Speaking of trackpads, why the hell do so many recent models do away with physical buttons? Trying to do a right-button drag is nearly impossible on those.[/quote]
Because Apple makes trackpads without buttons. Whenever Apple makes something different, they get slavishly copied by the PC industry within 6 months. ...
-
[quote user="jetcitywoman"][...] and by all of us doing that we'd be less likely to miss something.[/quote]
There is one thing you are more likely to miss: the deadline.
-
[quote user="VinDuv"]you could expect the driver to have a somewhat nice API for programs to control relays (for instance, something like ioctl(relay_card, ENABLE_RELAY, 2);). But of course, it wasn’t the case. The driver implemented two operations:
When a byte is written to the device file
copy this byte ...
-
[quote user="configurator"]
I like
this.left = config && config.left || -0.5;
[/quote]
Are you sure it works even if config.left is equal to 0 ?
|
|
|