A ConTeXt style file for formatting RSS feeds for Kindle
As I said in the last post, I bought an Amazon Kindle Touch sometime back, and I find it very …
As I said in the last post, I bought an Amazon Kindle Touch sometime back, and I find it very …
A friend sent me a link to a blog post that discusses solutions to the Josephus problem in Perl, Ruby, …
Recently, in one of my papers I needed to do somewhat involved polynomial algebra. Basically, adding and substracting polynomials in p and 1-p with degree n. The calculations were relatively straight forward, but I always make silly mistakes with such calculations. So, I decided to check my analysis using a computer algebra system. Matlab and Mathematica, perhaps the most popular computer algebra softwares (although Matlab is focussed more on numerical calculations), were out of the picture because they are commercial and I did not have site licenses for them. So, I googled a bit and settled on Maxima [...]
Brent Yorgey has released a Haskell EDSL for creating diagrams. Here is my first impression of the library, comparing it …
Sometime back, I posted how to solve the Monty Hall problem with a million doors. Christophe Poucet wondered if I …
A Franciscan monk named Luca Paccioli wrote a book Summa de arithmetic, geometrica et proportionalitià in 1494, where is posed …
I love tinkering with my system. About a year ago, I got this crazy idea of trying different window managers …
I was a happy user of Ubuntu until a few months ago when GHC 6.10 was released. Ubuntu still had …
In order to provide intuition behind the solution of the Monty Hall problem, Antonio Cangiano says: If there were a …
n0ne showed how to translate Monte Carlo simulations of the Monty Hall Problem from Ruby and Python to Haskell. Since …