The basics f#ast, f#riendly, and semasiograf#ic.
Friday, February 5, 2010
Saturday, January 30, 2010
Friday, January 22, 2010
Michael Deal ◊ Graphic Design
Charting the Beatles
Exploration of Beatles music through infographics
http://www.mikemake.com/#72772/Charting-the-Beatles
Monday, November 16, 2009
Must watch --- TUVA, Feynman --- Hypervideo. Way semasiographic --- see the future
Hypervideohttp://research.microsoft.com/apps/tools/tuva/index.html#data=2%7C%7C%7C
Monday, October 19, 2009
Thursday, October 1, 2009
Tuesday, September 8, 2009
application of the functional programming paradigm in the context of geometric algorithms
http://www.dinkla.net/fp/thesis.html
The implementation of geometric algorithms is often considered as difficult. This is due to the following three problems: inexact arithmetik, degenerated inputs and the correct implementation of complicated parts. The traditional method of software development is made responsible by researchers for the gap between theory and practice of geometric algorithms. We note, that the first two problems are caused by the nature of geometric problems and the last two problems by the methods of software development and the programming language used.
In the thesis is shown, that complex geometric algorithms can be implemented short, modular und with a high degree of abstractness in the functional programming language Haskell. Therefore functional programming possess the potential to reduce the two last mentioned problems.