<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/abstractions">
<title>Public marks with search abstractions</title>
<description>Public marks with search abstractions</description>
<link>http://blogmarks.net/marks/search/abstractions</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058527850"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1058438175"/>
<rdf:li resource="http://blogmarks.net/api/user/Fiber_Optic/mark/1058368774"/>
<rdf:li resource="http://blogmarks.net/api/user/Fiber_Optic/mark/1058351011"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058269784"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058247401"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058247332"/>
<rdf:li resource="http://blogmarks.net/api/user/benoit/mark/1058131076"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057892125"/>
<rdf:li resource="http://blogmarks.net/api/user/benoit/mark/1057590492"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057590358"/>
<rdf:li resource="http://blogmarks.net/api/user/fotopol/mark/1057521842"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057459086"/>
<rdf:li resource="http://blogmarks.net/api/user/tadeufilippini/mark/1057294373"/>
<rdf:li resource="http://blogmarks.net/api/user/pvergain/mark/1347207"/>
<rdf:li resource="http://blogmarks.net/api/user/hanso/mark/760264"/>
<rdf:li resource="http://blogmarks.net/api/user/YukuanMark/mark/741125"/>
<rdf:li resource="http://blogmarks.net/api/user/digitalmonkey/mark/466794"/>
<rdf:li resource="http://blogmarks.net/api/user/mikepower/mark/626446"/>
<rdf:li resource="http://blogmarks.net/api/user/letawny/mark/270283"/>
<rdf:li resource="http://blogmarks.net/api/user/fredbird/mark/79707"/>
<rdf:li resource="http://blogmarks.net/api/user/philippej/mark/76641"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058527850">
<title>An Engineer's Guide to Bandwidth (Yahoo! Developer Network Blog)</title>
<link>http://developer.yahoo.net/blog/archives/2009/10/a_engineers_gui.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Web app developers spend most of our time not thinking about how data is actually transmitted through the bowels of the network stack. Abstractions at the application layer let us pretend that networks read and write whole messages as smooth streams of bytes. Generally this is a good thing. But knowing what's going underneath is crucial to performance tuning and application design. The character of our users' internet connections is changing and some of the rules of thumb we rely on may need to be revised.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-02T03:34:58Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>bandwidth</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://developer.yahoo.net/blog/archives/2009/10/a_engineers_gui.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/02/dd50fea250ab11f1c2e1db588c0b9416.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://developer.yahoo.net/blog/archives/2009/10/a_engineers_gui.html">An Engineer's Guide to Bandwidth (Yahoo! Developer Network Blog)</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3363351">1 other(s)</a> 
<div class="description"><blockquote><p>Web app developers spend most of our time not thinking about how data is actually transmitted through the bowels of the network stack. Abstractions at the application layer let us pretend that networks read and write whole messages as smooth streams of bytes. Generally this is a good thing. But knowing what's going underneath is crucial to performance tuning and application design. The character of our users' internet connections is changing and some of the rules of thumb we rely on may need to be revised.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bandwidth">bandwidth</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058527850">Copy</a> | 
<a href="http://blogmarks.net/link/3363351">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1058438175">
<title>Création d'applications Web sans Web Forms</title>
<link>http://msdn.microsoft.com/fr-fr/magazine/cc337884.aspx</link>
<description>&lt;blockquote&gt;&lt;p&gt;Quand j'ai commencé à créer des applications Web plus sophistiquées, les abstractions offertes par Web Forms, comme les contrôles, l'état d'affichage et le cycle de vie de page, ont commencé à m'irriter au lieu de m'aider.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-07-22T14:45:54Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>.net, mvc</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://msdn.microsoft.com/fr-fr/magazine/cc337884.aspx"><img border="0" src="http://blogmarks.net/screenshots/2009/07/22/d55639c61b490da6efab87d60dba0ce9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://msdn.microsoft.com/fr-fr/magazine/cc337884.aspx">Création d'applications Web sans Web Forms</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
<div class="description"><blockquote><p>Quand j'ai commencé à créer des applications Web plus sophistiquées, les abstractions offertes par Web Forms, comme les contrôles, l'état d'affichage et le cycle de vie de page, ont commencé à m'irriter au lieu de m'aider.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/.net">.net</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mvc">mvc</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058438175">Copy</a> | 
<a href="http://blogmarks.net/link/3292457">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fiber_Optic/mark/1058368774">
<title>CubicTest: CubicTest</title>
<link>http://cubictest.seleniumhq.org/</link>
<description>CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable.</description>
<dc:date>2009-06-17T14:44:48Z</dc:date>
<dc:author>Fiber_Optic</dc:author>
<dc:subject>tests, eclipse</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cubictest.seleniumhq.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/17/aca241230253cc69448c2ad98732ec69.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cubictest.seleniumhq.org/">CubicTest: CubicTest</a></h4>
 
