1,337 reputation
1028
bio website
location Singapore
age 21
visits member for 2 years, 1 month
seen May 25 at 20:25
stats profile views 433

When the people fear the government, there is tyranny. When governments fear the people, there is liberty.

Current status: sold as cheap, forced labour for 16056 hours


May
19
comment Is function memoization really only for primitives?
cool i didn't know that
May
19
comment Is Google's Go a type-safe language?
i don't get it, does it mean that non-type safe code can actually be compiled? (which isn't possible in c# unless we use dynamics)
May
19
comment Is function memoization really only for primitives?
also is there any specific reason why you are using TryGetValue instead of ContainsKey in your example? (just curious)
May
19
comment Is function memoization really only for primitives?
heys thanks for the help. btw could you help me with my other question that is related to this question? stackoverflow.com/questions/6056060/…
May
19
comment I need a true random number generator web service
@CodeInChaos good you've just proved yourself wrong 3 posts above
May
19
asked Is Google's Go a type-safe language?
May
19
revised is GAE an infrastructure capable of hosting an app used by millions of active users?
deleted 3 characters in body
May
19
comment is GAE an infrastructure capable of hosting an app used by millions of active users?
harding thx for the updates. I've updated accordingly
May
19
revised is GAE an infrastructure capable of hosting an app used by millions of active users?
deleted 101 characters in body; edited tags; added 39 characters in body
May
19
comment is GAE an infrastructure capable of hosting an app used by millions of active users?
@Dean Harding Whether you can run on AppEngine is largely relevent even if you are the target of a google acquisition
May
19
accepted How do cloud platforms-as-a-service measure CPU time?
May
19
comment Is function memoization really only for primitives?
yes i'm trying to create some sort of generic memoization utility function
May
19
comment Is function memoization really only for primitives?
its not just an example, its the actual code I'm using
May
19
comment Is function memoization really only for primitives?
yes i'm trying to provide a general-purpose memoization function. Mize is short for Memoize
May
19
comment I need a true random number generator web service
@CodeInChaos so why are they not good enough for online casinos which is not a security related use but a money related one
May
19
comment I need a true random number generator web service
@quant_div read the comments in my question. You'll be surprised at how transparent things are. Often they do tell you exactly what they are doing and even with pictures (its nice to brag about having this kind of hardware). In fact that's what the people at random.org are doing. in fact, Say you use any third party web service (mashup). How would you go about determining that service is doing as it says it will? Trust is a very important factor here. Without that mashups would be useless.
May
18
comment I need a true random number generator web service
@CodeInChaos i need a good simulation for my economics/investment game. Perhaps we can argue on the definition of "good" in another thread? This thread has a clear question, and I've provided my current situation as requested. why are you posting stuff like "Hey you don't need a merce benz, a bike will do fine for you" when I've clearly stated a bike is not fine and when your posts doesn't guide the question towards its answer at all?
May
18
comment I need a true random number generator web service
@ba__friend yep i've definitely got that part. In fact I've read every single word on that entire domain but still can't get it to work: stackoverflow.com/questions/6041632/…
May
18
comment I need a true random number generator web service
@CodeInChaos did you happen to read my second edit 12 hours ago? (I've no idea why you are talking about compromised servers / cryptographic breakthroughs / breaking my SSL connection (am I even using SSL?)). A true random number generator though related to cryptography is completely a different entity altogether
May
18
asked Is function memoization really only for primitives?