<?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"
	>

<channel>
	<title>Mikes Thoughts &#187; Subterfuge</title>
	<atom:link href="http://lnxpowered.org/category/subterfuge/feed/" rel="self" type="application/rss+xml" />
	<link>http://lnxpowered.org</link>
	<description>News, Views, Subterfuge</description>
	<pubDate>Mon, 17 Nov 2008 04:07:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Heading out to Washington, DC</title>
		<link>http://lnxpowered.org/2007/07/07/heading-out-to-washington-dc/</link>
		<comments>http://lnxpowered.org/2007/07/07/heading-out-to-washington-dc/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 17:37:55 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2007/07/07/heading-out-to-washington-dc/</guid>
		<description><![CDATA[Starting on Monday, I&#8217;m in travel mode.  Heading out to work with our east coast support and sales team in Washington DC.  The weather there sounds kinda interesting (humid).  I&#8217;ve worked a great deal with these guys via phone and Cisco MeetingPlace which is like WebEX; but the trip is great because [...]]]></description>
			<content:encoded><![CDATA[<p>Starting on Monday, I&#8217;m in travel mode.  Heading out to work with our east coast support and sales team in Washington DC.  The <a href="http://www.washingtonpost.com/wp-srv/weather/index.html">weather there</a> sounds kinda interesting (humid).  I&#8217;ve worked a great deal with these guys via phone and <a href="http://www.cisco.com/en/US/products/sw/ps5664/ps5669/index.html">Cisco MeetingPlace</a> which is like WebEX; but the trip is great because I also get to meet up with our east coast application architects and the Help Desk management staff.</p>
<p>I&#8217;ll be adding a bit to the blog while in travel mode; but the days are pretty well spoken for in meetings and training sessions.</p>
<p><strong>Other News with a view&#8230;</strong></p>
<p>More personal notations.  I got to meet up with <a href="http://www.tyde.net/hobo">Art</a> and Jeremy at <a href="http://www.leftbank.com/locations/san_mateo.php">Left Bank Restaurant in San Mateo</a> yesterday.  We talked iPhone, work, and general non-work related catching up.  Art lives the &#8220;global hobo&#8221; lifestyle traveling across Asia so I only see him every few months. Jeremy still works <a href="http://levanta.com">here</a>.  So, since we all worked together there at one time, conversation is usually limited to stuff I really cannot blog since my quality of blog filter is in place.   I don&#8217;t care to spread too much BS about previous work engagements; no matter how much they deserve it :). As an aside, I should also note that my old buddy Ed is gone from there too for about a week now.  Good luck with finding a great new thing Ed.  Your skills around Linux are legendary.  You are the enigmatic sensei (that&#8217;s an inside joke for any that live on a certain IRC server).</p>
<p>On the technology side, I finally took my work laptop home to see how difficult the Nortel Contivity VPN client software was to get working.  Good news is that with a wired ethernet interface, its no problem.  Bad news is that with a Centrino setup (Intel BG 2200) it has problems.  The fix on my XP work laptop was to disable the Intel Agent completely in the network properties and use the Windows Almost Zero Configuration tool to do wifi.  After making that change, the Nortel client behaved and allowed me to initiate VPN to work.</p>
<p>My Linux musings and experiments are continuing but I&#8217;ve had to seriously curtail how many systems remain powered up last few days due to the thriving heat wave we have been having.  Today it broke and we have the acclaimed fog belt moving across the bayside.  Very welcome!!  I&#8217;m still at play in the fields of the AMD64 and I bought <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822148108">two 500g Seagate SATA drives</a> from <a href="http://www.newegg.com">NewEgg</a> and connected them to a <a href="http://3ware.com/products/serial_ata8000.asp">two port 3ware card</a> and built a RAID 1 array which gives me a bit under 500g of total space. I&#8217;ll probably find some use for such a contrivance.  The AMD64 boxen running Debian Sid is very fast and I&#8217;ve had a few updates which borked my nvidia drivers; but the <a href="http://wiki.debian.org/NvidiaGraphicsDrivers">Nvidia Drivers Debian Wiki Page</a> helps out a lot.</p>
<p>If you&#8217;re looking for a nice RAID alternative fully supported on Linux, I&#8217;ve done a few of these including a huge backup system and my smaller two port home systems.  For the home computer user, <a href="http://www.pcguide.com/ref/hdd/perf/raid/levels/singleLevel1-c.html">RAID1</a> provides a very nice feature set for protection of your music and photos and data.  If you wanna read all about RAID and what it can do for you, consider this <a href="http://en.wikipedia.org/wiki/RAID">wikipedia entry</a> on it.</p>
<p>The amount of futzing with a 3ware card is pretty minimum.  Comes down to a few steps including installing the card and drives and adding power to each drive.  Power up the system and choose the 3ware Configuration Utility.  Build a RAID 1 array if that&#8217;s what you want to do.  That initial operation will destory all the data on the drives and it will bond them together to Linux as a single drive.  Now boot da Linux and it will be found like this initially:</p>
<p><code>3ware Storage Controller device driver for Linux v1.26.02.002.<br />
scsi4 : 3ware Storage Controller<br />
3w-xxxx: scsi4: Found a 3ware Storage Controller at 0xec00, IRQ: 19.<br />
scsi 4:0:0:0: Direct-Access     3ware    Logical Disk 0   1.2  PQ: 0 ANSI: 0<br />
</code></p>
<p>I found it by simply doing a dmesg |grep 3ware in a console.</p>
<p>Now create the actual file system on the drive.  Being root is easier for this; but do it your way.  I create XFS file systems on these things and I don&#8217;t boot off them.  I end up booting off a cheaper IDE drive and then mounting the XFS RAID 1 array.</p>
<p>If you don&#8217;t know how to create a file system on Linux; shame on you.  You must go read!!  Go find a reasonable place about how this is done so you can then grep and grok the various types of file systems that you can create.  Debian has some nice shortcuts to creating them.  Finally, if you want to mount one at boot time, add it to that secret place on Linux.  You know the place, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2007/07/07/heading-out-to-washington-dc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 weeks and a two hour cruise&#8230; a two hour cruise</title>
		<link>http://lnxpowered.org/2007/07/03/7-weeks-and-a-two-hour-cruise-a-two-hour-cruise/</link>
		<comments>http://lnxpowered.org/2007/07/03/7-weeks-and-a-two-hour-cruise-a-two-hour-cruise/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 04:02:08 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2007/07/03/7-weeks-and-a-two-hour-cruise-a-two-hour-cruise/</guid>
		<description><![CDATA[Its been 7 weeks now and I&#8217;ve been watching how I eat but mostly watching and counting what I eat. I&#8217;ve reached a few tentative conclusions about dieting.&#160; Dieting is work!&#160; You have to commit like to some kinda relationship where you want to last it out, make it work, live through the hard times.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Its been 7 weeks now and I&#8217;ve been watching how I eat but mostly watching and counting what I eat. I&#8217;ve reached a few tentative conclusions about dieting.&nbsp; Dieting is work!&nbsp; You have to commit like to some kinda relationship where you want to last it out, make it work, live through the hard times.&nbsp; You need a friend of sorts to help manage you, give you tools and ways.&nbsp; The tool I found is <a href="http://www.calorie-count.com/">a free site</a> which I hereby highly recommend.&nbsp; It provides a great interface for the number of things which I think are challenges in the game of getting healthier, learning about how to eat (again), and basically re-inventing oneself.&nbsp; The major categories to this trek are:</p>
<ul>
<li>Learn how to be motivated.&nbsp; The truth here is that without motivation and creativity you will not rule the day or even seize the moment. It will become mere work and a drudgery and not a goal.&nbsp; Find the motivation to continue and I think it can be difficult and time consuming and it can demand a lot.</li>
<li>Find suitable resources that help.&nbsp; There are suitable resources that can help.&nbsp; Community resources, health professional, family.&nbsp; You never really go it alone.&nbsp; Here in my family unit, I have lots of support.&nbsp; Outside, I have this circle of friends that tell me positive things like I am looking better, the difference is noticeable, etc.&nbsp; My personal care Doctor tells me each visit how proud he is of me; how he knows I am getting stronger and healthier and perhaps one day I can dis-continue a blood pressure drug.&nbsp; All these build one upon the other. Look at this way.&nbsp; Without this, the next one is impossible.</li>
<li>Build a strong foundation.&nbsp; Well, you need to know what you are after and I think its important in this game of health and weight loss and goal driven behavior to know when you reach a goal.&nbsp; In my current job, I joke with a rather major hosting company I do business with at a partnership level and tell them that &#8220;they reached a milestone; a delivery objective&#8221;.&nbsp; They laugh at the project manager speak.&nbsp; But under that is the foundation.&nbsp; For them, they pride themselves on delivery.&nbsp; In any of the games that you play, delivery is important. </li>
<li>Find strength.&nbsp; Strength to continue with the plan.&nbsp; Strength can come from out and in. Just find it.</li>
</ul>
<p>I lose all of the above at times and I watch other people eat things, drink things, and I want.&nbsp; Its really hard.&nbsp; I think its never easy.&nbsp; There is never a point where you can really say &#8220;I&#8217;m done with that over-eating thing&#8221;.&nbsp; You always have to measure, account, track.</p>
<p>I&#8217;m looking at this after 7 weeks and 30 pounds.&nbsp; There is no end and no time I could say its okay to sink back.&nbsp; But I wonder&#8230; What other life goals can you apply the same lessons I&#8217;ve learned?&nbsp; We&#8217;ll see what happens next <img src='http://lnxpowered.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2007/07/03/7-weeks-and-a-two-hour-cruise-a-two-hour-cruise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTunes 7.2 and ipod corruption</title>
		<link>http://lnxpowered.org/2007/06/04/itunes-72-and-ipod-corruption/</link>
		<comments>http://lnxpowered.org/2007/06/04/itunes-72-and-ipod-corruption/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 01:50:36 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Current Events]]></category>

		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2007/06/04/itunes-72-and-ipod-corruption/</guid>
		<description><![CDATA[I&#8217;ve never really liked iTunes but as I&#8217;ve blogged before, I&#8217;ve gotten spoiled in being able to get my music fix.&#160; I still have to run it through a reverse DRM application called SoundTaxi to make the music the way I want it.&#160; I don&#8217;t like DRM and I don&#8217;t like iTunes 7.2 when it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never really liked <a href="http://www.apple.com/itunes/">iTunes</a> but as I&#8217;ve blogged before, I&#8217;ve gotten spoiled in being able to get my music fix.&nbsp; I still have to run it through a reverse DRM application called <a href="http://www.soundtaxi.info/">SoundTaxi</a> to make the music the way I want it.&nbsp; I don&#8217;t like DRM and I don&#8217;t like iTunes 7.2 when it f**ks up my ipod to such a level that its just &#8220;corrupted&#8221;.&nbsp; Why is it corrupted; I wonder?&nbsp; If I plug it into Debian Stable, it works and I can move music to it.&nbsp; The Linux applications that can read it and write to it seem fine; which leads me to my last vent above.&nbsp; I don&#8217;t think that iTunes on a Mac is as screwed up as it is on Windows XP; but then I ask the inevitable questions.&nbsp; Why even run XP when all I use it for any more is to get music from iTunes.&nbsp; I could run iTunes in VMWare Player and really get away from real instances of XP completely.</p>
<p>Most of all, why cannot Amazon sell DRM free mp3&#8217;s that I can just download and use on Linux?&nbsp; I am not a &#8220;arrgh matey&#8221; if you know what I mean.&nbsp; I plan on only using the music myself that I purchase.&nbsp; But I want freedom to use it as I want.&nbsp; This DRM crapola is rediculous and limiting and music is supposed to set you free.&nbsp; I notice that iTunes now has their iTunes Plus version which offers DRM free music; but of course you have to upgrade to iTunes 7.2 which then corrupts my ipod with every reboot.&nbsp; And everyone knows that XP likes to reboot with any ole change.</p>
<p>I am only hoping that Amazon decides to make their mp3 download service available to us running Linux.&nbsp; I&#8217;m this close to going back to buying my music on CD media and then ripping it; but truth be told the pieces I like about iTunes are its collections.&nbsp; My XP box is <b>this close</b> to becoming a Debian box at this point <img src='http://lnxpowered.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2007/06/04/itunes-72-and-ipod-corruption/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bringing it all together, sideways, getting down with it</title>
		<link>http://lnxpowered.org/2006/06/15/bringing-it-all-together-sideways-getting-down-with-it/</link>
		<comments>http://lnxpowered.org/2006/06/15/bringing-it-all-together-sideways-getting-down-with-it/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 04:35:10 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Subterfuge]]></category>

		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/06/15/bringing-it-all-together-sideways-getting-down-with-it/</guid>
		<description><![CDATA[Sometimes you gotta be iron and sometimes you just gotta flow.&#160; The last few days I&#8217;ve been the kid Daddy while my ever-loving wife was back taking care of a family thing.&#160; This is not a new thing for me.&#160; I was a SAHD for some years and I found it exciting, fun, and a [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you gotta be iron and sometimes you just gotta flow.&nbsp; The last few days I&#8217;ve been the kid Daddy while my ever-loving wife was back taking care of a family thing.&nbsp; This is not a new thing for me.&nbsp; I was a <a href="http://www.slowlane.com/">SAHD</a> for some years and I found it exciting, fun, and a learning thing.&nbsp; But I also had this desire to get back to working.&nbsp; The staying at home thing is work.&nbsp; Never let it be said that someone that stays at home just rumbles through the soap operas, daytime TV, reality shows on a rerun circuit.&nbsp; Nope.&nbsp; Its more like home support.&nbsp; Mopping, vacuuming, washing and drying clothes that kids seem to get dirty by staring at them, doing my wife&#8217;s Nursing uniforms while she was doing two jobs because there was no one job for me.&nbsp; It was tough those years but I knew some corner had been traveled when my daughter would run to me complaining.&nbsp; I was the SAHD and I knew it.&nbsp; I had the authority.&nbsp; I could rumble and tumble, make up how the kids were to behave, build sets of rules.&nbsp; It was all okay but I started wanting to get back into some semblence of a work force.&nbsp; </p>
<p>Back before doing archeology, I just roamed and was a hermit, a traveler, a scientist, a stranger even at home.&nbsp; That was an interesting life though and many time I gaze at the Hayward Hills and remember other hills and valleys, forests and deserts.</p>
<p>These last few days this was all brought back to me.&nbsp; I could not go to work and I missed it.&nbsp; I had email and IRC and the phone; but I missed the office.&nbsp; Last year this time, I worked at home all the time and I had an issue trying to carve the time out to actually get things done.&nbsp; I was there so I did things for the family but I often stayed up until 2 or 3am because I worked with folks in India and their day started at other times.&nbsp; </p>
<p>There is no main message to this blogpost I would gather.&nbsp; I just read it over again and I have not made a point other than a jumble of ideas about time and space.&nbsp; But that&#8217;s okay.&nbsp; Because sometimes you just flow and sometimes you are iron.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/06/15/bringing-it-all-together-sideways-getting-down-with-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>weekend deliberations</title>
		<link>http://lnxpowered.org/2006/05/21/weekend-deliberations/</link>
		<comments>http://lnxpowered.org/2006/05/21/weekend-deliberations/#comments</comments>
		<pubDate>Sun, 21 May 2006 23:28:38 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Subterfuge]]></category>

		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/05/21/weekend-deliberations/</guid>
		<description><![CDATA[Weekends are always a relaxation time.&#160; I pull away from work on Fridays and have this sensation that I have this well of time to drink beer, watch old westerns, read stuff.&#160; Every other weekend I get to sleep in as late as I want too!&#160; Sleeping in, no 7 year old telling me at [...]]]></description>
			<content:encoded><![CDATA[<p>Weekends are always a relaxation time.&nbsp; I pull away from work on Fridays and have this sensation that I have this well of time to drink beer, watch old westerns, read stuff.&nbsp; Every other weekend I get to sleep in as late as I want too!&nbsp; Sleeping in, no 7 year old telling me at 0530 that its time to get up; no 15 year old insisting on some tribal rites of passage&#8230; its a good thing!</p>
<p>I&#8217;ve tried also to stay away from news.&nbsp; News frustrates, angers, and disappoints me.&nbsp; That is until this morning when I saw coverage of the <a href="http://www.ingbaytobreakers.com/main.html">Bay to Breakers</a> race.&nbsp; Here in full glorious sight were people with bags on their heads, other people with nothing on at all, still others dressed as various and sundry characters.&nbsp; With all the serious news that we all have to contend with; its good to also have a thing to write about which tips the other scales.&nbsp; </p>
<p>I don&#8217;t have serious topics to blog about today.&nbsp; Its more like a recap of a weekend of rain and some shine and a bit of humor.&nbsp; I noticed that the average amount of time spent blogging is falling off of late.&nbsp; With the best of intentions I still read using one of them RSS gators.&nbsp; On Linux, I&#8217;ve been using <a href="http://liferea.sourceforge.net/">Liferea</a> which is pretty nice.&nbsp; But, I&#8217;ve also been using the <a href="http://sage.mozdev.org/">Sage</a> extension for Firefox which rules in the areas of quick reading of a few feeds.&nbsp; If you want one that can travel across OS&#8217;es and a Firefox extension is not your cup of tea; may I humbly suggest <a href="http://www.rssowl.org/">RSSOwl</a>?</p>
<p>I also spent some time this weekend getting rid of my last real XP system and replacing it with <a href="http://www.vmware.com/products/server/">VMware Server</a> and a virtual XP system.&nbsp; I just don&#8217;t need XP any longer on a real computer.&nbsp; VMware Server is very nice and easy to install and I can reach my install of XP Professional from anywhere on my home LAN.&nbsp; Its pretty respectable in speed even over 11g wireless connections.&nbsp; If you don&#8217;t know about VMware Server its what GSX Server turned into.&nbsp; Give it a look if you want to run virtualized guests within Linux.&nbsp; Works very well.&nbsp; I came down to realizing I only need XP Pro for a few tasks on a weekly basis and most times with what I do now,&nbsp; I can get by with VMware sessions.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/05/21/weekend-deliberations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sunday Thoughts and Memories</title>
		<link>http://lnxpowered.org/2006/04/30/sunday-thoughts-and-memories/</link>
		<comments>http://lnxpowered.org/2006/04/30/sunday-thoughts-and-memories/#comments</comments>
		<pubDate>Sun, 30 Apr 2006 23:27:03 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Subterfuge]]></category>

		<category><![CDATA[Weblogs]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/04/30/sunday-thoughts-and-memories/</guid>
		<description><![CDATA[Often Sundays arrive on my doorstep and its a relaxing kind of day.&#160; The weather here in the SF Bay area has not been nice until recently.&#160; But now?&#160; Good grief!!&#160; Its in the 70s and clear skies.&#160; Beer drinking weather on the back porch I declare.&#160; Many of the Sundays I spend here I [...]]]></description>
			<content:encoded><![CDATA[<p>Often Sundays arrive on my doorstep and its a relaxing kind of day.&nbsp; The weather here in the SF Bay area has not been nice until recently.&nbsp; But now?&nbsp; Good grief!!&nbsp; Its in the 70s and clear skies.&nbsp; Beer drinking weather on the back porch I declare.&nbsp; Many of the Sundays I spend here I try not to engage in meaningful work exercises because everyone needs a day to not do that and I often spend 6 days per week engaged.&nbsp; Today my daughter had the desire to go to Red Lobster for lunch so off we went.&nbsp; She likes the Ultimate Feast which is enough food for a hungry adult; but she is 7 and can eat all of it as well.&nbsp; The waiter just watched in amazement and appreciation.&nbsp; I like to watch her eat as well.&nbsp; As kids can be exact opposites, our son is very picky and will not eat things that seem different, not crunchy.&nbsp; Its a challenge to do a Sunday dinner out with him since many of the restaurants we would go to normally are restricted or even off-limits.</p>
<p>I often spent part of the day wondering over how APM and ACPI either work or don&#8217;t work on Linux.&nbsp; On desktops and servers we really don&#8217;t care; but a laptop is a &#8220;portable computer&#8221;.&nbsp; That means it can travel to new places and easily start working again.&nbsp; I have to say on Linux this is still a bit challenging.&nbsp; On newer laptops I&#8217;ve used like the IBM Thinkpad T40, ACPI works like a charm.&nbsp; But my current crop of Pentuin III 1.1 ghz laptops are not so lucky.&nbsp; The Dell Inspiron 4100 will not do ACPI and the Thinkpad T23 will not do APM.&nbsp; So part of this morning was spent trying to get APM on Fedora Core 5 to actually suspend the laptop when I closed the lid.&nbsp; The fault turned out to be in the DRI module.&nbsp; I removed that from loading in my xorg.conf file and all was working again.&nbsp; But then I muddled with the bios settings. </p>
<p><font color="#ff6666">Warning, Warning!!</font></p>
<p>Do not do that if you really want to get yet another thing working that may rely on certain bios settings.</p>
<p>Next I went back to looking at what &#8220;tags&#8221; or categories I selected on this weblog entry.&nbsp; Not enough since I was talking this and that.&nbsp; I perhaps need a &#8220;everything else&#8221; category on Wordpress.&nbsp; I can use that one when my ideas do not link to any of the 7 or 8 I currently own up to.&nbsp; But really who really cares if I post to any categories?&nbsp; I used to think categories were important, but&#8230;&nbsp; <font color="#ff6666">WAIT!&nbsp; Now I need to add another category.&nbsp; Weblogs!</font></p>
<p>Okay&#8230;&nbsp; I&#8217;ll resist the temptation to post anything on current events, uncategorized, or views or anthropology this time.&nbsp; Man&#8230; This owning a weblog is shure difficult.&nbsp; Categories pin me down too much I think.&nbsp; I tend to shift each time across my spectrum.&nbsp; Perhaps I&#8217;ll select the categories after I write my blogpost.&nbsp; How do you guys do it?&nbsp; Select a category first?&nbsp; Then read it later and say&#8230; WTF was I thinking?</p>
<p>Anyways, this one is all done for now.&nbsp; I won&#8217;t even discuss edting or updating it since the&nbsp; would need to add more &#8220;tags&#8221;.&nbsp; I have resisted the temptation to use Technorati Tags since I don&#8217;t view this blog as contributing much to the galactic whole.&nbsp; Its more my repressed thoughts, subterfuges, and whatever the Hell else I decide to call it.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/04/30/sunday-thoughts-and-memories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Out of Chaos comes</title>
		<link>http://lnxpowered.org/2006/03/25/out-of-chaos-comes/</link>
		<comments>http://lnxpowered.org/2006/03/25/out-of-chaos-comes/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 17:45:48 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/03/25/out-of-chaos-comes/</guid>
		<description><![CDATA[More chaos unfortunately.&#160; Since we are just puny human beings often the things we say and mean and the things we say and don&#8217;t mean cause major issues.&#160; I think communication is delicate and its deadly.&#160; Especially if we &#8220;assume&#8221; that a person is approaching the same pain point we are in the same way, [...]]]></description>
			<content:encoded><![CDATA[<p>More chaos unfortunately.&nbsp; Since we are just puny human beings often the things we say and mean and the things we say and don&#8217;t mean cause major issues.&nbsp; I think communication is delicate and its deadly.&nbsp; Especially if we &#8220;assume&#8221; that a person is approaching the same pain point we are in the same way, with the same degree of confidence, and with the same degree of understanding.&nbsp; Without a shared starting point to things, its difficult to reach a satisfactory concluion many times.&nbsp; Instead we jump all around building even more chaos.</p>
<p>The challenge for me in all this is to try to build bridges and not fences.&nbsp; Fences don&#8217;t work and if you want someone to come to the table prepared to discuss a thng; don&#8217;t assume you can whisper over a fence and be heard.&nbsp; </p>
<p>What I&#8217;ve learned of late is that communication definitely is a delicate and deadly act.&nbsp; I&#8217;m glad its Saturday.&nbsp; Now communication is limited to a few avenues.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/03/25/out-of-chaos-comes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just another WordPress Weblog</title>
		<link>http://lnxpowered.org/2006/03/13/just-another-wordpress-weblog/</link>
		<comments>http://lnxpowered.org/2006/03/13/just-another-wordpress-weblog/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 04:52:39 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/03/13/just-another-wordpress-weblog/</guid>
		<description><![CDATA[This is just another wordpress weblog and I am just another wordpress weblog author or poster or owner.  This blogpost is about nothing in particular so I don&#8217;t have any fancy links in it to other bloggers.  If I did I would probably link to someone notable.  That way I could raise [...]]]></description>
			<content:encoded><![CDATA[<p>This is just another wordpress weblog and I am just another wordpress weblog author or poster or owner.  This blogpost is about nothing in particular so I don&#8217;t have any fancy links in it to other bloggers.  If I did I would probably link to someone notable.  That way I could raise my AI.  That is my authority index.  When I raise my AI (no&#8230; not artificial intelligence), I gain popularity and others come to read my weblog.  That is important to me because I check my blog popularity by visiting any number of linking engines.</p>
<p>I&#8217;ve also built a careful repository of blogposts around different &#8220;tags&#8221; or categories but often my blogposts start out in one area and seem to drift much like the continents did eons ago somewhere else.  I actually like blogging about open source stuff.  Linux is fascinating and how it does things is too.  Linux on the desktop will never make it however.  Just because lots of people that I know use it and seem to be okay is no real indicator that it ever will actually go somewhere.</p>
<p>I also blog about anthropology and others have commented it seems like a crazy mix.  Well, everything is a crazy mix.  Life is a crazy mix of the almost, the pathetic, and the coulda been.  Never really doubt how crazy it is and if you think you &#8220;own&#8221;; well you don&#8217;t.  Its just the big joke that reality plays on you.  But the real joke is there is no reality.  You are simply asleep.  Dreaming.  All of this never happened.  There are no pyramid of bloggers that are &#8220;authoritarian&#8221;.</p>
<p>Turn over, dammit.  You&#8217;re snoring.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/03/13/just-another-wordpress-weblog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gathering the Table of Elements</title>
		<link>http://lnxpowered.org/2006/01/28/gathering-the-table-of-elements/</link>
		<comments>http://lnxpowered.org/2006/01/28/gathering-the-table-of-elements/#comments</comments>
		<pubDate>Sat, 28 Jan 2006 19:44:44 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Anthropology]]></category>

		<category><![CDATA[Subterfuge]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/01/28/gathering-the-table-of-elements/</guid>
		<description><![CDATA[Its come to me more than a few times that the world is made up of elements of various kinds and there is this table of periodic elements which are the maps and illustrations of our world.  Some of the crystalline structures I&#8217;ve seen of silica, quartz, dolomitic cherts; are simply breathtaking in their [...]]]></description>
			<content:encoded><![CDATA[<p>Its come to me more than a few times that the world is made up of elements of various kinds and there is this table of periodic elements which are the maps and illustrations of our world.  Some of the crystalline structures I&#8217;ve seen of silica, quartz, dolomitic cherts; are simply breathtaking in their elegance.  Geologists have a wondrous world to work on and I think their tablet is the world-at-large and all its structure.  I&#8217;ve envied them for more than a few reasons in the past because they take on time and space in a very interesting, provocative and wondrous way.  As an archeologist at one time, we took on features, symmetry, logistics, space, and time as well.  I was limited to 40k years though and geologists go on and back and even out into space.  Wondrous!  But prehistoric peoples touching their lives is also full of wonder&#8230;</p>
<p>It brings me to the periodic table of elements for people.  We all seem to have shares of these common elements like truthfulness, honesty, equity, wonder and all the negative poles.  In fact, in many people, most people, all people one can observe what element rules.  We all want people to ascribe to higher moral, ethical, and other elements; but our makeup while cosmic in nature is human in composition.  So we all have to share all of our elements and be just human but fly to the stars.  Its what makes us the best and worst and other ways at things we do.  But the real mystery is when you introduce others and their elements to the mix.  As solitary human beings we sense out our own elemental lives; but people add a mix and complexity.</p>
<p>Its an interesting set of hypotheses to consider, fellow humans.  As you blog out and in, consider what elements you are presenting for the rest of us.  We all are made up of the materials that made the universe but we cull them all down to sets of principles, ethics, ideas, philosophies.  Don&#8217;t tell me measurement of the way doesn&#8217;t matter and that results only do.  Without measurements of effort, results don&#8217;t ever happen.  So get honest with yourself in your periodic table of elements.</p>
<p>Lets all be good geologists, anthropologists, and scientists and redo our own particular table of elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/01/28/gathering-the-table-of-elements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strange Days for Me N You</title>
		<link>http://lnxpowered.org/2006/01/22/strange-days-for-me-n-you/</link>
		<comments>http://lnxpowered.org/2006/01/22/strange-days-for-me-n-you/#comments</comments>
		<pubDate>Sun, 22 Jan 2006 23:54:30 +0000</pubDate>
		<dc:creator>Michael Perry</dc:creator>
		
		<category><![CDATA[Subterfuge]]></category>

		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://lnxpowered.org/index.php/2006/01/22/strange-days-for-me-n-you/</guid>
		<description><![CDATA[The weekend this weekend was an interesting mix of sorting out a few things I wanted to try on Linux, getting my XP desktop rebuilt, and thinking a lot about the strangeness of life in general.  I had an opportunity to watch the last few minutes of the Broncos and Steelers.  Yay Steelers! [...]]]></description>
			<content:encoded><![CDATA[<p>The weekend this weekend was an interesting mix of sorting out a few things I wanted to try on Linux, getting my XP desktop rebuilt, and thinking a lot about the strangeness of life in general.  I had an opportunity to watch the last few minutes of the Broncos and Steelers.  Yay Steelers!  Its always good when the Horsey Boys lose and when they lose at a superbowl bid; its even better.  Its mo bettah.  If it cannot be to those Silver and Black folks, losing a superbowl appearance is just as sweet.</p>
<p>One of the things I&#8217;ve blogged a bit about is how I tend to be a habilis type person with computers and OS&#8217;es.  I basically use the OS which facilitates my work or play.  I don&#8217;t have a set of zealotry which extends to any of it.  If I use Windows XP, I know what I need there.  I need anti-virus, spyware protection, registry cleaning.  Windows XP seems to just require more &#8220;mantenance&#8221;.  On Linux, I tend to not worry and get completely lazy.  I open up the zip archives that have things that make my windows AV go off.  Call it curiousity.  I also don&#8217;t worry about registry cleaners (doh&#8230; of course).  And as I blogged there are lesser and lesser reasons for me needing Windows these days which is a good thing.  I&#8217;ve been doing Linux for about 10 years now give or take a kernel release.  Since I am not a developer, I characterize myself as a &#8220;user&#8221;.  A tool user to be truthful.  I use tools and computers are tools.  If Linux fails me at a job, I just pack it in and move to something else.  It was a reality that I could not do complex flowcharting when I needed to before so I used Visio.  I still have a thing about Visio at a technical and use level.  Its just wonderful software.  It does what it needs and it makes it easy to get a thing done.  There is still nothing really on Linux to match it; but these days I don&#8217;t need its complexity so I can use OpenOffice or StarOffice and its draw program.  The OODraw program appears to do a passable job and has export to PDF which is really handy and its integration points into the other programs are great.</p>
<p>At my work location, I simply don&#8217;t need Windows nor do many of my cohorts which is very nice.  They all run something else and I am the token Debian user.  That&#8217;s okay by me.  We all know that Debian is inherently superior and soon all will know <img src='http://lnxpowered.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Almost at the last paragraph now in this blog post.  I&#8217;ve spent some years blogging the body anthropological because I enjoy now reclining in a chair and extrapolating the things, the ideas, the theories, and the worlds that make up the sciences I truly enjoy.  Anthropology is one of those binding things to me.  It gives me a thought process to understand, hypothesize, watch, and record events.  When I was out stumbling the deserts in the American West, archeology was my mistress.  She was a harsh and demanding one at times and made me walk a certain path.  I had to walk the right-of-ways of bulldozers, pipelining equipment, powerlines.  But I also did a lot of research that was funded by a variety of agencies.  It all circles around on weekends and lets me dwell on the places and spaces and the desert sunsets I once saw.  If there was one thing I loved truly and fully, it was the archeology.  When I got into technology, the thing that shocked me the most was the way people dealt with each other.  I remember thinking, &#8220;it cannot be this way&#8221;.  People were and are treated like the software products they write or support or service.  In vogue one year, gone and outdated the next.  Geez.  No wonder we have a disposable cuture at so many levels.  In many cases in the past, the leadership was guilty of the same type of heresy; but they did their acts on living people and not services, products, or support.</p>
<p>My wife says it was all the same though.  In archeology people did bad things too.  I had a boss once we forced out of office for a variety of causes.  It came down to me and a senior natural resource planner to take the action but it had to be.</p>
<p>So, its Sunday at almost 1600 now and I can see the places I want this blog to go next.  Its always a mirror and I see things which need reflecting.  If you don&#8217;t blog and perhaps you ask, &#8220;why should I&#8221;; I would challenge you to read a few weblogs and see if there is a thing which matches.  Weblogs are growing at some rate and I think people need a medium to cuss and discuss.</p>
<p>Stand by for future transmissions from this channel.  Mike out.</p>
]]></content:encoded>
			<wfw:commentRss>http://lnxpowered.org/2006/01/22/strange-days-for-me-n-you/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
