Serving the Quantitative Finance Community

Search found 145 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 10
by nocturne2
April 2nd, 2007, 4:39 am
Forum: Careers Forum
Topic: D.E. Shaw
Replies: 50
Views: 123939

D.E. Shaw

<t>DE Shaw treated me well. Met a bunch of folks who seem really smart, asking tough brain teasers (the telephone screen is also a BT, which caught me completely off-guard). But after finding out that I was so ignorant as not having heard about efficient market hypothesis, they politely showed me th...
by nocturne2
September 22nd, 2006, 4:24 am
Forum: Careers Forum
Topic: Avoiding the dread "C++ quant developer" position
Replies: 65
Views: 101600

Avoiding the dread "C++ quant developer" position

<t>I am an ex quannabe who gave up because failed and didn't want to retake Teckchek C++. I used to complain a lot on this forum about the C++ accent in QF. Now at MS, ironically I am doing C++ full time in Linux, simply because there's no better choice for performance reasons. I regularly eat 4GB o...
by nocturne2
September 22nd, 2006, 4:06 am
Forum: Programming and Software Forum
Topic: VC++ 2005 vs. gcc/gdb/eclipse/CDT
Replies: 36
Views: 103942

VC++ 2005 vs. gcc/gdb/eclipse/CDT

<t>Last time I checked (~ 1 year ago), Eclipse CDT was not ready for prime time. VS probably has 1000x more man hour behind it, and it showed. Now that I am at MS, it's funny that I am doing most of my coding in emacs/gdb. VS studio is nice, but not as nice as all the things that come preloaded with...
by nocturne2
June 2nd, 2006, 10:48 pm
Forum: Programming and Software Forum
Topic: C++ certification that is useful on a finance resume?
Replies: 22
Views: 112769

C++ certification that is useful on a finance resume?

Having taken Brainbench C++ test and glanced at the content of Cuch's book, I am fairly sure that reading his book will NOT be sufficient to pass this test (JP Morgan, for example, dropped me because I failed Brainbench).
by nocturne2
May 29th, 2006, 1:53 am
Forum: Careers Forum
Topic: Top hedge fund managers average $363M pay
Replies: 3
Views: 104241

Top hedge fund managers average $363M pay

USA Today articleNot a bad profession, wouldn't you agree?
by nocturne2
May 11th, 2006, 12:51 pm
Forum: Programming and Software Forum
Topic: warning C4996
Replies: 5
Views: 109259

warning C4996

Go to the property dialog of your project. Select C++ -> Advanced. On the "Disable Specific Warnings", list the warnings you want to ignore, separated by semicolons. Example: 4996;4267
by nocturne2
May 3rd, 2006, 1:17 pm
Forum: Careers Forum
Topic: Another quanabe rant
Replies: 52
Views: 130717

Another quanabe rant

<t>My understanding: Windows/Office code base is a mixture of C++ and just plain C. Newer, non-infrastructural projects are mostly C#. QuoteI've never known what exactly what to say to people who say they don't like programming yet want to be quants.At the interview I was asked a small C coding prob...
by nocturne2
May 2nd, 2006, 2:03 am
Forum: Careers Forum
Topic: Another quanabe rant
Replies: 52
Views: 130717

Another quanabe rant

<t>I have temporarily revoked my title as nocturne2 quanabe. In this thread I talked about why I became interested in QF a few months back. Since then I have had a lot of fun with Hull, Quantlib, babbling and annoying a few on this forum, while slacking full time at work. I have also hated every min...
by nocturne2
May 1st, 2006, 2:47 pm
Forum: Careers Forum
Topic: ph.d from lower tier university
Replies: 110
Views: 121993

ph.d from lower tier university

TJ may be less annoyed with twofish if the latter uses the term "keep in mind" more sparingly. At times this term can sound condescending.
by nocturne2
April 30th, 2006, 2:37 am
Forum: Careers Forum
Topic: ph.d from lower tier university
Replies: 110
Views: 121993

ph.d from lower tier university

<t>Quote In an interview, I'm obviously not going to be so flippant and informal. For example, my fluent knowledge of English will speak for itself without pointing out, "hey did you happen to notice I have great communication skills? Yea! I'm kick arse!" C'mon. Likewise, I'm not going to draw any c...
by nocturne2
April 30th, 2006, 12:54 am
Forum: Careers Forum
Topic: machine learning in finance?
Replies: 3
Views: 111593

machine learning in finance?

Yes, IBs and hedge funds use machine learning, but under different names like regression, classification, time series forecasting etc. I guess you can put them under computational statistics.
by nocturne2
April 27th, 2006, 6:06 pm
Forum: Programming and Software Forum
Topic: Online Postscript (.ps) to .pdf (Free)
Replies: 4
Views: 108729

Online Postscript (.ps) to .pdf (Free)

Install GhostScript+GhostView, open the ps file with GhostView, and then File->Convert->pdfwriter.
by nocturne2
April 27th, 2006, 1:58 pm
Forum: Programming and Software Forum
Topic: C++ RTTI performance penalty
Replies: 23
Views: 123108

C++ RTTI performance penalty

<t>QuoteOriginally posted by: stuntprogrammerWhen I joined this forum not that long ago, some of my first questions were to try to understand why C++ was so heavily used, since there are other tools that are significantly easier to use/more productive and are good enough for the job. I was seeking t...
by nocturne2
April 26th, 2006, 3:05 pm
Forum: Programming and Software Forum
Topic: C++ RTTI performance penalty
Replies: 23
Views: 123108

C++ RTTI performance penalty

<t>As for Lisp macros and the CLOS (multimethods and such), you've got to see them in action to believe. Sexy is an understatement. Perhaps Sexxxxxxxxxxxxxxxxy? Try to do this is C++/Java/C#: Let's say you're working on a 2D graphics library, with classes like Circle and Square and Triangle, each of...
by nocturne2
April 26th, 2006, 2:24 pm
Forum: Programming and Software Forum
Topic: C++ RTTI performance penalty
Replies: 23
Views: 123108

C++ RTTI performance penalty

<t>QuoteI mentioned ocaml versions of functions for pricing some time back, and how the code was so much more concise and performed equally well. These topics are related. What you often want is to have a fixed set of "things" and then be able to write lots of functions over those things. Functional...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 10