<?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>Data story</title>
	<atom:link href="http://data.story.lu/feed" rel="self" type="application/rss+xml" />
	<link>http://data.story.lu</link>
	<description>About transmittable and storable numeric information</description>
	<lastBuildDate>Wed, 19 Jun 2013 14:58:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>MySQL man pages silently relicensed away from GPL</title>
		<link>http://data.story.lu/2013/06/19/mysql-man-pages-silently-relicensed-away-from-gpl</link>
		<comments>http://data.story.lu/2013/06/19/mysql-man-pages-silently-relicensed-away-from-gpl#comments</comments>
		<pubDate>Wed, 19 Jun 2013 05:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3449</guid>
		<description><![CDATA[[Amended] According to mysql.com this was a bug &#160; It has recently been brought to attention that the MySQL man pages have been relicensed. The change was made rather silently going from MySQL 5.5.30 to MySQL 5.5.31. This affects all pages in the man/ directory of the source code. You can tell the changes have come [...]]]></description>
				<content:encoded><![CDATA[<p>[Amended] According to <a target="_blank" href="http://bugs.mysql.com/bug.php?id=69512" target="_blank">mysql.com</a> this was a bug</p>
<p>&nbsp;</p>
<p>It has recently been brought to attention that the MySQL man pages have been relicensed. The change was made rather silently going from MySQL 5.5.30 to MySQL 5.5.31. This affects all pages in the man/ directory of the source code.</p>
<p>You can tell the changes have come during this short timeframe (5.5.30-&gt;5.5.31). The old manual pages were released under the following license:</p>
<blockquote><p>This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.</p></blockquote>
<p>The new man pages (following 5.5.31 and greater – still valid for 5.5.32) are released under the following license:</p>
<blockquote><p>This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.</p></blockquote>
<p>This is clearly not very friendly of MySQL at <strong>Oracle</strong>.</p>
<p>&nbsp;</p>
<blockquote><p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/06/19/mysql-man-pages-silently-relicensed-away-from-gpl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UnQLite</title>
		<link>http://data.story.lu/2013/05/25/unqlite</link>
		<comments>http://data.story.lu/2013/05/25/unqlite#comments</comments>
		<pubDate>Sat, 25 May 2013 08:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[promotions]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[UnQLite]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3444</guid>
		<description><![CDATA[UnQLite is an Embeddable NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk files. A complete database with multiple collections, is contained in a single disk file. The database file format is cross-platform, you can freely copy a [...]]]></description>
				<content:encoded><![CDATA[<p>UnQLite is an Embeddable <span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk files. A complete database with multiple collections, is contained in a <a target="_blank" href="http://www.unqlite.org/features.html#single_file">single disk file</a>. The database file format is cross-platform, you can freely copy a database between 32-bit and 64-bit systems or between <a target="_blank" href="http://en.wikipedia.org/wiki/Endianness">big-endian</a> and <a target="_blank" href="http://en.wikipedia.org/wiki/Endianness">little-endian</a> architectures.</span></span><span style="font-family: Verdana, sans-serif;">UnQLite features includes:</span></p>
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td>
<div id="code">
<ul>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/features.html#serverless">Serverless</a>, NoSQL database engine.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/features.html#acid">Transactional</a> (ACID) database.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/features.html#zero_conf">Zero configuration</a>.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/features.html#single_file">Single database file</a>, does not use temporary files.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/features.html#cross_platform">Cross-platform</a> file format.</span></span></span></p>
</li>
<li><span style="font-family: Verdana, sans-serif;">UnQLite is a <a target="_blank" href="http://www.unqlite.org/features.html#self_contained">Self-Contained</a> C library without dependency.</span></li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Standard <a target="_blank" href="http://www.unqlite.org/features.html#kv_store">Key/Value store</a>.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;"><a target="_blank" href="http://www.unqlite.org/jx9.html">Document store</a> (JSON) database via <a target="_blank" href="http://www.unqlite.org/jx9.html">Jx9</a>.</span></span></span></p>
</li>
<li><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Support <a target="_blank" href="http://www.unqlite.org/c_api/unqlite_kv_cursor.html">cursors</a> for linear records traversal.</span></span></span></li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Pluggable run-time <a target="_blank" href="http://www.unqlite.org/features.html#kv_engine">interchangeable storage engine</a>.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Support for </span></span></span><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">on-disk </span></span></span><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">as well </span></span></span><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">in-memory </span></span></span><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">databases.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Built with a powerful <a target="_blank" href="http://www.unqlite.org/features.html#kv_engine">disk storage engine</a> which support O(1) lookup.</span></span></span></p>
</li>
<li><span style="font-family: Verdana, sans-serif;">Thread safe and full reentrant.</span></li>
<li><span style="font-family: Verdana, sans-serif;">Simple, Clean and easy to use <a target="_blank" href="http://www.unqlite.org/c_api.html">API</a>.</span></li>
<li><span style="font-family: Verdana, sans-serif;">Support Terabyte sized databases.</span></li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">BSD <a target="_blank" href="http://www.unqlite.org/licensing.html">licensed</a> product.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Amalgamation: All C source code for UnQLite and Jx9 are combined into a single source file.</span></span></span></p>
</li>
<li>
<p lang="en-US"><span style="color: #000000;"><span style="font-family: Verdana, sans-serif;"><span style="font-size: small;">Highly available <a target="_blank" href="http://www.unqlite.org/support.html">online support</a>.</span></span></span></p>
</li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
<p>More information on the official website: <a target="_blank" href="http://www.unqlite.org/" target="_blank">http://www.unqlite.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/05/25/unqlite/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikipedia Recent Changes Map</title>
		<link>http://data.story.lu/2013/05/12/wikipedia-recent-changes-map</link>
		<comments>http://data.story.lu/2013/05/12/wikipedia-recent-changes-map#comments</comments>
		<pubDate>Sun, 12 May 2013 10:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3441</guid>
		<description><![CDATA[http://rcmap.hatnote.com/ When an unregistered user edits Wikipedia, he or she is identified by his or her IP address. These IP addresses are translated to users&#8217; approximate geographic location. Edits by registered users do not have associated IP information, so the map actually represents only a small portion of the total edit activity on Wikipedia. Built using d3, DataMaps, freegeoip.net, and the Wikimedia RecentChanges IRC [...]]]></description>
				<content:encoded><![CDATA[<p><a target="_blank" href="http://rcmap.hatnote.com/" target="_blank">http://rcmap.hatnote.com/</a></p>
<p>When an <a target="_blank" href="http://en.wikipedia.org/wiki/Wikipedia:User_access_levels#Unregistered_users">unregistered user</a> edits Wikipedia, he or she is identified by his or her <acronym title="Internet Protocol">IP</acronym> address. These IP addresses are translated to users&#8217; approximate geographic location. Edits by registered users do not have associated IP information, so the map actually represents only a small portion of the <a target="_blank" href="http://en.wikipedia.org/wiki/Special:RecentChanges">total edit activity on Wikipedia</a>.</p>
<p>Built using <a target="_blank" href="http://d3js.org/">d3</a>, <a target="_blank" href="http://datamaps.github.io/">DataMaps</a>, <a target="_blank" href="http://freegeoip.net/">freegeoip.net</a>, and the <a target="_blank" href="http://meta.wikimedia.org/wiki/Research:Data#IRC_Feeds">Wikimedia RecentChanges IRC feed</a>, broadcast through <a target="_blank" href="https://github.com/hatnote/wikimon">wikimon</a>. Source<a target="_blank" href="https://github.com/hatnote/rcmap">available on github</a>.</p>
<p>Built by <a target="_blank" href="https://github.com/slaporte">Stephen LaPorte</a> and <a target="_blank" href="https://github.com/mahmoud">Mahmoud Hashemi</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/05/12/wikipedia-recent-changes-map/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google will soon worth more than Apple</title>
		<link>http://data.story.lu/2013/05/06/google-will-soon-worth-more-than-apple</link>
		<comments>http://data.story.lu/2013/05/06/google-will-soon-worth-more-than-apple#comments</comments>
		<pubDate>Mon, 06 May 2013 18:55:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3435</guid>
		<description><![CDATA[Google now worth more than Microsoft and will soon worth more than Apple GOOG:US  858.800 USD13.080 1.55% Google glass is getting hyped and trashed all at the same time and it’s not even here yet. Meanwhile, Android’s marketplace dominance and Google’s nicely executed moves to mobile ads are contributing to the valuation. And of course, Microsoft is suffering [...]]]></description>
				<content:encoded><![CDATA[<p>Google now worth more than Microsoft and will soon worth more than Apple</p>
<h3>GOOG:US  858.800 USD13.080 1.55%</h3>
<p>Google glass is getting hyped and trashed all at the same time and it’s not even here yet. Meanwhile, Android’s marketplace dominance and Google’s nicely executed moves to mobile ads are contributing to the valuation. And of course, Microsoft is suffering as their tablet/smartphone offerings flounder and the PC business that they dominate shrinks.</p>
<p>It’s an interesting thought, thinking through what company could be the next one to reach the quarter-trillion valuation mark, which is the valuation that both Google and Microsoft just recently shot past. In the far future, could (or perhaps not too far into the future, as in later this year?), Oracle and Cisco and Intel reach that plateau? They each have been worth that much before.</p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/05/06/google-will-soon-worth-more-than-apple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dotnetConf &#8211; Applied NoSQL in .NET</title>
		<link>http://data.story.lu/2013/05/02/dotnetconf-applied-nosql-in-net</link>
		<comments>http://data.story.lu/2013/05/02/dotnetconf-applied-nosql-in-net#comments</comments>
		<pubDate>Thu, 02 May 2013 18:05:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3433</guid>
		<description><![CDATA[Live video from the dotnetConf Perhaps you&#8217;ve heard about the next generation of databases roughly classified as NoSQL databases? These databases are generally much better than RDBMS at scaling, performance, and ease-of-development (e.g. in NoSQL the object-relational impedance mismatch usually disappears). Unfortunately, many talks on NoSQL are very academic and general. Not this one. This session [...]]]></description>
				<content:encoded><![CDATA[<p>Live video from the <strong>dotnetConf</strong></p>
<p><iframe src="https://www.youtube.com/embed/cNchy8S37NA?feature=player_detailpage" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<p>Perhaps you&#8217;ve heard about the next generation of databases roughly classified as NoSQL databases? These databases are generally much better than RDBMS at scaling, performance, and ease-of-development (e.g. in NoSQL the object-relational impedance mismatch usually disappears). Unfortunately, many talks on NoSQL are very academic and general. Not this one. This session will introduce the ideas around the so-called NoSQL movement, and we&#8217;ll learn how to leverage MongoDB (a popular open source NoSQL db) to build .NET applications using LINQ as the data access language. We&#8217;ll build out a .NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2012 and C#.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/05/02/dotnetconf-applied-nosql-in-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redis 2.6.13 has been released</title>
		<link>http://data.story.lu/2013/04/30/redis-2-6-13-has-been-released</link>
		<comments>http://data.story.lu/2013/04/30/redis-2-6-13-has-been-released#comments</comments>
		<pubDate>Tue, 30 Apr 2013 22:14:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Redis]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3431</guid>
		<description><![CDATA[Redis 2.6.13 has been released, it is a recommended upgrade and especially suggested if you experienced: 1) Strange issues with Lua scripting. 2) Not reconfigured reappearing master using Sentinel. 3) Server continusly trying to save on save error. (This version of Redis may also help with AOF and slow / busy disks and latency issues.) * [FIX] [...]]]></description>
				<content:encoded><![CDATA[<p>Redis 2.6.13 has been released, it is a recommended upgrade and especially suggested if you experienced:</p>
<p><span style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px;">1) Strange issues with Lua scripting.</span></p>
<p>2) Not reconfigured reappearing master using Sentinel.</p>
<p><em id="__mceDel">3) Server continusly trying to save on save error.</em></p>
<pre><em id="__mceDel"><em id="__mceDel">(This version of Redis may also help with AOF and slow / busy disks and latency issues.)

* [FIX] Throttle BGSAVE attempt on saving error.
* [FIX] redis-cli: raise error on bad command line switch.
* [FIX] Redis/Jemalloc Gitignore were too aggressive.
* [FIX] Test: fix RDB test checking file permissions.
* [FIX] Sentinel: always redirect on master-&gt;slave transition.
* [FIX] Lua updated to version 5.1.5. Fixes rare scripting issues.
* [NEW] AOF: improved latency figures with slow/busy disks.
* [NEW] Sentinel: turn old master into a slave when it comes back.
* [NEW] More explicit panic message on out of memory.
* [NEW] redis-cli: --latency-history mode implemented.

<a target="_blank" href="http://redis.io/download" target="_blank">Download: http://redis.io/download</a></em></em></pre>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/04/30/redis-2-6-13-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Light Table 0.4 has been released</title>
		<link>http://data.story.lu/2013/04/30/light-table-0-4-has-been-released</link>
		<comments>http://data.story.lu/2013/04/30/light-table-0-4-has-been-released#comments</comments>
		<pubDate>Tue, 30 Apr 2013 16:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3429</guid>
		<description><![CDATA[Light Table 0.4 has been released and can be downloaded  here Full Changes list include: FIX: change bundle id for Mac .app FIX: make the fuzzy matching take separators into account FIX: setting the exclude path didn&#8217;t take effect until restart FIX: remove errant print statement (#405) FIX: pipe separator highlights (#406) FIX: dramatically improve [...]]]></description>
				<content:encoded><![CDATA[<h6>Light Table 0.4 has been released and can be downloaded  <a target="_blank" href="http://www.lighttable.com/" target="_blank">here</a></h6>
<div id="readme">
<article itemprop="mainContentOfPage">
<div id="readme">
<article itemprop="mainContentOfPage">
<h6><a target="_blank" href="https://github.com/Kodowa/Light-Table-Playground/blob/master/README.md#changes" name="changes"></a>Full Changes list include:</h6>
</article>
</div>
<ul>
<li>FIX: change bundle id for Mac .app</li>
<li>FIX: make the fuzzy matching take separators into account</li>
<li>FIX: setting the exclude path didn&#8217;t take effect until restart</li>
<li>FIX: remove errant print statement (#405)</li>
<li>FIX: pipe separator highlights (#406)</li>
<li>FIX: dramatically improve rendering performance.</li>
<li>FIX: correctly parse version parts to numbers for comparison.</li>
<li>FIX: set syntax needed a better error message and description (#388)</li>
<li>FIX: better searching of the PATH on windows</li>
<li>FIX: don&#8217;t fail startup if a file/folder in a workspace was deleted</li>
<li>FIX: default exclude pattern was too greedy</li>
<li>FIX: handle semi-colonless JS much better</li>
<li>FIX: remove the tab symbols from the solarized theme</li>
<li>FIX: workspace buttons no longer overflow</li>
<li>FIX: handle the no available client much more gracefully</li>
<li>ADDED: the ability to split the window into multiple tabsets</li>
<li>ADDED: you can now have multiple windows open (Cmd/Ctrl-Shift-N to open a window, Cmd/Ctrl-Shift-W to close)</li>
<li>ADDED: python eval!</li>
<li>ADDED: ipython client integration</li>
<li>ADDED: nodejs client</li>
<li>ADDED: browser tab <code>Browser: add browser tab</code>, <code>Browser: refresh active browser tab</code></li>
<li>ADDED: browser client using chrome-devtools</li>
<li>ADDED: Magical JS VM patching for live updates through the devtools integration</li>
<li>ADDED: command grouping</li>
<li>ADDED: connect tab that now shows which clients are active</li>
<li>ADDED: you can now unset a client from an editor</li>
<li>ADDED: connect tab now has <code>add connection</code> that lists all available client types</li>
<li>ADDED: executing a command by name with a keybinding will prompt you with the keybinding</li>
<li>ADDED: token-based auto-complete (press tab after a character)</li>
<li>ADDED: trailing whitespace is now removed on save (use the <code>toggle remove trailing whitespace</code> command to disable)</li>
<li>ADDED: line-ending detection on save</li>
<li>ADDED: You can now eval any arbitrary selection, just select text and press cmd/ctrl+enter</li>
<li>ADDED: Better styling for filter lists</li>
<li>ADDED: greatly improved startup time</li>
<li>ADDED: new folder, new file, rename, and delete to workspace context menu</li>
<li>ADDED: workspaces now watch the file system for changes</li>
<li>ADDED: Inline inspectable results for Javascript</li>
<li>ADDED: Console inspectable results for Javascript</li>
<li>ADDED: A greatly improved console with source information</li>
<li>ADDED: You can now put the console in a tab via the <code>Console: Open the console in a tab</code> command</li>
<li>ADDED: cancelable eval for Clojure and Python</li>
<li>ADDED: editor context menu for cut/copy/paste</li>
<li>ADDED: Light Table Docs! <code>Docs: Open Light Table's documentation</code></li>
<li>ADDED: Recent workspaces are remembered, added <code>Workspace: Create new workspace</code></li>
<li>CHANGED: clients tab is now <code>connect</code></li>
<li>CHANGED: moved to acorn for Javascript parsing instead of Esprima</li>
<li>CHANGED: completely remove JQuery for significant memory performance increases</li>
<li>UPDATED: latest codemirror</li>
<li></li>
</ul>
</article>
</div>
<p>More details available here:</p>
<p><a target="_blank" href="http://www.chris-granger.com/2013/04/28/light-table-040/">http://www.chris-granger.com/2013/04/28/light-table-040/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/04/30/light-table-0-4-has-been-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Flashbook: DB2 10.5 with BLU Acceleration</title>
		<link>http://data.story.lu/2013/04/27/new-flashbook-db2-10-5-with-blu-acceleration</link>
		<comments>http://data.story.lu/2013/04/27/new-flashbook-db2-10-5-with-blu-acceleration#comments</comments>
		<pubDate>Sat, 27 Apr 2013 09:40:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3426</guid>
		<description><![CDATA[A free ebook will be available for you to download in the coming days on this page &#160;   Just in time for IDUG, Paul Zikopoulos and his team of co-authors have created a new ebook for you to deepen your skills in regards to the latest release.  Here are some details about the flashbook: [...]]]></description>
				<content:encoded><![CDATA[<p>A free ebook will be available for you to download in the coming days on this <a target="_blank" href="https://www.ibm.com/developerworks/community/blogs/SusanVisser/entry/new_flashbook_db2_10_5_with_blu_acceleration?lang=en_us" target="_blank">page</a></p>
<p>&nbsp;</p>
<p><a target="_blank" title="svisser1" href="https://www.ibm.com/developerworks/community/profiles/html/profileView.do?userid=2700018UK9"> </a></p>
<div id="css-entry">
<div id="post-preview"><a target="_blank" id="entry-234a0181-b978-4172-9c98-7782eaa2a152:link:entries" href="https://www.ibm.com/developerworks/community/blogs/SusanVisser/entry/$model.getUrlWithLang($entrylink)"><img alt="" src="https://www.ibm.com/developerworks/community/blogs/SusanVisser/resource/DB2BLUFlashbook.png" /></a></div>
<p dir="ltr" id="docs-internal-guid-6b14488d-46c1-b6b5-153e-67043e72aae0">Just in time for IDUG, Paul Zikopoulos and his team of co-authors have created a new ebook for you to deepen your skills in regards to the latest release.  Here are some details about the flashbook:</p>
<p dir="ltr">
<p dir="ltr">Title:</p>
<p dir="ltr">
<p dir="ltr">DB2 10.5 with BLU Acceleration - New Dynamic In-Memory Analytics for the Era of Big Data</p>
<p dir="ltr">
<p dir="ltr">Authors:</p>
<p dir="ltr">
<p dir="ltr">Paul Zikopoulos, Matthew Huras, George Baklarz, Sam Lightstone, Aamer Sachedina</p>
<p dir="ltr">
<p dir="ltr">Technical editor: Roman B. Melnyk</p>
<p dir="ltr">
<p dir="ltr">
<h3 dir="ltr">Coverage includes:</h3>
<p dir="ltr">
<p dir="ltr">
<ul dir="ltr">
<li dir="ltr">
<p dir="ltr">Speed of Thought Analytics with new BLU Acceleration</p>
</li>
<li dir="ltr">
<p dir="ltr">Always Available Transactions with enhanced pureScale reliability</p>
</li>
<li dir="ltr">
<p dir="ltr">Unprecedented Affordability with optimization for SAP workloads</p>
</li>
<li dir="ltr">
<p dir="ltr">Future Proof Versatility with business grade NoSQL and mobile database for greater application flexibility</p>
</li>
</ul>
<p dir="ltr">
<p dir="ltr">
<h3 dir="ltr">About the book:</h3>
<p dir="ltr">
<p dir="ltr">
<p dir="ltr">If big data is an untapped natural resource, how can you find the gold dust hidden within?  Leaders realize that big data means all data, and are moving quickly to understand both structured and unstructured application data.  However, analyzing this data without impacting the performance and reliability of essential business applications can prove costly and complex.</p>
<p dir="ltr">
<p dir="ltr">
<p dir="ltr">In the new era of big data, businesses require data systems that can blend always available transactions with speed of thought analytics.  DB2 10.5 with new BLU Acceleration provides this speed, simplicity and cost efficiency while providing the ability to build next-generation applications with NoSQL features.</p>
<p dir="ltr">
<p dir="ltr">With this book, you’ll learn about the power and flexibility of multi-workload, multi-platform database software.  Use the comprehensive knowledge from this book to get started with the latest DB2 release by downloading the trial version.  Visit ibm.<wbr />com<wbr />/dev<wbr />elop<wbr />erwo<wbr />rks/<wbr />down<wbr />load<wbr />s/im<wbr />/db2<wbr />/</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/04/27/new-flashbook-db2-10-5-with-blu-acceleration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LevelDB a fast and lightweight key/value database library by Google</title>
		<link>http://data.story.lu/2013/04/27/leveldb-a-fast-and-lightweight-keyvalue-database-library-by-google</link>
		<comments>http://data.story.lu/2013/04/27/leveldb-a-fast-and-lightweight-keyvalue-database-library-by-google#comments</comments>
		<pubDate>Sat, 27 Apr 2013 09:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[levelDB]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[promotions]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3421</guid>
		<description><![CDATA[LevelDB a fast and lightweight key/value database library by Google https://code.google.com/p/leveldb/ LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Features Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can provide a custom comparison function to override [...]]]></description>
				<content:encoded><![CDATA[<p><a target="_blank" href="https://code.google.com/p/leveldb/" target="_blank">LevelDB a fast and lightweight key/value database library by Google</a></p>
<p><a target="_blank" href="https://code.google.com/p/leveldb/" target="_blank">https://code.google.com/p/leveldb/</a></p>
<p><strong>LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.</strong></p>
<h1><a name="Features"></a>Features</h1>
<ul>
<li>Keys and values are arbitrary byte arrays.</li>
<li>Data is stored sorted by key.</li>
<li>Callers can provide a custom comparison function to override the sort order.</li>
<li>The basic operations are <tt>Put(key,value)</tt>, <tt>Get(key)</tt>, <tt>Delete(key)</tt>.</li>
<li>Multiple changes can be made in one atomic batch.</li>
<li>Users can create a transient snapshot to get a consistent view of data.</li>
<li>Forward and backward iteration is supported over the data.</li>
<li>Data is automatically compressed using the <a target="_blank" href="http://code.google.com/p/snappy/" rel="nofollow">Snappy compression library</a>.</li>
<li>External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.</li>
<li><a target="_blank" href="http://leveldb.googlecode.com/svn/trunk/doc/index.html" rel="nofollow">Detailed documentation</a> about how to use the library is included with the source code.</li>
</ul>
<h1><a name="Limitations"></a>Limitations</h1>
<ul>
<li>This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes.</li>
<li>Only a single process (possibly multi-threaded) can access a particular database at a time.</li>
<li>There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library.</li>
</ul>
<h1><a name="Performance"></a>Performance</h1>
<p>Here is a performance report (with explanations) from the run of the included db_bench program. The results are somewhat noisy, but should be enough to get a ballpark performance estimate.</p>
<h2><a name="Setup"></a>Setup</h2>
<p>We use a database with a million entries. Each entry has a 16 byte key, and a 100 byte value. Values used by the benchmark compress to about half their original size.</p>
<pre>   LevelDB:    version 1.1
   Date:       Sun May  1 12:11:26 2011
   CPU:        4 x Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
   CPUCache:   4096 KB
   Keys:       16 bytes each
   Values:     100 bytes each (50 bytes after compression)
   Entries:    1000000
   Raw Size:   110.6 MB (estimated)
   File Size:  62.9 MB (estimated)</pre>
<p>&nbsp;</p>
<h2><a name="Write_performance"></a>Write performance</h2>
<p>The &#8220;fill&#8221; benchmarks create a brand new database, in either sequential, or random order. The &#8220;fillsync&#8221; benchmark flushes data from the operating system to the disk after every operation; the other write operations leave the data sitting in the operating system buffer cache for a while. The &#8220;overwrite&#8221; benchmark does random writes that update existing keys in the database.</p>
<p>&nbsp;</p>
<pre>   fillseq      :       1.765 micros/op;   62.7 MB/s     
   fillsync     :     268.409 micros/op;    0.4 MB/s (10000 ops)
   fillrandom   :       2.460 micros/op;   45.0 MB/s     
   overwrite    :       2.380 micros/op;   46.5 MB/s</pre>
<p>&nbsp;</p>
<p>Each &#8220;op&#8221; above corresponds to a write of a single key/value pair. I.e., a random write benchmark goes at approximately 400,000 writes per second.</p>
<p>Each &#8220;fillsync&#8221; operation costs much less (0.3 millisecond) than a disk seek (typically 10 milliseconds). We suspect that this is because the hard disk itself is buffering the update in its memory and responding before the data has been written to the platter. This may or may not be safe based on whether or not the hard disk has enough power to save its memory in the event of a power failure.</p>
<h2><a name="Read_performance"></a>Read performance</h2>
<p>We list the performance of reading sequentially in both the forward and reverse direction, and also the performance of a random lookup. Note that the database created by the benchmark is quite small. Therefore the report characterizes the performance of leveldb when the working set fits in memory. The cost of reading a piece of data that is not present in the operating system buffer cache will be dominated by the one or two disk seeks needed to fetch the data from disk. Write performance will be mostly unaffected by whether or not the working set fits in memory.</p>
<p>&nbsp;</p>
<pre>   readrandom   :      16.677 micros/op;  (approximately 60,000 reads per second)
   readseq      :       0.476 micros/op;  232.3 MB/s    
   readreverse  :       0.724 micros/op;  152.9 MB/s</pre>
<p>&nbsp;</p>
<p>LevelDB compacts its underlying storage data in the background to improve read performance. The results listed above were done immediately after a lot of random writes. The results after compactions (which are usually triggered automatically) are better.</p>
<p>&nbsp;</p>
<pre>   readrandom   :      11.602 micros/op;  (approximately 85,000 reads per second)   
   readseq      :       0.423 micros/op;  261.8 MB/s    
   readreverse  :       0.663 micros/op;  166.9 MB/s</pre>
<p>&nbsp;</p>
<p>Some of the high cost of reads comes from repeated decompression of blocks read from disk. If we supply enough cache to the leveldb so it can hold the uncompressed blocks in memory, the read performance improves again:</p>
<pre>   readrandom   :       9.775 micros/op;  (approximately 100,000 reads per second before compaction)
   readrandom   :       5.215 micros/op;  (approximately 190,000 reads per second after compaction)</pre>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/04/27/leveldb-a-fast-and-lightweight-keyvalue-database-library-by-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle NoSQL Database 2.0.39 released</title>
		<link>http://data.story.lu/2013/04/25/oracle-nosql-database-2-0-39-released</link>
		<comments>http://data.story.lu/2013/04/25/oracle-nosql-database-2-0-39-released#comments</comments>
		<pubDate>Thu, 25 Apr 2013 20:29:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LuxNoSQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[luxnosql]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://data.story.lu/?p=3419</guid>
		<description><![CDATA[Oracle NoSQL Database 2.0.39 has been released and introduce several improvements, a couple of new Oracle product integration points as well as a number of important bug fixes. These new features and fixes include: - An integration with Oracle Coherence has been provided that allows Oracle NoSQL Database to be used as a cache for Oracle [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle NoSQL Database 2.0.39 has been released and introduce several improvements, a couple of new Oracle product integration points as well as a number of important bug fixes. These new features and fixes include:</p>
<p>- An integration with Oracle Coherence has been provided that allows Oracle NoSQL Database to be used as a cache for Oracle Coherence applications, also allowing applications to directly access cached data from Oracle NoSQL Database. Documentation can be found<a target="_blank" href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fbit%2Ely%2F14e6jEP&amp;urlhash=TlIN&amp;_t=tracking_anet" target="blank" rel="nofollow">http://bit.ly/14e6jEP</a>.</p>
<p>- Oracle NoSQL Database Enterprise Edition now has support for semantic technologies. Specifically, the Resource Description Framework (RDF), SPARQL query language, and a subset of the Web Ontology Language (OWL) are now supported. These capabilities are referred to as the RDF Graph feature of Oracle NoSQL Database. The RDF Graph feature provides a Java-based interface to store and query semantic data in Oracle NoSQL Database Enterprise Edition. Documentation can be found <a target="_blank" href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fbit%2Ely%2FY7aQX4&amp;urlhash=z0AD&amp;_t=tracking_anet" target="blank" rel="nofollow">http://bit.ly/Y7aQX4</a>.</p>
<p>Find the complete list of changes in the change log.</p>
<p>Changelog: <a target="_blank" href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fbit%2Ely%2FZweZDS&amp;urlhash=Tudn&amp;_t=tracking_anet" target="blank" rel="nofollow">http://bit.ly/ZweZDS</a><br />
Download: <a target="_blank" href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fbit%2Ely%2FyLGVg3&amp;urlhash=Vw3Q&amp;_t=tracking_anet" target="blank" rel="nofollow">http://bit.ly/yLGVg3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://data.story.lu/2013/04/25/oracle-nosql-database-2-0-39-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