by <a href="http://blogmarks.net/user/Fiber_Optic">Fiber_Optic</a> 
<p class="description">CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tests">tests</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eclipse">eclipse</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058368774">Copy</a> | 
<a href="http://blogmarks.net/link/3234332">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Fiber_Optic/mark/1058351011">
<title>CubicTest</title>
<link>http://boss.bekk.no/cubictest/</link>
<description>CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes tests faster and easier to write, and provides abstractions to make tests more robust and reusable. </description>
<dc:date>2009-06-17T14:44:05Z</dc:date>
<dc:author>Fiber_Optic</dc:author>
<dc:subject>tests, developpement</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://boss.bekk.no/cubictest/"><img border="0" src="http://blogmarks.net/screenshots/2009/06/17/dbb6e18980f74bcacb6c071fe053935f.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://boss.bekk.no/cubictest/">CubicTest</a></h4>
 
by <a href="http://blogmarks.net/user/Fiber_Optic">Fiber_Optic</a> 
<p class="description">CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes tests faster and easier to write, and provides abstractions to make tests more robust and reusable. </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tests">tests</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/developpement">developpement</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058351011">Copy</a> | 
<a href="http://blogmarks.net/link/3219713">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058269784">
<title>Yahoo!’s spatial thinking at Tim Warr’s Blog</title>
<link>http://blog.timwarr.net/2008/11/21/yahoos-spatial-thinking/</link>
<description>&lt;blockquote&gt;&lt;p&gt;So what I love about WOE ID is it is a simple non mapping solution to an age old spatial problem.  In fact a map is ultimately relegated to just a display function.&lt;/p&gt;&lt;/blockquote&gt;

or woeid is a universal cultural mapping system. The meaning is carried by people, not mathematics abstractions.</description>
<dc:date>2009-04-10T22:57:53Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>woeid, geo, cartographie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.timwarr.net/2008/11/21/yahoos-spatial-thinking/"><img border="0" src="http://blogmarks.net/screenshots/2009/04/10/230ab2298a096a885da63b920f717869.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.timwarr.net/2008/11/21/yahoos-spatial-thinking/">Yahoo!’s spatial thinking at Tim Warr’s Blog</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>So what I love about WOE ID is it is a simple non mapping solution to an age old spatial problem.  In fact a map is ultimately relegated to just a display function.</p></blockquote>

