Author Archives: Stefano Borini

Fear the crowd. Digg 4 spurs users’ revolt.

The community-powered news site Digg played an occasional role on the development of this blog. Some of the findings I posted here started, in some cases, as a spark from a Digg submission, further developed through my personal research. This is the reason why I am writing here about it. News on Digg were frequent [...]

Eight molecules that changed the rules of the game: Bakelite

Rule changed: it started the world of plastic we live in

When it comes to materials for making tools, housing, chariots, and dishes, humanity had only one choice for many thousands of years: use what nature provided. Clay, rocks, metals, resins, rubber, and wood were the most common materials directly available for harvesting. As primitive [...]

New StackExchange proposal: Academia

I just created a new proposal at Area51: Academia. The aim of such Question/Answers site, when opened, is to provide assistance to academics of any level and discipline, with particular focus towards academic life, grants, papers and posters, conferences, career, management, research group directions, and academic services.
You can subscribe to the proposal by following this [...]

Google stops Wave development

Google decided to interrupt further development of Wave. The service itself remains active, though. I appear not to be good at predictions: a year ago, I expected Wave to take over email definitely. To be fair, a condition I added was for the server to be made public for third parties, something that never happened [...]

Hacking your brain for fun

I just came back from Nolan’s latest creation, Inception, and I was completely blown away. The core of the very elaborate plot is the concept of dreaming and consciousness levels inside dreams, in particular taking advantage of the science-fiction concept of “shared dreams”. Not unlike in The Matrix, questions about “what is real, what is [...]

StackExchange sites proliferation

I am observing with great interest the development at Area51 for new Question/Answers sites to be opened with the StackExchange system. One thing that makes me cringe a bit is the very strong fragmentation. I think this stems either from the need of personal protagonism of each person (nothing bad with it, progress happens also [...]

The Mandelbrot set, in python

This code is so fascinating
from PIL import Image

max_iteration = 1000
x_center = -1.0
y_center =  0.0
size = 300

im = Image.new(“RGB”, (size,size))
for i in xrange(size):
for j in xrange(size):
x,y = ( x_center + 4.0*float(i-size/2)/size,
[...]

A Question/Answers site for Popular Science

The kind folks behind StackOverflow, a free Question/Answers website for programming questions, recently decided to open new Q/A websites for many additional interesting topics, from wine tasting and cooking to mathematics. The fundamental requisite for such new sites to be opened is a rather strict community review and development of a critical mass of contributors [...]

McNaught comet in the sky, and pics of Hale Bopp

The McNaught comet, or C/2009 R1,  is likely to be visible in the night sky starting tonight, for a week. You should be able to spot it near the constellation of Perseus as a fuzzy streak of light.

The comet should be visible with a small binocular, or just with the naked eye. In particular, I [...]

The future of entertainment is here

Please take a look at this
This technology is probably the future of entertainment. It needs no batteries, has a nice resolution both for pictures and text, it can be easily bookmarked or annotated (although sometimes there’s not enough space). It can be bought both online and in a shop, brand new or used. It is [...]

InspectorWordpress has prevented 1 attacks.