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

<channel>
	<title>The Slamlander</title>
	<atom:link href="http://slamlander.caselle-vpn.net/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://slamlander.caselle-vpn.net</link>
	<description>A home on the web.</description>
	<lastBuildDate>Tue, 07 Sep 2010 20:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The falling buck keeps falling &#8230;</title>
		<link>http://slamlander.caselle-vpn.net/?p=1392</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1392#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:33:27 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[CH]]></category>
		<category><![CDATA[EU]]></category>
		<category><![CDATA[Econ]]></category>
		<category><![CDATA[us]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1392</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p>The US Dollar vs.</p>
<ul>
<li>Euro (€) = 1.270</li>
<li>UK pound (£) = 1.537</li>
<li>Swiss Franc (CHF) = .990</li>
</ul>
<p>From the Swiss Franc perspective …</p>
<ul>
<li>€ = 1.283</li>
<li>£ = 1.553</li>
<li>$ = 1.010</li>
<p>Fun and games, eh?</ul>
]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1392</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech update for Slamland</title>
		<link>http://slamlander.caselle-vpn.net/?p=1390</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1390#comments</comments>
		<pubDate>Thu, 02 Sep 2010 11:37:17 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Site Development]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1390</guid>
		<description><![CDATA[
Whew! After getting Condor stable and testing to make sure that JBOSS runs on it okay, I started on the rest of the project. There are four major components to a J2EE Development laboratory; A database server (MySQL) A Java Application server (JBOSS) A version control system (Subversion) A development environment (Eclipse). I am doing [...]
]]></description>
			<content:encoded><![CDATA[<p>Whew!</p>
<p>After getting Condor stable and testing to make sure that JBOSS runs on it okay, I started on the rest of the project.</p>
<p>There are four major components to a J2EE Development laboratory;</p>
<ol>
<li>A database server (MySQL)</li>
<li>A Java Application server (JBOSS)</li>
<li>A version control system (Subversion)</li>
<li>A development environment (Eclipse).</li>
</ol>
<p>I am doing all of these under Win2Kserver.</p>
<h2>Database server</h2>
<p>I actually have four instances of MySQL running, one of which is my production RDBMS that supports my various websites. The newest of these is version 5.0.51b. They have been working fine and stable no matter what sort of PHP scripted hell I put them through.</p>
<h2>Java Application server</h2>
<p>As I said earlier, I have JBOSS running on a dedicated machine. It comes up as v5.0.0.CR2 with Java runtime version 1.6.0_21-b07. I tried JBOSS v6.x but I had too many flavors of ‘FAIL’ there. JBOSS 5 with Java 6 seems to be the current sweet-spot. I may look into Glassfish later.</p>
<h2>Version Control</h2>
<p>Subversion is something that I have been meaning to do for some time now. I keep getting close and then backing away. It’s probably the tinker-factor. Well, I now have v1.4.8 on my RAID box and a dedicated repository, under RAID1.</p>
<h2>Eclipse IDE</h2>
<p>Comparatively, the other three components were easy. Every time that I have gone to Eclipse before I got buried in oodles of tinker-factor. Typical Open Source crap. Two years ago, I discovered <a href="http://www.myeclipseide.com/" target="_blank">Genuitec’s MyEclipse</a> and have had a PRO license ever since. It is now at version 8.6. At $60 per year, it is a damned sight cheaper than the MS equivalent. What’s more, it now works without massive tinkering and it’s not just for Java. I can build for;</p>
<ol>
<li>PHP (full IDE and debugger)</li>
<li>Perl (Ibid)</li>
<li>C/C++ (Ibid)</li>
<li>Javascript (Amazing that this Netscape artifact is still around)</li>
<li>AJAX applications with remote debugging</li>
</ol>
<p>What Genuitec does is to take the base <a href="http://www.eclipse.org/" target="_blank">Eclipse IDE</a>, figure out what’s missing and add in the missing pieces with proprietary code. They also sort through all the eclipse modules and plugins to give the best mix of what works together and how it should be configured. In short, they find the best working sweet-spot and remove almost all of the tinker-factor while doing it. Their configuration dashboard makes adding in modules and components almost a joy, rather than an endless source of frustration. That’s the way that software tools should work. If something isn’t going to work, they tell you before it’s installed.</p>
<p>In any case, I have Subversion hooked to the Subversive module and the three DBMS servers hooked into the Database Explorer. Now I am installing the MinGW GNU tool chain for C and C++, after that I have to test Perl, PHP, and Javascript configurations. There is even a Prolog module for it <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif" alt="Surprise" /></p>
<p>Off to lunch for now, ciao <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" alt="Big Grin" /></p>
<p>…</p>
]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1390</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ignorance</title>
		<link>http://slamlander.caselle-vpn.net/?p=1388</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1388#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:16:15 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[EU]]></category>
		<category><![CDATA[Face Palm issues]]></category>
		<category><![CDATA[Global Warming]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[Polyticks]]></category>
		<category><![CDATA[civil rights]]></category>
		<category><![CDATA[us]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1388</guid>
		<description><![CDATA[
Ignorance is never out of style.  It was in fashion yesterday, it is the rage today, and it will set the pace tomorrow.                 &#8212; Franklin K. Dane Truer words were never said or written.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Ignorance is never out of style.  It was in fashion yesterday, it is the rage today, and it will set the pace tomorrow.<br />
                &#8212; Franklin K. Dane</p></blockquote>
<p>Truer words were never said or written.</p>
]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1388</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinvention of the Leyden Jar!</title>
		<link>http://slamlander.caselle-vpn.net/?p=1385</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1385#comments</comments>
		<pubDate>Sat, 28 Aug 2010 08:19:48 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[Energy]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1385</guid>
		<description><![CDATA[
Dr Fernando Galembeck told the American Chemical Society meeting in Boston that the technique exploited a little-known atmospheric effect. The article goes on to say; Dr Galembeck and his colleagues isolated various metals and pairs of metals separated by a non-conducting separator &#8211; a capacitor, in effect &#8211; and allowed nitrogen gas with varying amounts [...]
]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong><a href="http://www.bbc.co.uk/news/technology-11100528" target="_blank">Dr Fernando Galembeck told the American Chemical Society meeting in Boston that the technique exploited a little-known atmospheric effect.</a></strong></p></blockquote>
<p>The article goes on to say;</p>
<blockquote><p>Dr Galembeck and his colleagues isolated various metals and pairs of metals separated by a non-conducting separator &#8211; a capacitor, in effect &#8211; and allowed nitrogen gas with varying amounts of water vapor to pass over them.</p></blockquote>
<p>This is a prime facae <a href="http://en.wikipedia.org/wiki/Leyden_jar" target="_blank">Leyden Jar</a>. It was invented independently by German cleric <a href="http://en.wikipedia.org/wiki/Ewald_Georg_von_Kleist">Ewald Georg von Kleist</a> on 11 October 1744 and by Dutch scientist <a href="http://en.wikipedia.org/wiki/Pieter_van_Musschenbroek">Pieter van Musschenbroek</a> of <a href="http://en.wikipedia.org/wiki/Leiden">Leiden</a> (Leyden) in 1745–1746<sup><a href="http://slamlander.caselle-vpn.net/?p=1385#footnote_0_1385" id="identifier_0_1385" class="footnote-link footnote-identifier-link" title=" Taken directly from the Wikipedia article. ">1</a></sup> . What isn’t well discussed was the fact that a Leyden jar would accumulate a charge over time. In fact. Ben Franklin recommended that unused jars be stored disassembled for safety reasons precisely because of this effect.</p>
<blockquote><p>&#8220;What we think is happening is he&#8217;s pumping the water vapor across his capacitor and during the pumping mechanism, tribocharging the water vapor.&#8221; – Prof.Hywel Morgan of the University of Southampton</p></blockquote>
<p>Well, that’s one theory but in the final analysis, this is nothing more than standard tricks of the Leyden jar and while a controversial theory, the design of the <a href="http://en.wikipedia.org/wiki/Arc_of_the_Covenant" target="_blank">Arc of the Covenant</a> looks very much like a Leyden Jar but with a dielectric of wood<sup><a href="http://slamlander.caselle-vpn.net/?p=1385#footnote_1_1385" id="identifier_1_1385" class="footnote-link footnote-identifier-link" title=" While the Wikipedia article is good, it is deficient in mentioning that the interior of the Arc was also lined with gold. The bible is unclear as to the thickness of the dielectric. However, given the dimensions, the Arc could generate and hold a substantial charge. ">2</a></sup> . It too accumulated a charge over time and once discharged, needed time to build a charge up again. Those ancient Yahwhists, of course, attributed this to the work of God. They had no science in those days.</p>
<p>The point is that someone, over three thousand years ago, already knew how to build a Leyden Jar, even if by accident. What Dr Galembeck “discovered” is far from a new discovery, however he may have a more precise explanation of the self-charging effect<sup><a href="http://slamlander.caselle-vpn.net/?p=1385#footnote_2_1385" id="identifier_2_1385" class="footnote-link footnote-identifier-link" title=" These have their own controversy since it really hasn&rsquo;t been properly investigated much since Ben Franklin&rsquo;s time. ">3</a></sup> .</p>
<hr /><br/><ol class="footnotes"><li id="footnote_0_1385" class="footnote"> Taken directly from the Wikipedia article. </li><li id="footnote_1_1385" class="footnote"> While the Wikipedia article is good, it is deficient in mentioning that the interior of the Arc was also lined with gold. The bible is unclear as to the thickness of the dielectric. However, given the dimensions, the Arc could generate and hold a substantial charge. </li><li id="footnote_2_1385" class="footnote"> These have their own controversy since it really hasn’t been properly investigated much since Ben Franklin’s time. </li></ol>]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1385</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new server, the new Condor!</title>
		<link>http://slamlander.caselle-vpn.net/?p=1383</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1383#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:50:51 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1383</guid>
		<description><![CDATA[
When I wrote about retirement of the old Condor, things have been in flux around here. That project has petered out a bit. I did get that new ATX case and have built the new box last February. However, things have stalled due to the lack of reliable ISO downloads of Linux. Then I got [...]
]]></description>
			<content:encoded><![CDATA[<p>When I wrote about <a href="http://slamlander.livejournal.com/317053.html" target="_blank">retirement of the old Condor</a>, things have been in flux around here. That project has petered out a bit. I did get that new ATX case and have built the new box last February. However, things have stalled due to the lack of reliable ISO downloads of Linux. Then I got back to writing and the whole project sat in the rack for a few months.</p>
<p>One thing followed another and last month I received a few interesting calls from agents looking for some J2EE expertise. Unfortunately, they were all for work out of country (Belgium, UK, Austria). It did, however, indicate the resurgence of demand for programming expertise and that would eventually translate into increased demand here in Geneva, Switzerland, or not. At least, I hope it will. At least, I need to go back and scrape some rust off the old skill-set.</p>
<p>I dug out that new-old lump and installed Windows 200 Server on it. Then the latest Java 6 SDK and layered a v5 JBOSS<sup><a href="http://slamlander.caselle-vpn.net/?p=1383#footnote_0_1383" id="identifier_0_1383" class="footnote-link footnote-identifier-link" title="The latest JBOSS v6 blows up on Java 6">1</a></sup> over that. Now I am installing Subversion (SVN) on my sole RAID array. That, along with the current Eclipse should give me the full development environment that I need and is probably really close to what real clients are probably running. Well, except for the down-rev and EOL server OS<sup><a href="http://slamlander.caselle-vpn.net/?p=1383#footnote_1_1383" id="identifier_1_1383" class="footnote-link footnote-identifier-link" title="Microsoft has End-of-Life Windows 2000 server and the current low-rev is Windows 2003 server. We do not have the money for the upgrade . ">2</a></sup> .</p>
<p>I hope that this works out, a decent contract would make the bank a little happier. I am only 8.5 years from mandatory retirement, at 65. <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/17.gif" alt="Worried" /> </p>
<p>A week worth of ‘busy’ and I have the new box up. Now to layer the next set of code into it.</p>
<hr /><br/><ol class="footnotes"><li id="footnote_0_1383" class="footnote">The latest JBOSS v6 blows up on Java 6</li><li id="footnote_1_1383" class="footnote">Microsoft has End-of-Life Windows 2000 server and the current low-rev is Windows 2003 server. We do not have the money for the upgrade <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/46.gif" alt="Sigh" />. </li></ol>]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1383</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ignorance of the masses?</title>
		<link>http://slamlander.caselle-vpn.net/?p=1381</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1381#comments</comments>
		<pubDate>Wed, 25 Aug 2010 07:02:40 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[Polyticks]]></category>
		<category><![CDATA[us]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1381</guid>
		<description><![CDATA[
James Roden, of Requiem, posted this link a few days ago. It is an article by Saul Friedman on the general ignorance of the American proletariat. But it’s the dangerous ignorance of the mobs that worry me most. One mob, for example confronted, threatened and yelled epithets at Rep. John Dingell, a Michigan Democrat, the [...]
]]></description>
			<content:encoded><![CDATA[<p><a href="http://requiem.spiderforest.com/?author=1" target="_blank">James Roden</a>, of <a href="http://requiem.spiderforest.com/" target="_blank">Requiem</a>, posted <a href="http://www.timegoesby.net/weblog/2009/08/reflections-american-ignorance.html" target="_blank">this link</a> a few days ago. It is an article by <strong>Saul Friedman</strong> on the general ignorance of the American proletariat.</p>
<blockquote><p>But it’s the dangerous ignorance of the mobs that worry me most. One mob, for example confronted, threatened and yelled epithets at Rep. John Dingell, a Michigan Democrat, the longest-serving member of Congress. How dare they?</p>
<p>I doubt if they knew that Dingell, a life-long member of the NRA, has also been a champion of the auto industry. His father was a great New Dealer who gave us the National Labor Relations Act. And Dingell, who took his father’s seat, has been trying for years to win universal health insurance. But what does a mob know? Especially when the press doesn’t itself know, or bothers to confront the mob with the truth.</p></blockquote>
<p>And that is a real issue, ignorant reporting. Rather, reporters that are as ignorant, if not more so, than their audience. He goes on to say,</p>
<blockquote><p>As a result, the lies take hold. Imagine. The right-wing talkers call Obama a fascist, when they are encouraging the brown shirts of today. I doubt if any of these goons in the mobs even know what fascism, socialism or even Nazism is. I doubt if they know who fought in World War II.</p></blockquote>
<p>In short, a population that is indeed that ignorant is likely to fall for any sort of bullshit demagoguery that gets their attention.</p>
<p><em><a href="http://www.timegoesby.net/" target="_blank">Time Goes By</a></em> is an interesting and refreshing read. It deals with some serious issues without trying to write down to the reader. I think that many of my friends would find it interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1381</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sell Zurich Insurance, if you can</title>
		<link>http://slamlander.caselle-vpn.net/?p=1377</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1377#comments</comments>
		<pubDate>Tue, 24 Aug 2010 22:35:10 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[Econ]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Polyticks]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1377</guid>
		<description><![CDATA[
Whatever the stock is worth, it won’t be worth this much in the morning. The BBC just posted this little tidbit without realizing what this says. The UK operation of Zurich Insurance has been fined £2.27m by the Financial Services Authority (FSA) for losing personal details of 46,0001 customers. I don’t think that the UK [...]
]]></description>
			<content:encoded><![CDATA[<p>Whatever the stock is worth, it won’t be worth this much in the morning.</p>
<p>The BBC just posted <a href="http://www.bbc.co.uk/news/business-11070217" target="_blank">this little tidbit</a> without realizing what this says.</p>
<blockquote><p>The UK operation of Zurich Insurance has been fined £2.27m by the Financial Services Authority (FSA) for losing personal details of <strong>46,000<sup><a href="http://slamlander.caselle-vpn.net/?p=1377#footnote_0_1377" id="identifier_0_1377" class="footnote-link footnote-identifier-link" title="Emphasis, mine">1</a></sup></strong> customers.</p></blockquote>
<p>I don’t think that the UK government realizes it either.</p>
<blockquote><p>The data on policyholders, including in some cases bank account and credit card information, went missing in August 2008.</p>
<p>However, Zurich did not become aware of the loss until a year later, when it then began notifying customers.</p></blockquote>
<p>On the face of it, this is jaw-dropping news and it gets even better;</p>
<blockquote><p>Experts said the size of the fine sends a signal that the authorities will crack down hard on data loss.</p></blockquote>
<p>Note that they were only concerned about the data getting into the wrong hands. No one seeks to assure the 46,000 <a href="http://www.zurich.com/main/about/introduction.htm" target="_blank">Zurich Financial Services Group</a><sup><a href="http://slamlander.caselle-vpn.net/?p=1377#footnote_1_1377" id="identifier_1_1377" class="footnote-link footnote-identifier-link" title="Which includes Farmers Insurance, in the US">2</a></sup> customers that the information isn’t, in fact, lost and has to be recreated.</p>
<p>An insurance based financial company lives and dies on its customer data. Not only can it not track operational financial issues (this represents millions of dollars of revenue) but it cannot possibly service those accounts without that data. While that data is lost, those accounts are effectively not covered nor could they be covered and that is a violation of the contracts that those accounts were opened under. That means 46,000 cases of potential contract breach.</p>
<p>From a business stand point, the fact that it took them over a year to even discover the loss is mind-boggling. If I had an account at Zurich, I would not now be considering closing it. I would have instructed my insurance broker to close it hours ago. I would have followed it up by instructing my stock broker to dump all my stock in the company, if any. Anyone that sloppy about their business is normally not expected to remain in that business for much longer.</p>
<p>Just to keep things in perspective, those 46,000 customers at $5,000 per year<sup><a href="http://slamlander.caselle-vpn.net/?p=1377#footnote_2_1377" id="identifier_2_1377" class="footnote-link footnote-identifier-link" title="this is very conservative">3</a></sup> , represent over 230 million or damned nearly a quarter BILLION dollars per year of contractual liability. That is;</p>
<ul>
<li>Money that isn’t counted on the ledgers as either income or expense</li>
<li>Unearned contract revenue that cannot possibly be serviced.</li>
<li>Missed opportunity for leveraging.</li>
<li>Customers that were not covered and could not possibly be covered during the data outage.</li>
</ul>
<p>Granted, they might have only lost the backup data but given the fact that they took a year to even notice the loss, I am less than sanguine about them having proper backups. Had I fund on deposit with them, it would now be withdrawn. Had I issuances of their shares, they would now be sold. And had I any of their bonds, they would now be liquidated.</p>
<p>Any company, in that business, that needs regulation to protect their core data does not deserve to remain in that business.</p>
<hr /><br/><ol class="footnotes"><li id="footnote_0_1377" class="footnote">Emphasis, mine</li><li id="footnote_1_1377" class="footnote">Which includes Farmers Insurance, in the US</li><li id="footnote_2_1377" class="footnote">this is very conservative</li></ol>]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A critique of critics!</title>
		<link>http://slamlander.caselle-vpn.net/?p=1374</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1374#comments</comments>
		<pubDate>Fri, 20 Aug 2010 09:42:44 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Writing Skills]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1374</guid>
		<description><![CDATA[
While traipsing through my little universe on the internet, I ran across a public mugging by El Santo1, of The Webcomic Overlook. The site is Xyliatales by Barb Jacobs and it happened last March. Unfortunately, Barb has been in recovery and Xyliatales has been on hiatus ever since. The author was devastated by the review [...]
]]></description>
			<content:encoded><![CDATA[<p>While traipsing through my little universe on the internet, I ran across a <a href="http://webcomicoverlook.com/2010/03/15/the-webcomic-overlook-113-xylia-tales/" target="_blank">public mugging</a> by <a href="http://webcomicoverlook.com/about-2/" target="_blank">El Santo</a><sup><a href="http://slamlander.caselle-vpn.net/?p=1374#footnote_0_1374" id="identifier_0_1374" class="footnote-link footnote-identifier-link" title="A self-serving worthless piece of drech!">1</a></sup>, of <a href="http://webcomicoverlook.com/" target="_blank">The Webcomic Overlook</a>. The site is <a href="http://www.xyliatales.com/" target="_blank">Xyliatales</a> by Barb Jacobs and it happened last March. Unfortunately, Barb has been in recovery and Xyliatales has been on hiatus ever since. The author was devastated by the review and it’s a damned shame that it happened.</p>
<blockquote><p>Public reviews are there solely for the aggrandizement of the reviewer, period, paragraph, end of story! Proper reviews are made in private and without the ego-tripping.</p></blockquote>
<p>Any story can be panned, thereby making the reviewer look good. It places the reviewer in a pseudo-superior position, above the author. The thing is that, none of the public reviewers have or are able to create their own content. Rather, the only content that they can create are the scathing reviews and their audience actually grades them on how badly they can tear up a creative effort. It’s sick, I know.</p>
<p>I have both seen and experienced this time and again. These public reviewers specialize in the scathing review, that’s how they sell column-inches, eyeballs, whatever. It is what keeps them in business, their business model. For that reason, their opinion means NOTHING! The first thing a Hollywood agent will tell a client is to IGNORE THE CRITICS and with good reason! More than one promising talent has been shortcut by scathing reviews<sup><a href="http://slamlander.caselle-vpn.net/?p=1374#footnote_1_1374" id="identifier_1_1374" class="footnote-link footnote-identifier-link" title="Susan Boyle comes to immediate mind here.">2</a></sup>, undeserved scathing reviews that only benefit the reviewer and ingratiates them to their audience, at the complete expense of the target. As I said, a public mugging.</p>
<p>The only reviews that you should ever read are those that you’ve asked for from trusted people. Those whom you respect, IN PRIVATE! That is the only way that you can be assured of an honest and competent  review. These gratuitous public reviews serve no other purpose than to feed the reviewer’s ego and, not incidentally, their pocket.</p>
<hr /><br/><ol class="footnotes"><li id="footnote_0_1374" class="footnote">A self-serving worthless piece of drech!</li><li id="footnote_1_1374" class="footnote"><a href="http://www.susan-boyle.com/" target="_blank">Susan Boyle</a> comes to immediate mind here.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1374</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Italy going back to nuclear.</title>
		<link>http://slamlander.caselle-vpn.net/?p=1372</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1372#comments</comments>
		<pubDate>Fri, 06 Aug 2010 12:02:09 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[EU]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[Nuclear]]></category>
		<category><![CDATA[Polyticks]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1372</guid>
		<description><![CDATA[
It’s on the BBC. No coal and no oil of it’s own. Greenpeace are spouting the usual gibberish about alternative energy sources. The lie, as usual. We need high density energy and not low density sources that will remove prime agricultural land from production or turn our food into energy.
]]></description>
			<content:encoded><![CDATA[<p>It’s <a href="http://www.bbc.co.uk/news/world-europe-10889846" target="_blank">on the BBC</a>.</p>
<p>No coal and no oil of it’s own. Greenpeace are spouting the usual gibberish about alternative energy sources. The lie, as usual. We need high density energy and not low density sources that will remove prime agricultural land from production or turn our food into energy.</p>
]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>California same-sex marriage ban overturned!</title>
		<link>http://slamlander.caselle-vpn.net/?p=1370</link>
		<comments>http://slamlander.caselle-vpn.net/?p=1370#comments</comments>
		<pubDate>Thu, 05 Aug 2010 10:06:05 +0000</pubDate>
		<dc:creator>Slamlander</dc:creator>
				<category><![CDATA[Polyticks]]></category>
		<category><![CDATA[civil rights]]></category>
		<category><![CDATA[us]]></category>

		<guid isPermaLink="false">http://slamlander.caselle-vpn.net/?p=1370</guid>
		<description><![CDATA[
This may return sanity to politics? A US federal judge has overturned California&#8217;s voter-approved ban on same-sex marriage. Somehow, I don’t think so. However, it is a step in the right direction. Yes, marriage has always been under secular authority. It forms the basis for taxing households. The problem has always been that ecclesiastical authority [...]
]]></description>
			<content:encoded><![CDATA[<p>This may return sanity to politics?</p>
<blockquote><p>A US federal judge has overturned California&#8217;s voter-approved ban on same-sex marriage.</p></blockquote>
<p>Somehow, I don’t think so. However, it is a step in the right direction. Yes, marriage has always been under secular authority. It forms the basis for taxing households. The problem has always been that ecclesiastical authority has been trying to usurp this authority for millennia and their propaganda machine has always been the best.</p>
<blockquote><p>Randy Thomasson, of the socially conservative group SaveCalifornia.com, described it as a &#8220;terrible blow&#8221; to voter rights.</p>
<p>&#8220;Judge Walker has ignored the written words of the constitution, which he swore to support and defend and be impartially faithful to, and has instead imposed his own homosexual agenda upon the voters, the parents and the children of California,&#8221; he told the AFP news agency.</p></blockquote>
<p>Actually, it isn’t. One of the reasons that the Religious Right have always referred to the US west coast as the <strong>Left Coast</strong> is that we’ve always been secular, ignoring most religious decrees, beginning with those of the Catholic Church and making no special concessions for the Puritan right either. The California Constitution reflects that and seeks to protect the individual from the misguided will of the majority, like <em>Proposition 8</em>. There are certain inalienable rights, like that of <strong><em>free association</em></strong><sup><a href="http://slamlander.caselle-vpn.net/?p=1370#footnote_0_1370" id="identifier_0_1370" class="footnote-link footnote-identifier-link" title="A household is an association of individuals agreeing to live together and work towards common goals.">1</a></sup> , that are protected, even from majority tyranny<sup><a href="http://slamlander.caselle-vpn.net/?p=1370#footnote_1_1370" id="identifier_1_1370" class="footnote-link footnote-identifier-link" title="The classic case of two wolves and a sheep voting on what to have for lunch. Alternatively, four Christians, a Jew, and an Islamist voting for a pork buffet.">2</a></sup> .</p>
<p>The government has the right to count and tax households but it has no right to determine the composition of those households. The household of freely consenting adults and their children are a household, regardless of their count or gender<sup><a href="http://slamlander.caselle-vpn.net/?p=1370#footnote_2_1370" id="identifier_2_1370" class="footnote-link footnote-identifier-link" title="Yes, I am including mixed gender polygamous households here and not just for Islamists either.">3</a></sup> .</p>
<p>Some day, we will be able to finally eradicate religion from the government. *sigh* One can only hope.</p>
<hr /><br/><ol class="footnotes"><li id="footnote_0_1370" class="footnote">A household is an association of individuals agreeing to live together and work towards common goals.</li><li id="footnote_1_1370" class="footnote">The classic case of two wolves and a sheep voting on what to have for lunch. Alternatively, four Christians, a Jew, and an Islamist voting for a pork buffet.</li><li id="footnote_2_1370" class="footnote">Yes, I am including mixed gender polygamous households here and not just for Islamists either.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://slamlander.caselle-vpn.net/?feed=rss2&amp;p=1370</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