or woeid is a universal cultural mapping system. The meaning is carried by people, not mathematics abstractions.</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/woeid">woeid</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geo">geo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cartographie">cartographie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058269784">Copy</a> | 
<a href="http://blogmarks.net/link/3152087">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058247401">
<title>Wireless in the world</title>
<link>http://www.nearfield.org/2009/03/wireless-in-the-world/comment-page-1#comment-30832</link>
<description>&lt;blockquote&gt;&lt;p&gt;Using simple abstractions such as the dashed line and the kinds of visual language that we have previously proposed for RFID allow us to quickly communicate aspects such as the spatial properties of wireless technologies that are often overlooked. I’ve been using these images in presentations for a while, to sensitise designers and students to the spatial and embodied properties of RFID, Bluetooth and WIFI.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-23T01:53:09Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rfid, opacité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nearfield.org/2009/03/wireless-in-the-world/comment-page-1#comment-30832"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nearfield.org/2009/03/wireless-in-the-world/comment-page-1#comment-30832">Wireless in the world</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Using simple abstractions such as the dashed line and the kinds of visual language that we have previously proposed for RFID allow us to quickly communicate aspects such as the spatial properties of wireless technologies that are often overlooked. I’ve been using these images in presentations for a while, to sensitise designers and students to the spatial and embodied properties of RFID, Bluetooth and WIFI.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rfid">rfid</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opacit%25C3%25A9">opacité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058247401">Copy</a> | 
<a href="http://blogmarks.net/link/3132911">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058247332">
<title>Wireless in the world</title>
<link>http://www.nearfield.org/2009/03/wireless-in-the-world</link>
<description>&lt;blockquote&gt;&lt;p&gt;Using simple abstractions such as the dashed line and the kinds of visual language that we have previously proposed for RFID allow us to quickly communicate aspects such as the spatial properties of wireless technologies that are often overlooked. I’ve been using these images in presentations for a while, to sensitise designers and students to the spatial and embodied properties of RFID, Bluetooth and WIFI.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-03-22T23:06:02Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>rfid, data, visualization, wifi, societé</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nearfield.org/2009/03/wireless-in-the-world"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nearfield.org/2009/03/wireless-in-the-world">Wireless in the world</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Using simple abstractions such as the dashed line and the kinds of visual language that we have previously proposed for RFID allow us to quickly communicate aspects such as the spatial properties of wireless technologies that are often overlooked. I’ve been using these images in presentations for a while, to sensitise designers and students to the spatial and embodied properties of RFID, Bluetooth and WIFI.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rfid">rfid</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/visualization">visualization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wifi">wifi</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/societ%25C3%25A9">societé</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058247332">Copy</a> | 
<a href="http://blogmarks.net/link/3132855">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/benoit/mark/1058131076">
<title>Cappuccino Blog » Blog Archive » On Leaky Abstractions and Objective-J</title>
<link>http://cappuccino.org/discuss/2008/12/08/on-leaky-abstractions-and-objective-j/</link>
<description>Great post on objective-j and abstractions for the web.</description>
<dc:date>2008-12-16T18:22:10Z</dc:date>
<dc:author>benoit</dc:author>
<dc:subject>web development, objective-j, javascript</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://cappuccino.org/discuss/2008/12/08/on-leaky-abstractions-and-objective-j/"><img border="0" src="http://blogmarks.net/screenshots/2008/12/16/62e7b505ec53359b2e5276e735bf02ce.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://cappuccino.org/discuss/2008/12/08/on-leaky-abstractions-and-objective-j/">Cappuccino Blog » Blog Archive » On Leaky Abstractions and Objective-J</a></h4>
 
by <a href="http://blogmarks.net/user/benoit">benoit</a> 
<p class="description">Great post on objective-j and abstractions for the web.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web%2Bdevelopment">web development</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/objective-j">objective-j</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/javascript">javascript</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058131076">Copy</a> | 
<a href="http://blogmarks.net/link/3031587">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057892125">
<title>DeepLearningWorkshopNIPS2007 &lt; Public &lt; TWiki</title>
<link>http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007</link>
<description>Theoretical results strongly suggest that in order to learn the kind of complicated functions that can represent high-level abstractions (e.g. in vision, language, and other AI-level tasks), one may need &quot;deep architectures&quot;, which are composed of multiple levels of non-linear operations (such as in neural nets with many hidden layers). Searching the parameter space of deep architectures is a difficult optimization task, but learning algorithms (e.g. Deep Belief Networks) have recently been proposed to tackle this problem with notable success, beating the state-of-the-art in certain areas.

This workshop is intended to bring together researchers interested in the question of deep learning in order to review the current algorithms' principles and successes, but also to identify the challenges, and to formulate promising directions of investigation. Besides the algorithms themselves, there are many fundamental questions that need to be addressed: What would be a good formalization of deep learning? What new ideas could be exploited to make further inroads to that difficult optimization problem? What makes a good high-level representation or abstraction? What type of problem is deep learning appropriate for? 

The workshop presentation page show selected links to relevant papers (PDF) on the topic.</description>
<dc:date>2008-06-24T14:18:01Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>optimization, ideas, workshop, deep learning, machine learning</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007"><img border="0" src="http://blogmarks.net/screenshots/2008/06/24/cea719358459e2b9b2b7c9f11ce54a6b.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.iro.umontreal.ca/~lisa/twiki/bin/view.cgi/Public/DeepLearningWorkshopNIPS2007">DeepLearningWorkshopNIPS2007 &lt; Public &lt; TWiki</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">Theoretical results strongly suggest that in order to learn the kind of complicated functions that can represent high-level abstractions (e.g. in vision, language, and other AI-level tasks), one may need "deep architectures", which are composed of multiple levels of non-linear operations (such as in neural nets with many hidden layers). Searching the parameter space of deep architectures is a difficult optimization task, but learning algorithms (e.g. Deep Belief Networks) have recently been proposed to tackle this problem with notable success, beating the state-of-the-art in certain areas.

