<?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>iN8sWoRld.net</title>
	<atom:link href="http://www.in8sworld.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.in8sworld.net/blog</link>
	<description>There's no place like 127.0.0.1</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:44:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Poor man&#8217;s web content filter</title>
		<link>http://www.in8sworld.net/blog/archives/1489</link>
		<comments>http://www.in8sworld.net/blog/archives/1489#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:45:58 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1489</guid>
		<description><![CDATA[
Having kids in the computer age presents a lot of challenges that parents didn&#8217;t have to deal with years ago.  Among them is the fact that hard core pornography is just a couple of clicks away.  Depending on your operating system of choice there are zillions of programs you can buy to &#8220;filter [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/computer" title="Computer"><img src="/images/topics/topic_computer.gif" style="float:right;" width="104" height="78" alt="Computer" /></a>
<p>Having kids in the computer age presents a lot of challenges that parents didn&#8217;t have to deal with years ago.  Among them is the fact that hard core pornography is just a couple of clicks away.  Depending on your operating system of choice there are zillions of programs you can buy to &#8220;filter web content&#8221;, but a parent has to shell out for the program, get it installed, then configure it, and it only works for the computer on which it was installed.  There is a simpler way to block content, which will work for all computers on your &#8220;network&#8221; (all the computers in your home or business), which can be managed at a single place, and will even provide reports on what sites are being blocked which is completely free and fairly easy to set up.<br />
<span id="more-1489"></span></p>
<p>To understand how this solution works, you need to understand some basic concepts.  When you use a web browser to go to a chosen website, you&#8217;re typing in a &#8220;friendly name&#8221; (like &#8220;google.com&#8221; or &#8220;facebook.com&#8221;) which servers on the internet don&#8217;t understand at all, so they need to translate that name into a set of numbers first.  This translation is done using a system called DNS (domain name system).  DNS is just a method whereby your computer sends out a request to whatever DNS server it is configured to use for the correct numbers needed to display the site name you typed.   Most users just have their network connections set for &#8220;automatic&#8221; which makes everything &#8220;just work&#8221; and so their DNS servers are set to be their ISP&#8217;s DNS servers by default.  As an administrator of your own computer you can choose to change the DNS servers you are using manually. This post isn&#8217;t a &#8220;How To&#8221; on changing your DNS settings, so I&#8217;ll just say that the OpenDNS site has some pretty good tutorials on how to make that simple change.  </p>
<p>Depending on the size of your network, you may already have a hardware firewall which offers content filtering.  Hardware firewalls are expensive, and most home users rely on some kind of software solution instead.  A DNS based solution can offer a sort of redundancy or double check on requests for &#8220;bad&#8221; sites that are making it through or around a firewall, but its a particularly good solution for home users who are currently using nothing or have only a software blocking solution in place.  With the popularity of smart phones and gaming consoles with internet access, a DNS solution is particularly handy since it allows you to control what gets returned to all the devices on your network from a central point.</p>
<p>A solution I recommend is to use <a href="http://www.opendns.com/">OpenDNS</a> servers instead of your ISP&#8217;s servers and then to set up a free account on OpenDNS.com and configure your account to use the free OpenDNS content filtering system to block specific sites or whole categories of sites.  OpenDNS is not &#8220;open source&#8221;, rather it is open in the sense that anyone can use their DNS servers; OpenDNS is a company and wants to make money.  Some money is made by re-directing queries for non-existent domain names to (hopefully) relevant sites (provided by Yahoo!) of OpenDNS customers.  They launched content filtering in 2007 aiming at business, educational, and parents.  Sites are blocked by category and the lists of sites are maintained by the users.  As a registered user you can suggest that a site be placed into one of the content filtering categories and vote on other user&#8217;s suggestions.  You can even maintain a an &#8220;override list&#8221; for sites that would otherwise be blocked because you have chosen to block a given category or permitted because you haven&#8217;t chosen a category.</p>
<p><strong>Important points to note </strong> </p>
<ul>
<li>Probably the most important point is that if a user of a computer (or device) has the authority to change the DNS servers being used, they can totally get around this system.  To use a system like this in a business, you&#8217;d have to ensure that you have permissions defined such that normal users cannot modify the DNS servers the administrator specifies for the network.  At home, where you&#8217;re just trying to make sure that a Google search doesn&#8217;t turn into a bad learning experience for your kids, perhaps this isn&#8217;t much of an issue &#8211; but I still think kids should not be able to run any machine as an administrator anyway.</li>
<li>It is rare that a home user will have a &#8220;fixed&#8221; (permanent) IP address.  Home users are usually set up with a &#8220;dynamic&#8221; IP address, which just means that the number assigned to their home router (or directly to their computer if the PC is using dial up) is assigned from a pool of available numbers at the time and it may change.  Since OpenDNS needs to know what your number (IP) is for it to block things going to you &#8211; you need to know that number.  Then, you&#8217;ll need to make sure you update OpenDNS if it changes.  This could be done manually if it doesn&#8217;t change very often (my cable IP at home hasn&#8217;t changed in a long time), or you can run a little program on your PC which sends that information up to OpenDNS and keeps it up to date if it changes.  How to do this is all explained on the site.<br />
<blockquote><p>To find your public IP (the number assigned to your router), which is the number the internet sees as &#8220;you&#8221;, just visit <a href="http://whatismyip.com">whatismyip.com</a> and the site will report it back to you.</p></blockquote>
</li>
<li>Your ISP (Roadrunner, Cablevision, etc.) has access in its logs to all the sites you&#8217;ve ever requested to look at.  If you are ever investigated by the police and they subpoena these logs from your ISP, the ISP will turn them over &#8211; just one more reason to use an alternate DNS provider if you&#8217;re concerned about your privacy.  But there&#8217;s nothing that says OpenDNS won&#8217;t hand over your logs when the man comes knocking either.</li>
<li>If you use a recent web browser you might already know that by typing into the address bar you are performing a search (on a particular search engine), but OpenDNS redirects these kinds of requests from the address bar.  This is really sneaky, but is listed in the Terms of Service and can be disabled by unchecking the &#8220;OpenDNS proxy&#8221; option in the OpenDNS settings (or overridden in <a href="http://www.labnol.org/software/browsers/prevent-opendns-google-redirects-firefox-address-bar-ie/2662/">other ways</a> in Firefox.</li>
</ul>
<p>OpenDNS servers:</p>
<ul>
<li>208.67.222.220</li>
<li>208.67.220.222</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1489/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The end of America?</title>
		<link>http://www.in8sworld.net/blog/archives/1481</link>
		<comments>http://www.in8sworld.net/blog/archives/1481#comments</comments>
		<pubDate>Mon, 01 Mar 2010 03:23:32 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[crime]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1481</guid>
		<description><![CDATA[
I&#8217;ve been poking around a bit on Prison Planet lately, thats a website run by Alex Jones, a radio talk show host who has been described as a &#8220;paleoconservative&#8221; whatever thats supposed to mean.  Paleo means old, so I assume it&#8217;s being used to create a distance from the &#8220;neocons&#8221; (meaning New Conservatives) who [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/news" title="News"><img src="/images/topics/topic_news.gif" style="float:right;" width="100" height="85" alt="News" /></a>
<p>I&#8217;ve been poking around a bit on <a href="http://www.prisonplanet.com/">Prison Planet</a> lately, thats a website run by Alex Jones, a radio talk show host who has been described as a &#8220;paleoconservative&#8221; whatever thats supposed to mean.  <em>Paleo</em> means old, so I assume it&#8217;s being used to create a distance from the &#8220;neocons&#8221; (meaning New Conservatives) who were neither new nor really conservative in the first place.  The first story I ran into over there was titled <a href="http://www.prisonplanet.com/louisiana-cops-plan-for-%E2%80%9Cend-of-the-world%E2%80%9D-scenario.html">Louisiana Cops Plan for “End of the World” Scenario</a> which goes on to describe how the program includes access to a .50 caliber vehicle mounted machine gun to help put down looters and rioting in the event of a crisis.  I got a little further into the article and it is suggested that cities across America are beginning their own war training in preparation for the coming apocalypse in 2012.  No, not the fabled Mayan end of the world, this refers to a prediction by a &#8220;futurist&#8221; named Gerald Celente.<br />
<span id="more-1481"></span></p>
<p>As a youth I was very interested in the occult and I studied about a lot of futurists, but I&#8217;ve been too busy living my actual life lately and hadn&#8217;t even heard of this guy. <a href="http://www.in8sworld.net/blog/wp-content/uploads/2010/02/Picture-3.png"><img src="http://www.in8sworld.net/blog/wp-content/uploads/2010/02/Picture-3-150x150.png" alt="" title="Celente video" width="150" height="150" class="alignright size-thumbnail wp-image-1482" /></a> The article has a handy link to a <a href="http://www.youtube.com/watch?v=46MEqEgdLTg">Youtube video</a> of Celente (who finds his way onto lots of TV shows), predicting &#8220;riots and unrest during a Fox News broadcast in November, 2008&#8243;.  Fascinating!  So I gave it a quick watch, and come to find&#8230; hunh? he makes no such prediction at all, at least not in that video.  FOX put up a couple bullet points at the beginning which included the prediction of a &#8220;Tax Rebellion&#8221; marked by riots and tax revolts, but in the video? He basically says nothing about doom and gloom. He suggests that people will bake cookies for each other for Christmas instead of continuing the retail orgy of old.  Not a big prediction in the middle of a recession? In fact &#8211; he ends by suggesting that if your kid is thinking of majoring in art history or psychology that you should try to convince them to go into the health field because its really growing and will continue to do so.  WTF?  I did a little more investigation into this guy, since Prison Planet is claiming that he&#8217;s always right &#8211; and come to find, guess what? He&#8217;s no different from any other astrologer, psychic, or faith healer you&#8217;ll ever meet &#8211; always leaving just enough room in his answers to wiggle out of them.  He never says anything concrete and instead lets the media paint whatever pictures they want.  As long as the media can keep making money by scaring the shit out of you, they will continue to pay people like this to spout generalist nonsense.  How hard is it to predict that people are going to pissed off about high taxes?  The Tea Party movement was based on Ron Paul&#8217;s <a href="http://www.boston.com/news/local/massachusetts/articles/2007/12/16/ron_paul_raises_millions_in_todays_boston_tea_party_event/">fundraising events</a> for the 2008 campaign which started morphing into its own movement shortly afterward in 2007 (building on years of anti-tax work in the 90s!) so it&#8217;s not like he was predicting anything, it was already happening. </p>
<p>I wondered what kind of place Bossier Parish is that a Sheriff there might think that he&#8217;s got to plan for an orgy of looting and devastation due to food shortages and tax riots.  Turns out, he&#8217;s got his hands full.  The average salary in nearby Shreveport (just on the other side of the Red River and considered part of the same place) is only about $28K.  Its all service economy now that the oil businesses have gone out.  Whites are in the minority there, its the deep south where racial injustice was the norm and some kind of prejudice is just about a given.  But suggesting that a mobile assault vehicle would be called out on looters or rioters, if indeed that&#8217;s what he&#8217;s suggesting, is bound to have some negative PR fallout, dontcha think?  Of course, sometimes just waving the big stick at the dog is enough to make it run away. We&#8217;re in a massive economic upheaval &#8211; its likely things will continue to get bad in some places before they get better.  Alex Jones, through Prison Planet is trying to suggest in this article that the poor PR decision of a small time Sheriff in one of the most destitute cities in America, in one of the poorest states in the union means the end of America as we know it.  </p>
<p>Alex Jones is an agitator.  I respect him for speaking his mind, and for not pulling punches.  I respect agitators since it was people like that that founded America in the first place &#8211; but if you have to use smoke and mirrors, pay a charlatan to spout some BS, or use outright deception to win me over to your cause you obviously either don&#8217;t have much to offer, or you&#8217;re just in it for the money.  I realize everybody has to make a living.  At least you&#8217;re not in the Jesus business, Alex.  I&#8217;d find that really distasteful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1481/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pompeii body casts</title>
		<link>http://www.in8sworld.net/blog/archives/1467</link>
		<comments>http://www.in8sworld.net/blog/archives/1467#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:25:29 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[AncientHistory]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[roman]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1467</guid>
		<description><![CDATA[
I&#8217;ve been interested in Pompeii from an early age, ever since I first read about how the Roman town had been buried by an eruption of Vesuvius in 79 AD and that archaeologists were revealing it bit by bit just as it had been thousands of years ago.  Images of the macabre body casts [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/ancienthistory" title="AncientHistory"><img src="/images/topics/topic_ancienthistory.gif" style="float:right;" width="75" height="90" alt="AncientHistory" /></a>
<p>I&#8217;ve been interested in <a href="http://en.wikipedia.org/wiki/Pompeii">Pompeii</a> from an early age, ever since I first read about how the Roman town had been buried by an eruption of Vesuvius in 79 AD and that archaeologists were revealing it bit by bit just as it had been thousands of years ago.  Images of the macabre body casts of the eruption&#8217;s victims were terrifying and compelling to me at the same time.  The 1972 film <a href="http://www.amazon.com/exec/obidos/ASIN/B0000DBJDM/in8sworld-20">Pink Floyd at Pompeii</a> made a perfect soundtrack to my early investigations, and the images of the band set up in the otherwise empty ampitheatre were haunting.</p>
<p><span id="more-1467"></span><br />
One of the most iconic products of the dig at Pompeii are the human body casts.  Each one a three dimensional life size representation of the unfortunate people of Pompeii in their final moments.  The pyroclastic surge that blanketed the town of some 20,000 souls came in a cloud of super heated, oxygen-depleted gas and eventually hardened around some of the victims.  Not all those killed were preserved in this way, but as the bodies of those that were covered by  volcanic ash decayed, &#8220;voids&#8221; were created in the shape of the original occupants.  Since 1863, archaeologists have been creating &#8220;body casts&#8221; by pouring casting materials into these cavities so that as the ash is removed, the shapes of the victims would remain.   </p>
<p>The story of the creation of the first body casts and the development of their status as works of art is presented at length in a wonderfully <a href="http://www.uwic.ac.uk/icrc/issue008/articles/06.htm">informative article</a> in the journal <em>Interpreting Ceramics</em>.  By 1863, excavation at Pompeii had been going on for almost 100 years and over 600 skeletons had already been exhumed in the normal manner of archaeological work.  It wasn&#8217;t until  Giuseppe Fiorelli, then director of excavations, developed a process to capture the impressions on the inside of the voids by pouring them with a kind of plaster that the ghostly forms were revealed as we know them today.</p>
<p>The original casts were made with plaster, but plaster is not ideal for the purpose &#8211; introducing air bubbles, and actually shrinking after a time.  An <a href="http://www.newscientist.com/article/mg13418154.400-pompeiis-electronic-guide-after-250-years-of-excavation-archaeologists-working-at-pompeii-have-discovered-a-powerful-new-tool-an-exhibition-that-opens-in-london-this-week-shows-how-computers-are-bringing-the-roman-town-back-to-life.html?page=2">article</a> in the New Scientist describes the technique used in 1984 to capture the shade of a girl using epoxy resin.  </p>
<blockquote><p>The Lady from Oplontis was fleeing from a villa near Pompeii, and died wearing her finest jewels and clutching a purseful of coins. The cast is made from more robust epoxy resin, and reveals her skeleton within and replicas of her jewellery in position. </p></blockquote>
<p>Since the resin is transparent, the technique allows the victim&#8217;s bones (where preserved) to be seen through the material as well as capturing impressive detail.   A more perfect picture of a girl who lived almost 2000 years ago right at her most agonized moment of death.  Suddenly the casts were no longer cartoonish, ghostly white, ethereal negative images, they had become surreal, clinical, ghastly, or even grotesque snapshots of someone&#8217;s death.</p>
<p>The resin cast was a more complicated lost wax process, and only one cast of that type was authorized.  In 1991 a newer process (a pressurized mixture of cement and resin) was used to reveal a family of seven.  The new process is sufficient to show facial expressions.  While much of Pompeii has already been excavated, archaeologists estimate that there are perhaps another 500 or so bodies preserved in the un-excavated sections.  The newer techniques may reveal many even more horrible ghosts as the process is further refined, but in recent times there hasn&#8217;t been much money to continue the work there.</p>
<p>The history of cast making is interesting, but the transformation of these grotesque and horrific ghost images of death into a venerated work of art is as well.  The casts are given names like The Sleeping Man, The Watchdog (not all casts are of humans), or The Body of a Young Woman.  Many of the most iconic casts were early attempts at the process which were made at a time when photography was still a new technology.  Pictures of the bodies were printed around the world and apparently contributed to the subsequent popular acceptance of the &#8220;display of human remains in a scientific context&#8221; as the Ceramics article put it.   </p>
<p><strong>Where are the Images?</strong><br />
Can anyone point me to a catalog of all Pompeii body casts?  I&#8217;m surprised I couldn&#8217;t find an image database online of all the finds!</p>
<p>Science is allowing us to discover more about Pompeii than we may have wanted to know, but if all you&#8217;re interested in is a quick virtual tour of the architecture, check out <a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=pompeii,+italy+ruins&#038;sll=40.716428,14.537315&#038;sspn=0.061672,0.132351&#038;ie=UTF8&#038;hq=pompeii,+italy+ruins&#038;hnear=&#038;t=h&#038;layer=c&#038;cbll=40.749492,14.484523&#038;panoid=2XrmLCsEa0Fk4aMDiq0Lbg&#038;ll=40.748902,14.484834&#038;spn=0,359.991728&#038;z=17&#038;cbp=12,335.21,,0,5">Google&#8217;s Street View of Pompeii</a>.  You can even walk around that <a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=pompeii,+italy+ruins&#038;sll=40.716428,14.537315&#038;sspn=0.061672,0.132351&#038;ie=UTF8&#038;hq=pompeii,+italy+ruins&#038;hnear=&#038;t=h&#038;layer=c&#038;cbll=40.751985,14.494907&#038;panoid=GPJ22oTLMRN80-w2RwLOGg&#038;cbp=12,205.54,,0,-2.46&#038;ll=40.752085,14.494915&#038;spn=0,359.983456&#038;z=16">ampitheatre</a>.</p>
<p>Watch the PBS show Secrets of the Dead about <a href="http://video.pbs.org/video/1215284329/#">neighboring Herculaneum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook search is broken</title>
		<link>http://www.in8sworld.net/blog/archives/1461</link>
		<comments>http://www.in8sworld.net/blog/archives/1461#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:41:30 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1461</guid>
		<description><![CDATA[
I noticed a few days ago that Facebook search was no longer returning anything from their own service, only the web.  In other words, if you search for something in the search field, you&#8217;ll get a bunch of items out on the web that match your terms but no facebook pages.  I&#8217;ve found [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/computer" title="Computer"><img src="/images/topics/topic_computer.gif" style="float:right;" width="104" height="78" alt="Computer" /></a>
<p>I noticed a few days ago that Facebook search was no longer returning anything from their own service, only the web.  In other words, if you search for something in the search field, you&#8217;ll get a bunch of items out on the web that match your terms but no facebook pages.  I&#8217;ve found a bunch of other folks have noticed the problem, but there hasn&#8217;t been any official word from Facebook about a problem as far as I can dig up. </p>
<p>I tested in FF and IE, and interestingly actually got a return when I clicked on &#8220;Pages&#8221; in IE *once* for some things, but couldn&#8217;t make it work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1461/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Christian were the founders?</title>
		<link>http://www.in8sworld.net/blog/archives/1458</link>
		<comments>http://www.in8sworld.net/blog/archives/1458#comments</comments>
		<pubDate>Mon, 15 Feb 2010 14:39:40 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1458</guid>
		<description><![CDATA[
Great article in the NY Times magazine today examining the question of Christianity in education as the Texas State Board of Education weighs various petitions for modifying the curriculum.  On the one hand arguments are made that the &#8217;separation&#8217; clause has been misused to totally remove any discussion of religion as a motivation in [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/news" title="News"><img src="/images/topics/topic_news.gif" style="float:right;" width="100" height="85" alt="News" /></a>
<p><a href="http://www.nytimes.com/2010/02/14/magazine/14texbooks-t.html?pagewanted=1">Great article</a> in the NY Times magazine today examining the question of Christianity in education as the Texas State Board of Education weighs various petitions for modifying the curriculum.  On the one hand arguments are made that the &#8217;separation&#8217; clause has been misused to totally remove any discussion of religion as a motivation in the founding of the US, while on the other that Christian factions are attempting to rewrite history and cast the founders as Christian fundamentalists.  Why should we care, it&#8217;s only Texas?  Simple, schoolbooks get rewritten based on how this very populous state decides to portray American history.<br />
<span id="more-1458"></span></p>
<blockquote><p>In fact, the founders were rooted in Christianity — they were inheritors of the entire European Christian tradition — and at the same time they were steeped in an Enlightenment rationalism that was, if not opposed to religion, determined to establish separate spheres for faith and reason. “I don’t think the founders would have said they were applying Christian principles to government,” says Richard Brookhiser, the conservative columnist and author of books on Alexander Hamilton, Gouverneur Morris and George Washington. “What they said was ‘the laws of nature and nature’s God.’ They didn’t say, ‘We put our faith in Jesus Christ.’ ” Martin Marty says: “They had to invent a new, broad way. Washington, in his writings, makes scores of different references to God, but not one is biblical. He talks instead about a ‘Grand Architect,’ deliberately avoiding the Christian terms, because it had to be a religious language that was accessible to all people.”</p></blockquote>
<p>I can&#8217;t help but point out the Masonic tone of G. Washington&#8217;s references to God.  To be a Mason, members are required to acknowledge that there exists an &#8216;Almighty Architect&#8217; of heaven and earth but no other specifics &#8211; a very Deist, and inclusive stance.</p>
<blockquote><p>Or, as Brookhiser rather succinctly summarizes the point: “The founders were not as Christian as those people would like them to be, though they weren’t as secularist as Christopher Hitchens would like them to be.”</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1458/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Parliament of Fowls</title>
		<link>http://www.in8sworld.net/blog/archives/1454</link>
		<comments>http://www.in8sworld.net/blog/archives/1454#comments</comments>
		<pubDate>Mon, 15 Feb 2010 01:09:37 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[AncientHistory]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[poem]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1454</guid>
		<description><![CDATA[
Chaucer wrote The Parliament of Fowls in 1382 to honor the first anniversary of the engagement of King Richard II to Anne of Bohemia (they were both 15 years old when they were married shortly thereafter), but it has become associated with the present day celebrated as Valentines Day over the centuries since it is [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/ancienthistory" title="AncientHistory"><img src="/images/topics/topic_ancienthistory.gif" style="float:right;" width="75" height="90" alt="AncientHistory" /></a>
<p>Chaucer wrote The Parliament of Fowls in 1382 to honor the first anniversary of the engagement of King Richard II to Anne of Bohemia (they were both 15 years old when they were married shortly thereafter), but it has become associated with the present day celebrated as Valentines Day over the centuries since it is the first time Valentines Day is found &#8220;packaged&#8221; in such a manner, and probably in error (evidence the mating of birds referred to in the poem doesn&#8217;t occur until spring).  The saints day for a bishop of Genoa named Valentine is celebrated on May 2nd and this may be the saint&#8217;s day Chaucer was referring to in the poem.  It makes so much more sense to associate love with the flowers and rebirth of May Day, doesn&#8217;t it?</p>
<p>The narrator seems confused by love and hits the books to try to understand the situation and ultimately fails. The poem is filled with historical allegory which is invisible to the modern reader who is unfamiliar with the court politics of the day, the major characters, and their motivations or relations to the King and his bride.</p>
<p>The <a href="http://www.umm.maine.edu/faculty/necastro/chaucer/translation/pf/pf.html">following excerpt</a> from eChaucer, a modern English translation online hosted by the University of Maine</p>
<blockquote><p>And when this work was all brought to an end, Nature gave every bird his mate by just accord, and they went their way. Ah, Lord! The bliss and joy that they made! For each of them took the other in his wings, and wound their necks about each other, ever thanking the noble goddess of nature. But first were chosen birds to sing, as was always their custom year by year to sing a roundel at their departure, to honor Nature and give her pleasure. The tune, I believe, was made in France. The words were such as you may here find in these verses, as I remember them.</p>
<p>&#8220;Welcome, summer, with sunshine soft,<br />
The winter&#8217;s tempest you will break,<br />
And drive away the long nights black!</p>
<p>Saint Valentine, throned aloft,<br />
Thus little birds sing for your sake:<br />
Welcome, summer, with sunshine soft,<br />
The winter&#8217;s tempest you will shake!</p>
<p>Good cause have they to glad them oft,<br />
His own true-love each bird will take;<br />
Blithe may they sing when they awake,<br />
Welcome, summer, with sunshine soft,<br />
The winter&#8217;s tempest you will break,<br />
And drive away the long nights black!&#8221; </p></blockquote>
<p>References<br />
<a href="http://en.wikipedia.org/wiki/Valentine's_Day">http://en.wikipedia.org/wiki/Valentine&#8217;s_Day</a><br />
<a href="http://spotlight.ucla.edu/faculty/henry-kelly_valentine/">http://spotlight.ucla.edu/faculty/henry-kelly_valentine/</a><br />
<a href="http://www.wsu.edu/~delahoyd/chaucer/PF.html">http://www.wsu.edu/~delahoyd/chaucer/PF.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1454/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warhammer Fantasy Roleplay 3rd edition FAIL</title>
		<link>http://www.in8sworld.net/blog/archives/1448</link>
		<comments>http://www.in8sworld.net/blog/archives/1448#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:10:37 +0000</pubDate>
		<dc:creator>Nate</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[dice]]></category>
		<category><![CDATA[warhammer]]></category>

		<guid isPermaLink="false">http://www.in8sworld.net/blog/?p=1448</guid>
		<description><![CDATA[
I&#8217;ve been playing Warhammer Fantasy Battle (See my WFB Pics) lately and had a vague idea of adding in some roleplay aspects to the games (to flesh out the time between battles).  The only roleplaying I&#8217;ve done recently has been some few D&#038;D 3.5 games which have left me sort of flat and thinking [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.in8sworld.net/blog/archives/category/gaming" title="Gaming"><img src="/images/topics/topic_gaming.gif" style="float:right;" width="70" height="65" alt="Gaming" /></a>
<p>I&#8217;ve been playing Warhammer Fantasy Battle (<a href="http://www.in8sworld.net/photos/main.php?g2_itemId=4395">See my WFB Pics</a>) lately and had a vague idea of adding in some roleplay aspects to the games (to flesh out the time between battles).  The only roleplaying I&#8217;ve done recently has been some few D&#038;D 3.5 games which have left me sort of flat and thinking back to some of the epic Warhammer Fantasy Roleplay (WFR) games I&#8217;ve had in the past I wondered if maybe I should just go back to that.  The WFB games would certainly dovetail better into the WFR milieu.  The WFR I&#8217;ve played in the past was 2nd edition.  Aspects of that system I loved included the career system and the use of percentile chance dice.  The writing was great and the fantasy world was well fleshed out.  That&#8217;s what led me to look into the new <a href="http://www.fantasyflightgames.com/edge_news.asp?eidn=729">WFR 3rd edition</a> recently rewritten and released by Fantasy Flight Games (FFG).<br />
<span id="more-1448"></span></p>
<p>I became quickly disillusioned.  It appears that FFG has concentrated more on making the system difficult to copy than on making a good system.  Its become a common practice for gamers to PDF the copious manuals for role playing games because the dozens of supplements (each at over $30 a copy) present a serious barrier of entry to getting started in a new game.  Once a gaming group gets going and folks are having fun players usually end up buying a printed copy of the important books for convenience.  WFR 3rd ed. is a mashup of custom dice, action cards, and other materials that are probably not necessary for roleplaying but hard to copy.   FFG decided to change the mechanics of WFR entirely in the process making older materials largely incompatible.  Gone are the percentile dice I loved so much and replaced by &#8220;dice pools&#8221; (which reminds me of White Wolf which I don&#8217;t like). Add to these charges a ridiculous price ($100 for the box set) for epic FAIL.</p>
<p>Check out <a href="http://www.zanysite.com/tabletoprpgfun/2009/08/warhammer-fantasy-roleplay-3rd-edition-goodbye-2nd-edition/">Zanysite&#8217;s review</a> as well.</p>
<p>Maybe I can just get a few 2nd edition books off ebay.</p>
<div class="wpg2tag-image"><a href="http://www.in8sworld.net/blog/gallery?g2_itemId=5611" title="WFR2nd"><img src="http://www.in8sworld.net/photos/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5613&amp;g2_serialNumber=2" width="108" height="150" id="IFid3" class="ImageFrame_None" alt="WFR2nd"/></a></div>
<div class="wpg2tag-image"><a href="http://www.in8sworld.net/blog/gallery?g2_itemId=5614" title="WFR2nd-2"><img src="http://www.in8sworld.net/photos/main.php?g2_view=core.DownloadItem&amp;g2_itemId=5616&amp;g2_serialNumber=2" width="150" height="113" id="IFid4" class="ImageFrame_None" alt="WFR2nd-2"/></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.in8sworld.net/blog/archives/1448/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.577 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-20 03:34:16 -->
