Serving the Quantitative Finance Community

Search found 22 matches

  • 1
  • 2
by MichaelL
July 15th, 2010, 8:23 am
Forum: Careers Forum
Topic: Salary Converstion
Replies: 9
Views: 26905

Salary Converstion

Thanks to Hemingway and everyone for the suggestions.
by MichaelL
July 14th, 2010, 9:53 am
Forum: Careers Forum
Topic: Salary Converstion
Replies: 9
Views: 26905

Salary Converstion

<t>I hope some Rec. Consultants can help. I may need to negotiate a salary with a firm in Singapore, I'm currently based in London.I've been asked for salary expectations. I know that I would need to take into consideration, tax, cost of living etc...,but could some friendly recruitment consultant s...
by MichaelL
February 18th, 2009, 3:38 pm
Forum: General Forum
Topic: Social unrest
Replies: 27
Views: 47304

Social unrest

<t>I'd skip Fiji, Bainimarama the military ruler took over in 2006. The military took over from indigenous Fijian's, there is now an Indo-Fiji military government. Tonga too has had its fair share of unrest , some of it the result of cash-for-passports immigration from China. If it was the South Sea...
by MichaelL
November 7th, 2008, 2:14 pm
Forum: General Forum
Topic: Susquehanna pronounciation trivia quiz
Replies: 7
Views: 49143

Susquehanna pronounciation trivia quiz

<t>QuoteOriginally posted by: dazmbkHow do you pronounce the following:For one point:Susquehanna (sus ka hana?)For three points:Jeff Yass (jass with a silent j?)For ten points:Bala Cynwyd (bala kin wid?)Cheers.Wikipedia if your friend ... Bala Cynwyd lies in the Welsh Tract of Pennsylvania, and was ...
by MichaelL
May 15th, 2008, 11:52 am
Forum: Programming and Software Forum
Topic: HPC thread
Replies: 47
Views: 96335

HPC thread

<t>QuoteOriginally posted by: TraderJoe[/bIn no way an endorsement , but many a company/organisation has run aground by underestimating microsoft. They have the brand, money, muscle and the programmers.We'll see.Less the programmers. They have the programmers that produced Vista. I rest my case M'Lu...
by MichaelL
May 2nd, 2008, 3:39 pm
Forum: Programming and Software Forum
Topic: Certified Trading System Developer (CTSD)?
Replies: 15
Views: 114789

Certified Trading System Developer (CTSD)?

<t>Just a personal view, but '** Certified ' on a CV is something that I immediately ignore at best. I think for Oracle DBA's maybe it would be useful, I don't really know. But really I've found such certifications for developers to be meaningless, in practice. Through experience, I'm actually wary ...
by MichaelL
February 26th, 2008, 12:31 pm
Forum: General Forum
Topic: Model Library Interface - how should I approach?
Replies: 4
Views: 59558

Model Library Interface - how should I approach?

<t>QuoteOriginally posted by: fremih01I am about to start writing a new model lib in C#/C++ and have many thoughts how the interface should be defined. The model lib will be called from another system and excel. I want to have the flexibility to script my products and have all the in-house models un...
by MichaelL
February 22nd, 2008, 4:35 pm
Forum: Careers Forum
Topic: how to position for a quant management role
Replies: 2
Views: 58794

how to position for a quant management role

<t>QuoteOriginally posted by: congaI've been working in software businesses for over 20 years and in banking and finance for over 6. Most of my finance work has been as a coder and/or model builder.Since moving into banking and finance I have seen a great need for 2 things:First, people with quantit...
by MichaelL
February 22nd, 2008, 3:28 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<r>QuoteOriginally posted by: brownie74On the subject of interfaces decoupling from implementation.You are merely removing an explicit coupling and replacing with an implicit one.Mapping code to/from canonical form is semantically the same as an API call.I'd recommend this book:Large-Scale C++ Softw...
by MichaelL
February 22nd, 2008, 12:35 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: brownie74Coding to interfaces: the most misused "OO" concept.You write a class, extract an interface and make your class implement the interface. Then, do you expect a second class to be able to implement that interface sensibly?You cannot generalise from a sample of 1....
by MichaelL
February 22nd, 2008, 9:05 am
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: CuchulainnIn that case, I do _not_ agree. Java is OO and has no procedures. You _cannot_ program in a non-OO way in Java, with the exception of generics in 1.5!Of course you can, I've seen awful non-OO Java code, A "class" full of statics and huge methods - its just (ba...
by MichaelL
February 21st, 2008, 2:02 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: CuchulainnQuoteYou are not forced to do OO programming in Java. Class do not imply OO. You can make everything static if you like and follow a procedural style. You can write functional style in Java. You have functors/currying - anonymous inner classes.Nope, no, nicht,...
by MichaelL
February 21st, 2008, 1:22 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: brownie74Smart pointers, reference counting, writing new() to work off your own pool of memory, in C++ ... Java is better because there are less ways to skin a cat. I agree with most of what you said. But the above, I'm not so sure. Java is better in many cases (blotter...
by MichaelL
February 19th, 2008, 4:26 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: jawabeanQuoteOriginally posted by: MichaelLgetting decent Java developers is very very difficultit's hard to find good developers regardless of the language. i've wroked with some finest developers who do Java. there's a lot of Java developers, because C++ is on the bri...
by MichaelL
February 19th, 2008, 4:23 pm
Forum: Programming and Software Forum
Topic: C++ vs. Java
Replies: 85
Views: 134329

C++ vs. Java

<t>QuoteOriginally posted by: jawabeanQuoteOriginally posted by: MichaelLIf you want 'more OO' then you'd pick Objective-C or Smalltalk or Ruby.what makes u think that Objective-C or Smalltalk are more OO than C++? do u know Smalltalk?Yes I know Smalltak, at one point Bankers Trust had their own lan...
  • 1
  • 2