Four short links: 16 January 2012

Computational Science, Bad Patents, Fasterscript, and Secure Social Software

  1. Computational Science Stack Exchange — q+a site for data-intensive computation-heavy science. (via Gael Varoquaux)
  2. An Open Letter to our Customers, Past and Future (Luma Labs) — a reminder that poor patent examination hurts innovative startups working in physical goods, just as much as with digital goods.
  3. Javascript Performance (Steve Souders) — JavaScript is typically the #1 place to look for making a website faster. Numbers and examples to show this, plus an interesting look at execution order of asynchronously loaded pages: Preserving execution order of async scripts makes the page slower. If the first async script takes a long time to download, all the other async scripts are blocked from executing, even if they download sooner.
  4. Retroshare (Sourceforge) — GPL and LGPLed cross-platform, private and secure decentralised communication platform. It lets you to securely chat and share files with your friends and family, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, forums and channels. I haven’t tried it, but it’s an interesting premise.
tags: , , , , , , , , ,