Rats Are Smart Players of Prisoner's Dilemma
This is thought-provoking: http://blog.the-scientist.com/2010/03/25/amazing-rats/
Does this imply that rats form a mental model of their opponent's agency?
more ...This is thought-provoking: http://blog.the-scientist.com/2010/03/25/amazing-rats/
Does this imply that rats form a mental model of their opponent's agency?
more ...U. Utah's Matt Might has implemented lambda expressions in C++, so for instance:
Function2<int,int,int> h(int a, int b) {
return lambda<int> (x,y) --> a*x + b*y ;
}
the value of h(3,4)(1,1) is 7.
This thought-provoking post on /dev/why!?! argues that backward compatibility is the root cause of the new iPhone restrictions. The argument is summed up in this quote:
more ...I can think of incidents where Apple reverted OS changes, dumped new APIs, or was forced to committing massive engineering resources to something …
My assertion that the iPhone license phrase "Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine" can only mean zero code generation has been questioned. Here's why I stand by that assessment (and consider the clause beyond the pale).
Let …
more ...MMT: Exploiting Fine-Grained Parallelism in Dynamic Memory Management, Tiware et al. is worth reading if you are interested in systems-level performance programming. If you work in a managed environment, the briefly described lockless protocol for request-reply queues is worth noting.
This paper describes the use of a "Memory Management Thread …
more ...These are the new clauses:
I'm tempted to say that the clause is absurd and to talk about metaprogramming with C++ templates or JavaScript prototypes, but the fact is that it's …
more ...