<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/serendipity/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://inceptu.com/serendipity/rss.php?version=atom0.3" rel="service.feed" title="inceptu ideas" type="application/x.atom+xml" />
    <link href="http://inceptu.com/serendipity/"                        rel="alternate"    title="inceptu ideas" type="text/html" />
    <link href="http://inceptu.com/serendipity/rss.php?version=2.0"     rel="alternate"    title="inceptu ideas" type="application/rss+xml" />
    <title mode="escaped" type="text/html">inceptu ideas</title>
    <tagline mode="escaped" type="text/html">thoughts and conversation on innovation</tagline>
    <id>http://inceptu.com/serendipity/</id>
    <modified>2007-10-26T13:31:10Z</modified>
    <generator url="http://www.s9y.org/" version="1.5.1">Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/49-Feeling-Blue-Today.html" rel="alternate" title="Feeling Blue Today?" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2007-10-25T15:19:19Z</issued>
        <created>2007-10-25T15:19:19Z</created>
        <modified>2007-10-26T13:31:10Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=49</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=49</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/49-guid.html</id>
        <title mode="escaped" type="text/html">Feeling Blue Today?</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <!-- s9ymdb:58 --><img width="300" height="400" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/WindowsBlueScreen.jpg" alt="" /><strong><em>'A problem has been detected and Windows has been shut down to prevent damage to your computer...'</em></strong><br />
<br />
I am sure that this is not the message the vendor intended to send to thousands of Sydney travellers last Tuesday. <br />
<br />
There it is though, the exasperating Microsoft 'blue screen of death' we all know and love to hate, leaving countless passers-by wondering who is the least competent player here. The vendor? Sydney Airport? Microsoft? <br />
<br />
We users have come to terms with the blue screen of death and live with it in our day-to-day computing endeavours. <br />
<br />
What creative strategies we have developed to manage the problem, ranging from calling IT support to cycling the power switch. And we do it immediately!<br />
<br />
Placing in public a product that not only runs the well-known risk of crashing, but has no-one or no way to correct such a problem immediately, is just plain risky. <br />
<br />
I wonder how many people got the message 'incompetence' before this display was corrected?<br />
<br />
<strong>Risk Management 101</strong><br />
<br />
The two classic risk management questions which should have been asked by the vendor before allowing this product into public space are:<br />
<br />
a) what is the risk of this product failing, and<br />
b) what is the impact of this product failing?<br />
<br />
If risk and impact are low, the risk is inherently well managed. <br />
<br />
If one of the answers is high and the other low, a judgement call is needed to manage the risk and its implications should be well understood. <br />
<br />
This is clearly an example of high risk <em>and </em>high impact. <br />
<br />
In this case, the vendor is probably getting the advertising it deserves. (Humbly in my opinion.)<br />
<br />
...Robert 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/48-Apache-Tricks.html" rel="alternate" title="Apache Tricks" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2007-09-11T12:23:47Z</issued>
        <created>2007-09-11T12:23:47Z</created>
        <modified>2007-09-11T12:58:11Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=48</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=48</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/48-guid.html</id>
        <title mode="escaped" type="text/html">Apache Tricks</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                ...yes I do spend my time on an eclectic variety of endeavours!<br />