This workshop is intended to bring together researchers interested in the question of deep learning in order to review the current algorithms' principles and successes, but also to identify the challenges, and to formulate promising directions of investigation. Besides the algorithms themselves, there are many fundamental questions that need to be addressed: What would be a good formalization of deep learning? What new ideas could be exploited to make further inroads to that difficult optimization problem? What makes a good high-level representation or abstraction? What type of problem is deep learning appropriate for? 

The workshop presentation page show selected links to relevant papers (PDF) on the topic.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/optimization">optimization</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/workshop">workshop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deep%2Blearning">deep learning</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/machine%2Blearning">machine learning</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057892125">Copy</a> | 
<a href="http://blogmarks.net/link/2821239">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/benoit/mark/1057590492">
<title>Abstractions in Web architecture - Design Issues</title>
<link>http://www.w3.org/DesignIssues/Abstractions</link>
<description>&lt;blockquote&gt;&lt;p&gt;The value of this architecture is that each layer leverages the social components of the lower layer's architecture.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-12-03T17:05:01Z</dc:date>
<dc:author>benoit</dc:author>
<dc:subject>web, architecture, social, w3c, design</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/DesignIssues/Abstractions"><img border="0" src="http://blogmarks.net/screenshots/2007/12/03/a2b2ffe94d06ae420b5429596f2165f5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/DesignIssues/Abstractions">Abstractions in Web architecture - Design Issues</a></h4>
 
by <a href="http://blogmarks.net/user/benoit">benoit</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2572711">1 other(s)</a> 
<div class="description"><blockquote><p>The value of this architecture is that each layer leverages the social components of the lower layer's architecture.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057590492">Copy</a> | 
<a href="http://blogmarks.net/link/2572711">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057590358">
<title>Abstractions in Web architecture - Design Issues</title>
<link>http://www.w3.org/DesignIssues/Abstractions</link>
<description>&lt;blockquote&gt;&lt;p&gt;The value of this architecture is that each layer leverages the social components of the lower layer's architecture.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2007-12-03T14:43:32Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>design, web, architecture, social, w3c</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.w3.org/DesignIssues/Abstractions"><img border="0" src="http://blogmarks.net/screenshots/2007/12/03/a2b2ffe94d06ae420b5429596f2165f5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.w3.org/DesignIssues/Abstractions">Abstractions in Web architecture - Design Issues</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2572711">1 other(s)</a> 
<div class="description"><blockquote><p>The value of this architecture is that each layer leverages the social components of the lower layer's architecture.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057590358">Copy</a> | 
<a href="http://blogmarks.net/link/2572711">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fotopol/mark/1057521842">
<title>Sophie Thouvenin - Photographies Macros - fleurs - abstractions - yeux - chats</title>
<link>http://prismes.free.fr/macro1.htm</link>
<description>Photographies de Sophie Thouvenin, images très intéressantes, recherches, macro,portraits, Polaroîd,structures</description>
<dc:date>2007-11-03T22:27:24Z</dc:date>
<dc:author>fotopol</dc:author>
<dc:subject>photographies, fleurs, Recherches, macro, portraits, Polaroîd, structures, matières</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://prismes.free.fr/macro1.htm"><img border="0" src="http://blogmarks.net/screenshots/2007/11/03/de3516a521e5f29b548b11895a44a0a5.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://prismes.free.fr/macro1.htm">Sophie Thouvenin - Photographies Macros - fleurs - abstractions - yeux - chats</a></h4>
 
by <a href="http://blogmarks.net/user/fotopol">fotopol</a> 
<p class="description">Photographies de Sophie Thouvenin, images très intéressantes, recherches, macro,portraits, Polaroîd,structures</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photographies">photographies</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fleurs">fleurs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Recherches">Recherches</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/macro">macro</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/portraits">portraits</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Polaro%25C3%25AEd">Polaroîd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/structures">structures</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mati%25C3%25A8res">matières</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057521842">Copy</a> | 
<a href="http://blogmarks.net/link/2510432">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057459086">
<title>Practical Semantic Astronomy*</title>
<link>http://www.cacr.caltech.edu/semast/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Semantic Web has become a set of practical engineering challenges, more concerned with deployment and performance details than AI abstractions, and so we can now start to employ that community's more successful ideas in astronomy&lt;/p&gt;&lt;/blockquote&gt;

oooooh!</description>
<dc:date>2007-09-28T05:28:59Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>websemantique, astronomie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cacr.caltech.edu/semast/"><img border="0" src="http://blogmarks.net/screenshots/2007/09/28/dcba6bb2a05df1923c9e4598e752e092.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cacr.caltech.edu/semast/">Practical Semantic Astronomy*</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Semantic Web has become a set of practical engineering challenges, more concerned with deployment and performance details than AI abstractions, and so we can now start to employ that community's more successful ideas in astronomy</p></blockquote>

