Andrew Grant

14,120
reputation
916 views

Registered User

name Andrew Grant
member for 1 year
seen Dec 17 at 1:34
website
location Los Angeles, CA
age 32
Software Engineer working in the video game industry. Specialties are C/C++, OO design, optimization. Currently learning Cocoa / Objective-C.
Dec
7
awarded  Popular Question
Dec
6
awarded  Mortarboard
Nov
16
awarded  Populist
Nov
8
comment How do you position a larger NSImage inside of a smaller NSImageView programmatically?
Yeap, or better yet just create an NSView that draws an NSImage at your desired position.
Nov
7
answered How do you position a larger NSImage inside of a smaller NSImageView programmatically?
Nov
7
comment Floating point again
If you want to ensure that different compilers will provide exactly the same values then you should roll your own sin/cos/tan functions instead of using the stdlib ones provided by the vendor. Or use a third-party library that does this. Naturally these functions cannot call other stdlib routines. Alternatively you could generate a set of trig tables that are stored as a data file and your sin/trig/cos routines would be lookups. I would ask though whether this is really necessary? It's something I've had to do in the past but it's certainly not common.
Nov
7
answered How to determine if scrolling a UITableView was done by tapping the index?
Nov
7
answered Floating point again
Nov
7
answered Implementing a Priority queue with a Conditional Variable in C
Nov
7
revised how to edit video on iPhone ? such as add subtitle …
added 629 characters in body; added 50 characters in body
Nov
7
answered how to edit video on iPhone ? such as add subtitle …
Nov
6
comment Gaming Development vs Corporate Software Development
@TM I don't think they contradict each other. We'll never make an offer based on who has lower salary expectations, but if someone is overpaid that will be a factor in whether they are actually hired.
Nov
6
comment iPhone SDK internet connection detection
I'm not aware of it's current status, but they don't "require" this flag to be set. It's an optional flag for apps that do not have any form of offline mode. The same way there's a flag for apps that only support landscape mode.
Oct
30
accepted unaligned memory accesses
Sep
27
awarded  Popular Question
Sep
22
awarded  Enlightened
Sep
22
awarded  Nice Answer
Sep
15
comment Cloning objects in C#
+1 for copy ctor. You have to manually write a clone() function for each type of object too, and good luck with that when your class hierarchy gets a few levels deep.
Aug
28
awarded  Popular Question
Aug
25
accepted Is there a framewok / API I could use to export iPhone-SDK’s ABRecordRef instances to vCard?
Aug
24
accepted Why are singletons considered to be a bad practice?
Aug
12
awarded  Good Answer
Aug
12
awarded  Yearling
Aug
8
answered graphviz/dot crash (turned out to be caused by faulty installation)
Aug
8
revised graphviz/dot crash (turned out to be caused by faulty installation)
added 67 characters in body
Aug
8
asked graphviz/dot crash (turned out to be caused by faulty installation)
Jul
29
awarded  Nice Answer
Jul
12
awarded  Nice Question
Jul
6
awarded  Notable Question
Jul
1
awarded  Popular Question
Jun
29
comment Tips for developer relocating from Sweden to California
Unfortunately many companies are excluded from the lottery, but if you're not then definitely give it a go. Since moving here I've actually met three people who came here because of it so the odds are definitely better than a typical lottery!
Jun
29
comment Tips for developer relocating from Sweden to California
This was about four years ago, perhaps things have changed. I was an L1-A which might be a little easier than an L1-B. BTW - if at all possible try VERY hard to get your company to give you an L1-A. From their POV it's virtually the same (cost/effort) and just needs a bit of creative writing with respect to your duties, but if you ever plan to stay in the US it makes a huge difference to the greencard process (8 months instead of 2-3 years).