<br />
Here's a simple little gem of a way to make any or all of your internal web servers (ie 192.168.1.2) proxied back out through your main Apache server on 192.168.1.1. Both domain names must of course resolve to your single public server address (usually your router).<br />
<br />
&lt;VirtualHost <strong>192.168.1.1:80</strong> 127.0.0.1:80&gt;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ServerName <strong>www.mydomain.com</strong><br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;DocumentRoot /var/www/mydomain<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;DirectoryIndex  index.php index.html index.htm index.shtml <br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;LogLevel  warn<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;HostNameLookups off<br />
&lt;/VirtualHost&gt;<br />
<br />
&lt;VirtualHost <strong>192.168.1.1:80</strong> 127.0.0.1:80&gt;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ProxyRequests off<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ProxyPass / <strong>http://192.168.1.2/</strong><br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;Location /&gt;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ProxyPassReverse /<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;SetOutputFilter  proxy-html<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;RequestHeader    unset  Accept-Encoding<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/Location&gt;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;LogLevel warn<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ServerName <strong>www.myotherdomain.com</strong><br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;DirectoryIndex  index.php index.html index.htm index.shtml <br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;HostNameLookups off<br />
&lt;/VirtualHost&gt;<br />
<br />
This last VirtualHost section can be repeated for as many webservers as you have on your intranet and which to make public.<br />
Happy reverse-proxying! <img src="http://inceptu.com/serendipity/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
<!-- s9ymdb:57 --><img width='259' height='32' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/apache_pb2.gif" alt="" /><br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/46-SD-Card-Trivia.html" rel="alternate" title="SD Card Trivia" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2007-02-25T01:05:51Z</issued>
        <created>2007-02-25T01:05:51Z</created>
        <modified>2007-10-26T13:33:35Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=46</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=46</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/46-guid.html</id>
        <title mode="escaped" type="text/html">SD Card Trivia</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <!-- s9ymdb:55 --><img width='270' height='256' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/sd_card.jpg" alt="" />My sincere apologies for an article that will add absolutely no value. However, I came across a wonderful little piece of trivia I just could not help but share.<br />
<br />
Anyone who has had anything to do with digital media devices, especially digital cameras, would be well acquainted with the ubiquitous SD memory card. <br />
<br />
They seem like they have been around forever even though we first saw them in 2000. <br />
<br />
Now look carefully at the logo. <br />
<br />
Notice that the 'D' resembles one half of an optical disk such as a CD-ROM or DVD-ROM.  The 'SD' logo actually stood for 'Super Density Disc', Toshiba's failed DVD format. <br />
<br />
I guess someone could not see the point in employing a graphic designer when they could borrow an old piece of work that already looked the part!<br />
<br />
My thanks to <a href="http://en.wikipedia.org/wiki/Secure_Digital_card"  title="Wikipedia SD Card">Wikipedia</a> for that wonderful piece of enlightenment!<br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/43-Update-Junkie.html" rel="alternate" title="Update Junkie" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-12-07T13:12:47Z</issued>
        <created>2006-12-07T13:12:47Z</created>
        <modified>2007-10-26T13:35:47Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=43</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=43</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/43-guid.html</id>
        <title mode="escaped" type="text/html">Update Junkie</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <img width='203' height='149' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/updates.gif" alt="" />It seems that Microsoft has a lot to answer for in creating a world of 'update paranoia'.  <br />
<br />
I remember the first time I received that <em>New updates are ready to be downloaded </em>message. I thought it was great, that Microsoft would provide me with a better version of Windows. <br />
<br />
Now, more than 300 updates down the track I can honestly say that none of these updates has done anything at all to improve either my productivity or my experience of Windows. I can think of no other reason to carry on this practice other than that I am addicted!<br />
<br />
I update Windows, I update Avast, I update my hardware drivers, I update my applications, I update my bios, I update my drive firmware and even my phone firmware. <br />
<br />
Always looking for my next fix I scour the web for anything I can use to update something that already apparently works well.<br />
<br />
To be fair, many of these updates have improved the way my PC works, the stability of my environment, added new functionality and given me confidence in knowing that my system is up-to-date. <br />
<br />
But I can honestly say that in all thoses updates my experience of Windows has never changed…<br />
<br />
…Robert 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/41-Thoughts-On-Early-Adoption.html" rel="alternate" title="Thoughts On Early Adoption" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-11-20T01:34:46Z</issued>
        <created>2006-11-20T01:34:46Z</created>
        <modified>2006-11-28T13:16:53Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=41</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=41</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/41-guid.html</id>
        <title mode="escaped" type="text/html">Thoughts On Early Adoption</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <img width='76' height='110' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/nokian80.serendipityThumb.jpg" alt="" />While driving to work today I realised that my in-car MP3/CD/radio system had not been used in more than a month. In a functional sense, I have been chosing recently to listen to MP3s directly from my new smartphone.  <br />
