Tag: software
-
Daring Fireball: Open and Shut
John Graber of Daring Fireball has a great (albeit occasionally snarky) post challenging the value of “open” for shareholder value in technology companies. The key point he starts to discuss, and then backs away from, is the value of externalities contributing to create better products faster. Tim Wu also hints at this in his piece…
-
Network Analysis Application to Game Theory (with Software)
When will network analysis provide additional insight into game theory? In a word: inequality. There must be some form of quantifiable inequality in the game: access, strength of relationships, goals, etc. This difference creates opportunities for the individual players to use information (or resource) asymmetries and broker to their benefit. On the left all of…
-
Random Graph Generation in Perl
If you ever find yourself needing to generate random graphs in Perl (quite the ice breaker, I can tell you), I recommend checking out Matt Spear’s Graph::Maker, which has generators for everything from Erdos-Renyi and Watts-Strogatz to Lollipop graphs. The only downside is the use of Graph which is s-l-o-w for graphs of even moderate…
-
Playing with Circos
Martin Krzywinski at the Genome Sciences Centre of the BC Cancer Agency, created software called Circos designed to help elucidate the interaction of genes, and has used it to create some truly beautiful graphs. The software is pretty complex, and I have only figured out how to use his simple on-line version, which limits the…