<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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/"
	>

<channel>
	<title>Latent Reverie</title>
	<link>http://zen.sebistar.net/blog</link>
	<description>The ponderings of Jon-Pierre Gentil</description>
	<pubDate>Thu, 18 May 2006 21:58:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>Goals for sebistar.net</title>
		<link>http://zen.sebistar.net/blog/postings/20</link>
		<comments>http://zen.sebistar.net/blog/postings/20#comments</comments>
		<pubDate>Thu, 18 May 2006 21:50:56 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Programming</category>
	<category>Python</category>
	<category>XSLT</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/20</guid>
		<description><![CDATA[I have a lot of ideas that I want to really get implemented in sebistar.net.  I imagine it being a hybrid of Python and Java code.  The Java code is more experimental than anything as I am learning about Java web services and such.  I&#8217;ll likely write the web services in Python [...]]]></description>
			<content:encoded><![CDATA[<p>I have a lot of ideas that I want to really get implemented in sebistar.net.  I imagine it being a hybrid of Python and Java code.  The Java code is more experimental than anything as I am learning about Java web services and such.  I&#8217;ll likely write the web services in Python first and then later on see how well they do as Java web services later.</p>
<p>So here&#8217;s my general goals.</p>
<ul>
<li>Create a unified sebistar.net login</li>
<li>Create a userprofile system for sebistar.net</li>
<li>Provide an OpenID Service for all sebistar.net logins</li>
<li>Create a pluggable Portal system that allows users to publish various microdata about themselves.  Some examples of microdata I want are as follows:
<ul>
<li>Mood</li>
<li>Current Music</li>
<li>Local weather data (pulled from web rather than published by user of course)</li>
<li>Blogroll (again aggregated from web not pub&#8217;d by user)</li>
<li>Away status</li>
<li>IM statuses</li>
</ul>
</li>
<li>Create a publishing system to publish documents to the web</li>
<li>Create a blog system from publishing system</li>
<li>Create an email interface</li>
</ul>
<p>Of course all of these things need to be fully modular and should be as decoupled as possible from eachother so that heavy changes to one system does not affect the other.  The obvious tightly coupled systems would be portal to profile and blog to publishing.  But those I feel are OK to couple like that.</p>
<p>The login system is already started and I&#8217;m having fun with it thus far.  Overall logins are pretty easy but I&#8217;m making sure to do them to be modular and callable by any other module in the site without knowing the details of it at all.  As far as any other module should be concerned, the login module should provide exactly three services:  Check if a user is logged in, log a user in, and check the user&#8217;s privilege levels in a generic way.</p>
<p>I&#8217;ll likely write the OpenID service myself rather than using the existing OpenID library because I want to know exactly how it works, as the idea intrigues me.  Then I&#8217;ll be able to use it for things like LiveJournal logins and such.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/20/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Hmm.  An interesting claim</title>
		<link>http://zen.sebistar.net/blog/postings/18</link>
		<comments>http://zen.sebistar.net/blog/postings/18#comments</comments>
		<pubDate>Thu, 26 Jan 2006 05:43:39 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/18</guid>
		<description><![CDATA[I purchased a 10/100/1000 (gigabit) ethernet card a few days ago, made by US Robotics.  It was cheap.  I don&#8217;t care.  :-)  I&#8217;m not putting it in anything important so I don&#8217;t need to spend $80 on an Intel or 3com card.
But I was reading the fine print on the packaging [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased a 10/100/1000 (gigabit) ethernet card a few days ago, made by US Robotics.  It was cheap.  I don&#8217;t care.  :-)  I&#8217;m not putting it in anything important so I don&#8217;t need to spend $80 on an Intel or 3com card.</p>
<p>But I was reading the fine print on the packaging and it makes this claim:</p>
<p><em>For over 25 years, U.S. Robotics has helped millions of users get on the internet with powerful, innovative products.</em></p>
<p>Gosh.  I bet a lot of people are going to be surprised that the internet has been around that long.<br />
:-)</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/18/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Email Quirks</title>
		<link>http://zen.sebistar.net/blog/postings/17</link>
		<comments>http://zen.sebistar.net/blog/postings/17#comments</comments>
		<pubDate>Thu, 05 Jan 2006 16:18:02 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/17</guid>
		<description><![CDATA[This was a very funny signature I saw reading the SATLUG email list..
A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?
Bahahah.  Quite nice.  It&#8217;s why I seriously hate it when people top-quote email.  Stupid Microsoft and their ass-backwards [...]]]></description>
			<content:encoded><![CDATA[<p>This was a very funny signature I saw reading the SATLUG email list..</p>
<p><em>A: Yes.<br />
> Q: Are you sure?<br />
>> A: Because it reverses the logical flow of conversation.<br />
>>> Q: Why is top posting annoying in email?</em></p>
<p>Bahahah.  Quite nice.  It&#8217;s why I seriously hate it when people top-quote email.  Stupid Microsoft and their ass-backwards ways.  Argh.  Makes people like me have to put up with top-quoters who simply don&#8217;t know any better because outlook &#8220;does it that way&#8221;.</p>
<p>On another note, I upgraded to Wordpress 2.0 and I&#8217;m really liking it thus far.  The rich editor has a bit of work to be done, but I love the new layout of the admin side.</p>
<p>Though someday I think I still wanna write my own.  :D</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/17/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Wal-Mart</title>
		<link>http://zen.sebistar.net/blog/postings/16</link>
		<comments>http://zen.sebistar.net/blog/postings/16#comments</comments>
		<pubDate>Wed, 28 Dec 2005 19:14:54 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/16</guid>
		<description><![CDATA[WIPE:  Wal-Mart Is Pure Evil
I will never shop there ever, ever, ever again.
Never.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intellectualpoison.com/WalMartisPureEvil.html">WIPE:  Wal-Mart Is Pure Evil</a></p>
<p>I will never shop there ever, ever, ever again.</p>
<p>Never.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/16/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Happy Holidays</title>
		<link>http://zen.sebistar.net/blog/postings/15</link>
		<comments>http://zen.sebistar.net/blog/postings/15#comments</comments>
		<pubDate>Sun, 25 Dec 2005 22:55:43 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/?p=15</guid>
		<description><![CDATA[Happy Holidays Everyone!
I hope that everyone has had a wonderful holiday.  Thus far I definitely have.
I got&#8230;

BFG GeForce 6600GT-OC video card, which super-pwnz my old 5200FX.
Learning Java, Third Edition which I am needing for my new job.  
Practical RDF for my fun Semantic Web ventures.
Some various cookware stuff.
Some various lotion stuff and such.
$50 [...]]]></description>
			<content:encoded><![CDATA[<p>Happy Holidays Everyone!</p>
<p>I hope that everyone has had a wonderful holiday.  Thus far I definitely have.</p>
<p>I got&#8230;</p>
<ul>
<li><a href="http://http://www.newegg.com/Product/Product.asp?Item=N82E16814143027">BFG GeForce 6600GT-OC video card</a>, which super-pwnz my old 5200FX.</li>
<li><a href="http://www.amazon.com/gp/product/0596008732">Learning Java, Third Edition</a> which I am needing for my new job.  </li>
<li><a href="http://www.amazon.com/gp/product/0596002637/">Practical RDF</a> for my fun Semantic Web ventures.</li>
<li>Some various cookware stuff.</li>
<li>Some various lotion stuff and such.</li>
<li>$50 gift certificate to ThinkGeek.com</li>
<li>A scented oil diffuser</li>
<li>And a microfiber screen cleaner towel.</li>
</ul>
<p>Woohoo!  And it&#8217;s really nice to spend time with family too.  I wish I could make it to see my own parents in Illinois, but maybe soon.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/15/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>I won&#8217;t be using Gaim 2.0</title>
		<link>http://zen.sebistar.net/blog/postings/14</link>
		<comments>http://zen.sebistar.net/blog/postings/14#comments</comments>
		<pubDate>Mon, 19 Dec 2005 06:34:25 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Programming</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/14</guid>
		<description><![CDATA[I refuse.  I used to love gaim.  I still loved Gaim 1.50.  But after what I learned about how Sean Egan has completely shit on the gaim-vv developers is just obscene.  I am saddened by it.
It&#8217;s been proposed that gaim developers should fork gaim away from it&#8217;s current developers.  While [...]]]></description>
			<content:encoded><![CDATA[<p>I refuse.  I used to love <a href="http://gaim.sf.net">gaim</a>.  I still loved Gaim 1.50.  But after what I learned about how Sean Egan has completely shit on the <a href="http://gaim-vv.sf.net">gaim-vv</a> developers is just obscene.  I am saddened by it.</p>
<p>It&#8217;s been proposed that gaim developers should fork gaim away from it&#8217;s current developers.  While that&#8217;s fine and dandy, it overall causes a rift in it&#8217;s users, which in turn causes a rift in it&#8217;s support, which causes a rift in it&#8217;s adoptability by distributions and even corporations who want a single unified product.  Emacs forked several times and is now a &#8216;mostly&#8217; compatable set of several different projects.  Each different.  But in the long run people ending up saying that they wished they had feature A from project X.X and feature B from project X.Y, and they either don&#8217;t get it, or create fork X.Z and incorporate both.  Either way it&#8217;s sad and annoying.</p>
<p>It always reminds me why projects should not have head developers.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/14/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Well damn</title>
		<link>http://zen.sebistar.net/blog/postings/12</link>
		<comments>http://zen.sebistar.net/blog/postings/12#comments</comments>
		<pubDate>Fri, 02 Sep 2005 16:01:37 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Robotics</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/?p=12</guid>
		<description><![CDATA[I feel very bad for the city of New Orleans.  What a shame.  :-/  I won&#8217;t ramble on about it though because the news is doing a good job of that already.
I keep forgetting to write in this thing.  Kinda silly, because I wanted to write in it every day.  [...]]]></description>
			<content:encoded><![CDATA[<p>I feel very bad for the city of New Orleans.  What a shame.  :-/  I won&#8217;t ramble on about it though because the news is doing a good job of that already.</p>
<p>I keep forgetting to write in this thing.  Kinda silly, because I wanted to write in it every day.  I think I just need a good routine.  Yep.</p>
<p>Anyway, I&#8217;ll be going to Radio Shack later tonight to find photoresistors for my new robot project that I&#8217;ve been devising.  Thus far it&#8217;s going to be an autonomous photophobic/phototropic robot that will seek out light using four directional sensors.  It should be a really neat project.  I&#8217;m not certain whether I will be building my own robot base, or using a tank kit from a local RC toy store.  I&#8217;m going to have to see if any of the kits are worthwhile or even available around here.</p>
<p>I&#8217;ll be using a PIC18F258 microcontroller to be the brains of it.  I chose this since it&#8217;s rather &#8220;beefy&#8221;, it has 10 10-bit A/D converters, and well, I have 4 of them laying around.  :)</p>
<p>More to come!</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/12/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Eggs and Spam</title>
		<link>http://zen.sebistar.net/blog/postings/11</link>
		<comments>http://zen.sebistar.net/blog/postings/11#comments</comments>
		<pubDate>Fri, 19 Aug 2005 20:37:02 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/11</guid>
		<description><![CDATA[Yeah.  So I got this spam in my inbox.
The subject reads
&#8220;No exams, no classes, no books, just a digree&#8221;
Bahaha.   Looks like he got a digree at his own company.
Now, onto the eggs.  I just got a new phone.  The Motorola V330.  It has integrated bluetooth and can do internet [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah.  So I got this spam in my inbox.</p>
<p>The subject reads</p>
<p>&#8220;No exams, no classes, no books, just a <strong><em>digree</em></strong>&#8221;</p>
<p>Bahaha.   Looks like he got a <em>digree</em> at his own company.</p>
<p>Now, onto the eggs.  I just got a new phone.  The Motorola V330.  It has integrated bluetooth and can do internet access and mp3 ringtones.  Wee fun.  I needed a new phone.  I had my last one for almost 4 years, and it was dying badly.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/11/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Rest in Peace, Scotty</title>
		<link>http://zen.sebistar.net/blog/postings/8</link>
		<comments>http://zen.sebistar.net/blog/postings/8#comments</comments>
		<pubDate>Wed, 20 Jul 2005 19:49:54 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/8</guid>
		<description><![CDATA[James Doohan, aka Montgomery Scott, died today at 5:30am in his home in Washington.
BBC News announcement.
Maybe some day, in one of his next lives, he may really be a starship engineer.
One can only hope.
]]></description>
			<content:encoded><![CDATA[<p>James Doohan, aka Montgomery Scott, died today at 5:30am in his home in Washington.</p>
<p><a href="http://news.bbc.co.uk/1/hi/entertainment/tv_and_radio/1493093.stm">BBC News announcement.</a></p>
<p>Maybe some day, in one of his next lives, he may really be a starship engineer.</p>
<p>One can only hope.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/8/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Haze</title>
		<link>http://zen.sebistar.net/blog/postings/7</link>
		<comments>http://zen.sebistar.net/blog/postings/7#comments</comments>
		<pubDate>Thu, 14 Jul 2005 15:45:39 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/7</guid>
		<description><![CDATA[Ugh.  Not enough sleep.  I am currently powered solely by caffeine.  
This sucks.
On another note, I find it quite enjoyable that this blog works so well.
Now I just need to add in an OpenID server and consumer.  Argh.  More work.  :P
]]></description>
			<content:encoded><![CDATA[<p>Ugh.  Not enough sleep.  I am currently powered solely by caffeine.  </p>
<p>This sucks.</p>
<p>On another note, I find it quite enjoyable that this blog works so well.</p>
<p>Now I just need to add in an OpenID server and consumer.  Argh.  More work.  :P</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/7/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Sunday Sucks</title>
		<link>http://zen.sebistar.net/blog/postings/5</link>
		<comments>http://zen.sebistar.net/blog/postings/5#comments</comments>
		<pubDate>Sun, 10 Jul 2005 23:58:57 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/blog/postings/5</guid>
		<description><![CDATA[I hate Sunday.
My head hurts.   We discovered this neat used bookstore where they also double as a cat adoption place.  They let the cats roam around and stuff.  Pretty neat place.
And a gaming shop with old AD&#038;D 1e/2e books.  Woot.
]]></description>
			<content:encoded><![CDATA[<p>I hate Sunday.</p>
<p>My head hurts.   We discovered this neat used bookstore where they also double as a cat adoption place.  They let the cats roam around and stuff.  Pretty neat place.</p>
<p>And a gaming shop with old AD&#038;D 1e/2e books.  Woot.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>First rambling</title>
		<link>http://zen.sebistar.net/blog/postings/2</link>
		<comments>http://zen.sebistar.net/blog/postings/2#comments</comments>
		<pubDate>Sat, 09 Jul 2005 06:01:47 +0000</pubDate>
		<dc:creator>Jon-Pierre</dc:creator>
		
	<category>Ramblings</category>
		<guid isPermaLink="false">http://zen.sebistar.net/archives/2</guid>
		<description><![CDATA[Well, it seems as though I have started to ramble already.
This will hopefully be a much better effort than my livejournal was.
Yes.
]]></description>
			<content:encoded><![CDATA[<p>Well, it seems as though I have started to ramble already.</p>
<p>This will hopefully be a much better effort than my livejournal was.</p>
<p>Yes.</p>
]]></content:encoded>
			<wfw:commentRSS>http://zen.sebistar.net/blog/postings/2/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

