lunes, abril 26, 2010

Sesgo de confirmación

En economía ese Madrid-Barça se llama sesgo de la confirmación y significa que en la mayoría de las ocasiones sólo estamos dispuestos a escuchar y aceptar aquella información que refuerza lo que ya pensamos. Tendemos a ignorar o menospreciar aquello que nos contradice. Teóricamente el valor de la nueva información es siempre el mismo y, según la teoría del mercado perfecto, las nuevas evidencias son las que sirven para que algunos productos cambien de precio y se alteren las perspectivas de futuro en el mercado. Sin embargo, nuestra subjetividad hace que no toda esa información valga lo mismo. Nuestra locura tamiza las noticias y nos permite dar peso a las que se ajustan a nuestros prejuicios mientras preferimos ignorar las que nos incomodan.

Psiconomía
Javier Ruiz
Aguilar

jueves, abril 22, 2010

Limited Response Time (iPhone)

Because of the way it is used, iPhone needs to be snappy and expects the same of your application. When your program is launched, you have to get your application open, preferences and data loaded, and the main view shown on the screen as fast as possible—in not more than a few seconds. At any time when your program is running, it may have the rug pulled out from under it. If the user presses the home button, iPhone goes home, and you have to quickly save everything and quit. If you take longer than five seconds to save and give up control, your application process will be killed, regardless of whether you are finished saving.

Beginning iPhone 3 Development
Dave Mark / Jeff LaMarche
Apress

miércoles, abril 21, 2010

Test-Driven Development

Test-driven development (TDD) is the obvious example, in which developers increase their ability to respond to change without compromising the stability of their code base, because each known and desired behavior is already codified in a suite of tens, hundreds, or thousands of automated tests that can be verified at any moment.

ASP.NET MVC Framework preview
Steven Sanderson
Apress