<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arrogant+Cyberstar</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arrogant+Cyberstar"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Arrogant_Cyberstar"/>
	<updated>2026-07-25T12:39:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=629192</id>
		<title>User:Arrogant Cyberstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=629192"/>
		<updated>2009-10-25T04:34:16Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi. you&#039;ve found my page on the second life wiki. not much here, i&#039;m afraid. but all is not lost.&lt;br /&gt;
&lt;br /&gt;
* you could jump in-world and befriend me.&lt;br /&gt;
* you can follow me on twitter at https://twitter.com/acyberstar&lt;br /&gt;
* you can send me email at arrogant.cyberstar@gmail.com&lt;br /&gt;
* you can follow my blog at http://arrogantactions.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
things i work on:&lt;br /&gt;
&lt;br /&gt;
* [[User:Arrogant_Cyberstar/Compiling_Snowglobe_on_MacOSX|Downloading and Compiling Snowglobe on MacOS X]] - i wrote a quick script to automate this process on MacOS X.&lt;br /&gt;
* [[User:Arrogant_Cyberstar/Social_Media_In_Snowglobe|Social Media in Snowglobe]] - take snowglobe, add a dash of twitter, salt to taste.&lt;br /&gt;
&lt;br /&gt;
and some of my favorite videos (work safe):&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=dYP-wBaqQAI The Twitter Song] (via YouTube)&lt;br /&gt;
*[http://current.com/items/89891774_twouble-with-twitters.htm Twouble with Twitters] (via currentTV)&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar/Compiling_Snowglobe_on_MacOSX&amp;diff=489552</id>
		<title>User:Arrogant Cyberstar/Compiling Snowglobe on MacOSX</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar/Compiling_Snowglobe_on_MacOSX&amp;diff=489552"/>
		<updated>2009-09-13T19:07:04Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: Created page with &amp;#039;before you download and build snowglobe on macosx, there are a few steps you have to take. they&amp;#039;re documented elsewhere on the wiki, but i noticed a typo or two, so i wrote a [ht...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;before you download and build snowglobe on macosx, there are a few steps you have to take. they&#039;re documented elsewhere on the wiki, but i noticed a typo or two, so i wrote a [http://arrogantactions.blogspot.com/2009/08/compiling-snowglobe-on-macos-x.html quick note about how i got stuff working on my mac.] i also wrote this script to automate the process:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#&lt;br /&gt;
#  Copyright (c) 2009, Arrogant Cyberstar&lt;br /&gt;
#  All rights reserved.&lt;br /&gt;
#  &lt;br /&gt;
#  Redistribution and  use in  source and binary  forms, with  or without&lt;br /&gt;
#  modification, are permitted provided that the following conditions are&lt;br /&gt;
#  met:&lt;br /&gt;
#  &lt;br /&gt;
#    * Redistributions  of source  code must  retain the  above copyright&lt;br /&gt;
#      notice, this list of conditions and the following disclaimer.&lt;br /&gt;
#  &lt;br /&gt;
#    * Redistributions in binary form  must reproduce the above copyright&lt;br /&gt;
#      notice, this  list of conditions  and the following  disclaimer in&lt;br /&gt;
#      the  documentation  and/or   other  materials  provided  with  the&lt;br /&gt;
#      distribution.&lt;br /&gt;
#  &lt;br /&gt;
#    * Neither  the name of  the Arrogant  Actions nor  the names  of its&lt;br /&gt;
#      contributors may  be used to  endorse or promote  products derived&lt;br /&gt;
#      from this software without specific prior written permission.&lt;br /&gt;
#  &lt;br /&gt;
#  THIS SOFTWARE  IS PROVIDED BY  THE COPYRIGHT HOLDERS  AND CONTRIBUTORS&lt;br /&gt;
#  &amp;quot;AS  IS&amp;quot; AND  ANY EXPRESS  OR IMPLIED  WARRANTIES, INCLUDING,  BUT NOT&lt;br /&gt;
#  LIMITED TO, THE IMPLIED  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&lt;br /&gt;
#  A PARTICULAR PURPOSE  ARE DISCLAIMED. IN NO EVENT  SHALL THE COPYRIGHT&lt;br /&gt;
#  HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
#  SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL  DAMAGES (INCLUDING,  BUT  NOT&lt;br /&gt;
#  LIMITED TO, PROCUREMENT OF SUBSTITUTE  GOODS OR SERVICES; LOSS OF USE,&lt;br /&gt;
#  DATA, OR PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER CAUSED AND ON ANY&lt;br /&gt;
#  THEORY OF  LIABILITY, WHETHER IN  CONTRACT, STRICT LIABILITY,  OR TORT&lt;br /&gt;
#  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING  IN ANY WAY OUT OF THE USE&lt;br /&gt;
#  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
if [ ! -e ~/Downloads/fmodapi375mac.zip ]&lt;br /&gt;
then&lt;br /&gt;
  echo &amp;quot;downloading fmodapi375mac.zip&amp;quot;&lt;br /&gt;
  wget http://www.fmod.org/index.php/release/version/fmodapi375mac.zip -O ~/Downloads/fmodapi375mac.zip&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
if [ ! -e ~/Downloads/fmodapi375mac ]&lt;br /&gt;
then&lt;br /&gt;
  echo &amp;quot;extracting fmodapi375mac&amp;quot;&lt;br /&gt;
  ( cd ~/Downloads ; unzip ./fmodapi375mac.zip ; rm -rf __MACOSX ) &lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
if [ -e ./snowglobe ]&lt;br /&gt;
then&lt;br /&gt;
  echo &amp;quot;snowglobe directory already exists. rename it and rerun this script.&amp;quot;&lt;br /&gt;
else  &lt;br /&gt;
  echo &amp;quot;getting snowglobe from repository&amp;quot;&lt;br /&gt;
  svn co https://svn.secondlife.com/svn/linden/projects/2009/snowglobe/trunk snowglobe&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;fetching requsite libraries&amp;quot;&lt;br /&gt;
  (cd snowglobe ; ./scripts/public_fetch_tarballs.py)&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;unhorking fmod api stuff&amp;quot;&lt;br /&gt;
  mkdir -p snowglobe/libraries/include&lt;br /&gt;
  mkdir -p snowglobe/libraries/universal-darwin/lib_debug&lt;br /&gt;
  mkdir -p snowglobe/libraries/universal-darwin/lib_release&lt;br /&gt;
  cp -p ~/Downloads/fmodapi375mac/api/inc/*.h snowglobe/libraries/include&lt;br /&gt;
  lipo -create ~/Downloads/fmodapi375mac/api/lib/libfmod.a ~/Downloads/fmodapi375mac/api/lib/libfmodx86.a -output snowglobe/libraries/universal-darwin/lib_debug/libfmod.a&lt;br /&gt;
  touch -r ~/Downloads/fmodapi375mac/api/lib/libfmodx86.a snowglobe/libraries/universal-darwin/lib_debug/libfmod.a&lt;br /&gt;
  cp -p snowglobe/libraries/universal-darwin/lib_debug/libfmod.a snowglobe/libraries/universal-darwin/lib_release/libfmod.a&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;setting up snowglobe/indra for command line build&amp;quot;&lt;br /&gt;
  (cd snowglobe/indra ; ./develop.py ; ./develop.py build)&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=489492</id>
		<title>User:Arrogant Cyberstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=489492"/>
		<updated>2009-09-13T18:42:43Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi. you&#039;ve found my page on the second life wiki. not much here, i&#039;m afraid. but all is not lost.&lt;br /&gt;
&lt;br /&gt;
* you could jump in-world and befriend me.&lt;br /&gt;
* you can follow me on twitter at https://twitter.com/acyberstar&lt;br /&gt;
* you can send me email at arrogant.cyberstar@gmail.com&lt;br /&gt;
* you can follow my blog at http://arrogantactions.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
things i work on:&lt;br /&gt;
&lt;br /&gt;
* [[User:Arrogant_Cyberstar/Compiling_Snowglobe_on_MacOSX|Downloading and Compiling Snowglobe on MacOS X]] - i wrote a quick script to automate this process on MacOS X.&lt;br /&gt;
* [[User:Arrogant_Cyberstar/Social_Media_In_Snowglobe|Social Media in Snowglobe]] - take snowglobe, add a dash of twitter, salt to taste.&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar/Social_Media_In_Snowglobe&amp;diff=476552</id>
		<title>User:Arrogant Cyberstar/Social Media In Snowglobe</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar/Social_Media_In_Snowglobe&amp;diff=476552"/>
		<updated>2009-09-01T16:13:18Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: Created page with &amp;#039;i like snowglobe. i like twitter. i wish i could tweet about stuff happening in the virtual world from inside snowglobe. i also wish i had a million dollars, but i think twitter ...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;i like snowglobe. i like twitter. i wish i could tweet about stuff happening in the virtual world from inside snowglobe. i also wish i had a million dollars, but i think twitter integration into snowglobe is a lot more likely in the next couple of weeks.&lt;br /&gt;
&lt;br /&gt;
for the record, i also like OpenSocial and BeBo and MySpace and Friendster and ..., but twitter has that mix of simple API and popularity that makes me want to work on it.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
* the ability to view tweets from your twitter posse from within the viewer&lt;br /&gt;
* the ability to post tweets from within the viewer&lt;br /&gt;
* the ability to add &amp;lt;Region&amp;gt;/&amp;lt;X&amp;gt;/&amp;lt;Y&amp;gt;/&amp;lt;Z&amp;gt; tags to your tweets&lt;br /&gt;
* the ability to add SLurls to your tweets&lt;br /&gt;
* the ability to attach a snapshot to the tweet&lt;br /&gt;
* if someone else tweets with a picture, it will be displayed in the list of tweets&lt;br /&gt;
* if someone else tweets with a location or a SLurl, you can teleport to that location&lt;br /&gt;
&lt;br /&gt;
==Things That Should Be Improved==&lt;br /&gt;
&lt;br /&gt;
* i&#039;m storing prefs (including twitter username and password in the clear) on the filesystem. this is wrong in so many ways...&lt;br /&gt;
* i&#039;m only using bit.ly as a shortener and twitpic as a snapshot hosting source&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
* i have some back-end code working and i&#039;ve posted a tweet and uploaded a twitpic image from within the client, but i haven&#039;t started work on the UI (my current tests automatically tweet 30 seconds after login. yeah. i know. lame.)&lt;br /&gt;
* i also have a UI mockup at [[File:Twitter_for_snowglobe.png]]&lt;br /&gt;
&lt;br /&gt;
==Whats Next==&lt;br /&gt;
&lt;br /&gt;
* refactoring the backend with a more regular interface&lt;br /&gt;
* UI&lt;br /&gt;
* making bit.ly work&lt;br /&gt;
&lt;br /&gt;
==Blue Sky==&lt;br /&gt;
&lt;br /&gt;
* i would love to see the simulator be a twitter app, then i could auth to the sim, then have the sim get an oauth token from twitter.com, then give the token to the client so the client could do the right thing. that way you wouldn&#039;t have to store usernames and passwords on the client. i guess i will be digging into OpenSim after all.&lt;br /&gt;
* it really _should_ work with other picture hosting services and URL shortening services. there should be the ability to change that in the prefs.&lt;br /&gt;
&lt;br /&gt;
==Desperate Plea For Help==&lt;br /&gt;
&lt;br /&gt;
* i find the UI subsystem in the viewer to be a little confusing. if you want to work on this with me, and can build the UI, gimme a holler in world or email at arrogant.cyberstar@gmail.com&lt;br /&gt;
* i&#039;m not an OpenSim or C# expert. i&#039;m sure i could eventually figure it out, but if there&#039;s an OpenSim person who&#039;s interested in working on the simulator as a twitter OAuth client, lemme know.&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=476532</id>
		<title>User:Arrogant Cyberstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=476532"/>
		<updated>2009-09-01T15:53:05Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi. you&#039;ve found my page on the second life wiki. not much here, i&#039;m afraid. but all is not lost.&lt;br /&gt;
&lt;br /&gt;
* you could jump in-world and befriend me.&lt;br /&gt;
* you can follow me on twitter at https://twitter.com/acyberstar&lt;br /&gt;
* you can send me email at arrogant.cyberstar@gmail.com&lt;br /&gt;
* you can follow my blog at http://arrogantactions.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
things i work on:&lt;br /&gt;
&lt;br /&gt;
* [[User:Arrogant_Cyberstar/Social_Media_In_Snowglobe|Social Media in Snowglobe]] - take snowglobe, add a dash of twitter, salt to taste.&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=File:Twitter_for_snowglobe.png&amp;diff=476352</id>
		<title>File:Twitter for snowglobe.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=File:Twitter_for_snowglobe.png&amp;diff=476352"/>
		<updated>2009-09-01T13:49:37Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=472772</id>
		<title>User:Arrogant Cyberstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Arrogant_Cyberstar&amp;diff=472772"/>
		<updated>2009-08-26T04:39:26Z</updated>

		<summary type="html">&lt;p&gt;Arrogant Cyberstar: Created page with &amp;#039;hi. you&amp;#039;ve found my page on the second life wiki. not much here, i&amp;#039;m afraid. but all is not lost.  * you could jump in-world and befriend me. * you can follow me on twitter at ht...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi. you&#039;ve found my page on the second life wiki. not much here, i&#039;m afraid. but all is not lost.&lt;br /&gt;
&lt;br /&gt;
* you could jump in-world and befriend me.&lt;br /&gt;
* you can follow me on twitter at https://twitter.com/acyberstar&lt;br /&gt;
* you can send me email at arrogant.cyberstar@gmail.com&lt;br /&gt;
* you can follow my blog at http://arrogantactions.blogspot.com/&lt;/div&gt;</summary>
		<author><name>Arrogant Cyberstar</name></author>
	</entry>
</feed>