Click here to Skip to main content
15,900,461 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Great intelligent joke for the filtering AI algorithm PinPopular
PIEBALDconsult24-Mar-15 14:43
mvePIEBALDconsult24-Mar-15 14:43 
GeneralRe: Great intelligent joke for the filtering AI algorithm Pin
Sander Rossel24-Mar-15 20:57
professionalSander Rossel24-Mar-15 20:57 
GeneralRe: Great intelligent joke for the filtering AI algorithm Pin
Agent__00724-Mar-15 16:58
professionalAgent__00724-Mar-15 16:58 
JokeI know one, too... PinPopular
Agent__00724-Mar-15 17:01
professionalAgent__00724-Mar-15 17:01 
GeneralRe: I know one, too... Pin
Sander Rossel24-Mar-15 20:57
professionalSander Rossel24-Mar-15 20:57 
GeneralRe: Great intelligent joke for the filtering AI algorithm Pin
Dan Neely25-Mar-15 3:23
Dan Neely25-Mar-15 3:23 
GeneralRe: Great intelligent joke for the filtering AI algorithm Pin
Sander Rossel25-Mar-15 6:33
professionalSander Rossel25-Mar-15 6:33 
GeneralCount your nines... Pin
Afzaal Ahmad Zeeshan24-Mar-15 13:03
professionalAfzaal Ahmad Zeeshan24-Mar-15 13:03 
I was testing how many 9s would it take to make CPU work for a long time... I tried creating a loop, for count the result, Smile | :)

C#
// loops and res are both of "long" type
for (var i = 0; i < loops; i++)
{
   res += i;
}


I did wrap it in an async model to run the timer for updating the UI. The interesting thing for me was, using 0-8 9s (9, 99, 999...) took only a fraction of 1 second to perform the calculation, when I added 9th 9 it took 7 seconds. Just when I typed another 9, it... well is working still. 438 seconds have passed on this calculation and still result isn't there. Sigh | :sigh:

It reminds me of the "Transistor as an amplifier" term, after all "nine billion nine hundred ninety-nine million nine hundred ninety-nine thousand nine hundred ninety-nine" is really a very big quantity. Laugh | :laugh:
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: Count your nines... Pin
Daniel Pfeffer24-Mar-15 22:20
professionalDaniel Pfeffer24-Mar-15 22:20 
GeneralIt's not just StackOverflow. PinPopular
Pete O'Hanlon24-Mar-15 12:30
mvePete O'Hanlon24-Mar-15 12:30 
GeneralRe: It's not just StackOverflow. Pin
Afzaal Ahmad Zeeshan24-Mar-15 12:44
professionalAfzaal Ahmad Zeeshan24-Mar-15 12:44 
GeneralRe: It's not just StackOverflow. Pin
Sander Rossel24-Mar-15 13:06
professionalSander Rossel24-Mar-15 13:06 
GeneralRe: It's not just StackOverflow. Pin
F-ES Sitecore24-Mar-15 15:57
professionalF-ES Sitecore24-Mar-15 15:57 
GeneralRe: It's not just StackOverflow. PinPopular
User 5924124-Mar-15 16:36
User 5924124-Mar-15 16:36 
GeneralRe: It's not just StackOverflow. Pin
Johnny J.24-Mar-15 20:30
professionalJohnny J.24-Mar-15 20:30 
GeneralSome posts should be rejected by AI Pin
Richard Givis24-Mar-15 12:11
Richard Givis24-Mar-15 12:11 
GeneralRe: Some posts should be rejected by AI PinPopular
Pete O'Hanlon24-Mar-15 12:15
mvePete O'Hanlon24-Mar-15 12:15 
GeneralRe: Some posts should be rejected by AI Pin
OriginalGriff24-Mar-15 12:18
mveOriginalGriff24-Mar-15 12:18 
GeneralRe: Some posts should be rejected by AI Pin
den2k8824-Mar-15 21:58
professionalden2k8824-Mar-15 21:58 
GeneralRe: Some posts should be rejected by AI Pin
Cornelius Henning24-Mar-15 12:20
professionalCornelius Henning24-Mar-15 12:20 
GeneralRe: Some posts should be rejected by AI Pin
Mark_Wallace25-Mar-15 0:44
Mark_Wallace25-Mar-15 0:44 
GeneralRe: Some posts should be rejected by AI Pin
Cornelius Henning25-Mar-15 1:30
professionalCornelius Henning25-Mar-15 1:30 
GeneralRe: Some posts should be rejected by AI Pin
Richard Givis25-Mar-15 4:09
Richard Givis25-Mar-15 4:09 
GeneralRe: Some posts should be rejected by AI Pin
patbob25-Mar-15 5:27
patbob25-Mar-15 5:27 
GeneralRe: Some posts should be rejected by AI Pin
OriginalGriff24-Mar-15 12:20
mveOriginalGriff24-Mar-15 12:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   488 votes