<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bulletz</title>
	<atom:link href="http://bulletz.astio.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://bulletz.astio.net</link>
	<description>Shots about web, tech &#38; culture</description>
	<lastBuildDate>Wed, 01 Jul 2009 17:16:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MongoDB : document-oriented database</title>
		<link>http://bulletz.astio.net/2009/07/mongo-db-document-oriented-database/</link>
		<comments>http://bulletz.astio.net/2009/07/mongo-db-document-oriented-database/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:12:51 +0000</pubDate>
		<dc:creator>zɯƃ</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[RDBMS]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/?p=92</guid>
		<description><![CDATA[MongoDB is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features:

Collection oriented storage &#8211; easy storage of object-style data
Dynamic queries
Full index support, including on inner objects
Query profiling
Replication and fail-over support
Efficient storage of binary data including large objects (e.g. videos)
Auto-sharding for cloud-level scalability (Q209)

A key goal of MongoDB is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mongodb.org/display/DOCS/Home">MongoDB</a> is a high-performance, open source, schema-free <a title="Document-Oriented Datastore" href="http://www.mongodb.org/display/DOCS/Document-Oriented+Datastore">document-oriented </a>database. MongoDB is written in C++ and offers the following features:</p>
<ul>
<li>Collection oriented storage &#8211; easy storage of object-style data</li>
<li>Dynamic queries</li>
<li>Full index support, including on inner objects</li>
<li>Query profiling</li>
<li>Replication and fail-over support</li>
<li>Efficient storage of binary data including large objects (e.g. videos)</li>
<li>Auto-sharding for cloud-level scalability (Q209)</li>
</ul>
<p>A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).</p>
<p><a href="http://www.mongodb.org/display/DOCS/Home">MongoDB</a><br />
<a href="http://www.10gen.com/blog/2009/3/using-mongo-for-real-time-analytics">Using MongoDB for Real Time Analytics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2009/07/mongo-db-document-oriented-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletz#2</title>
		<link>http://bulletz.astio.net/2009/06/bulletz2/</link>
		<comments>http://bulletz.astio.net/2009/06/bulletz2/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 17:31:24 +0000</pubDate>
		<dc:creator>zɯƃ</dc:creator>
				<category><![CDATA[Avvisi]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/?p=83</guid>
		<description><![CDATA[Ci riproviamo? Anche si.
]]></description>
			<content:encoded><![CDATA[<p>Ci riproviamo? Anche si.</p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2009/06/bulletz2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Angoli rotondi (rounded corners) in puro CSS</title>
		<link>http://bulletz.astio.net/2007/09/angoli-rotondi-rounded-corners-in-puro-css/</link>
		<comments>http://bulletz.astio.net/2007/09/angoli-rotondi-rounded-corners-in-puro-css/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 08:58:40 +0000</pubDate>
		<dc:creator>zɯƃ</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/2007/09/18/angoli-rotondi-rounded-corners-in-puro-css/</guid>
		<description><![CDATA[Se volete fare a meno di javascript e immagini per creare angoli arrotondati nel vostro layout (e sappiamo che volete farne a meno&#8230;), finalmente esiste una soluzione TOTALMENTE basata su XHTML e CSS: Spiffy Corners.
Why?
I needed a way to create anti-aliased round corners without the extra server calls that are incurred when using external JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>Se volete fare a meno di javascript e immagini per creare angoli arrotondati nel vostro layout (e sappiamo che volete farne a meno&#8230;), finalmente esiste una soluzione TOTALMENTE basata su XHTML e CSS: <a href="http://www.spiffycorners.com/">Spiffy Corners</a>.</p>
<blockquote><p>Why?<br />
I needed a way to create anti-aliased round corners without the extra server calls that are incurred when using external JavaScript files or images. When your websites are serving millions of files a day you start to pay attention to how many files a particular page needs in order to load.</p></blockquote>
<p><a href="http://www.spiffycorners.com/">http://www.spiffycorners.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2007/09/angoli-rotondi-rounded-corners-in-puro-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analog vs Digital</title>
		<link>http://bulletz.astio.net/2007/09/analog-vs-digital/</link>
		<comments>http://bulletz.astio.net/2007/09/analog-vs-digital/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 13:21:28 +0000</pubDate>
		<dc:creator>xbush</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/2007/09/10/analog-vs-digital/</guid>
		<description><![CDATA[è un tema un po&#8217; vecchio ma per gli amanti della musica sempre attuale&#8230;
http://happybob.com/marc/digital_sucks/index.htm
buona lettura
xbush
]]></description>
			<content:encoded><![CDATA[<p>è un tema un po&#8217; vecchio ma per gli amanti della musica sempre attuale&#8230;</p>
<p><a href="http://happybob.com/marc/digital_sucks/index.htm">http://happybob.com/marc/digital_sucks/index.htm</a></p>
<p>buona lettura</p>
<p>xbush</p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2007/09/analog-vs-digital/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TwitterVision, aka il voyeurismo e il microblogging</title>
		<link>http://bulletz.astio.net/2007/08/twittervision-aka-il-voyeurismo-e-il-microblogging/</link>
		<comments>http://bulletz.astio.net/2007/08/twittervision-aka-il-voyeurismo-e-il-microblogging/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 13:00:45 +0000</pubDate>
		<dc:creator>zɯƃ</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/2007/08/30/twittervision-aka-il-voyeurismo-e-il-microblogging/</guid>
		<description><![CDATA[Molti di voi geeks conosceranno Twitter, l&#8217;applicazione sociale di microblogging più trendy degli ultimi mesi (non solo per il fatto che gira su Ruby on Rails). Ebbene, oggi mi sono imbattuto nella migliore applicazione del concetto di voyeurismo (nonchè di alienazione multimediale): .
In pratica, un bel mash-up tra Twitter e Google Maps, che vi permette [...]]]></description>
			<content:encoded><![CDATA[<p>Molti di voi geeks conosceranno <a href="http://twitter.com/">Twitter</a>, l&#8217;applicazione sociale di microblogging più trendy degli ultimi mesi (non solo per il fatto che gira su <a href="http://www.rubyonrails.org/">Ruby on Rails</a>). Ebbene, oggi mi sono imbattuto nella migliore applicazione del concetto di voyeurismo (nonchè di alienazione multimediale): <a>.</p>
<p>In pratica, un bel mash-up tra Twitter e Google Maps, che vi permette di vedere in tempo-quasi-reale il rimpallarsi di micropost da un continente all&#8217;altro&#8230;</p>
<p><a href="http://twittervision.com/">http://twittervision.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2007/08/twittervision-aka-il-voyeurismo-e-il-microblogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phantomix Live CD: navigare anonimi e protetti</title>
		<link>http://bulletz.astio.net/2007/08/phantomix-live-cd-navigare-anonimi-e-protetti/</link>
		<comments>http://bulletz.astio.net/2007/08/phantomix-live-cd-navigare-anonimi-e-protetti/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 09:12:23 +0000</pubDate>
		<dc:creator>zɯƃ</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://bulletz.astio.net/2007/08/22/phantomix-live-cd-navigare-anonimi-e-protetti/</guid>
		<description><![CDATA[Se non volete rinunciare alla privacy e all&#8217;anonimato online, a prescindere dal computer che potete usare, e senza perdere tempo a installare e configurare robe, ora è disponibile la distro linux live Phantomix.

Phantomix è un sistema operativo basato su Knoppix che si avvia da CD senza usare l&#8217;hard disk. E&#8217; configurata per usare Tor e [...]]]></description>
			<content:encoded><![CDATA[<p>Se non volete rinunciare alla privacy e all&#8217;anonimato online, a prescindere dal computer che potete usare, e senza perdere tempo a installare e configurare robe, ora è disponibile la distro linux live Phantomix.</p>
<blockquote><p>
Phantomix è un sistema operativo basato su <a href="http://www.knoppix.net/" title="linux live CD ">Knoppix</a> che si avvia da CD senza usare l&#8217;hard disk. E&#8217; configurata per usare <a href="http://tor.eff.org/">Tor</a> e <a href="http://www.privoxy.org/">Privoxy</a> in modo da navigare su internet in modo completamente anonimo. Usare Tor vi potrà aiutare a rendere anonime navigazione e pubblicazione, scambio di messaggi, IRC, SSH, e altre applicazioni, per la vostra sicurezza.
</p></blockquote>
<p><a href="http://phantomix.ytternhagen.de/">http://phantomix.ytternhagen.de/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bulletz.astio.net/2007/08/phantomix-live-cd-navigare-anonimi-e-protetti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
