MonoTouch Navigation Controller Tutorial

Well, optimistically assuming that everything works out between Novell and Apple I have posted a new tutorial on using a NavigationController in MonoTouch. Nothing fancy: Just navigating between two TableViews. Lots of screenshots to try to make the steps as clear as possible, source on github...

Let me know if …

more ...

Twitter Weekly Updates for 2010-04-18

  • Thought Experiment: All songs sold on the iTunes store must be originally composed on a piano, organ, or guitar. #
  • "Tiberius Cologne" Set odor on stunning! http://amzn.to/8XNVOI #
  • Facebook now lets you @-dress tag someone and then emails you the comments to that post. Spam countdown: 10, 9, 8 …
more ...

eBook Annotations Should Be Optional

Having just finished Cormac McCarthy's "Blood Meridian" -- a book which in two typical pages produces the words: "squailed," "vadose," "bated" (not in it's normal sense), "terra damnata," "carreta," "monocline," "sleared," "rebozos," "fusil," and "clackdish" -- I have an opinion on this post from O'Reilly on eBook Annotations

The only thing worse …

more ...

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 ...



Impressive: C++ Lambdas via Template Metaprogramming

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.

more ...


Is It "All About The Framework"?

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:

I can think of incidents where Apple reverted OS changes, dumped new APIs, or was forced to committing massive engineering resources to something …

more ...

Twitter Weekly Updates for 2010-04-11

  • Remember the Milk is hiring a Scala programmer: http://jobs.stackoverflow.com/default.asp?6700 #
  • Worrisome new rule for iPhone / iPad causing discussion on #monotouch -- consensus seems to be that MonoTouch is fine. #
  • More scary stuff from new iPhone SDK license: ""Applications must be originally written in Objective-C, C, C …
more ...