<?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>i live in science land</title>
	<atom:link href="http://iliveisl.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iliveisl.com</link>
	<description>avatar ramblings from the virtual world</description>
	<lastBuildDate>Tue, 21 May 2013 12:18:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>add your voice &#8211; take this survey</title>
		<link>http://iliveisl.com/add-your-voice-take-this-survey/</link>
		<comments>http://iliveisl.com/add-your-voice-take-this-survey/#comments</comments>
		<pubDate>Tue, 21 May 2013 12:18:38 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19632</guid>
		<description><![CDATA[Maria has a very short survey of two questions that can be useful for the OpenSim community if you participate Survey: How do you use OpenSim?]]></description>
				<content:encoded><![CDATA[<p>Maria has a very short survey of two questions that can be useful for the OpenSim community if you participate</p>
<p><a href="http://www.hypergridbusiness.com/2013/05/survey-how-do-you-use-opensim/" target="_blank">Survey: How do you use OpenSim?</a></p>
<p><a href="http://www.hypergridbusiness.com/2013/05/survey-how-do-you-use-opensim/"><img class="alignnone size-full wp-image-19633" alt="survey" src="http://iliveisl.com/wp-content/uploads/2013/05/survey.gif" width="640" height="439" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/add-your-voice-take-this-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>self-contained HTML pages for Sim-on-a-Stick</title>
		<link>http://iliveisl.com/self-contained-html-pages-for-sim-on-a-stick/</link>
		<comments>http://iliveisl.com/self-contained-html-pages-for-sim-on-a-stick/#comments</comments>
		<pubDate>Thu, 16 May 2013 16:04:27 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19578</guid>
		<description><![CDATA[how awesome is the VW community? pretty friggin&#8217; awesome! (yes, friggin&#8217;)  =D Dana P. asked a scripting question to which i had no clue how to answer (if it isn&#8217;t an omega rotation or simple sit, then i am clueless!) =p his question was how to open an HTML page in a browser from clicking an [...]]]></description>
				<content:encoded><![CDATA[<p>how awesome is the VW community? pretty friggin&#8217; awesome! (yes,<em> friggin&#8217;</em>)  =D</p>
<p>Dana P. asked a scripting question to which i had no clue how to answer (if it isn&#8217;t an omega rotation or simple sit, then i am clueless!) =p</p>
<p>his question was how to open an HTML page in a browser from clicking an object in a <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> build. specifically, how to open a page on <em>your machine</em>, not one from the internet</p>
<p>he found out how to do it and posted <a href="http://iliveisl.com/sim-on-a-stick-posts/comment-page-2/#comment-28566">how he did it</a> and that&#8217;s another reason the VW community is awesome &#8211; people sharing what they learn =)</p>
<p>his solution started my little cogs to turning - this could be handy for projects where you may not want a user to get online but do want to present more detailed information, questions, activities, or whatever that may best be done in a browser</p>
<p>for example, our science project of Enclave Harbour <em>could</em> be deployed as a pre-loaded SoaS package that a student installs on their PC. then we could use Dana&#8217;s approach to launch additional info pages that were included with the <em>Enclave-Harbour-on-a-Stick</em> build</p>
<p>a specific example would be the reverse osmosis tubes in our desalination plant – there could be a “more info” icon on them that would allow a student to click and be sent to a custom HTML page or even a PDF that we create and distribute only with the stick (and thus keep fully self-contained for students)</p>
<p>here&#8217;s what i did:</p>
<p><code>default<br />
{<br />
touch_start(integer total_number)<br />
{<br />
llLoadURL(llDetectedKey(0), "Learn More", "http://127.0.0.1:9100/wifi/mypages/mytest.html");<br />
}<br />
}</code></p>
<p>the wifi folder is already defined in SoaS so i simply added a content folder for my test page. now a user could click an in-world object and launch a browser to access<em> stick-specific</em> files without needing an internet connection</p>
<p>thanks Dana! this is something to think about and certainly can add value =)</p>
<div id="attachment_19598" class="wp-caption alignnone" style="width: 669px"><a href="http://iliveisl.com/wp-content/uploads/2013/05/loadURL.jpg" target="_blank"><img class=" wp-image-19598 " alt="loadURL" src="http://iliveisl.com/wp-content/uploads/2013/05/loadURL.jpg" width="659" height="495" /></a><p class="wp-caption-text">click for full size</p></div>
<div id="attachment_19620" class="wp-caption alignnone" style="width: 596px"><img class="size-full wp-image-19620" alt="loadURL2" src="http://iliveisl.com/wp-content/uploads/2013/05/loadURL21.gif" width="586" height="614" /><p class="wp-caption-text">could be anything that a browser can open</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/self-contained-html-pages-for-sim-on-a-stick/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>those InWorldz peeps are nuts!</title>
		<link>http://iliveisl.com/those-inworldz-peeps-are-nuts/</link>
		<comments>http://iliveisl.com/those-inworldz-peeps-are-nuts/#comments</comments>
		<pubDate>Thu, 09 May 2013 15:37:28 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[dreamshare]]></category>
		<category><![CDATA[inworldz]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19571</guid>
		<description><![CDATA[by nuts, i mean in a great way! a handful of my old SL friends call InWorldz home and always speak well of it and i have a great relationship with Tranq (no, not that kind of relationship) =p two summers back Tranq helped me get my PC squared away so that it would properly [...]]]></description>
				<content:encoded><![CDATA[<p>by nuts, i mean in a great way! a handful of my old SL friends call <a href="http://inworldz.com" target="_blank">InWorldz</a> home and always speak well of it and i have a great relationship with Tranq (no, not <em>that kind</em> of relationship) =p</p>
<p>two summers back Tranq helped me get my PC squared away so that it would properly run Imprudence 1.4 &#8211; he went way above and beyond and spent hours walking me through configurations. it&#8217;s the kind of knowledge that i can always use going forward and a sign of how good a teacher Tranq is (apart from his crazy mad tech skillz) =)</p>
<p>well, Tranq does it again &#8211; he amazes me with his utter passion for all things virtual world. he placed some of my builds in a new fangled HTML5/canvas dealio that lets you look at those objects online. my day job has firewalls that prevent me from hitting virtual worlds (thus my use of SoaS) but these i can hit</p>
<blockquote><p>what a cool way to show your work via an everyday browser!</p></blockquote>
<p>you can spin and zoom in on objects and even the textures are visible. one thing i need to check is if the skid steer model i sent him included its tire treads, which aren&#8217;t a texture but a viewer bumpiness thing</p>
<p>i&#8217;m not sure if these links will be perpetual so i also did a YouTube of how they work</p>
<p><a href="http://dreamshare.inworldz.com/?package=d616fb8f-9e57-416d-b299-64704ef6eac6" target="_blank">http://dreamshare.inworldz.com/?package=d616fb8f-9e57-416d-b299-64704ef6eac6</a><br />
<a href="http://dreamshare.inworldz.com/?package=f1dff296-a482-4a21-a718-f1453d0bde8e" target="_blank">http://dreamshare.inworldz.com/?package=f1dff296-a482-4a21-a718-f1453d0bde8e</a><br />
<a href="http://dreamshare.inworldz.com/?package=159ce01b-ef53-4415-ac6c-2f8b915533a2" target="_blank">http://dreamshare.inworldz.com/?package=159ce01b-ef53-4415-ac6c-2f8b915533a2</a><br />
<a href="http://dreamshare.inworldz.com/?package=00c12d5f-fabe-407a-a0e6-c840f7a9259c" target="_blank">http://dreamshare.inworldz.com/?package=00c12d5f-fabe-407a-a0e6-c840f7a9259c</a></p>
<p>this is a cool tool and certainly an awesome way to show off your work (i&#8217;d love to put this on my portfolio as resume items and how cool would that be for merchants and websites!)</p>
<p>thanks Tranq! you are def <em>the</em> man! learn more at <a href="http://inworldz.com" target="_blank">InWorldz</a> =)</p>
<p><iframe src="http://www.youtube.com/embed/mst25kLN-w8?rel=0" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://youtu.be/mst25kLN-w8" target="_blank">direct YouTube link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/those-inworldz-peeps-are-nuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hax Nuit &#8211; should the items be on the map?</title>
		<link>http://iliveisl.com/hax-nuit-should-the-items-be-on-the-map/</link>
		<comments>http://iliveisl.com/hax-nuit-should-the-items-be-on-the-map/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 18:37:55 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[hax nuit]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19563</guid>
		<description><![CDATA[since Hax Nuit &#8211; Hackers Sleepless City went public on december 16th last year, it has seen a total of 29 hours and 14 minutes of traffic (not counting my own time) that&#8217;s not a lot by Second Life standards but it is still an average of 13 minutes per day that someone is spending [...]]]></description>
				<content:encoded><![CDATA[<p>since <a href="http://www.kitely.com/virtual-world/Ener-Hax/Hackers-Sleepless-City" target="_blank">Hax Nuit &#8211; Hackers Sleepless City</a> went public on december 16th last year, it has seen a total of 29 hours and 14 minutes of traffic (not counting my own time)</p>
<p>that&#8217;s not a lot by Second Life standards but it is still an average of 13 minutes per day that someone is spending in a Kitely world. considering that there is nothing scripted, i think that&#8217;s a decent amount of time. my great hope of awesome <a href="http://iliveisl.com/storyline-npcs-coming-to-hax-nuit/" target="_blank">scripted NPRs</a> were dashed with the abrupt loss of the talented Ohn Lang &#8211; no one knows where she went and that&#8217;s a downside to virtual worlds, you often never learn why someone isn&#8217;t around anymore &#8211; but that could be an entire separate post and it is something most of us have personal experience with</p>
<p>Hax Nuit has been one of the most satisfying things i have ever built &#8211; it was done quickly over a relatively short period of time. the &#8220;modular&#8221; concept started november 19th and the final build went up on december 13th. so that&#8217;s about 24 days and probably about 60 active building hours (includes making textures)</p>
<p>since that time, there have been a handful of people who have spent more than 20 minutes at one time in it, meaning they either explored it extensively or logged in and went and ate lunch in the real world! =p</p>
<p>a few have spent over an hour in it! but . . . no one has ever let me know if they found all of the hidden treasure items and i&#8217;m wondering if those items should actually be shown on maps?</p>
<p>in today&#8217;s world of a zillion free games and apps, an old-fashioned concept of solving mazes and searching for hidden loot is pretty antiquated and boring. heck, i play goofy tablet games at night while watching TV that don&#8217;t involve much thinking or patience on my part, so i understand that few people would take the time to look for &#8220;hidden&#8221; items. i think i have answered my own question of mapping the actual items out &#8211; people inclined to use a map can and those not wanting too won&#8217;t</p>
<p>i&#8217;ll set aside some time to create a definitive set of maps and put them in one place (the <a href="http://iliveisl.com/hax-nuit-maze-birds-eye-views/" target="_blank">building mazes can be seen here</a> and the <a href="http://iliveisl.com/three-underground-maps-which-is-better/" target="_blank">underground labyrinth is here</a>)</p>
<p>meanwhile, the images below provide the clues to find the Golden Cat Statue &#8211; &#8220;the&#8221; big treasure&#8221; item  )</p>
<div class="wp-caption alignnone" style="width: 650px"><a title="goldcat_003 by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8688722953/" target="_blank"><img alt="goldcat_003" src="http://farm9.staticflickr.com/8121/8688722953_00558edb7d_z.jpg" width="640" height="343" /></a><p class="wp-caption-text">street level clue</p></div>
<div class="wp-caption alignnone" style="width: 650px"><a title="goldcat_002 by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8688722881/" target="_blank"><img alt="goldcat_002" src="http://farm9.staticflickr.com/8402/8688722881_1ff6b8671d_z.jpg" width="640" height="343" /></a><p class="wp-caption-text">building floor clue</p></div>
<div class="wp-caption alignnone" style="width: 650px"><a title="goldcat_001 by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8688722895/" target="_blank"><img alt="goldcat_001" src="http://farm9.staticflickr.com/8401/8688722895_283a7b5967_z.jpg" width="640" height="343" /></a><p class="wp-caption-text">ah ha! but how to walk there?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/hax-nuit-should-the-items-be-on-the-map/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>the tablet train has an Android locomotive</title>
		<link>http://iliveisl.com/the-tablet-train-has-an-android-locomotive/</link>
		<comments>http://iliveisl.com/the-tablet-train-has-an-android-locomotive/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 13:01:51 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19553</guid>
		<description><![CDATA[the OpenSim community really wants a tablet viewer and Alina is doing a great job developing Lumiya the tablet market is something we recognize as an important one and it is also the market that mainstream is driving towards i read two articles and was blown away by the numbers and how quickly the computer [...]]]></description>
				<content:encoded><![CDATA[<p>the OpenSim community really wants a tablet viewer and Alina is doing a great job developing Lumiya</p>
<p>the tablet market is something we recognize as an important one and it is also the market that mainstream is driving towards</p>
<p>i read two articles and was blown away by the numbers and how quickly the computer market is shifting</p>
<blockquote><p>By the end of this year, Android will be in more devices than the next four competitors combined (Windows, iOS, Mac OS, and BlackBerry). Before the end of this decade, Android will be in nearly as many devices as all other operating systems combined. <em>David Nagel</em> (<a href="http://thejournal.com/Articles/2013/04/09/Android-Will-Be-on-More-Devices-Than-All-Major-Operating-Systems-Combined.aspx?=THENU&amp;Page=1" target="_blank">link to his article</a>)</p></blockquote>
<p>that quote is a bit speculative when it mentions where we will be at the end of this decade but the forecast for the end of this year, a mere 8 months away, is probably spot on</p>
<p>adding to Android becoming the most prolific operating system is the decline in the PC market. the graph below shows that better than i could explain and <a href="http://thejournal.com/Articles/2013/04/16/Windows-PCs-See-Steepest-Decline-Ever.aspx?=THENU&amp;Page=1" target="_blank">another article</a> by David Nagel talks about it in detail</p>
<p>so what can you and I do about helping OpenSim become a reality on tablets?</p>
<p>well, if you have an Android tablet now, spend $2.95 at the <a href="https://play.google.com/store/apps/details?id=com.lumiyaviewer.lumiya" target="_blank">Google Play store</a> and buy Lumiya (updates are free and it does mesh!). the more it succeeds, the higher the chance it continues to improve and maybe even spark competitors. <a href="http://www.lumiyaviewer.com/" target="_blank">Lumiya</a> is being worked on continually by Alina Lyvette and the latest update has added the ability to create objects and take them into your inventory</p>
<p><a href="http://thejournal.com/Articles/2013/04/16/Windows-PCs-See-Steepest-Decline-Ever.aspx?=THENU&amp;Page=1" target="_blank"><img class="size-full wp-image-19554 alignnone" style="border: 1px solid black;" alt="idc-pcyoy" src="http://iliveisl.com/wp-content/uploads/2013/04/idc-pcyoy.gif" width="563" height="398" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/the-tablet-train-has-an-android-locomotive/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Second Life&#8217;s private sim loss slowing?</title>
		<link>http://iliveisl.com/second-lifes-private-sim-loss-slowing/</link>
		<comments>http://iliveisl.com/second-lifes-private-sim-loss-slowing/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 13:57:45 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[second life]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[private sims]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19543</guid>
		<description><![CDATA[last year, Linden Lab saw Second Life lose an average of 8 private sims per day. with a full sim meaning $295 of monthly revenue, that loss is substantial any loss, or negative growth, is a bad thing for most companies, especially in the US where even Apple gets tons of gloom and doom media [...]]]></description>
				<content:encoded><![CDATA[<p>last year, Linden Lab saw Second Life lose an average of 8 private sims per day. with a full sim meaning $295 of monthly revenue, that loss is substantial</p>
<p>any loss, or negative growth, is a bad thing for most companies, especially in the US where even Apple gets tons of gloom and doom media coverage if their earnings fall short!</p>
<p>last year i looked at those private sim numbers as a measure of Second Life&#8217;s health and an indicator of the mainstream&#8217;s view of virtual worlds. there will always be a market for high-end <em>stuff</em> even as cheaper <em>stuff</em> becomes available (there is always someone who will buy a Bentley, despite their being zillions of far cheaper cars available)</p>
<p>certainly we have seen a shift making some of the SL private sim loss a wash with some people migrating over to OpenSim options such as <a href="http://inworldz.com/" target="_blank">InWorldz</a>, <a href="http://kitely.com" target="_blank">Kitely</a>, <a href="http://newworldstudio.net/" target="_blank">New World Studio</a>, and even <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> (18k downloads in two years)</p>
<p>with every post last year about the SL loss, there were people stating that some of that was from expiring non-profit/ed discounts and that the rate of loss should level out a bit</p>
<blockquote><p>it looks as if that leveling out is happening in 2013</p></blockquote>
<p>there is still a net loss but it looks to be under six sims per day as an average for this year. a loss is still bad, but the difference between eight a day and six is 25% in the right direction</p>
<p>personally, i don&#8217;t think SL will ever see positive growth again and LL doesn&#8217;t seem to care much about that (not in any discernible external ways), but maybe SL will get to an equilibrium at some point where the grid stays a certain size</p>
<div id="attachment_19547" class="wp-caption alignnone" style="width: 641px"><a href="http://gridsurvey.com" target="_blank"><img class="size-full wp-image-19547 " alt="4122013" src="http://iliveisl.com/wp-content/uploads/2013/04/4122013.gif" width="631" height="405" /></a><p class="wp-caption-text">data from Tyche Shepherd&#8217;s GridSurvey.com</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/second-lifes-private-sim-loss-slowing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sim-on-a-Ninja-Stick!</title>
		<link>http://iliveisl.com/sim-on-a-ninja-stick/</link>
		<comments>http://iliveisl.com/sim-on-a-ninja-stick/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 14:15:31 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[ninja]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19532</guid>
		<description><![CDATA[more of a silly post than anything else but i received this nifty little Ninja USB drive for my bday =) i placed him on top of my work PC so that my back is covered (next to a Lego Ninjago samurai) and figured he (or she) would serve as an emergency USB drive. i [...]]]></description>
				<content:encoded><![CDATA[<p>more of a silly post than anything else but i received this nifty little <a href="http://www.amazon.com/Quality-Ninja-Shape-Flash-Memory/dp/B0089Q4KBC" target="_blank">Ninja USB</a> drive for my bday =)</p>
<p>i placed him on top of my work PC so that my back is covered (next to a Lego Ninjago samurai) and figured he (or she) would serve as an emergency USB drive. i thought it was probably a novelty item with a tiny capacity but i plugged it in today and it&#8217;s 16 gig!</p>
<p>dang, that means it&#8217;s perfect for many instances of <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> (like i really need another stick with several SoaSs!) =p</p>
<p>it&#8217;s not a USB3.0 or any &#8220;serious&#8221; brand name (or maybe it is since being a ninja means keeping a low profile) but what a perfect one to test SoaS on to see how a <em>run-of-the-mill</em> USB drive might work</p>
<p>ideally, improvements in OpenSim mean that it should require less overhead to run and be more efficient overall &#8211; so i loaded the latest SoaS (0.7.5 &#8211; 9 region version) and gave it a whirl &#8211; and it ran as well as my schmancy 32 gig 3.0 Corsair <a href="http://www.amazon.com/Corsair-Flash-Survivor-32GB-CMFSV3-32GB/dp/B006B7R8ZG" target="_blank">32 gig Survivor</a>! =)</p>
<p><em>go, ninja, go!</em></p>
<p><img class="alignnone size-full wp-image-19533" alt="SoaSoaN" src="http://iliveisl.com/wp-content/uploads/2013/04/SoaSoaN.jpg" width="690" height="934" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/sim-on-a-ninja-stick/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>superstar teacher and students present SoaS at university</title>
		<link>http://iliveisl.com/superstar-teacher-and-students-present-soas-at-university/</link>
		<comments>http://iliveisl.com/superstar-teacher-and-students-present-soas-at-university/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 19:50:55 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[coffs harbour]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[kate booth]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19517</guid>
		<description><![CDATA[Ms Booth and her students are superstars in all imaginable educational ways and they use Sim-on-a-Stick in innovative ways that positively impact learning and retention. i&#8217;ve often referred to Ms Booth and shared her classroom successes with SoaS here on the blog recently, she lectured at Southern Cross University about her virtual world technology platform [...]]]></description>
				<content:encoded><![CDATA[<p>Ms Booth and her students are superstars in all imaginable educational ways and they use <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> in innovative ways that positively impact learning and retention. i&#8217;ve often referred to Ms Booth and shared her classroom successes with SoaS here on the blog</p>
<div id="attachment_19522" class="wp-caption alignright" style="width: 258px"><a href="http://iliveisl.com/wp-content/uploads/2013/03/soasoab.jpg" target="_blank"><img class=" wp-image-19522  " alt="soasoab" src="http://iliveisl.com/wp-content/uploads/2013/03/soasoab.jpg" width="248" height="118" /></a><p class="wp-caption-text">SoaSoaB &#8211; Sim-on-a-Stick-on-a-Banana Coffs Harbour edition</p></div>
<p>recently, she lectured at Southern Cross University about her virtual world technology platform of Sim-on-a-Stick and, as a true superstar educator, she had four students present their experiences with SoaS. nothing speaks louder about how effective a technology is than to have students express their experience</p>
<p>their lecture was also broadcast to two other campuses &#8211; this is phenomenal way to share the educational benefits of OpenSim when it is placed first in the hands of a passionate teacher and then into the hands of students</p>
<p>read her post about it: <a href="http://coffsharbourpublicschool.edublogs.org/2013/03/25/chps-students-speak-at-southern-cross-university/" target="_blank">CHPS students speak at Southern Cross University</a></p>
<p>hats off to Ms Booth and Teira, Sharlah, Wakjira, and Luke for sharing their positive experiences and helping others see what a great tool OpenSim can be  =)</p>
<p><a href="http://iliveisl.com/wp-content/uploads/2013/03/P3230232-mwqtnr.jpg" target="_blank"><img class="alignnone  wp-image-19518" alt="P3230232-mwqtnr" src="http://iliveisl.com/wp-content/uploads/2013/03/P3230232-mwqtnr.jpg" width="614" height="461" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/superstar-teacher-and-students-present-soas-at-university/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wired magazine calls Kitely a replacement for Second Life</title>
		<link>http://iliveisl.com/wired-magazine-calls-kitely-a-replacement-for-second-life/</link>
		<comments>http://iliveisl.com/wired-magazine-calls-kitely-a-replacement-for-second-life/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 14:52:06 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[kitely]]></category>
		<category><![CDATA[wired]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19501</guid>
		<description><![CDATA[i love Wired magazine (well, love is a bit strong &#8211; Wired is a necessary thing for &#8220;real&#8221; corporate nerds) and i have a long time friend who was an editor for Wired years ago. back in 2009 there &#8220;was a mention of yours truly for the cover of Wired magazine&#8221; (post on this blog) which never happened (the [...]]]></description>
				<content:encoded><![CDATA[<p>i love Wired magazine (well,<em> love</em> is a bit strong &#8211; Wired is a necessary thing for &#8220;real&#8221; corporate nerds) and i have a long time friend who was an editor for Wired years ago. back in 2009 there &#8220;was a mention of yours truly for the cover of Wired magazine&#8221; (<a href="http://iliveisl.com/the-replicator/" target="_blank">post on this blog</a>) which never happened (the friend is a flaky creative type but he was serious about having Ener there but i think he has an unhealthy crush on anime girls . . . ) o_O</p>
<blockquote><p>anyway . . . the title of this blog post states that Kitely is a replacement for Second Life, which is quite a statement!</p></blockquote>
<p>for many people, like me and subQuark, Kitely has been an outstanding replacement for Second Life and better in many ways (like letting kids in-world, backing up your work, megaregions, sustainable cloud architecture, social media access control, plus incredible value)</p>
<p><a href="http://www.wired.com/geekmom/2013/03/virtual-worlds-kitely-is-keen/" target="_blank"><img class="alignright  wp-image-19505" style="margin-top: 30px; margin-bottom: 30px;" alt="wired_logo" src="http://iliveisl.com/wp-content/uploads/2013/03/wired_logo.gif" width="239" height="49" /></a>sheesh, it seems that i write a lot about <a href="http://kitely.com" target="_blank">Kitely</a> (well i actually do) and i can assure you that they don&#8217;t pay me or even give me any discount on their services (already uber affordable as it is!). i just ramble on and on about them because they are such a great fit for our endeavors</p>
<p>i was really glad to see someone with lots of authority also say they see Kitely as a good replacement for Second Life</p>
<p>check it out: <strong>Virtual Worlds – <a href="http://www.wired.com/geekmom/2013/03/virtual-worlds-kitely-is-keen/">Kitely is a Keen Replacement For Second Life</a></strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/wired-magazine-calls-kitely-a-replacement-for-second-life/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>instructors and transfer stations at Kitely</title>
		<link>http://iliveisl.com/instructors-and-transfer-stations-at-kitely/</link>
		<comments>http://iliveisl.com/instructors-and-transfer-stations-at-kitely/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 20:27:44 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[kitely]]></category>
		<category><![CDATA[mentor]]></category>
		<category><![CDATA[transfer station]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19490</guid>
		<description><![CDATA[it&#8217;s no secret that i love Kitely &#8211; incredibly reasonable cost (cheap!) and outstanding service (better than a dedicated physical server). plus you can treat your world as a private grid with Twitter lists for access (among other group options) or be a part of their larger grid. i could go on and on but [...]]]></description>
				<content:encoded><![CDATA[<p>it&#8217;s no secret that i love Kitely &#8211; incredibly reasonable cost (cheap!) and outstanding service (better than a dedicated physical server). plus you can treat your world as a private grid with Twitter lists for access (among other group options) or be a part of their larger grid. i could go on and on but i was excited to see a post today asking for instructors</p>
<p><a href="http://forums.kitely.com/viewtopic.php?f=19&amp;t=226#p1421" target="_blank">Instructors Needed for Kitely Plaza Volunteer Initiative</a></p>
<p>making a commitment to teach others is a great way to become an expert in a specific area. when i was in Second Life, i truly enjoyed spending a few hours a week being an SL Mentor. Linden Lab did not give you anything for it except the formal Mentor tag. you had to attend a few meetings, agree to a code of ethics, and shadow a mentor and voila, you were a Mentor. at that time i was paying LL almost $3000 a month in tiers plus spending who knows how much on piddly stuff and being a Mentor was its own reward (it did stroke the ego too)</p>
<blockquote><p>if you like meeting people, like to share your skills, and like Kitely, maybe their instructor programme is right for you?</p></blockquote>
<p>heck, it&#8217;s a real people skill and something worthy of being placed on a resume too! it&#8217;s easy to dismiss virtual worlds as <em>real skillz</em> because it is a form of recreation for many of us, but it&#8217;s no different than many other computer-related endeavors</p>
<p>the other nifty thing at Kitely was the implementation of <a href="http://www.kitely.com/virtual-world-news/2013/03/11/faster-logins-using-transfer-stations/" target="_blank">Transfer Stations</a> two weeks back (some additional changes were also sneaked in at that time). transfer stations let a group hangout together while waiting for their world to start. for example, say a couple of students separated by geography were going to Enclave Harbour (like a home schooling group), rather than wait the 90 seconds or so for Enclave Harbour&#8217;s 16 regions to load up, they&#8217;d be at a transfer station where they could say hello to each other and plan their outing</p>
<p><a href="http://kitely.com" target="_blank">Kitely</a> continues to improve their already great offering and their personal passion for making OpenSim better is something i value (i also love the environmental aspect of cloud-based services)</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/instructors-and-transfer-stations-at-kitely/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>are Mac users less likely to use OpenSim to create stuff?</title>
		<link>http://iliveisl.com/are-mac-users-less-likely-to-use-opensim-to-create-stuff/</link>
		<comments>http://iliveisl.com/are-mac-users-less-likely-to-use-opensim-to-create-stuff/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 19:25:08 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[silly]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19481</guid>
		<description><![CDATA[boy, if that isn&#8217;t a loaded question! i wish Sim-on-a-Stick worked for the Mac but it doesn&#8217;t &#8211; well not directly. powers users like Dot Macchi and DreamWalker run it on Macs without any issue but they are technical whizzes (imo) many educators use Macs, so native use SoaS would be nice. maybe i&#8217;ll get [...]]]></description>
				<content:encoded><![CDATA[<p>boy, if that isn&#8217;t a loaded question!</p>
<p>i wish <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> worked for the Mac but it doesn&#8217;t &#8211; well not directly. powers users like Dot Macchi and DreamWalker run it on Macs without any issue but they are technical whizzes (imo)</p>
<p>many educators use Macs, so native use SoaS would be nice. maybe i&#8217;ll get it working, i just got a<em> schmancy</em> iMac at work today (lol, what&#8217;s up with that magic mouse?!? you can  pinch zoom on it, scroll, and swipe and it doesn&#8217;t even have separate buttons or a scroll wheel!) =p</p>
<p>and then there are all the iPads in use &#8211; a browser-based viewer would be awesome for that (since browser access has been a hot OpenSim topic lately)</p>
<p>but here&#8217;s what lead to the title, a bunch of recent statistics (all from 2013). like most statistics, you can twist them around. the following are about playing games and my simpleton theory is that the more that people play games, the less creative they are. in other words, if you are playing games, you are not creating new things (yah, i never denied being a snob) =)</p>
<ul>
<li>iOS users play gaming apps an average of 743 minutes/month, compared to 484 for Android</li>
<li>iOS users play gaming apps an average of 151 times/month, compared to 95 for Android</li>
<li>86% of iOS users play gaming apps, compared to 76% for Android</li>
<li>the average iOS owner uses 29 apps, compared to 18 for Android</li>
<li>44% of iOS users have purchased apps, compared to 23% for Android</li>
<li>iOS account for 51% of US app spending, compared to 36% for Android</li>
<li>iPhones account for 48.1% of US smartphone sales, compared to 46.7% for Android</li>
<li>Android account for 69.7% of worldwide smartphones, compared to 20.9% for iOS</li>
</ul>
<p>i am biased since i have a Google Nexus 7 =p</p>
<p>and on to some other numbers that are just fun from Mark Morford&#8217;s <a href="http://blog.sfgate.com/morford/2013/03/12/37-percent-of-people-completely-lost/" target="_blank">latest column</a></p>
<ul>
<li>6% of Americans believe in unicorns</li>
<li>36% believe in UFOs</li>
<li>24% believe dinosaurs and man hung out together</li>
<li>18% still believe the sun revolves around the Earth</li>
<li>nearly 30% believe cloud computing involves… actual clouds</li>
<li>45%t of Americans believe in angels</li>
</ul>
<p>have a great thursday and don&#8217;t let this ruffle your apples! =)</p>
<p><a href="https://itunes.apple.com/us/app/marble-mixer-for-ipad/id363999775?mt=8" target="_blank"><img class="alignnone size-full wp-image-19484" alt="IMG_0099" src="http://iliveisl.com/wp-content/uploads/2013/03/IMG_0099.jpg" width="690" height="920" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/are-mac-users-less-likely-to-use-opensim-to-create-stuff/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>want browser access to OpenSim?</title>
		<link>http://iliveisl.com/want-browser-access-to-opensim/</link>
		<comments>http://iliveisl.com/want-browser-access-to-opensim/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 19:52:33 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[pixieviewer]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19474</guid>
		<description><![CDATA[if you want browser-access to OpenSim to become a reality, show your enthusiasm by trying out the PixieViewer i learned about it from Maria at Hypergrid Business PixieViewer puts OpenSim in browser i checked it out (using Chrome) and it worked quickly and smoothly (seems smoother than the Kataspace viewer was and possibly more robust) [...]]]></description>
				<content:encoded><![CDATA[<p>if you want browser-access to OpenSim to become a reality, show your enthusiasm by trying out the <a href="http://pixieviewer.com/" target="_blank">PixieViewer</a></p>
<p>i learned about it from Maria at Hypergrid Business</p>
<p><a href="http://www.hypergridbusiness.com/2013/03/pixieviewer-puts-opensim-in-browser/" target="_blank">PixieViewer puts OpenSim in browser</a></p>
<p>i checked it out (using Chrome) and it worked quickly and smoothly (seems smoother than the Kataspace viewer was and possibly more robust)</p>
<p>creating an account was fast and there are some items you can explore in the <a href="http://login.eu.pixieviewer.com/" target="_blank">demo world</a></p>
<p>comment on the <a href="http://pixieviewer.com/blog" target="_blank">developer&#8217;s blog</a> and show your support! =)</p>
<div id="attachment_19475" class="wp-caption alignnone" style="width: 700px"><a href="http://login.eu.pixieviewer.com/" target="_blank"><img class="size-full wp-image-19475" alt="pixie" src="http://iliveisl.com/wp-content/uploads/2013/03/pixie.jpg" width="690" height="497" /></a><p class="wp-caption-text">no pink hair? that&#8217;s okay because this is via a browser! =)</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/want-browser-access-to-opensim/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>what&#8217;s in a number &#8211; 6100 private SL sims</title>
		<link>http://iliveisl.com/whats-in-a-number-6100-private-sl-sims/</link>
		<comments>http://iliveisl.com/whats-in-a-number-6100-private-sl-sims/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 14:54:17 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[second life]]></category>
		<category><![CDATA[private sims]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19467</guid>
		<description><![CDATA[i follow the growth and decline of Second Life private sims for a few reasons. SL was where i was created, i once had plans for 52 sims as supplemental income (only reached 19), the health of SL has a direct impact on OpenSim (perhaps less so now that LL has clamped down on TPVs), [...]]]></description>
				<content:encoded><![CDATA[<p>i follow the growth and decline of Second Life private sims for a few reasons. SL was where i was created, i once had plans for 52 sims as supplemental income (only reached 19), the health of SL has a direct impact on OpenSim (perhaps less so now that LL has clamped down on TPVs), and the bulk of Linden Lab&#8217;s annual revenue is from private sims (currently $4.1 million per month)</p>
<p>i get my numbers from Tyche Shepherd&#8217;s awesome <a href="http://gridsurvey.com/" target="_blank">Grid Survey</a> and her posts on <a href="http://www.sluniverse.com/php/vb/virtual-business/8523-new-sl-sims-past-week-81.html" target="_blank">SLUniverse</a></p>
<p>in the last year i have mainly looked at the <em>average daily loss</em> of private sims which is around 7.4 per day for 2013 (it was 8 per day for 2012). a year is a decent time frame for looking at the growth of a corporation, but how have private sims done since the media frenzy days of Second Life?</p>
<blockquote><p>at its peak there were 26,605 private sims in 2008 and, as of yesterday, there are 20,505 private sims. a net loss of 6,100</p></blockquote>
<p>if we assume a constant ratio of 54% full to 45% homesteads (this has changed over time though) that would mean that in november of 2008, LL was making $5.4 million a month versus today&#8217;s $4.1 million. a drop of $1.3 million a month (that&#8217;s like 6000 poutines a day!) o_O</p>
<p><a href="http://iliveisl.com/wp-content/uploads/2013/03/full.gif" target="_blank"><img class="alignnone  wp-image-19468" alt="historic private sims" src="http://iliveisl.com/wp-content/uploads/2013/03/full.gif" width="621" height="291" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/whats-in-a-number-6100-private-sl-sims/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>i don&#8217;t like Apple, but i love their new campus</title>
		<link>http://iliveisl.com/i-dont-like-apple-but-i-love-their-new-campus/</link>
		<comments>http://iliveisl.com/i-dont-like-apple-but-i-love-their-new-campus/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 19:05:29 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[architecture]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19456</guid>
		<description><![CDATA[it&#8217;s not that i hate Apple, i&#8217;ve just never been a fan and have grown up with PCs however, from a virtual world perspective, i love the design for their new office campus! it totally looks like something you&#8217;d easily build in OpenSim. it&#8217;s inspired by the iPod wheel and has a neat looking courtyard [...]]]></description>
				<content:encoded><![CDATA[<p>it&#8217;s not that i hate Apple, i&#8217;ve just never been a fan and have grown up with PCs</p>
<p>however, from a virtual world perspective, i love the design for their new office campus! it totally looks like something you&#8217;d easily build in OpenSim. it&#8217;s inspired by the iPod wheel and has a neat looking courtyard space (that looks huge!)</p>
<p>i&#8217;m not sure how practical of a design it is as far as humans moving through the space (seems like a long way to make a full circle inside &#8211; but great exercise!). maybe they have pneumatic tubes underground to shuttle people back and forth, or a zillion Segways, but i really like the look of it and their vision of a lot of grass and trees  =)</p>
<p>read more <a href="http://www.macrumors.com/2013/02/28/what-apples-and-googles-headquarters-plans-reveal-about-their-cultures/" target="_blank">here</a> and <a href="http://www.cupertino.org/index.aspx?page=1107" target="_blank">here</a> (includes floor plans)</p>
<p><img class="alignnone size-full wp-image-19458" alt="apple-2-800x426" src="http://iliveisl.com/wp-content/uploads/2013/03/apple-2-800x426.jpg" width="690" height="367" /></p>
<p><img class="size-full wp-image-19459 alignnone" alt="apple-3" src="http://iliveisl.com/wp-content/uploads/2013/03/apple-3.gif" width="690" height="479" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/i-dont-like-apple-but-i-love-their-new-campus/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Space Base Workstage &#8211; freebie OAR</title>
		<link>http://iliveisl.com/space-base-workstage-freebie-oar/</link>
		<comments>http://iliveisl.com/space-base-workstage-freebie-oar/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 21:46:48 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[space base]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19414</guid>
		<description><![CDATA[after watching Ms Booth&#8217;s latest video and seeing the use of the Giant Tree by so many students, i thought about the open building platforms it has and how it&#8217;s nice to have defined places to do tasks. OpenSim can be too much of a blank slate and it can be a good thing to guide others [...]]]></description>
				<content:encoded><![CDATA[<p>after watching Ms Booth&#8217;s latest video and seeing the use of the <a href="http://enerhax.com/oars/gianttree.html" target="_blank">Giant Tree</a> by so many students, i thought about the open building platforms it has and how it&#8217;s nice to have defined places to do tasks. OpenSim can be <em>too much</em> of a blank slate and it can be a good thing to guide others in what they should do (ie, a specific task like<em> &#8220;go build a barbie on the space ship . . . them build some shrimp!&#8221;</em>) o_O</p>
<p><a title="space-base_016edit by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8503777407/" target="_blank"><img class="alignright" alt="space-base_016edit" src="http://farm9.staticflickr.com/8532/8503777407_92ed3c8f31_m.jpg" width="196" height="240" /></a>i did some 3D doodling this weekend (recovering from a mild cold and fever &#8211; bah!) and made a <a href="http://enerhax.com/oars/spacebase.html" target="_blank">huge UFO</a> that is basically a round platform to build on and it is set on an alien island</p>
<p>the ship is hollow and is not detailed but has a scripted top that goes up and down on a touch. there are two versions of it in the OAR &#8211; a hovering (or blasting off) version and a landed one. both could be used as building platforms for school projects . . .</p>
<p>the region can be visited at Kitely <a href="http://www.kitely.com/virtual-world/Ener-Hax/Space-Base-Workstage-freebie" target="_blank">here</a> for the next few weeks</p>
<p><em>all the world&#8217;s a stage</em> =)</p>
<p><a title="space-base-poster by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8503689107/" target="_blank"><img alt="space-base-poster" src="http://farm9.staticflickr.com/8524/8503689107_5dd1daec08_z.jpg" width="640" height="414" /></a></p>
<p><a title="space-base_013 by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8503689035/" target="_blank"><img alt="space-base_013" src="http://farm9.staticflickr.com/8247/8503689035_7821a313f1_z.jpg" width="640" height="358" /></a></p>
<p><a title="space-base-close by iliveisl, on Flickr" href="http://www.flickr.com/photos/iliveisl/8503688723/" target="_blank"><img alt="space-base-close" src="http://farm9.staticflickr.com/8521/8503688723_f7d13e7de3_z.jpg" width="640" height="501" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/space-base-workstage-freebie-oar/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>bestest SoaS video evah!</title>
		<link>http://iliveisl.com/bestest-soas-video-evah/</link>
		<comments>http://iliveisl.com/bestest-soas-video-evah/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 14:02:06 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[coffs harbour]]></category>
		<category><![CDATA[kate book]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19405</guid>
		<description><![CDATA[apart from Ms. Booth having her students say thanks Enah! (say it in your head with a classic Aussie accent), the video in the post below is just cool to see how many instances of SoaS her class is running! seeing so many PCs in one room with OpenSim is almost overwhelming! most of us probably use OpenSim from our [...]]]></description>
				<content:encoded><![CDATA[<p>apart from Ms. Booth having her students say <em><strong>thanks Enah!</strong></em> (say it in your head with a classic Aussie accent), the video in the post below is just cool to see how many instances of SoaS her class is running! seeing so many PCs in one room with OpenSim is almost overwhelming!</p>
<p>most of us probably use OpenSim from our homes where only one person has OpenSim open. i&#8217;ve never heard of LAN parties for OpenSim (sounds really geeky but also awesomely fun!) =D</p>
<p>seeing so many students actively working in OpenSim is pretty fun and it clearly works as a great educational tool for Kate Booth. it&#8217;s really nice to be thanked but the real hero is Ms. Booth!</p>
<blockquote><p>she is the kind of educator that will find interesting, engaging, and effective tools for her students that allow them to express their creativity in meaningful ways</p></blockquote>
<p>truth be told, <strong>the biggest win</strong> are the students &#8211; they &#8220;get it&#8221; and run with it like mad. and that means our future is brighter. when you see kids grasp technology and intrinsically excited to learn and express what they have learned, then they are unleashing their potential</p>
<p>Sim-on-a-Stick might be defined by so many megabytes on a USB drive, but in the hands of Ms. Booth&#8217;s students, there are no proverbial boxes to think outside of! her students are well beyond traditional learning constraints and no longer have the sky as a limit!</p>
<p>to Ms. Booth&#8217;s, and all, students: <em id="__mceDel">never stop being awesome and never stop pushing the limits!</em></p>
<p>read the post and watch the video - <a href="http://coffsharbourpublicschool.edublogs.org/2013/02/20/the-longest-maths-lesson/" target="_blank">The longest maths lesson…</a> =)</p>
<div id="attachment_19406" class="wp-caption alignnone" style="width: 514px"><a href="http://coffsharbourpublicschool.edublogs.org/2013/02/20/the-longest-maths-lesson/" target="_blank"><img class="size-full wp-image-19406 " alt="superstars!" src="http://iliveisl.com/wp-content/uploads/2013/02/enah.jpg" width="504" height="1417" /></a><p class="wp-caption-text">superstars!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/bestest-soas-video-evah/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SoaS 0.7.5</title>
		<link>http://iliveisl.com/soas-0-7-5/</link>
		<comments>http://iliveisl.com/soas-0-7-5/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 20:35:27 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[0.7.5]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19389</guid>
		<description><![CDATA[hooray, Sim-on-a-Stick has been updated to OpenSim 0.7.5! =) the 0.7.5 release of OpenSim brings many good patches, new features, and performance enhancements (release notes) the multi-region versions are set as megaregions and follow the numbering convention that Kitely uses. building on an SoaS multi-region version should mean that one single OAR can be directly deployed to [...]]]></description>
				<content:encoded><![CDATA[<p>hooray, <a href="http://simonastick.com" target="_blank">Sim-on-a-Stick</a> has been updated to OpenSim 0.7.5! =)</p>
<p>the 0.7.5 release of OpenSim brings many good patches, new features, and performance enhancements (<a href="http://opensimulator.org/wiki/0.7.5_Release" target="_blank">release notes</a>)</p>
<p><a href="http://simonastick.com" target="_blank"><img class="alignright size-full wp-image-19391" style="margin-top: 15px; margin-bottom: 15px;" alt="minisoas075" src="http://iliveisl.com/wp-content/uploads/2013/02/minisoas075.gif" width="330" height="227" /></a>the multi-region versions are set as megaregions and follow the <a href="http://iliveisl.com/multi-region-sim-on-a-stick-now-follows-kitelys-numbering/" target="_blank">numbering convention</a> that Kitely uses. building on an SoaS multi-region version should mean that one single OAR can be directly deployed to <a href="http://kitely.com" target="_blank">Kitely</a></p>
<p>however, many people like standard 256 metre regions, even in a multi-region build. if this is the case for your work with a multi-region SoaS, then i&#8217;d suggest you make one small change before using it</p>
<p>go to <strong>\SoaS075\diva-r22043\bin\config-include\MyWorld.ini</strong> and edit the parameter for <strong>CombineContiguousRegions</strong> and change it from true to false</p>
<p>for individual 256 metre regions it should look like this:</p>
<p style="padding-left: 30px;"><span style="color: #808080;">[Startup]</span><br />
<span style="color: #808080;"> ; SmartThreadPool is reported to work well on Mono/Linux, but</span><br />
<span style="color: #808080;"> ; UnsafeQueueUserWorkItem has been benchmarked with better</span><br />
<span style="color: #808080;"> ; performance on .NET/Windows</span><br />
<span style="color: #808080;"> async_call_method = UnsafeQueueUserWorkItem</span><br />
<span style="color: #808080;"> ; recommended: false for mono / true for Windows</span><br />
<span style="color: #808080;"> use_async_when_possible = true</span><br />
<span style="color: #808080;"> ; SoaS defaults to a megaregion for multi-region versions</span><br />
<span style="color: #808080;"> ; change the following to false to have individual regions</span><br />
<strong>CombineContiguousRegions = <em>false</em></strong></p>
<p>making this change<em> before</em> you start up SoaS for the first time will alleviate problems later on. you can change this parameter at any time, even after completing a build, but you may need to do some additional finagling. i have done this in the past and there are issues with everything turning phantom when switching back and forth for existing builds, but that can be remedied</p>
<p><strong>enjoy <a href="http://simonastick.com/" target="_blank">SoaS 0.7.5</a>! =)</strong></p>
<p>ps &#8211; after 45 months of daily blogging, i&#8217;m shifting my OCD focus to other tasks. i&#8217;ll still blog, but not at the rate of 1.4 posts per day! sheesh! what a blabber mouth eh!?! =D</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/soas-0-7-5/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>SoaS 0.7.5 downloads online</title>
		<link>http://iliveisl.com/soas-0-7-5-downloads-online/</link>
		<comments>http://iliveisl.com/soas-0-7-5-downloads-online/#comments</comments>
		<pubDate>Sun, 17 Feb 2013 04:51:01 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[0.7.5]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19376</guid>
		<description><![CDATA[the 0.7.5 SoaS downloads are done and have been tested a few times. i need to test a little more and then post the new SoaS website . . . for those who can&#8217;t wait, here they are: one region zip &#124; one region installer &#124; 4 region installer &#124; 9 region installer &#124; 16 [...]]]></description>
				<content:encoded><![CDATA[<p>the 0.7.5 SoaS downloads are done and have been tested a few times. i need to test a little more and then post the new SoaS website . . .</p>
<p>for those who can&#8217;t wait, here they are:</p>
<p><a href="http://simonastick.com/download/SoaS075.zip" target="_blank">one region zip</a> | <a href="http://simonastick.com/download/SoaS075-Setup.exe" target="_blank">one region installer</a> | <a href="http://simonastick.com/download/SoaS075-4-Setup.exe" target="_blank">4 region installer</a> | <a href="http://simonastick.com/download/SoaS075-9-Setup.exe" target="_blank">9 region installer</a> | <a href="http://simonastick.com/download/SoaS075-16-Setup.exe" target="_blank">16 region installer</a></p>
<p>multi-region versions are set as megaregions but can easily be changed &#8211; details tomorrow once the 0.7.5 site is launched =)</p>
<p><a href="http://iliveisl.com/wp-content/uploads/2013/02/IMG_4046.jpg" target="_blank"><img class="alignnone  wp-image-19377" alt="SoaS 075" src="http://iliveisl.com/wp-content/uploads/2013/02/IMG_4046.jpg" width="682" height="415" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/soas-0-7-5-downloads-online/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>adding TOS to your SoaS</title>
		<link>http://iliveisl.com/adding-tos-to-your-soas/</link>
		<comments>http://iliveisl.com/adding-tos-to-your-soas/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 20:35:26 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[virtual worlds]]></category>
		<category><![CDATA[0.7.5]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19363</guid>
		<description><![CDATA[if you did the 0.7.5 update via Diva&#8217;s convenient Update function, you will have seen an attention box saying to read the release notes. yesterday we discussed what to edit regarding the new group functionality and it seems appropriate to complete her instructions (plus i am doing it right now for the SoaS downloads!) =) [...]]]></description>
				<content:encoded><![CDATA[<p>if you did the 0.7.5 update via Diva&#8217;s convenient <a href="http://iliveisl.com/0-7-5-diva-d2-distro-is-available/" target="_blank">Update function</a>, you will have seen an attention box saying to read the release notes. <a href="http://iliveisl.com/0-7-5-update-function-special-instructions/" target="_blank">yesterday</a> we discussed what to edit regarding the new group functionality and it seems appropriate to complete her instructions (plus i am doing it right now for the SoaS downloads!) =)</p>
<p>Diva has added a TOS page and the <strong>MyWorld.ini</strong> file needs to be manually edited to activate it</p>
<p>neither the group aspect nor the TOS part needs to be done to use SoaS unless you use Erik N&#8217;s network hack like Kate Booth does for some of her students&#8217; projects. since SoaS is intended to be used as a single-user workspace, you don&#8217;t benefit from setting up groups or TOS</p>
<p>for the sake of being complete, i am adding both groups and TOS to the SoaS downloads just in case and also because SoaS operates on port 9100 and not the default port 9000</p>
<p>to add the TOS part, copy and paste the following to the very end of the <strong>MyWorld.ini</strong> file. change parameters if you need to, by default the TOS is not presented. also make certain that the quotes are pasted correctly &#8211; sometimes a copied HTML quotation mark is not the same character as a typed text file quotation mark</p>
<p><strong>\SoaS075\diva-r22043\bin\config-include\MyWorld.ini</strong></p>
<p style="padding-left: 30px;">[TOSModule]<br />
;; Not enabled by default. Enable it if you like by setting this to true<br />
Enabled = false<br />
;; Tell the users what this is about<br />
Message = &#8220;Please read and agree to the Terms of Service&#8221;<br />
;; Should local users be shown the TOS on first login?<br />
ShowToLocalUsers = false<br />
;; Should foreign users be shown the TOS on first HG login?<br />
ShowToForeignUsers = true<br />
;; Change the text on that page for your own TOS.<br />
;; You&#8217;ll find it under /WifiPages/tos.html<br />
TOS_URL = &#8220;http://127.0.0.1:9100/wifi/tos.html&#8221;</p>
<p>you can read Diva&#8217;s specifics for <a href="https://github.com/diva/d2/wiki/Groups" target="_blank">Groups</a> and <a href="https://github.com/diva/d2/wiki/TOS" target="_blank">TOS</a> for more details</p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/adding-tos-to-your-soas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Third Grade Math projects in OpenSim</title>
		<link>http://iliveisl.com/third-grade-math-projects-in-opensim/</link>
		<comments>http://iliveisl.com/third-grade-math-projects-in-opensim/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 15:43:55 +0000</pubDate>
		<dc:creator>Ener Hax</dc:creator>
				<category><![CDATA[OpenSim]]></category>
		<category><![CDATA[sim-on-a-stick]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://iliveisl.com/?p=19359</guid>
		<description><![CDATA[behold the power of a great and innovative teacher mixed with the creative awesomeness of kids using Sim-on-a-Stick! =) direct YouTube link]]></description>
				<content:encoded><![CDATA[<p>behold the power of a great and innovative teacher mixed with the creative awesomeness of kids using Sim-on-a-Stick! =)</p>
<p><object width="640" height="480" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6PF9UzqhsIo?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="640" height="480" type="application/x-shockwave-flash" src="http://www.youtube.com/v/6PF9UzqhsIo?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><a href="http://youtu.be/6PF9UzqhsIo" target="_blank">direct YouTube link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iliveisl.com/third-grade-math-projects-in-opensim/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