oooooh!</div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/websemantique">websemantique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/astronomie">astronomie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057459086">Copy</a> | 
<a href="http://blogmarks.net/link/2456010">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/tadeufilippini/mark/1057294373">
<title>enlightenment</title>
<link>http://www.enlightenment.org/</link>
<description>What is Enlightenment?
Enlightenment. What is Enlightenment?.
Some people affectionately refer to Enlightenment as E because typing or saying the whole word is a bit of a mouthful. Early in its history, which began back in 1996, E was just a window manager for X11. 

Since then, E has now become much more. In the process of building the next generation of the window manager, we have created a suite of libraries for doing data storage and retrieval, scene-graph rendering with a canvas, theme encapsulation, compiling and demand-loading, event loop, inter-process communication, freedesktop.org specification handling, virtual machines, video codec abstractions, widget sets, and more. 
 
</description>
<dc:date>2009-07-31T15:12:39Z</dc:date>
<dc:author>tadeufilippini</dc:author>
<dc:subject>opendesktop.org, enlightenment.org, gnu linux, window manager, window, manager window, gnu, enlightenment, ubuntu, opensource, e17, manager, linux, Desktops, opendesktop</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.enlightenment.org/"><img border="0" src="http://blogmarks.net/screenshots/2009/07/31/fed796366697b7002468e0117b02d7ee.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.enlightenment.org/">enlightenment</a></h4>
 
by <a href="http://blogmarks.net/user/tadeufilippini">tadeufilippini</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2311982">1 other(s)</a> 
<p class="description">What is Enlightenment?
Enlightenment. What is Enlightenment?.
Some people affectionately refer to Enlightenment as E because typing or saying the whole word is a bit of a mouthful. Early in its history, which began back in 1996, E was just a window manager for X11. 

Since then, E has now become much more. In the process of building the next generation of the window manager, we have created a suite of libraries for doing data storage and retrieval, scene-graph rendering with a canvas, theme encapsulation, compiling and demand-loading, event loop, inter-process communication, freedesktop.org specification handling, virtual machines, video codec abstractions, widget sets, and more. 
 
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opendesktop.org">opendesktop.org</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/enlightenment.org">enlightenment.org</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gnu%2Blinux">gnu linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/window%2Bmanager">window manager</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/window">window</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/manager%2Bwindow">manager window</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gnu">gnu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/enlightenment">enlightenment</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ubuntu">ubuntu</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opensource">opensource</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/e17">e17</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/manager">manager</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Desktops">Desktops</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opendesktop">opendesktop</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057294373">Copy</a> | 
<a href="http://blogmarks.net/link/2311982">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pvergain/mark/1347207">
<title>WebFrameworks - Python Wiki</title>
<link>http://wiki.python.org/moin/WebFrameworks</link>
<description>Web Frameworks for Python

A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications) or services without having to handle such low-level details as protocols, sockets or process/thread management. As a developer using a framework, you typically write code which conforms to some kind of conventions, with the benefit being that most of the code can be concerned with the logic of the application, rather than working out how to process incoming network messages, spawn processes, work out which part of the application should be invoked, and so on.

Some frameworks can be considered moderately low-level in that they provide abstractions only for certain things (eg. incoming requests, outgoing responses, state handling), whereas other frameworks provide many more abstractions and mechanisms (eg. database access, presentation of Web pages). Since a non-trivial Web application will require a number of different kinds of abstractions, often stacked upon each other, those frameworks which attempt to provide a complete solution for applications are often known as &quot;full-stack&quot; frameworks in that they attempt to supply components for each layer in the stack</description>
<dc:date>2006-12-09T11:56:50Z</dc:date>
<dc:author>pvergain</dc:author>
<dc:subject>lewiki, python, web, framework</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wiki.python.org/moin/WebFrameworks"><img border="0" src="http://blogmarks.net/screenshots/2006/12/09/39bdc724f15e93d92e15cfcc42532406.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wiki.python.org/moin/WebFrameworks">WebFrameworks - Python Wiki</a></h4>
 
by <a href="http://blogmarks.net/user/pvergain">pvergain</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1238319">1 other(s)</a> 
<p class="description">Web Frameworks for Python