<br />
I have just become aware that I am a 'gadget churner'. <br />
<br />
Being an early adopter requires an enthusiasm for something new, neat, quirky, novel or just plain different. Often, we put up with the most masochistic implementations of form and function just to be able to do something new. Like a new toy with no instructions, we explore - and then invent - ways to use our new gadget as a part of our everyday lives.<br />
<br />
It is interesting to note the three clear stages of being a gadget churner.<br />
<br />
Stage 1. <em>The toy.</em> Playing with our new toy just for the purpose of discovering everything it does.<br />
Stage 2. <em>The tool.</em> Integrating our gadget into our everyday life.<br />
Stage 3. <em>The trash. </em>Discarding the gadget in favour of something better.<br />
<br />
The one to really look out for here is 'the tool', which has also been referred to as a 'weak signal' of future innovation. <br />
<br />
The way we integrate a gadget into our everyday lives and derive real value is a clear sign that, in the future, others who are not as gadget-oriented will find value too.<br />
<br />
…Robert 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/40-A-Rude-Awakening.html" rel="alternate" title="A Rude Awakening" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-10-29T12:43:29Z</issued>
        <created>2006-10-29T12:43:29Z</created>
        <modified>2006-11-28T13:21:56Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=40</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=40</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/40-guid.html</id>
        <title mode="escaped" type="text/html">A Rude Awakening</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <img width='70' height='110' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/patek.serendipityThumb.gif" alt="" />Today being the last Sunday in October heralds the beginning of Daylight Savings Time for us. <br />
<br />
With it brings all the mucking about in moving forward all things which have clocks in them. Once this used to be a bedside clock and a couple of watches, but that has now extended to include all manner of gadgets and gear such as cameras, ovens, VCRs, radios, toys and so on. At least with modern computers we are spared the angst; they usually do this automatically.<br /> <br /> As I have done in the past, I set the time on my new phone one hour forward before I went to bed last night. I also set the alarm for 7am as I needed to be up early. <br />
<br />
But it transpired that my new smart phone had come of age and was daylight savings aware. It diligently moved itself one hour forward in the wee hours. A 6am Sunday morning rude awakening heralded the fact that my phone was now an hour ahead and smarter than I expected. Being woken an hour early was no big deal really. <br />
<br />
However, I wonder how many meetings, plane flights, appointments and deadlines will be missed five months from now, when these new smart phones catch out the unsuspecting by moving the time back again! <br />
<br />
At least I'll be ready. <img src="http://www.robertrath.com/serendipity/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/39-A-Cool-New-Toy.html" rel="alternate" title="A Cool New Toy" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-07-28T00:12:31Z</issued>
        <created>2006-07-28T00:12:31Z</created>
        <modified>2006-11-28T13:27:35Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=39</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=39</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/39-guid.html</id>
        <title mode="escaped" type="text/html">A Cool New Toy</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <img width='110' height='83' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/NWE003FB_281x160.serendipityThumb.jpg" alt="" /> It is not often - or at least not often enough <img src="http://www.robertrath.com/serendipity/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> - that I buy new toys. When I do, however, I have a knack for doing it well! I have just become the proud new owner of a Sony NW-E005F MP3 player.<br /> <br /> The interesting thing about this cool new gadget is that I did something I said I would never do: I bought a digital rights managed (DRM) MP3 player. Well, enough pro's finally outweighed the con's. It hit my performance sweet spot so I now own a Sony DRM-based player!<br /> <br /> Firstly, it’s a USB flash key with 2GB to play with, finally enough to at least keep me happy. Secondly, I can fit all of my favorite MP3s, both music and podcasts. Last and just as important, it is absolutely beautiful both in visual design and in the user interface.<br /> <br /> Sure it has its con’s but for now I will put up with them because it ROCKS! <img src="http://www.robertrath.com/serendipity/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/20-Somebody-Elses-Problem.html" rel="alternate" title="Somebody Else's Problem" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-07-21T01:01:34Z</issued>
        <created>2006-07-21T01:01:34Z</created>
        <modified>2006-11-28T13:36:29Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=20</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=20</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/20-guid.html</id>
        <title mode="escaped" type="text/html">Somebody Else's Problem</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Douglas Adams once wrote, <i>&quot;Cleanliness may be next to Godliness, but tidiness is the the result of an SEP field&quot;</i>.</p><br />
