Trying out this Go thing...
Go was initially very attractive to us. The language felt very natural coming from Python backgrounds, and the performance approaches C levels. The goroutine model and channels are very easy to work and immensely powerful to manage concurrency.
Is This Google X's Plan to Wire the World? - Businessweek
Google (GOOG) Chairman Eric Schmidt’s April 13 tweet was bold, ambitious, and a bit inexplicable. “For every person online, there are two that are not,” wrote the co-author of the book The New Digital Age. “By the end of the decade, everyone on Earth will be connected.”
The Daily Dot - The real origins of Tumblr
Tumblr took the best of what Projectionist and anarchaia had to offer and combined it in one platform: anarchaia’s simplicity met Projectionist’s design appeal.
Only Spacetime - John A. Macken
How many component parts are required to construct the universe? The standard model has so many component parts that it is difficult to state a specific number. String theory has vibrating strings, branes, exchange particles and 11 dimensions. This book makes the case that everything in the universe can be formed from the single building block of 4 dimensional spacetime. However, this is not the quiet, smoothly curving spacetime envisioned by Albert Einstein. Instead, it is the composite of Einstein’s spacetime and the quantum mechanical spacetime filled with a tremendous energy density of quantum fluctuations. This book shows how all fundamental particles, forces and cosmology can be derived from this energetic 4 dimensional spacetime.
Pattern | CLiPS
Pattern is a web mining module for the Python programming language. It bundles tools for data retrieval (Google Twitter Wikipedia API, web spider, HTML DOM parser), text analysis (rule-based shallow parser, WordNet interface, syntactical semantical n-gram search algorithm, tf-idf cosine similarity LSA metrics), clustering and classification (k-means, k-NN, SVM), and data visualization (graph networks).
Welcome — Theano 0.6rc3 documentation
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.
clips/pattern · GitHub
Pattern is a web mining module for the Python programming language.
7 Python Libraries you should know about
watchdog is a Python API and shell utilities to monitor file system events. This means you can watch some directory and define a “push-based” system. Watchdog supports all kinds of problems. A solid piece of engineering that does it much better than the 5 or so libraries I tried before finding out about it.
Polling, Long Polling, Comet, Server-sent Events (SSE), and WebSockets | Engineer's Garden for Thoughts
Challenge: provide the best explanation, to a software engineer with little understanding of HTTP, for Polling, Long Polling, Comet, Server-sent Events (SSE), and WebSockets.
On the JVM: Java GC tuning for High Frequency Trading apps
In a nutshell heaptrasher is an application which is used to generate a lot of garbage to GC operate on. In addition it contains some code to generate histogram with latency statistics. Mentioned statistics data can be collected in two different ways. Worth mentioning is that the first one (array) allocate a lot of memory in Old Generation space and the second does not. I was later to find, it has a considerable impact on GC performance.
Composing and consciousness - MIT News Office
“Music is fundamentally math and physics. It’s waves and frequencies,” says Katzin, whose landmark piece, Schrödinger’s Cat, tells the story of a famous thought experiment devised in 1935 by Austrian physicist Erwin Schrödinger.
Cryptography: The solace of quantum | The Economist
CRYPTOGRAPHY is an arms race between Alice and Bob, and Eve. These are the names cryptographers give to two people who are trying to communicate privily, and to a third who is trying to intercept and decrypt their conversation. Currently, Alice and Bob are ahead—just. But Eve is catching up. Alice and Bob are therefore looking for a whole new way of keeping things secret. And they may soon have one, courtesy of quantum mechanics.
Researchers forward quest for quantum computing
Results of the team’s latest research, which shows that the unique properties of a TI can be modified by intrinsic defects present in Bi2Se3 films when grown on graphene/silicon carbide (SiC), were featured on the front cover of a recent issue of the journal Physical Review Letters.