A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications) or services without having to handle such low-level details as protocols, sockets or process/thread management. As a developer using a framework, you typically write code which conforms to some kind of conventions, with the benefit being that most of the code can be concerned with the logic of the application, rather than working out how to process incoming network messages, spawn processes, work out which part of the application should be invoked, and so on.

Some frameworks can be considered moderately low-level in that they provide abstractions only for certain things (eg. incoming requests, outgoing responses, state handling), whereas other frameworks provide many more abstractions and mechanisms (eg. database access, presentation of Web pages). Since a non-trivial Web application will require a number of different kinds of abstractions, often stacked upon each other, those frameworks which attempt to provide a complete solution for applications are often known as "full-stack" frameworks in that they attempt to supply components for each layer in the stack</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lewiki">lewiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1347207">Copy</a> | 
<a href="http://blogmarks.net/link/1238319">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/hanso/mark/760264">
<title>Alien Art</title>
<link>http://blog.wired.com/alienart/</link>
<description>Conceptual artist Jonathan Keats has revisited a transmission from space (named SHGb02+14a) once thought by some hopefuls to originate from an alien intelligence. By applying specific rule sets to the information, he has produced several visual abstractions that he considers art. The exhibit opened on Monday in Berkeley.</description>
<dc:date>2006-08-08T19:32:06Z</dc:date>
<dc:author>hanso</dc:author>
<dc:subject>art, space, aliens</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blog.wired.com/alienart/"><img border="0" src="http://blogmarks.net/screenshots/2006/08/08/6e26de87c46b52c1203b2a3f29ef1a3a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blog.wired.com/alienart/">Alien Art</a></h4>
 
by <a href="http://blogmarks.net/user/hanso">hanso</a> 
<p class="description">Conceptual artist Jonathan Keats has revisited a transmission from space (named SHGb02+14a) once thought by some hopefuls to originate from an alien intelligence. By applying specific rule sets to the information, he has produced several visual abstractions that he considers art. The exhibit opened on Monday in Berkeley.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/art">art</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/space">space</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/aliens">aliens</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=760264">Copy</a> | 
<a href="http://blogmarks.net/link/1013145">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/YukuanMark/mark/741125">
<title>The Boost Graph Library</title>
<link>http://www.boost.org/libs/graph/doc/index.html</link>
<description>Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmos</description>
<dc:date>2006-07-29T08:13:23Z</dc:date>
<dc:author>YukuanMark</dc:author>
<dc:subject>template, cpp, graph, math, lib, boost</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.boost.org/libs/graph/doc/index.html"><img border="0" src="http://blogmarks.net/screenshots/2006/07/29/1c205cae78f5ae8fec8f935b38cc1e00.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.boost.org/libs/graph/doc/index.html">The Boost Graph Library</a></h4>
 
by <a href="http://blogmarks.net/user/YukuanMark">YukuanMark</a> 
<p class="description">Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmos</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/template">template</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cpp">cpp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graph">graph</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/math">math</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lib">lib</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/boost">boost</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=741125">Copy</a> | 
<a href="http://blogmarks.net/link/1002416">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/digitalmonkey/mark/466794">
<title>Internet-Draft : &quot;duri&quot; and &quot;tdb&quot; URN namespaces based on dated URIs - L. Masinter,  Adobe Systems -  April 17, 2004 - Expires: October 16, 2004</title>
<link>http://larry.masinter.net/duri.html</link>
<description>&quot;The first namespace (&quot;duri&quot;) is used to refer to URI-identified resources as they appeared at a particular time. The second namespace (&quot;tdb&quot;) is useful as a way of creating URNs that refer to physical objects or even abstractions that are not themselves</description>
<dc:date>2006-01-09T22:45:44Z</dc:date>
<dc:author>digitalmonkey</dc:author>
<dc:subject>uri, time, urn, duri, tdb, urn:ietf:id:masinter-dated-uri-04</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://larry.masinter.net/duri.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/10/d6377184179d06c935c34931f234174c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://larry.masinter.net/duri.html">Internet-Draft : &quot;duri&quot; and &quot;tdb&quot; URN namespaces based on dated URIs - L. Masinter,  Adobe Systems -  April 17, 2004 - Expires: October 16, 2004</a></h4>
 
by <a href="http://blogmarks.net/user/digitalmonkey">digitalmonkey</a> 
<p class="description">"The first namespace ("duri") is used to refer to URI-identified resources as they appeared at a particular time. The second namespace ("tdb") is useful as a way of creating URNs that refer to physical objects or even abstractions that are not themselves</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/uri">uri</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time">time</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/urn">urn</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/duri">duri</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tdb">tdb</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/urn%253Aietf%253Aid%253Amasinter-dated-uri-04">urn:ietf:id:masinter-dated-uri-04</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=466794">Copy</a> | 
<a href="http://blogmarks.net/link/708429">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mikepower/mark/626446">
<title>Tomgram: Elizabeth de la Vega on Shooting the Moon in 2006</title>
<link>http://www.uruknet.com/?s1=2&amp;p=18955&amp;s2=24</link>
<description>While masquerading as hard-headed realists, the President and war hawks from both parties have been, at best, determined illusionists. They have shrouded the war in abstractions...all of which are, ultimately, obscene.</description>
<dc:date>2005-12-24T21:48:44Z</dc:date>
<dc:author>mikepower</dc:author>
<dc:subject>t, fromDel</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.uruknet.com/?s1=2&amp;p=18955&amp;s2=24"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.uruknet.com/?s1=2&amp;p=18955&amp;s2=24">Tomgram: Elizabeth de la Vega on Shooting the Moon in 2006</a></h4>
 
by <a href="http://blogmarks.net/user/mikepower">mikepower</a> 
<p class="description">While masquerading as hard-headed realists, the President and war hawks from both parties have been, at best, determined illusionists. They have shrouded the war in abstractions...all of which are, ultimately, obscene.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/t">t</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/fromDel">fromDel</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=626446">Copy</a> | 
<a href="http://blogmarks.net/link/917874">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/letawny/mark/270283">
<title>Art auto-génératif</title>
<link>http://www.saute-mouton.org/news.php?lng=fr&amp;pg=1962</link>
<description>Je viens d'ajouter à l'instant quelques réalisations dans la galerie Abstractions des Missi[v/l]es virtuelles.Le Real Time Contextual Art GeneratorCertaines sont les fruits d'expérimentations faites avec le Real Time Contextual Art Generator de Don Relyea, qui se présente sous deux formes : un exécutable à télécharger ou une application en ligne, qui nécessite le plugin Shockwave. Dans les deux cas, l'utilisateur saisit un ou plusieurs mots-clefs, l'application récolte, dans la base de données de Google, nombre d'images liées à la requête et génère une image stylisée et composite, comme celle-ci :Préférez le programme à télécharger, car il est paramétrable, contrairement à la version en ligne. On peut ainsi régler le degré de transparence des layers, activer ou non le mode loop, contrôler les polices utilisées pour les textes, définir la résolution des images générées, etc. Il offre en outre la possibilité d'exporter le résultat au format *.jpg.Pendant que vous y êtes, rendez-vous sur cette page, pour voir une démonstration du Hilbert Hardcore, qui exploite l'algorithme de David Hilbert, mathématicien allemand qui découvrit la courbe qui porte son nom au début du XIXème siècle :Jetez aussi un coup d'oeil à la variante, le Hilbert Hardcore Helipad, ainsi qu'au générateur expérimental qui dessine ces luxuriantes fleurs :Le générateur Net.ArtLes autres images de la galerie Abstractions des Missi[v/l]es ont été créées avec le Net.art generator, qui repose sur le même principe que le RTCAG, décrit ci-dessus : un mot-clef, qui correspond au titre de l'image à générer, une recherche contextuelle dans Google et l'image composite obtenue. A noter toutefois, quelques différences dans le protocole :l'utilisateur peut choisir la taille (400, 600, 800 ou 1000px) et le format (*.jpg, *.gif, *.png) de l'image généréeil choisit le nombre d'images à utiliser : 2, 4, 6, 8il a accès aux images d'origine utilisées dans le montageUne galerie des meilleurs collages générés est disponible, mais voici un échantillon de mon exploration :</description>
<dc:date>2005-12-19T07:29:12Z</dc:date>
<dc:author>letawny</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.saute-mouton.org/news.php?lng=fr&amp;pg=1962"><img border="0" src="http://www.blogmarks.net/screenshots/2005/12/19/ef3c766ef96f764238dc749500fb8346.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.saute-mouton.org/news.php?lng=fr&amp;pg=1962">Art auto-génératif</a></h4>
 
by <a href="http://blogmarks.net/user/letawny">letawny</a> 
<p class="description">Je viens d'ajouter à l'instant quelques réalisations dans la galerie Abstractions des Missi[v/l]es virtuelles.Le Real Time Contextual Art GeneratorCertaines sont les fruits d'expérimentations faites avec le Real Time Contextual Art Generator de Don Relyea, qui se présente sous deux formes : un exécutable à télécharger ou une application en ligne, qui nécessite le plugin Shockwave. Dans les deux cas, l'utilisateur saisit un ou plusieurs mots-clefs, l'application récolte, dans la base de données de Google, nombre d'images liées à la requête et génère une image stylisée et composite, comme celle-ci :Préférez le programme à télécharger, car il est paramétrable, contrairement à la version en ligne. On peut ainsi régler le degré de transparence des layers, activer ou non le mode loop, contrôler les polices utilisées pour les textes, définir la résolution des images générées, etc. Il offre en outre la possibilité d'exporter le résultat au format *.jpg.Pendant que vous y êtes, rendez-vous sur cette page, pour voir une démonstration du Hilbert Hardcore, qui exploite l'algorithme de David Hilbert, mathématicien allemand qui découvrit la courbe qui porte son nom au début du XIXème siècle :Jetez aussi un coup d'oeil à la variante, le Hilbert Hardcore Helipad, ainsi qu'au générateur expérimental qui dessine ces luxuriantes fleurs :Le générateur Net.ArtLes autres images de la galerie Abstractions des Missi[v/l]es ont été créées avec le Net.art generator, qui repose sur le même principe que le RTCAG, décrit ci-dessus : un mot-clef, qui correspond au titre de l'image à générer, une recherche contextuelle dans Google et l'image composite obtenue. A noter toutefois, quelques différences dans le protocole :l'utilisateur peut choisir la taille (400, 600, 800 ou 1000px) et le format (*.jpg, *.gif, *.png) de l'image généréeil choisit le nombre d'images à utiliser : 2, 4, 6, 8il a accès aux images d'origine utilisées dans le montageUne galerie des meilleurs collages générés est disponible, mais voici un échantillon de mon exploration :</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=270283">Copy</a> | 
<a href="http://blogmarks.net/link/413407">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fredbird/mark/79707">
<title>Representational State Transfer - Wikipedia, the free encyclopedia</title>
<link>http://en.wikipedia.org/wiki/REST</link>
<description>Representational State Transfer (REST) is a collection of principles for managing information over a computer network like the world wide web.
While REST originally referred to a collection of architectural principles (described below), people now often use the term in a looser sense to describe any simple web-based interface that uses XML and HTTP without the extra abstractions of RPC-based approaches like the web services SOAP protocol.</description>
<dc:date>2006-05-31T12:04:14Z</dc:date>
<dc:author>fredbird</dc:author>
<dc:subject>web-dev, rest, lang:en, type:article</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://en.wikipedia.org/wiki/REST"><img border="0" src="http://www.blogmarks.net/screenshots/2005/12/26/3652f925139be4c1562297337861979a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://en.wikipedia.org/wiki/REST">Representational State Transfer - Wikipedia, the free encyclopedia</a></h4>
 
by <a href="http://blogmarks.net/user/fredbird">fredbird</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/3196">6 other(s)</a> 
<p class="description">Representational State Transfer (REST) is a collection of principles for managing information over a computer network like the world wide web.
While REST originally referred to a collection of architectural principles (described below), people now often use the term in a looser sense to describe any simple web-based interface that uses XML and HTTP without the extra abstractions of RPC-based approaches like the web services SOAP protocol.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web-dev">web-dev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rest">rest</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lang%253Aen">lang:en</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/type%253Aarticle">type:article</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=79707">Copy</a> | 
<a href="http://blogmarks.net/link/3196">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/philippej/mark/76641">
<title>Neutrino XML again</title>
<link>http://inessential.com/?comments=1</link>
<description>&quot;...when does this proliferation of metadata abstractions end &quot;?</description>
<dc:date>2005-05-17T12:20:53Z</dc:date>
<dc:author>philippej</dc:author>
<dc:subject>xml, rss, foaf</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://inessential.com/?comments=1"><img border="0" src="http://www.blogmarks.net/screenshots/2005/05/17/043a20cafa77a40cb24cdee55123c9b4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://inessential.com/?comments=1">Neutrino XML again</a></h4>
 
by <a href="http://blogmarks.net/user/philippej">philippej</a> 
<p class="description">"...when does this proliferation of metadata abstractions end "?</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xml">xml</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/rss">rss</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/foaf">foaf</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=76641">Copy</a> | 
<a href="http://blogmarks.net/link/104348">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>