<p>Creativity in the office often goes hand in hand with a noted lack of tidiness. There will always be those who make it their responsibility to keep a sense of order and tidiness. To others, myself included, we are happy to make it Someone Else's Problem (SEP).  <br />
<br />
But what happens if you work in an office lacking an SEP field? <br />
<br />
<strong>CHAOENTROPY</strong>: the place where chaos and entropy eventually turn the office into a non-functional tip of boxes, paper and broken equipment.<br />
<br />
Today's mission, therefore, is to create a new office environment for everyone. One which is not only functional, but self-organising and regenerative. <br />
<br />
In short, the challenge is to embody the new space with its own SEP field so that we can<br />
all get back down to the business of being creative and messy again!</p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/6-Ah-Microsoft,-Youve-Done-It-Again!.html" rel="alternate" title="Ah Microsoft, You've Done It Again!" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2006-07-07T03:21:42Z</issued>
        <created>2006-07-07T03:21:42Z</created>
        <modified>2006-11-28T13:50:17Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=6</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=6</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/6-guid.html</id>
        <title mode="escaped" type="text/html">Ah Microsoft, You've Done It Again!</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I have just experienced a day of getting my crippled laptop back to life again. It's no fun when you are trying to meet deadlines <em>and </em>fix your PC!<br />
<br />
Eventually I had to resort to reinstalling XP - and my troubles went from bad to worse! XP refused to activate and promptly logged me off every time I tried to log in.  It seems that because I had recently replaced both the motherboard and the hard drive, Microsoft refused to believe I was the legitimate owner of the XP license.<br />
<br />
At least to its credit, Microsoft was able to fix the problem over the phone, but it took some time and a lot of numbers were involved. <br />
<br />
Ah Microsoft, you've done it again! <img src="http://inceptu.com/serendipity/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/14-Back-In-The-Game.html" rel="alternate" title="Back In The Game" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2005-08-01T04:20:00Z</issued>
        <created>2005-08-01T04:20:00Z</created>
        <modified>2006-11-28T13:44:28Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=14</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=14</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/14-guid.html</id>
        <title mode="escaped" type="text/html">Back In The Game</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                    <a href="http://www.tda-tech.com" target="TDATech"><img width='240' height='117' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/TDAtechPCB.jpg" alt="" /></a> <br />
    <h3><a name="TDATech" id="TDATech"></a> Back In The Game</h3><br />
	<p><br />
Well it had to happen: I have found myself back in the thick of things with TDA Tech Pty Ltd.&#160;<br />
<br />
With technology development based in Adelaide, Australia and manufacturing resource in Hong Kong and China, TDA offers a complete end-to-end OEM solution for trusted digital authentication.  <br />
<br />
Want to know more? <br />
<br />
Visit <a href="http://www.tda-tech.com" target="TDATech">http://www.tda-tech.com</a></p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/13-Inceptu-Ideas-Forum-Launched.html" rel="alternate" title="Inceptu Ideas Forum Launched" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2005-07-08T04:06:00Z</issued>
        <created>2005-07-08T04:06:00Z</created>
        <modified>2006-11-28T13:49:10Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=13</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=13</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/13-guid.html</id>
        <title mode="escaped" type="text/html">Inceptu Ideas Forum Launched</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                    <a href="http://www.inceptu.com/community/index.php" target="InceptuIdeasForum"><img width='200' height='63' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/inceptuforum.jpg" alt="" /></a> <br />
    <h3><a name="InceptuForum" id="InceptuForum"></a> Inceptu Ideas Forum Launched</h3><br />
	<p><br />
	The development of the Inceptu website is ongoing, and the site now hosts a new ideas forum.&#160; <br />
<br />
This is a place for people interested in ideas, technology and innovation to share ideas in a public space. Even if you are not interested  in innovation and technology, please take time to visit anyway and let me know what you think. <br />
<br />
Please visit <a href="http://www.inceptu.com/community/index.php" target="InceptuIdeasForum">http://www.inceptu.com/community/index.php</a> <br />
<br />
Monday 4th July 2005.</p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/10-Launch-Of-Inceptu-Website.html" rel="alternate" title="Launch Of Inceptu Website" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2005-07-01T03:51:00Z</issued>
        <created>2005-07-01T03:51:00Z</created>
        <modified>2006-11-28T13:48:30Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=10</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=10</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/10-guid.html</id>
        <title mode="escaped" type="text/html">Launch Of Inceptu Website</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                    <img width='156' height='43' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/inceptu.jpg" alt="" /><br />
    <h3><a name="Inceptu" id="Inceptu"></a>Launch Of Inceptu Website</h3><br />
<br />
	<p><br />
	It has been a long time in the making, but Inceptu is starting to form an identity and the website is now ready to bare all on an unsuspecting Internet. <br />
<br />
Please peruse and let me know what you think, or let me know if you find anything that does not work properly! <img src="http://inceptu.com/serendipity/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://inceptu.com/serendipity/index.php?/archives/9-Australian-Federal-Government-Releases-Copyright-Whitepaper.html" rel="alternate" title="Australian Federal Government Releases Copyright Whitepaper" type="text/html" />
        <author>
            <name>Robert Rath</name>
                    </author>
    
        <issued>2005-06-01T03:46:00Z</issued>
        <created>2005-06-01T03:46:00Z</created>
        <modified>2006-11-19T23:03:24Z</modified>
        <wfw:comment>http://inceptu.com/serendipity/wfwcomment.php?cid=9</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://inceptu.com/serendipity/rss.php?version=atom0.3&amp;type=comments&amp;cid=9</wfw:commentRss>
    
        <id>http://inceptu.com/serendipity/index.php?/archives/9-guid.html</id>
        <title mode="escaped" type="text/html">Australian Federal Government Releases Copyright Whitepaper</title>
        <content type="application/xhtml+xml" xml:base="http://inceptu.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                    <img width='331' height='97' style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://inceptu.com/serendipity/uploads/AusGov.jpg" alt="" /> <br />
    <h3><a name="Copyright555" id="Copyright555"></a>Australian Federal Government Releases Copyright Whitepaper</h3><br />
	<p><br />
	The Government is aware some common personal uses of copyright material infringe copyright. Examples include transferring music from a CD onto an MP3 or iPod player or copying a television broadcast to view later. Those engaged in such uses do not believe they are or should be considered copyright pirates. Many observers believe copyright law should be reformed to reflect public attitudes and practices. Some interest groups feel a copyright balance might be better maintained in a rapidly changing digital environment if the Copyright Act were to include an open-ended &lsquo;fair use&rsquo; exception that would allow the courts to determine whether a particular use of copyright material is &lsquo;fair&rsquo; and should be lawful. Others argue the present specific exceptions in the Act should be amended to make certain uses of copyright material lawful.</p><br />
<br />
	<p>In this &quot;White Paper&quot; the Federal Government is seeking submissions on ways of addressing these conflicting views and canvass options in this paper. In particular, they seek views on whether the Copyright Act should include more specific exceptions or a fair use exception which would facilitate the public&rsquo;s access to copyright material. Submissions deadline is July 1st, 2005. </p><br />
	<p align="center"><a href="http://www.ag.gov.au/agd/WWW/agdhome.nsf/AllDocs/E63BC2D5203F2D29CA256FF8001584D7?OpenDocument" target="_blank">http://www.ag.gov.au/agd/WWW/agdhome.nsf/AllDocs/E63BC2D5203F2D29CA256FF8001584D7?OpenDocument</a></p> 
            </div>
        </content>

        
    </entry>
</feed>