<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>ostinelli&#124;net</title>
	<link>http://www.ostinelli.net</link>
	<description>From onions to space neons.</description>
	<lastBuildDate>Wed, 20 Jan 2010 15:40:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Misultin: erlang and websockets</title>
		<description>Inspired by Joe Armstrong's post, I've recently added websocket support to misultin v0.4, my Erlang library for building fast lightweight HTTP servers.

Basically, websockets allow a two-way asynchronous communication between browser and servers, filling the gap that some technologies such as ajax and comet have tried to fulfill in these recent ...</description>
		<link>http://www.ostinelli.net/misultin-erlang-and-websockets/</link>
			</item>
	<item>
		<title>Misultin library</title>
		<description>Today I've released Misultin (pronounced mee-sul-teen), an Erlang library for building fast lightweight HTTP servers. The first benchmarks are quite satisfying, even though there still is work to do.

Here is the simple code for Misultin's Hello World.

-module(misultin_hello_world).
-vsn('0.1').
-export([start/1, stop/0, handle_http/1]).

% start misultin http server
start(Port) ->
    misultin:start_link([{port, Port}, {loop, ...</description>
		<link>http://www.ostinelli.net/misultin/</link>
			</item>
	<item>
		<title>Boost message passing between Erlang nodes</title>
		<description>Message passing between Erlang nodes is considerably slower than within the same node. This is normal, and is due to the fact that messages sent between nodes are actually copied from the area of the sender to that of the receiver, then sent over from one node to the other ...</description>
		<link>http://www.ostinelli.net/boost-message-passing-between-erlang-nodes/</link>
			</item>
	<item>
		<title>Stone Balancing</title>
		<description>I find stone balancing an incredible way to concentrate all my mind on one single point of focus, in a vision where distraction cannot appear. It is at the same time relaxing, enriching and very tiring.

Here are some attempts at stone balancing.



 </description>
		<link>http://www.ostinelli.net/stone-balancing/</link>
			</item>
	<item>
		<title>OpenSpime</title>
		<description>OpenSpime is a protocol, an open XMPP custom extension enabling physical devices to communicate. It has been written with the Internet of Things in mind.

A Technical Introduction to OpenSpime



OpenSpime Buzz

The whole buzz started when the following video was presented. One of the first persons to blog about this was Bruce ...</description>
		<link>http://www.ostinelli.net/openspime/</link>
			</item>
	<item>
		<title>The Composite Intelligence of Virtual Assistants</title>
		<description>I have been involved for some time into realizing Intelligent Virtual Assistants that target business applications. 

Here's a concept application that was presented by our team at the Savio Event in London, which clarifies a possible use of virtual assistants in a business environment. As you will see, these scarcely ...</description>
		<link>http://www.ostinelli.net/the-composite-intelligence-of-virtual-assistants/</link>
			</item>
	<item>
		<title>The Incommunication Series</title>
		<description>Is anybody speaking your same language?


 </description>
		<link>http://www.ostinelli.net/the-incommunication-series/</link>
			</item>
	<item>
		<title>The Water Series</title>
		<description>A series dedicated to the intuition of the water element.

The technique used to produce this images is called light painting, i.e. a light source 'paints' the light in a dark room or at night with a slow shutter speed (around 35 secs).



 </description>
		<link>http://www.ostinelli.net/the-water-series/</link>
			</item>
	<item>
		<title>4 Seasons</title>
		<description>An image series dedicated to the 4 seasons.


















 </description>
		<link>http://www.ostinelli.net/4-seasons/</link>
			</item>
	<item>
		<title>PhotoShakr</title>
		<description>PhotoShakr is a widget to display your Flickr sets in a fun way, realized by Leandro 'Leeander' Agrò, Davide 'Folletto' Casali and Dario 'CribbioMicio' Violi.

Trailer

Here is the audio trailer i did for this project :)

[audio:photoshakr-trailer.mp3]

PhotoShakr Demo
Check out the example below, directly from a leeander Flickr set.

 

 </description>
		<link>http://www.ostinelli.net/photoshakr/</link>
			</item>
</channel>
</rss>
