Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 28th, 2006, 6:40 PM   #11
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The logic may be fine, but the timing is somewhat off. Come back for the printout after your vacation in a galaxy far, far away.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 28th, 2006, 6:56 PM   #12
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,207
Rep Power: 5 grumpy is on a distinguished road
For some reason, this reminds me of a guy who was a year into his PhD when I started mine. His thesis was concerned with modelling climatic patterns during a particular interval in the Permian period (ballpark 250 million years ago). For this work he employed a rather large bit of Fortran code that took a pile of data and crunched it. A large part of his time was spent chasing down access to spare cycles on supercomputers, setting the software running and interpreting the reams of data coming back. He then found an anomaly in the data coming back which turned out to be caused by a small error in the coding of one of the inner loops of the program ......
grumpy is offline   Reply With Quote
Old Apr 29th, 2006, 8:37 AM   #13
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by grumpy
For some reason, this reminds me of a guy who was a year into his PhD when I started mine. His thesis was concerned with modelling climatic patterns during a particular interval in the Permian period (ballpark 250 million years ago). For this work he employed a rather large bit of Fortran code that took a pile of data and crunched it. A large part of his time was spent chasing down access to spare cycles on supercomputers, setting the software running and interpreting the reams of data coming back. He then found an anomaly in the data coming back which turned out to be caused by a small error in the coding of one of the inner loops of the program ......
I may hope it didn't ruin the first year of his PhD.

What was your thesis concerned with?
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Apr 29th, 2006, 9:12 AM   #14
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,207
Rep Power: 5 grumpy is on a distinguished road
Quote:
Originally Posted by nnxion
I may hope it didn't ruin the first year of his PhD.
No, fortunately. Most of his work in the first year (as in a lot of PhD projects) was building knowledge of the problem domain. He picked up the error in the code (which was something he was provided with) through analysis.
Quote:
Originally Posted by nnxion
What was your thesis concerned with?
Broadly, geophysics and geostatistics. More specifically, numerical stability of some techniques for seismic signal processing and of some techniques used for estimation of spatial distribution of minerals in ore deposits.
grumpy is offline   Reply With Quote
Old Apr 29th, 2006, 9:19 AM   #15
Jessehk
The Oblivious One
 
Jessehk's Avatar
 
Join Date: May 2005
Location: Ontario, Canada
Posts: 641
Rep Power: 4 Jessehk is on a distinguished road
Quote:
Originally Posted by grumpy
Broadly, geophysics and geostatistics. More specifically, numerical stability of some techniques for seismic signal processing and of some techniques used for estimation of spatial distribution of minerals in ore deposits.
We have a doctor among us!
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS!
Jessehk is offline   Reply With Quote
Old Apr 29th, 2006, 10:11 AM   #16
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,207
Rep Power: 5 grumpy is on a distinguished road
If it hurts too much, take an aspirin and lie down, Jessehk. Oh, bugger, I'm not allowed to prescribe that......
grumpy is offline   Reply With Quote
Old Apr 29th, 2006, 11:51 AM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
We non-docs go ahead and prescribe, anyway. On the other hand, you can do as my daughter and get a medical degree as well as another non-medical degree.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 29th, 2006, 6:26 PM   #18
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,207
Rep Power: 5 grumpy is on a distinguished road
I'm just imagining the result if your daughter became a surgeon. Medicos, when they complete PhDs, revert to calling themselves Mister. Introducing your daughter as "Mr <her name>" would be a novelty.

Historically, some English king had his life saved by a medico in the middle ages, and decided to award an honoury title of "doctor" to all medicos. Before that, the only way to be called "Dr" was to have completed PhD studies. That left a problem for people who did PhD's in medicine (presumably studies involving advanced use of leeches amd similar things in those days) as they no longer had a title to distinguish themselves from garden-variety medicos. So, PhDs in medicine now refer to themselves as "Mr".

One reason why people with PhDs sometimes accuse medical practitioners of not being real doctors.....

Last edited by grumpy; Apr 29th, 2006 at 6:54 PM.
grumpy is offline   Reply With Quote
Old Apr 29th, 2006, 7:30 PM   #19
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
She got the medical degree (a DDS) first, but the Ph.D is medically-related, also. I just call her 'dinkbutt', but I may try the Mr. thing and see how it flies .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 30th, 2006, 1:24 AM   #20
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,207
Rep Power: 5 grumpy is on a distinguished road
Hmmm...... women like to cause pain to men, and a female dentist ....
grumpy is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:53 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC