<?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/badly">
<title>Public marks with search badly</title>
<description>Public marks with search badly</description>
<link>http://blogmarks.net/marks/search/badly</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058562239"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058380656"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058342693"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058217278"/>
<rdf:li resource="http://blogmarks.net/api/user/arslan220/mark/1058197280"/>
<rdf:li resource="http://blogmarks.net/api/user/night.kame/mark/1058137316"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058106505"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058099164"/>
<rdf:li resource="http://blogmarks.net/api/user/helmeloh/mark/1058055923"/>
<rdf:li resource="http://blogmarks.net/api/user/camel/mark/1058053076"/>
<rdf:li resource="http://blogmarks.net/api/user/oqdbpo/mark/1057745242"/>
<rdf:li resource="http://blogmarks.net/api/user/ogrisel/mark/1057713990"/>
<rdf:li resource="http://blogmarks.net/api/user/julie/mark/1057643301"/>
<rdf:li resource="http://blogmarks.net/api/user/naudjf/mark/1057635254"/>
<rdf:li resource="http://blogmarks.net/api/user/huahua/mark/2612703"/>
<rdf:li resource="http://blogmarks.net/api/user/mbertier/mark/1826864"/>
<rdf:li resource="http://blogmarks.net/api/user/kromakirk/mark/2307290"/>
<rdf:li resource="http://blogmarks.net/api/user/feision/mark/738305"/>
<rdf:li resource="http://blogmarks.net/api/user/yoshigi/mark/530246"/>
<rdf:li resource="http://blogmarks.net/api/user/ycc2106/mark/394590"/>
<rdf:li resource="http://blogmarks.net/api/user/owukori/mark/406408"/>
<rdf:li resource="http://blogmarks.net/api/user/ecmanaut/mark/288259"/>
<rdf:li resource="http://blogmarks.net/api/user/jasontromm/mark/194455"/>
<rdf:li resource="http://blogmarks.net/api/user/sparktest/mark/159756"/>
<rdf:li resource="http://blogmarks.net/api/user/multilinko/mark/122291"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058562239">
<title>Time/Weather Desktop on Flickr - Photo Sharing!</title>
<link>http://www.flickr.com/photos/bopuc/4039178260/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Well, most of the work is done by Earthdesk and GeekTool 3.&lt;/p&gt;&lt;p&gt;Earthdesk is set to Natural Color, Equirectangular projection, Natural Color, Real Moonlight, centered on Vienna, Background: Starfield. Zoom 80%, Clouds 80%, Brightness 80%.&lt;/p&gt;&lt;p&gt;In GeekTool, the times and the weathers are all separate Shell &quot;geeklets&quot;.&lt;/p&gt;&lt;p&gt;Times are generated by running shell commands like&lt;/p&gt;&lt;p&gt;env TZ=Asia/Tokyo date &quot; %l:%M %p&quot;&lt;/p&gt;&lt;p&gt;every 20 seconds&lt;/p&gt;&lt;p&gt;The weather is the tricky part. The way I am doing it now, if I am not careful, gets me throttled for too many concurrent requests to the wunderground.com API server. It also fails badly if I am disconnected, so I will need to do it differently.&lt;/p&gt;&lt;p&gt;FWIW: I have a PHP script which I run as separate Shell Geeklets. I invoke it with the name of the city I want. It then hits wunderground and gets back an XML stream of the local weather, which I parse, format and echo. (the way I'd change this is run the script from cron, with a 30 second wait between requests, and cache the results locally, which I would then call from the Shell Geeklets)&lt;/p&gt;&lt;p&gt;From there it's just a question of setting fonts, sizes, colors and moving the little Geeklet boxes around as you want them.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-24T15:00:49Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>semanticdesktop, meteo, geek</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.flickr.com/photos/bopuc/4039178260/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/24/5639bd0d870c47d4c396495e456804ec.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.flickr.com/photos/bopuc/4039178260/">Time/Weather Desktop on Flickr - Photo Sharing!</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Well, most of the work is done by Earthdesk and GeekTool 3.</p><p>Earthdesk is set to Natural Color, Equirectangular projection, Natural Color, Real Moonlight, centered on Vienna, Background: Starfield. Zoom 80%, Clouds 80%, Brightness 80%.</p><p>In GeekTool, the times and the weathers are all separate Shell "geeklets".</p><p>Times are generated by running shell commands like</p><p>env TZ=Asia/Tokyo date " %l:%M %p"</p><p>every 20 seconds</p><p>The weather is the tricky part. The way I am doing it now, if I am not careful, gets me throttled for too many concurrent requests to the wunderground.com API server. It also fails badly if I am disconnected, so I will need to do it differently.</p><p>FWIW: I have a PHP script which I run as separate Shell Geeklets. I invoke it with the name of the city I want. It then hits wunderground and gets back an XML stream of the local weather, which I parse, format and echo. (the way I'd change this is run the script from cron, with a 30 second wait between requests, and cache the results locally, which I would then call from the Shell Geeklets)</p><p>From there it's just a question of setting fonts, sizes, colors and moving the little Geeklet boxes around as you want them.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/semanticdesktop">semanticdesktop</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/meteo">meteo</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/geek">geek</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058562239">Copy</a> | 
<a href="http://blogmarks.net/link/3392654">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058380656">
<title>Ubiquitous Angels; ambient sensor networks to crowd source crisis response and community awareness</title>
<link>http://www.slideshare.net/anselm/osbridge-angel</link>
<description>&lt;blockquote&gt;&lt;p&gt;Criticism • Side effects often dominate over intended consequences of any project or endeavor. • Abstract views may make us callous or may badly reﬂect ground truth. • Ignorance is bliss. The world is ﬁlled with sob stories. Best to not dwell? • Such services may be used solely for the most banal aspirations and goals. • Struggle may be important - making things too easy may harm ﬁtness and lower diversity of skills and abilities over long term. • What about poor people who are outside of any implied technological social network? • Why not just help people around you? • Any technology should go hand in hand with day to day personal practice that is unmediated? • Feedback loops may be created that accelerate and disrupt society. • Virtual and visual only for curators; not tactile; uses only one sense. A concern?&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-06-20T12:24:44Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>sensor, communaute</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.slideshare.net/anselm/osbridge-angel"><img border="0" src="http://blogmarks.net/screenshots/2009/06/20/fe6bd74a88a2fe465a8a261680bbf2f5.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.slideshare.net/anselm/osbridge-angel">Ubiquitous Angels; ambient sensor networks to crowd source crisis response and community awareness</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Criticism • Side effects often dominate over intended consequences of any project or endeavor. • Abstract views may make us callous or may badly reﬂect ground truth. • Ignorance is bliss. The world is ﬁlled with sob stories. Best to not dwell? • Such services may be used solely for the most banal aspirations and goals. • Struggle may be important - making things too easy may harm ﬁtness and lower diversity of skills and abilities over long term. • What about poor people who are outside of any implied technological social network? • Why not just help people around you? • Any technology should go hand in hand with day to day personal practice that is unmediated? • Feedback loops may be created that accelerate and disrupt society. • Virtual and visual only for curators; not tactile; uses only one sense. A concern?</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sensor">sensor</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/communaute">communaute</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058380656">Copy</a> | 
<a href="http://blogmarks.net/link/3245257">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1058342693">
<title>Trails of EasyExtend » Blog Archive » Guido is my problem - Projects and projections</title>
<link>http://fiber-space.de/wordpress/?p=655</link>
<description>&lt;blockquote&gt;&lt;p&gt;Our software is as brittle as 15-20 years ago. Reusable objects and framework superstructures have failed. UML has failed. Even design pattern have failed as they turned out to be more idiomatic than universal. What’s left are lightweight programming languages which let us glue things together. Some are user friendly and don’t suck badly. That’s still the best we have.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Lua, are you there?&lt;/p&gt;</description>
<dc:date>2009-05-31T08:55:29Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>design, blog, programming, framework, software, pattern</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://fiber-space.de/wordpress/?p=655"><img border="0" src="http://blogmarks.net/screenshots/2009/05/31/07355deb2916c197a8f14c25aeb01921.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://fiber-space.de/wordpress/?p=655">Trails of EasyExtend » Blog Archive » Guido is my problem - Projects and projections</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>Our software is as brittle as 15-20 years ago. Reusable objects and framework superstructures have failed. UML has failed. Even design pattern have failed as they turned out to be more idiomatic than universal. What’s left are lightweight programming languages which let us glue things together. Some are user friendly and don’t suck badly. That’s still the best we have.</p></blockquote><p>Lua, are you there?</p></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/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pattern">pattern</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058342693">Copy</a> | 
<a href="http://blogmarks.net/link/3212647">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058217278">
<title>Avoid common XSLT mistakes</title>
<link>http://www.ibm.com/developerworks/xml/library/x-xsltmistakes/index.html?ca=drs-</link>
<description>&lt;blockquote&gt;&lt;p&gt;plenty of badly designed and poorly written XSLT code. Many of these bad habits are repeated over and over and can cause critical flaws in XSLT code. In this article, get a feel for the typical problems that come up in stylesheets and how to remedy them.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-02-21T15:49:51Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>xslt</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.ibm.com/developerworks/xml/library/x-xsltmistakes/index.html?ca=drs-"><img border="0" src="http://blogmarks.net/screenshots/2009/02/21/52b0255388d6e2896f88fa91212ba9ca.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.ibm.com/developerworks/xml/library/x-xsltmistakes/index.html?ca=drs-">Avoid common XSLT mistakes</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>plenty of badly designed and poorly written XSLT code. Many of these bad habits are repeated over and over and can cause critical flaws in XSLT code. In this article, get a feel for the typical problems that come up in stylesheets and how to remedy them.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/xslt">xslt</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058217278">Copy</a> | 
<a href="http://blogmarks.net/link/3106640">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/arslan220/mark/1058197280">
<title>  Search Quizilla Search GO Lingerie to bring to the mind a pile of ideas</title>
<link>http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas</link>
<description>Lingerie to bring to the mind a pile of ideas. Some they are simply comforting whereas others are exciting and sensual. Lingerie sexy simply another one type of clothes, that can help him to make its life a little more interesting and enthusiastic. Here there are some more famous and later sough lingerie sexy types:
* The simple lingerie: The name means much everything. The name is well thus because this type of clothes he is transparent. The light used in this weave lingerie reveals much without making too evident.
* G-Strings - Tangas: This clothes are for being used instead of underclothes. G-chains and strap are stops men and women. This is suggestive lingerie. Both are basically the same, in g-itch, the cords are of colors, whereas in the chains used strap they are transparent.
* It lassos Lingerie: This very feminine and beautiful one lingerie. It has the capacity to change a woman in something pretty and sensual. The underclothes of embroider and supports are enough of the demand. The cords are sewn in all the basic weave of the clothes or it completes two pieces are created from the embroider completely. This adds a great amount of sensuality to the underclothes. Another one of its class could be a gift tuna painting it means some moment that both had shared and it wishes to appreciate. Or, it can select a romantic clasp of both of you and it places it in a frame of photos with form of heart or to put in a cup of coffee and articles of gift to your affection. An exclusive selection of gold, diamonds and Rep them of jewelry shop that includes bracelets, necklaces, slopes and pendants are in favor of the gifts of San Valentin romantic. A pretty white bear of peluche wearing a t-shirt white printed with a heart felt romantic love poem can be a singular gift of San Valentin romantic. Some stores sell seconds, rejected defective or action that the manufacturers sell to reduced price radically. These are good to buy, but it is necessary to watch with taken care of envelope much they, like a some to have great defects. When you are looking for to buy clothes of discount, no it is easy to find of high fashionable quality or things. The discounts are offered only in that clothes that are of fashion or has some small defects of manufacture. Sometimes strange the colors and the clothes also stained it is offered in the price with discount to undo of the pieces. Quite often, the size could badly be written on piece of underclothes, reason why to try before to buy. Lingerie discount can buy in stores of discount or clothes stores that announce sales. If he is safe on the size and the quality, you can to also order the clothes of discount in Internet. Wherever you buy clothes of discount, to do to verify that the weave is not worn away and the dress still it has elasticity. It reviews the terms and conditions, as well as the return and the policies of interchange of the store before to realise the purchase. With these purchases, generally there is no policy of returns. It buys if it, it belongs to him.</description>
<dc:date>2009-02-09T10:21:36Z</dc:date>
<dc:author>arslan220</dc:author>
<dc:subject>san valentine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas"><img border="0" src="http://blogmarks.net/screenshots/2009/02/09/84587642b82ca307ba925822eb947c11.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas">  Search Quizilla Search GO Lingerie to bring to the mind a pile of ideas</a></h4>
 
by <a href="http://blogmarks.net/user/arslan220">arslan220</a> 
<p class="description">Lingerie to bring to the mind a pile of ideas. Some they are simply comforting whereas others are exciting and sensual. Lingerie sexy simply another one type of clothes, that can help him to make its life a little more interesting and enthusiastic. Here there are some more famous and later sough lingerie sexy types:
* The simple lingerie: The name means much everything. The name is well thus because this type of clothes he is transparent. The light used in this weave lingerie reveals much without making too evident.
* G-Strings - Tangas: This clothes are for being used instead of underclothes. G-chains and strap are stops men and women. This is suggestive lingerie. Both are basically the same, in g-itch, the cords are of colors, whereas in the chains used strap they are transparent.
* It lassos Lingerie: This very feminine and beautiful one lingerie. It has the capacity to change a woman in something pretty and sensual. The underclothes of embroider and supports are enough of the demand. The cords are sewn in all the basic weave of the clothes or it completes two pieces are created from the embroider completely. This adds a great amount of sensuality to the underclothes. Another one of its class could be a gift tuna painting it means some moment that both had shared and it wishes to appreciate. Or, it can select a romantic clasp of both of you and it places it in a frame of photos with form of heart or to put in a cup of coffee and articles of gift to your affection. An exclusive selection of gold, diamonds and Rep them of jewelry shop that includes bracelets, necklaces, slopes and pendants are in favor of the gifts of San Valentin romantic. A pretty white bear of peluche wearing a t-shirt white printed with a heart felt romantic love poem can be a singular gift of San Valentin romantic. Some stores sell seconds, rejected defective or action that the manufacturers sell to reduced price radically. These are good to buy, but it is necessary to watch with taken care of envelope much they, like a some to have great defects. When you are looking for to buy clothes of discount, no it is easy to find of high fashionable quality or things. The discounts are offered only in that clothes that are of fashion or has some small defects of manufacture. Sometimes strange the colors and the clothes also stained it is offered in the price with discount to undo of the pieces. Quite often, the size could badly be written on piece of underclothes, reason why to try before to buy. Lingerie discount can buy in stores of discount or clothes stores that announce sales. If he is safe on the size and the quality, you can to also order the clothes of discount in Internet. Wherever you buy clothes of discount, to do to verify that the weave is not worn away and the dress still it has elasticity. It reviews the terms and conditions, as well as the return and the policies of interchange of the store before to realise the purchase. With these purchases, generally there is no policy of returns. It buys if it, it belongs to him.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/san%2Bvalentine">san valentine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058197280">Copy</a> | 
<a href="http://blogmarks.net/link/3089240">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/night.kame/mark/1058137316">
<title>From the Department of Badly Chosen Defaults</title>
<link>http://www.joelonsoftware.com/items/2008/12/22.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Note that all the other browsers use bicubic interpolation for scaling by default, because that’s the only thing that make sense, but IE requires a non-standard CSS extension.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-12-23T08:23:01Z</dc:date>
<dc:author>night.kame</dc:author>
<dc:subject>internet explorer, image, redimensionnement, interpolation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.joelonsoftware.com/items/2008/12/22.html"><img border="0" src="http://blogmarks.net/screenshots/2008/12/23/902251ebe5d6c080460db11ef5d79f8a.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.joelonsoftware.com/items/2008/12/22.html">From the Department of Badly Chosen Defaults</a></h4>
 
by <a href="http://blogmarks.net/user/night.kame">night.kame</a> 
<div class="description"><blockquote><p>Note that all the other browsers use bicubic interpolation for scaling by default, because that’s the only thing that make sense, but IE requires a non-standard CSS extension.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/internet%2Bexplorer">internet explorer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/image">image</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/redimensionnement">redimensionnement</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interpolation">interpolation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058137316">Copy</a> | 
<a href="http://blogmarks.net/link/3037373">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058106505">
<title>Pleading Poverty: Colleges Want Parents to Foot the Bill for Their Largess - WSJ.com</title>
<link>http://online.wsj.com/article/SB122844276224181879.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;We can now add colleges and universities to the list of victims of the financial crisis. The stock-market collapse has badly eroded endowments, forcing schools to suspend capital projects, freeze hiring, rethink need-blind financial-aid policies and cut budgets. The Journal reported this week that Harvard University's giant-killer endowment, which stood at $36.9 billion as of June 30, has lost 22% of its value in the months since and that the university's administration is planning for a 30% decline for the fiscal year ending next June.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-12-08T19:25:36Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>éducation, usa</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://online.wsj.com/article/SB122844276224181879.html"><img border="0" src="http://blogmarks.net/screenshots/2008/12/08/9f435b1ba9dad985116e628602d16500.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://online.wsj.com/article/SB122844276224181879.html">Pleading Poverty: Colleges Want Parents to Foot the Bill for Their Largess - WSJ.com</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>We can now add colleges and universities to the list of victims of the financial crisis. The stock-market collapse has badly eroded endowments, forcing schools to suspend capital projects, freeze hiring, rethink need-blind financial-aid policies and cut budgets. The Journal reported this week that Harvard University's giant-killer endowment, which stood at $36.9 billion as of June 30, has lost 22% of its value in the months since and that the university's administration is planning for a 30% decline for the fiscal year ending next June.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25C3%25A9ducation">éducation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/usa">usa</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058106505">Copy</a> | 
<a href="http://blogmarks.net/link/3008986">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058099164">
<title>RSA Arts &amp; Ecology - Francesca Galeazzi: Artist behaving badly</title>
<link>http://www.rsaartsandecology.org.uk/magazine/features/francesca-galeazzi</link>
<description>&lt;blockquote&gt;&lt;p&gt;But with that I wanted to throw a comment on why society is so resistant to change. Instead of embracing change, we are inventing new mechanisms to greenwash our consciences, in a way. I didn’t want to say that carbon offsetting is bad because I believe it plays a role within our strategy to tackle climate change. But not as a starting point. It can come in when we’ve done all we can to reduce carbon emissions, all we can to think about the way we use resources, recycle, we produce waste. Only then we can begin to offset our carbon emissions… but not at the start.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-12-02T19:03:37Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>écologie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.rsaartsandecology.org.uk/magazine/features/francesca-galeazzi"><img border="0" src="http://blogmarks.net/screenshots/2008/12/02/4a349c65bc6d37ebeb2108d605f4e299.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.rsaartsandecology.org.uk/magazine/features/francesca-galeazzi">RSA Arts &amp; Ecology - Francesca Galeazzi: Artist behaving badly</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>But with that I wanted to throw a comment on why society is so resistant to change. Instead of embracing change, we are inventing new mechanisms to greenwash our consciences, in a way. I didn’t want to say that carbon offsetting is bad because I believe it plays a role within our strategy to tackle climate change. But not as a starting point. It can come in when we’ve done all we can to reduce carbon emissions, all we can to think about the way we use resources, recycle, we produce waste. Only then we can begin to offset our carbon emissions… but not at the start.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/%25C3%25A9cologie">écologie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058099164">Copy</a> | 
<a href="http://blogmarks.net/link/3002379">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/helmeloh/mark/1058055923">
<title>Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</title>
<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html</link>
<description>MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</description>
<dc:date>2008-11-12T01:48:32Z</dc:date>
<dc:author>helmeloh</dc:author>
<dc:subject>programming, debian, mysql</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/12/f82162fb37cb68f473e3c425ce48eeef.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html">Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</a></h4>
 
by <a href="http://blogmarks.net/user/helmeloh">helmeloh</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2961993">1 other(s)</a> 
<p class="description">MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058055923">Copy</a> | 
<a href="http://blogmarks.net/link/2961993">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/camel/mark/1058053076">
<title>Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</title>
<link>http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html</link>
<description>MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</description>
<dc:date>2008-11-09T16:35:15Z</dc:date>
<dc:author>camel</dc:author>
<dc:subject>debian, server, mysql, application, script, performance, configuration, admin, optimize, database, programming</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/12/f82162fb37cb68f473e3c425ce48eeef.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.debianadmin.com/check-your-mysql-server-performance-with-mysqltuner.html">Check Your Mysql Server Performance with MySQLTuner -- Debian Admin</a></h4>
 
by <a href="http://blogmarks.net/user/camel">camel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2961993">1 other(s)</a> 
<p class="description">MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.

It’s key to remember that MySQLTuner is a script which can assist you with your server, but it is not the solution to a badly performing MySQL server. The best performance gains come from a thorough review of the queries sent to the server, and an evaluation of the MySQL server itself. A qualified developer in your application’s programming or scripting language should be able to work with a MySQL database administrator to find improvements for your server. Once the server and application are optimized well, you may need to consider hardware upgrades to the physical server itself.

This is a really useful tool for helping to optimize MySQL performance.Understanding the various my.cnf variables and how they affect performance can seem really complicated but this tool takes some of the pain away and makes it easier to understand the effects of each variable.It is especially useful to be able to see the global memory usage, memory usage per thread and the maximum possible memory usage - that is really valuable information that is otherwise complex to calculate.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/debian">debian</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mysql">mysql</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/script">script</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/performance">performance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/configuration">configuration</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/admin">admin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/optimize">optimize</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058053076">Copy</a> | 
<a href="http://blogmarks.net/link/2961993">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/oqdbpo/mark/1057745242">
<title>10 HARD Ways to Make Your Life Better - Lifehack.org</title>
<link>http://www.lifehack.org/articles/lifestyle/10-hard-ways-to-make-your-life-better.html</link>
<description>Some of the most worthwhile things in life aren’t easy. One of the things I dislike most about “power of positive thinking”-style personal development philosophies (such as “The Secret”) is the implication that if you just have the right attitude and the right state of mind, the rest will just fall into place. I think it causes a lot of hurt and disappointment in people who invest their time, effort, and of course, money into these systems and find themselves, one or two or five years down the line, exactly where they were before.

“You must not have wanted it badly enough,” the authors of these philosophies seem to be saying. “There must still be something wrong with you.”</description>
<dc:date>2008-03-20T05:18:58Z</dc:date>
<dc:author>oqdbpo</dc:author>
<dc:subject>lifehack</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.lifehack.org/articles/lifestyle/10-hard-ways-to-make-your-life-better.html"><img border="0" src="http://blogmarks.net/screenshots/2008/03/20/dea971f380ae6254a4699bd9d6832a0d.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.lifehack.org/articles/lifestyle/10-hard-ways-to-make-your-life-better.html">10 HARD Ways to Make Your Life Better - Lifehack.org</a></h4>
 
by <a href="http://blogmarks.net/user/oqdbpo">oqdbpo</a> 
<p class="description">Some of the most worthwhile things in life aren’t easy. One of the things I dislike most about “power of positive thinking”-style personal development philosophies (such as “The Secret”) is the implication that if you just have the right attitude and the right state of mind, the rest will just fall into place. I think it causes a lot of hurt and disappointment in people who invest their time, effort, and of course, money into these systems and find themselves, one or two or five years down the line, exactly where they were before.

“You must not have wanted it badly enough,” the authors of these philosophies seem to be saying. “There must still be something wrong with you.”</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lifehack">lifehack</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057745242">Copy</a> | 
<a href="http://blogmarks.net/link/2710009">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ogrisel/mark/1057713990">
<title>Simple SSE optimized sin, cos, log and exp</title>
<link>http://gruntthepeon.free.fr/ssemath/</link>
<description>I chose to write them in pure SSE1 MMX so that they run on the pentium III of your grand mother, and also on my brave athlon-xp, since thoses beast are not SSE2 aware. Intel AMath showed me that the performance gain for using SSE2 for that purpose was not large enough (10%) to consider providing an SSE2 version (but it can be done very quickly).

The functions use only the _mm_ intrinsics , there is no inline assembly in the code. Advantage: easier to debug, works out of the box on 64 bit setups, let the compiler choose what should be stored in a register, and what is stored in memory. Inconvenient: some versions of gcc 3.x are badly broken with certain intrinsic functions ( _mm_movehl_ps , _mm_cmpeq_ps etc). Mingw's gcc for example -- beware that the brokeness is dependent on the optimization level. A workaround is provided (inline asm replacement for the braindead intrinsics), it is not nice but robust, and broken compilers are detected by the validation program below.</description>
<dc:date>2008-02-27T12:53:10Z</dc:date>
<dc:author>ogrisel</dc:author>
<dc:subject>optimization, SIMD, trancendental functions, exp, log, sin, cos, tan, SSE2, open source</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://gruntthepeon.free.fr/ssemath/"><img border="0" src="http://blogmarks.net/screenshots/2008/02/27/c513566d9cae6d163c7bbf37c47f2df9.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://gruntthepeon.free.fr/ssemath/">Simple SSE optimized sin, cos, log and exp</a></h4>
 
by <a href="http://blogmarks.net/user/ogrisel">ogrisel</a> 
<p class="description">I chose to write them in pure SSE1 MMX so that they run on the pentium III of your grand mother, and also on my brave athlon-xp, since thoses beast are not SSE2 aware. Intel AMath showed me that the performance gain for using SSE2 for that purpose was not large enough (10%) to consider providing an SSE2 version (but it can be done very quickly).

The functions use only the _mm_ intrinsics , there is no inline assembly in the code. Advantage: easier to debug, works out of the box on 64 bit setups, let the compiler choose what should be stored in a register, and what is stored in memory. Inconvenient: some versions of gcc 3.x are badly broken with certain intrinsic functions ( _mm_movehl_ps , _mm_cmpeq_ps etc). Mingw's gcc for example -- beware that the brokeness is dependent on the optimization level. A workaround is provided (inline asm replacement for the braindead intrinsics), it is not nice but robust, and broken compilers are detected by the validation program below.</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/SIMD">SIMD</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/trancendental%2Bfunctions">trancendental functions</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/exp">exp</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/log">log</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sin">sin</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cos">cos</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tan">tan</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/SSE2">SSE2</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/open%2Bsource">open source</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057713990">Copy</a> | 
<a href="http://blogmarks.net/link/2684788">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julie/mark/1057643301">
<title>Too much accessibility - good intentions, badly implemented / Public Sector Forums / 8 August 2007 / splintered - random sparks of creative insight / the portfolio and experimental playground of patrick h. lauke aka redux</title>
<link>http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/</link>
<description>&lt;blockquote&gt;&lt;p&gt;HTML offers many features and attributes that can make your sites more accessible...but only if they're used wisely. Can there really be &quot;too much accessibility&quot;?&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-01-06T20:40:11Z</dc:date>
<dc:author>julie</dc:author>
<dc:subject>bonnes pratiques, accessibility</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/16/c156c68280ca9a6db65e2afa028bc609.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/">Too much accessibility - good intentions, badly implemented / Public Sector Forums / 8 August 2007 / splintered - random sparks of creative insight / the portfolio and experimental playground of patrick h. lauke aka redux</a></h4>
 
by <a href="http://blogmarks.net/user/julie">julie</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2615720">1 other(s)</a> 
<div class="description"><blockquote><p>HTML offers many features and attributes that can make your sites more accessible...but only if they're used wisely. Can there really be "too much accessibility"?</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bonnes%2Bpratiques">bonnes pratiques</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibility">accessibility</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057643301">Copy</a> | 
<a href="http://blogmarks.net/link/2615720">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/naudjf/mark/1057635254">
<title>Too much accessibility - good intentions, badly implemented / Public Sector Forums / 8 August 2007 / splintered - random sparks of creative insight / the portfolio and experimental playground of patrick h. lauke aka redux</title>
<link>http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/</link>
<description></description>
<dc:date>2008-01-10T13:22:27Z</dc:date>
<dc:author>naudjf</dc:author>
<dc:subject>Too much accessibility, mauvaises pratiques, bonnes pratiques, accessibility, portfolio, presentation, accessibilité</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/16/c156c68280ca9a6db65e2afa028bc609.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.splintered.co.uk/documents/presentations/psf_accessibility_08.08.2007/">Too much accessibility - good intentions, badly implemented / Public Sector Forums / 8 August 2007 / splintered - random sparks of creative insight / the portfolio and experimental playground of patrick h. lauke aka redux</a></h4>
 
by <a href="http://blogmarks.net/user/naudjf">naudjf</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2615720">1 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Too%2Bmuch%2Baccessibility">Too much accessibility</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mauvaises%2Bpratiques">mauvaises pratiques</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bonnes%2Bpratiques">bonnes pratiques</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibility">accessibility</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/portfolio">portfolio</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/presentation">presentation</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/accessibilit%25C3%25A9">accessibilité</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057635254">Copy</a> | 
<a href="http://blogmarks.net/link/2615720">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/huahua/mark/2612703">
<title>Gonzales seeks GOP support, gets little </title>
<link>http://blogmarks.net/post4</link>
<description>
WASHINGTON - Desperate for support among fellow Republicans, Attorney General Alberto Gonzales faced grim prospects Friday after a bruising Senate hearing that produced one outright call for resignation and a fistful of invitations and hints to quit. One GOP member of the Senate Judiciary Committee, John Cornyn (news, bio, voting record) of Texas, predicted Gonzales would weather the furor and said he should. &quot;Frankly, I don't think the Democrats are going to be satisfied with the resignation by Al Gonzales,&quot; he said. Gonzales gave no indication Friday that he was leaving. &quot;Please know that as you continue your work, I am by your side,&quot; the attorney general told an audience of crime victims' rights supporters. He spoke in a gravelly voice the day after his long day of testimony. Gonzales also called several GOP senators, including Cornyn and Arlen Specter (news, bio, voting record) of Pennsylvania, the top Republican on the Judiciary Committee, an aide said. Specter said Gonzales sounded &quot;in good spirits.&quot; &quot;The attorney general did call me today and he said he was just checking with senators to see how the hearing went,&quot; Specter said Friday. &quot;I told him, 'Everything I had to say about the hearing I've already said.'&quot; The Pennsylvania Republican also said he sent a letter to Bush about Gonzales, who Specter had said a day earlier had emerged from the hearing with his credibility tarnished. Specter would not reveal the contents of the letter. White House spokeswoman Dana Perino said President Bush had spoken with Gonzales after Thursday's hearing, and she added, &quot;The attorney general continues to have the president's full confidence.&quot; There was little other evidence of support for Gonzales, who has been struggling to explain last winter's firings of eight federal prosecutors. Sen. Sam Brownback (news, bio, voting record), a Kansas Republican who sits on the committee, issued a statement that notably did not urge Gonzales to remain in his post. &quot;Although his answers suggested that there were serious managerial issues at the Department of Justice, I did not see a factual basis to call for his resignation. As for whether the attorney general should resign, that is a question I leave to him and to the president,&quot; he said. There were fresh calls from Democrats for Gonzales to step down. &quot;The president should restore credibility to the office of the attorney general. Alberto Gonzales must resign,&quot; said House Speaker Nancy Pelosi (news, bio, voting record) of California. Gonzales and other administration officials had hoped his appearance Thursday would produce a groundswell of support among Republicans, but there was little if any evidence of that. Senate Republican Leader Mitch McConnell (news, bio, voting record) was traveling, and a spokesman referred reporters to noncommittal comments the Kentucky lawmaker had made on April 1. &quot;I think most Republican senators are willing to give the attorney general a chance to come up before the Judiciary Committee and give his side of this story, and are likely to withhold judgment about whether he can be effective in the Senate in dealing with us, until after we hear from him before the Judiciary Committee,&quot; McConnell had said at the time. Sen. Mel Martinez (news, bio, voting record) of Florida, who doubles as the general chairman of the Republican Party, had no immediate reaction to Gonzales' appearance. In several hours before the Judiciary Committee on Thursday, Gonzales said he had done nothing improper in firing the eight prosecutors, but conceded the case had been badly handled. At the same time, he said 71 times that he either could not recall or did not remember conversations or events surrounding the dismissals. Alone among the nine Republicans on the committee, Sen. Tom Coburn (news, bio, voting record) of Oklahoma called for Gonzales to resign. Several other Republicans made plain their unhappiness. Specter told Gonzales his description of events was &quot;significantly if not totally at variance with the facts.&quot; &quot;Why is your story changing?&quot; Charles Grassley (news, bio, voting record) of Iowa asked at one point, citing differences between an earlier explanation and the hearing testimony. Lindsey Graham (news, bio, voting record) of South Carolina, after hearing the attorney general's account of the case, said, &quot;Most of this is a stretch,&quot; and added it seemed to him that some of those dismissed &quot;just had personality conflicts with people in your office or the White House and (officials) just made up reasons to fire them.&quot; Sen. Jeff Sessions (news, bio, voting record) of Alabama expressed concern with Gonzales' memory at the hearing. In an interview later, he went further. &quot;I think it's going to be difficult for him to be an effective leader,&quot; he said. &quot;At this point, I think (Gonzales) should be given a chance to think it through and talk to the president about what his future should be.&quot; At the White House on Friday, Perino lavished praise on Gonzales. &quot;He has done a fantastic job at the Department of Justice. He is our No. 1 crime fighter. He has done so much to help keep this country safe from terrorists.&quot; &lt;a href=&quot;http://www.ywshuoda.com/exporter.htm&quot;&gt;Yiwu mix container exporter&lt;/a&gt;
&lt;a href=&quot;http://www.ywshuoda.com/exporter.htm&quot;&gt;China exporter&lt;/a&gt;
&lt;a href=&quot;http://www.ywshuoda.com/exporter.htm&quot;&gt;Import from china&lt;/a&gt;  
&lt;a href=&quot;http://www.ywshuoda.com/exporter.htm&quot;&gt;Export from china&lt;/a&gt;
&lt;a href=&quot;http://www.ywshuoda.com/exporter.htm&quot;&gt;China mix container exporter&lt;/a&gt; 
&lt;a href=&quot;http://www.ywshuoda.com/agentinyiwu.htm&quot;&gt;Agent in yiwu&lt;/a&gt; 
&lt;a href=&quot;http://www.ywshuoda.com/agentinyiwu.htm&quot;&gt;Purchasing agent in yiwu&lt;/a&gt; 
&lt;a href=&quot;http://www.ywshuoda.com/agentinyiwu.htm&quot;&gt;yiwu&lt;/a&gt;
&lt;a href=&quot;http://www.ask228.cn/LOUISVUITTON.htm&quot;&gt;LOUIS VUITTON&lt;/a&gt;
&lt;a href=&quot;http://www.ask228.cn/CHANEL.htm&quot;&gt;CHANEL&lt;/a&gt;
&lt;a href=&quot;http://www.ywshuoda.com/commodity.htm&quot;&gt;Yiwu commodity city&lt;/a&gt;  
&lt;a href=&quot;http://www.ywshuoda.com/china.htm&quot;&gt;China manufacture&lt;/a&gt;
&lt;a href=&quot;http://www.ywshuoda.com/china.htm&quot;&gt;Made in china&lt;/a&gt;
&lt;a href=&quot;http://www.ansite.net.cn/en.htm&quot;&gt;gas detector&lt;/a&gt;</description>
<dc:date>2007-04-21T08:39:23Z</dc:date>
<dc:author>huahua</dc:author>
<dc:subject>hua</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogmarks.net/post4"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogmarks.net/post4">Gonzales seeks GOP support, gets little </a></h4>
 
by <a href="http://blogmarks.net/user/huahua">huahua</a> 
<div class="description">
WASHINGTON - Desperate for support among fellow Republicans, Attorney General Alberto Gonzales faced grim prospects Friday after a bruising Senate hearing that produced one outright call for resignation and a fistful of invitations and hints to quit. One GOP member of the Senate Judiciary Committee, John Cornyn (news, bio, voting record) of Texas, predicted Gonzales would weather the furor and said he should. "Frankly, I don't think the Democrats are going to be satisfied with the resignation by Al Gonzales," he said. Gonzales gave no indication Friday that he was leaving. "Please know that as you continue your work, I am by your side," the attorney general told an audience of crime victims' rights supporters. He spoke in a gravelly voice the day after his long day of testimony. Gonzales also called several GOP senators, including Cornyn and Arlen Specter (news, bio, voting record) of Pennsylvania, the top Republican on the Judiciary Committee, an aide said. Specter said Gonzales sounded "in good spirits." "The attorney general did call me today and he said he was just checking with senators to see how the hearing went," Specter said Friday. "I told him, 'Everything I had to say about the hearing I've already said.'" The Pennsylvania Republican also said he sent a letter to Bush about Gonzales, who Specter had said a day earlier had emerged from the hearing with his credibility tarnished. Specter would not reveal the contents of the letter. White House spokeswoman Dana Perino said President Bush had spoken with Gonzales after Thursday's hearing, and she added, "The attorney general continues to have the president's full confidence." There was little other evidence of support for Gonzales, who has been struggling to explain last winter's firings of eight federal prosecutors. Sen. Sam Brownback (news, bio, voting record), a Kansas Republican who sits on the committee, issued a statement that notably did not urge Gonzales to remain in his post. "Although his answers suggested that there were serious managerial issues at the Department of Justice, I did not see a factual basis to call for his resignation. As for whether the attorney general should resign, that is a question I leave to him and to the president," he said. There were fresh calls from Democrats for Gonzales to step down. "The president should restore credibility to the office of the attorney general. Alberto Gonzales must resign," said House Speaker Nancy Pelosi (news, bio, voting record) of California. Gonzales and other administration officials had hoped his appearance Thursday would produce a groundswell of support among Republicans, but there was little if any evidence of that. Senate Republican Leader Mitch McConnell (news, bio, voting record) was traveling, and a spokesman referred reporters to noncommittal comments the Kentucky lawmaker had made on April 1. "I think most Republican senators are willing to give the attorney general a chance to come up before the Judiciary Committee and give his side of this story, and are likely to withhold judgment about whether he can be effective in the Senate in dealing with us, until after we hear from him before the Judiciary Committee," McConnell had said at the time. Sen. Mel Martinez (news, bio, voting record) of Florida, who doubles as the general chairman of the Republican Party, had no immediate reaction to Gonzales' appearance. In several hours before the Judiciary Committee on Thursday, Gonzales said he had done nothing improper in firing the eight prosecutors, but conceded the case had been badly handled. At the same time, he said 71 times that he either could not recall or did not remember conversations or events surrounding the dismissals. Alone among the nine Republicans on the committee, Sen. Tom Coburn (news, bio, voting record) of Oklahoma called for Gonzales to resign. Several other Republicans made plain their unhappiness. Specter told Gonzales his description of events was "significantly if not totally at variance with the facts." "Why is your story changing?" Charles Grassley (news, bio, voting record) of Iowa asked at one point, citing differences between an earlier explanation and the hearing testimony. Lindsey Graham (news, bio, voting record) of South Carolina, after hearing the attorney general's account of the case, said, "Most of this is a stretch," and added it seemed to him that some of those dismissed "just had personality conflicts with people in your office or the White House and (officials) just made up reasons to fire them." Sen. Jeff Sessions (news, bio, voting record) of Alabama expressed concern with Gonzales' memory at the hearing. In an interview later, he went further. "I think it's going to be difficult for him to be an effective leader," he said. "At this point, I think (Gonzales) should be given a chance to think it through and talk to the president about what his future should be." At the White House on Friday, Perino lavished praise on Gonzales. "He has done a fantastic job at the Department of Justice. He is our No. 1 crime fighter. He has done so much to help keep this country safe from terrorists." <a href="http://www.ywshuoda.com/exporter.htm">Yiwu mix container exporter</a>
<a href="http://www.ywshuoda.com/exporter.htm">China exporter</a>
<a href="http://www.ywshuoda.com/exporter.htm">Import from china</a>  
<a href="http://www.ywshuoda.com/exporter.htm">Export from china</a>
<a href="http://www.ywshuoda.com/exporter.htm">China mix container exporter</a> 
<a href="http://www.ywshuoda.com/agentinyiwu.htm">Agent in yiwu</a> 
<a href="http://www.ywshuoda.com/agentinyiwu.htm">Purchasing agent in yiwu</a> 
<a href="http://www.ywshuoda.com/agentinyiwu.htm">yiwu</a>
<a href="http://www.ask228.cn/LOUISVUITTON.htm">LOUIS VUITTON</a>
<a href="http://www.ask228.cn/CHANEL.htm">CHANEL</a>
<a href="http://www.ywshuoda.com/commodity.htm">Yiwu commodity city</a>  
<a href="http://www.ywshuoda.com/china.htm">China manufacture</a>
<a href="http://www.ywshuoda.com/china.htm">Made in china</a>
<a href="http://www.ansite.net.cn/en.htm">gas detector</a></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hua">hua</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2612703">Copy</a> | 
<a href="http://blogmarks.net/link/2142169">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/mbertier/mark/1826864">
<title>ChadFowler.com The Big Rewrite</title>
<link>http://chadfowler.com/index.cgi/Computing/Programming/TheBigRewrite/TheBigRewrite.rdoc,v</link>
<description>This is the first in a series of articles, discussing why many software rewrite projects end badly and what to do to avoid some of the ways I've seen them go astray.</description>
<dc:date>2007-01-23T09:37:52Z</dc:date>
<dc:author>mbertier</dc:author>
<dc:subject>dev, bestpractices, groupe:clever age</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://chadfowler.com/index.cgi/Computing/Programming/TheBigRewrite/TheBigRewrite.rdoc,v"><img border="0" src="http://blogmarks.net/screenshots/2007/01/23/f934c0a061b45bff669f3c543b2e6cc4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://chadfowler.com/index.cgi/Computing/Programming/TheBigRewrite/TheBigRewrite.rdoc,v">ChadFowler.com The Big Rewrite</a></h4>
 
by <a href="http://blogmarks.net/user/mbertier">mbertier</a> 
<p class="description">This is the first in a series of articles, discussing why many software rewrite projects end badly and what to do to avoid some of the ways I've seen them go astray.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dev">dev</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bestpractices">bestpractices</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/groupe%253Aclever%2Bage">groupe:clever age</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1826864">Copy</a> | 
<a href="http://blogmarks.net/link/1570672">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/kromakirk/mark/2307290">
<title>Understanding The DVD Drive</title>
<link>http://www.thedvdfiles.info/dvd-players/understanding-the-dvd-drive/</link>
<description>Copyright 2006 Otis Cooper The CD was first introduced into the world by Phillips and the Sony corporation and was to replace the LP.It started rather badly butin 1995 there was a standard being set for the dvd Cdrom have been around awhile,but as the ...</description>
<dc:date>2006-12-20T08:21:22Z</dc:date>
<dc:author>kromakirk</dc:author>
<dc:subject>dvd, cdrom, digital, video, disc, players, vhs, computer, store</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.thedvdfiles.info/dvd-players/understanding-the-dvd-drive/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.thedvdfiles.info/dvd-players/understanding-the-dvd-drive/">Understanding The DVD Drive</a></h4>
 
by <a href="http://blogmarks.net/user/kromakirk">kromakirk</a> 
<p class="description">Copyright 2006 Otis Cooper The CD was first introduced into the world by Phillips and the Sony corporation and was to replace the LP.It started rather badly butin 1995 there was a standard being set for the dvd Cdrom have been around awhile,but as the ...</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/dvd">dvd</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cdrom">cdrom</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/digital">digital</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/video">video</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/disc">disc</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/players">players</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vhs">vhs</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/computer">computer</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/store">store</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2307290">Copy</a> | 
<a href="http://blogmarks.net/link/1917964">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/feision/mark/738305">
<title>About | korp</title>
<link>http://kourge.net/about</link>
<description>Submitted by kourge on Tue, 2006-04-18 06:59.
About me

I currently live in Seattle.

I write PHP, JavaScript, HTML, CSS, and MySQL, and I design websites and such. I also build sites that are powered by so-called &quot;Ajax&quot;.
About this site

This site used to be a hand-coded PHP powered site. Now it's powered by Drupal, for ease of management and flexibility.

Korp stands for kourge's organized resource place.

The fellas at the Sonique Forums say that I'm a hardcore coder. Duh. Now I'm using a CMS.

I try to make pages that are standard complaint. Sticking to XHTML is a good idea.
About my computer

    * CPU: Intel Celeron 2.4Ghz
    * RAM: 512 megabytes
    * HDD: 80GB hard disk
    * CD Drive: A DVD -RW writer
    * Graphics: A SiS 650 integrated chip that sucks badly nVidia GeForce FX 5500
    * OS: Windows XP Professional SP2, also dual-booting Fedora Core 5
    * Office: Word, Excel, and PowerPoint 2007 beta (currently beta testing)
    * Other apps: Macromedia Dreamweaver, Flash, Ulead PhotoImpact, and Inkscape</description>
<dc:date>2006-07-28T11:52:08Z</dc:date>
<dc:author>feision</dc:author>
<dc:subject>work env references for myself, wait to visist, inkscape, management</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://kourge.net/about"><img border="0" src="http://blogmarks.net/screenshots/2006/07/28/26d861fede18159328d8318537dcd5d4.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://kourge.net/about">About | korp</a></h4>
 
by <a href="http://blogmarks.net/user/feision">feision</a> 
<p class="description">Submitted by kourge on Tue, 2006-04-18 06:59.
About me

I currently live in Seattle.

I write PHP, JavaScript, HTML, CSS, and MySQL, and I design websites and such. I also build sites that are powered by so-called "Ajax".
About this site

This site used to be a hand-coded PHP powered site. Now it's powered by Drupal, for ease of management and flexibility.

Korp stands for kourge's organized resource place.

The fellas at the Sonique Forums say that I'm a hardcore coder. Duh. Now I'm using a CMS.

I try to make pages that are standard complaint. Sticking to XHTML is a good idea.
About my computer

    * CPU: Intel Celeron 2.4Ghz
    * RAM: 512 megabytes
    * HDD: 80GB hard disk
    * CD Drive: A DVD -RW writer
    * Graphics: A SiS 650 integrated chip that sucks badly nVidia GeForce FX 5500
    * OS: Windows XP Professional SP2, also dual-booting Fedora Core 5
    * Office: Word, Excel, and PowerPoint 2007 beta (currently beta testing)
    * Other apps: Macromedia Dreamweaver, Flash, Ulead PhotoImpact, and Inkscape</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/work%2Benv%2Breferences%2Bfor%2Bmyself">work env references for myself</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wait%2Bto%2Bvisist">wait to visist</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/inkscape">inkscape</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/management">management</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=738305">Copy</a> | 
<a href="http://blogmarks.net/link/1000487">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/yoshigi/mark/530246">
<title>Ajax Behaving Badly and Other Misconceptions (web2.wsj2.com)</title>
<link>http://web2.wsj2.com/ajax_behaving_badly_and_other_misconceptions.htm</link>
<description></description>
<dc:date>2006-04-28T09:40:34Z</dc:date>
<dc:author>yoshigi</dc:author>
<dc:subject>ajax</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://web2.wsj2.com/ajax_behaving_badly_and_other_misconceptions.htm"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/28/276d28f8c656dd485c37e9a05c0aba48.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://web2.wsj2.com/ajax_behaving_badly_and_other_misconceptions.htm">Ajax Behaving Badly and Other Misconceptions (web2.wsj2.com)</a></h4>
 
by <a href="http://blogmarks.net/user/yoshigi">yoshigi</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ajax">ajax</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=530246">Copy</a> | 
<a href="http://blogmarks.net/link/818428">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ycc2106/mark/394590">
<title>Folksonomies: Tags Strengths, Weaknesses And How To Make Them Work - Robin Good's Latest News</title>
<link>http://www.masternewmedia.org/news/2006/02/01/folksonomies_tags_strengths_weaknesses_and.htm</link>
<description>* Misspelt tags (e.g., libary, libray)
    * Badly encoded tags, such as unlikely compound word groupings (e.g.,TimBernersLee)
    * Tags that do not follow convention in issues such as case and number; singular versus plural form (e.g., apple, apples)
    * Personal tags that are without meaning to the wider community (e.g., mydog)
    * Single-use tags that appear only once in the database. (e.g., billybobsdog)</description>
<dc:date>2006-03-02T20:55:25Z</dc:date>
<dc:author>ycc2106</dc:author>
<dc:subject>tags, folksonomies, folksonomy, article, tagging, about</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.masternewmedia.org/news/2006/02/01/folksonomies_tags_strengths_weaknesses_and.htm"><img border="0" src="http://www.blogmarks.net/screenshots/2006/03/02/51fd2271c1ad40cba83b8daf6cbc893f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.masternewmedia.org/news/2006/02/01/folksonomies_tags_strengths_weaknesses_and.htm">Folksonomies: Tags Strengths, Weaknesses And How To Make Them Work - Robin Good's Latest News</a></h4>
 
by <a href="http://blogmarks.net/user/ycc2106">ycc2106</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/592826">2 other(s)</a> 
<p class="description">* Misspelt tags (e.g., libary, libray)
    * Badly encoded tags, such as unlikely compound word groupings (e.g.,TimBernersLee)
    * Tags that do not follow convention in issues such as case and number; singular versus plural form (e.g., apple, apples)
    * Personal tags that are without meaning to the wider community (e.g., mydog)
    * Single-use tags that appear only once in the database. (e.g., billybobsdog)</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tags">tags</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/folksonomies">folksonomies</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/folksonomy">folksonomy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/article">article</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/tagging">tagging</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/about">about</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=394590">Copy</a> | 
<a href="http://blogmarks.net/link/592826">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/owukori/mark/406408">
<title>Wireless Networking in the Developing World</title>
<link>http://wndw.net/</link>
<description>By applying this technology in areas that are badly in need of critical communications infrastructure, more people can be brought online than ever before, in less time, for very little cos</description>
<dc:date>2006-02-06T14:39:22Z</dc:date>
<dc:author>owukori</dc:author>
<dc:subject>opensource, delicious, wireless, africa, networking, techology</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wndw.net/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/29/3841ccf4eab3147010f4673eb162b45a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wndw.net/">Wireless Networking in the Developing World</a></h4>
 
by <a href="http://blogmarks.net/user/owukori">owukori</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/530486">1 other(s)</a> 
<p class="description">By applying this technology in areas that are badly in need of critical communications infrastructure, more people can be brought online than ever before, in less time, for very little cos</p>
<p class="tags">
<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/delicious">delicious</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/wireless">wireless</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/africa">africa</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/networking">networking</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/techology">techology</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=406408">Copy</a> | 
<a href="http://blogmarks.net/link/530486">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ecmanaut/mark/288259">
<title>Browservulsel: Blogger tag adder now supports compose mode</title>
<link>http://browservulsel.blogspot.com/2005/12/blogger-tag-adder-now-supports-compose.html#c113521201562467960</link>
<description>If you want to make it work with the BlogThis! button too, I just wrote that code in my forked (and by now rather hairy beast badly in need of some refactoring) version of the script. &lt;a href=&quot;http://ecmanaut.blogspot.com/2005/12/greasemonkey-tip-running-</description>
<dc:date>2005-12-21T22:42:14Z</dc:date>
<dc:author>ecmanaut</dc:author>
<dc:subject>sharing, eng, greasemonkey, public, myComments</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://browservulsel.blogspot.com/2005/12/blogger-tag-adder-now-supports-compose.html#c113521201562467960"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://browservulsel.blogspot.com/2005/12/blogger-tag-adder-now-supports-compose.html#c113521201562467960">Browservulsel: Blogger tag adder now supports compose mode</a></h4>
 
by <a href="http://blogmarks.net/user/ecmanaut">ecmanaut</a> 
<p class="description">If you want to make it work with the BlogThis! button too, I just wrote that code in my forked (and by now rather hairy beast badly in need of some refactoring) version of the script. <a href="http://ecmanaut.blogspot.com/2005/12/greasemonkey-tip-running-</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sharing">sharing</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/eng">eng</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/greasemonkey">greasemonkey</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/public">public</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/myComments">myComments</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=288259">Copy</a> | 
<a href="http://blogmarks.net/link/438146">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jasontromm/mark/194455">
<title>'Scratch-off' Miers</title>
<link>http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=47071</link>
<description>For five years, Bush has initiated massive spending programs, obstinately refused to protect the borders and signed restrictions on political speech into law. His veto pen remains unopened and unused in its original shrink-wrapped case. Bush treats conservatives like the Democrats treat the blacks (which is to say, pretty badly).</description>
<dc:date>2005-10-27T13:40:27Z</dc:date>
<dc:author>jasontromm</dc:author>
<dc:subject>bush, democrats, speech, miers, spending</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=47071"><img border="0" src="http://www.blogmarks.net/screenshots/2005/10/27/56962a8336b9f71b3a898d9d46e0ae74.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.worldnetdaily.com/news/article.asp?ARTICLE_ID=47071">'Scratch-off' Miers</a></h4>
 
by <a href="http://blogmarks.net/user/jasontromm">jasontromm</a> 
<p class="description">For five years, Bush has initiated massive spending programs, obstinately refused to protect the borders and signed restrictions on political speech into law. His veto pen remains unopened and unused in its original shrink-wrapped case. Bush treats conservatives like the Democrats treat the blacks (which is to say, pretty badly).</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/bush">bush</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/democrats">democrats</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/speech">speech</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/miers">miers</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/spending">spending</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=194455">Copy</a> | 
<a href="http://blogmarks.net/link/292356">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sparktest/mark/159756">
<title>Daily Kos: Just to give you a sense of just how badly FEMA has f*cked up.</title>
<link>http://www.dailykos.com/storyonly/2005/9/3/171718/0826</link>
<description></description>
<dc:date>2005-09-21T23:55:39Z</dc:date>
<dc:author>sparktest</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.dailykos.com/storyonly/2005/9/3/171718/0826"><img border="0" src="http://www.blogmarks.net/screenshots/2005/09/22/f8c7aae4d65e439a8d476871e0cac4f6.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.dailykos.com/storyonly/2005/9/3/171718/0826">Daily Kos: Just to give you a sense of just how badly FEMA has f*cked up.</a></h4>
 
by <a href="http://blogmarks.net/user/sparktest">sparktest</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=159756">Copy</a> | 
<a href="http://blogmarks.net/link/232689">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/multilinko/mark/122291">
<title>French Family Values - New York Times</title>
<link>http://www.nytimes.com/2005/07/29/opinion/29krugman.html?incamp=article_popular_1&amp;oref=login</link>
<description>Now, there's no reason a country can't have both an excellent health care system and a troubled economy (or vice versa). But are European economies really doing that badly?

The answer is no. Americans are doing a lot of strutting these days, but a head-to-head comparison between the economies of the United States and Europe - France, in particular - shows that the big difference is in priorities, not performance. We're talking about two highly productive societies that have made a different tradeoff between work and family time. And there's a lot to be said for the French choice.

First things first: given all the bad-mouthing the French receive, you may be surprised that I describe their society as &quot;productive.&quot; Yet according to the Organization for Economic Cooperation and Development, productivity in France - G.D.P. per hour worked - is actually a bit higher than in the United States.

It's true that France's G.D.P. per person is well below that of the United States. But that's because French workers spend more time with their families.</description>
<dc:date>2005-07-30T18:59:01Z</dc:date>
<dc:author>multilinko</dc:author>
<dc:subject>france, america</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.nytimes.com/2005/07/29/opinion/29krugman.html?incamp=article_popular_1&amp;oref=login"><img border="0" src="http://www.blogmarks.net/screenshots/2005/07/30/d777b07744202498644059d49f7cb1ac.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.nytimes.com/2005/07/29/opinion/29krugman.html?incamp=article_popular_1&amp;oref=login">French Family Values - New York Times</a></h4>
 
by <a href="http://blogmarks.net/user/multilinko">multilinko</a> 
<p class="description">Now, there's no reason a country can't have both an excellent health care system and a troubled economy (or vice versa). But are European economies really doing that badly?

The answer is no. Americans are doing a lot of strutting these days, but a head-to-head comparison between the economies of the United States and Europe - France, in particular - shows that the big difference is in priorities, not performance. We're talking about two highly productive societies that have made a different tradeoff between work and family time. And there's a lot to be said for the French choice.

First things first: given all the bad-mouthing the French receive, you may be surprised that I describe their society as "productive." Yet according to the Organization for Economic Cooperation and Development, productivity in France - G.D.P. per hour worked - is actually a bit higher than in the United States.

It's true that France's G.D.P. per person is well below that of the United States. But that's because French workers spend more time with their families.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/france">france</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/america">america</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=122291">Copy</a> | 
<a href="http://blogmarks.net/link/174878">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>