    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>ACCU  :: Editorial</title>
        <link>https://members.accu.org/index.php/articles/857</link>
        <description>Professionalism in Programming</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:webeditor@accu.org" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>




<div class="xar-mod-head"><span class="xar-mod-title">Journal Editorial + CVu Journal Vol 17, #6 - Dec 2005</span></div>

<table border="0" cellpadding="1" cellspacing="0">
    <tbody>
    <tr>
        <td valign="top">
            Browse in :
       </td>
       <td valign="top">

                                            <a href="https://members.accu.org/index.php/articles/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c184/">Journal Columns</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c185/">Editorial</a>
<br />

                                            <a href="https://members.accu.org/index.php/articles/">All</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c76/">Journals</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c77/">CVu</a>

                     &gt;                         <a href="https://members.accu.org/index.php/articles/c93/">176</a>
<br />

                                            <a href="https://members.accu.org/index.php/articles/c185-93/">Any of these categories</a>

                    -                        <a href="https://members.accu.org/index.php/articles/c185+93/">All of these categories</a>
<br />
</td>
   </tr>
   </tbody>
</table>




<div class="xar-error">
   <p>
 <strong>Note:</strong> when you create a new publication type,
the articles module will automatically use the templates
<em>user-display-[publicationtype].xt</em>
and <em>user-summary-[publicationtype].xt</em>.
If those templates do not exist when you try to preview or display a new article,
you'll get this warning :-)  Please place your own templates in themes/<em>yourtheme</em>/modules/articles . The templates will get the extension .xt there. </p>
</div>
<div class="xar-norm xar-standard-box-padding">
   <h1><strong>Title:</strong>&nbsp;Editorial</h1>
<p><strong>Author:</strong>&nbsp;</p>
<p>
<strong>Date:</strong> 09 December 2005 05:00:00 +00:00 or Fri, 09 December 2005 05:00:00 +00:00</p>
<p><strong>Summary:</strong>&nbsp;</p>
<p><strong>Body:</strong>&nbsp;<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e20" id="d0e20"></a></h2>
</div>
<p>Being the editor of a magazine is quite often a very enjoyable
activity; I have many friends who have been editors for many years
and they all say the same in terms of enjoyability and what also
really annoys them.</p>
<p>In no real order, the annoyances are:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>Approaching deadlines and promised material has gone missing</p>
</li>
<li>
<p>Poor quality material submitted</p>
</li>
<li>
<p>Material submitted in an alien format that the editor cannot do
anything with</p>
</li>
<li>
<p>Having to continually chase new and high quality material</p>
</li>
<li>
<p>Problems with copyright on material</p>
</li>
</ul>
</div>
<p>The last one has never really been a worry for the ACCU as we
never claim the copyright on the work submitted - we just have the
right to publish it, non-exclusively, twice with an electronic copy
in the private members area in PDF format. It does cause problems
for my friends though - and oddly enough given what I've just said,
for us.</p>
<p>While an editor does take every precaution possible to ensure
that the material is original (or that excessive quoting or
verbatim copying has not occurred), it is not always possible -
there are thousands upon thousands of books out there and it isn't
possible to read every single one, so if something slips past
(which in all probability it will some day) then who, ultimately,
should be blamed? The author for knowingly copying material they
had no right to copy or the editor for not picking up on the
infringing material?</p>
<p>The answer is both and both will end up with a sting. In an
ideal world though, the honourable thing would be that the author
pays the publishers sting - after all, it was the author that put
the material there in the first place. The problem is that this is
the real world and the sting placed on the publisher is likely to
be much higher as publishers are seen to have much deeper pockets
than the author and more than that, the publisher is very likely to
have some form of indemnity insurance. Best the publisher can hope
for is that the author covers the excess.</p>
<p>Now, if we apply this to what the majority of us do for a living
and you can begin to see a problem. It was once said that if you
give an infinite number of monkeys a typewriter and supply them
with an infinite amount of paper, they'll come up with the complete
works of Shakespeare (or was it Dickens?). In the software
industry, you have the same problem (not that I'm saying you're all
monkeys!)</p>
<p>Suppose you wish to implement an algorithm to calculate the
shortest distance between two points, but have to go via a third
point, you would start out and draw a triangle and use the distance
from A to C to B as the basis of an answer. That would be in a
perfect world. The problem is that there are humps, turns,
roundabouts and the odd T junction to negotiate. You come up with a
mix between topography via a helicopter analysis of the road and
looking at structural maps and from there, come up with a
generalised formula which more-or-less gives the correct answer.
Job done.</p>
<p>Well, that's the theory. The code review process has not shown
anything wrong and a search for anything similar has drawn a blank.
The code is released, is a financial success and then, from out the
blue, you're hit (well, the company) with a patent infringement
action.</p>
<p>The problem is that this formula is well known to other people
in some other field completely unrelated to computing and a patent,
is a patent - if you're using the same methods or a derivative
method, you're hit.</p>
<p>Sounds somewhat silly that and in an ideal world, just wouldn't
happen. Take the following as an example. This is a true patent
filing [1].</p>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e58" id="d0e58"></a>Process of
Relaying a Story Having a Unique Plot</h2>
</div>
<div class="sidebar">
<p class="title c3">Abstract</p>
<p>A process of relaying a story having a time line and a unique
plot involving characters comprises: indicating a character's
desire at a first time in the timeline for at least one of the
following: a) to remain asleep or unconscious until a particular
event occurs; and b) to forget or be substantially unable to recall
substantially all events during the time period from the first time
until a particular event occurs; indicating the character's
substantial inability at a time after the occurrence of the
particular event to recall substantially all events during the time
period from the first time to the occurrence of the particular
event; and indicating that during the time period the character was
an active participant in a plurality of events.</p>
</div>
<p>I have to say. They have at last invented a way to destroy all
cultural development forever more. That's an achievement of a
sort.</p>
<p>Okay, that is filed in the USA which has a patent system which
is almost completely incomprehensible by us mere humans - but there
is nothing to stop it being filed in the EU. The important aspect
though is that by filing such a patent, and assuming it is
successful, nothing is any more sacred. This is just the tip of the
iceberg though. Microsoft attempted to assert a patent on double
clicking and there is even one now attempting to derail XML.</p>
<p>Of course, it isn't happening in Europe as while we do have a
patent system, it doesn't cover software. It does though cover
maths and even genetics. This is why the patent action can be
brought against my mythical software company. Surely though that
can't happen in reality. It can and has - plenty of times with the
psychoacoustic model used in MP3s being a prime example (though
this is a disputed patent).</p>
<p>Where was I? Oh yes. Talking about the fun and games editors
have...</p>
<p>Poor quality material is not that much of an issue for C Vu and
Overload. After all, we are a professional magazine written for and
by professionals. The worst I've had to see (other than one
somewhat weak article) is the odd void main() or some dodgy method
used in the middle of a function which doesn't really perform a
task, but looks to be more of a cludge than anything. A quick word
with the author and the matter is sorted. Other editors I know can
relate other stories. The worst example was when a magazine was
going to the wall and effectively all of the copy was being written
by the companies behind the software.</p>
<p>There isn't anything wrong in doing that, as long as the editor
either removes either unjustified or unverifiable claims, anything
which changes the article from being a true representation of the
subject and into an unpaid for advert or material which unfairly
produced an imbalance with competitors software. The problem was
though two fold.</p>
<div class="orderedlist">
<ol type="1">
<li>
<p>The editor was that rushed off his feet that a lot went through
which really shouldn't have. The value of the magazine dropped
hugely in both terms of the readership appreciation and standing
for impartiality.</p>
</li>
<li>
<p>The companies submitting the material didn't need to take out
adverts - after all, they've just been given free reign for 3 pages
of copy!</p>
</li>
</ol>
</div>
<p>The magazine was eventually given away (literally - the company,
in order to drop the title, paid for the title to go!). Not a good
way to end a title.</p>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e87" id="d0e87"></a>Alien Formats.
The Biggest Bane There Is and That's No Exageration!</h2>
</div>
<p>In the past (and including other publications I've worked on), I
have had material submitted in Wordstar, WordPerfect 4.2 and 5,
Word 4 (Mac), Serif Publisher, EasiWriter, 1stWord+, Impression
Publisher, Acorn DTP, PDF, MS Publisher and quite a few others. The
problem is though that sometimes the material promised is so
amazingly good, that you can't just reject it because of the
format. PDF is not that bad, at least you can copy a PDF word for
word (or print and use OCR to get the majority of the text). It is
the other formats which causes the problems. Other than Serif and
WordPerfect, the other formats are gobbledy-gook with plain text in
the middle - it takes time to extract the text, but if there are
any images in the file, they cannot usually be extracted. It's a
pain!</p>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e92" id="d0e92"></a>Deadlinus
Proximita- or &quot;Where did the time go-itis&quot;</h2>
</div>
<p>There is a void space in every month where undefined behaviour
exists, multiplies, breeds and does strange things to the barriers
holding it. Sometimes, the forces become too large and manage to
invade real space. It infects computers (which is why as a deadline
for code approaches, more and more goes wrong as more items are
added to the list), it infects the day (ever noticed that you go to
bed later and get up earlier, but nothing more is done?), weeks
just vanish as if they had never existed - they must have as the
pain you felt in the tooth has now gone - and worse than that, it
removes or corrupts files on the hard drive of either the
contributor or the editor.</p>
<p>As a deadline approaches, the suck of real time becomes harder
until, BANG! The deadline has been and gone and you're left chasing
your tail, trying to find what you need, putting it into a
publishable order and sending it over to the production editor for
the finalisation magic to be performed.</p>
<p>Ah well, such is the life of the editor. It's a hard job, but
incredibly fun!</p>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e101" id="d0e101"></a>New to C
Vu!</h2>
</div>
<p>We at the ACCU encourage a full and frank discourse between the
membership and enjoy nothing more than promoting applications which
are written by ACCU members that will benefit everyone. They don't
have to be open source applications, they don't have to be free and
they don't have to cater to many different platforms - all they
have to do is benefit other members.</p>
<div class="sect2" lang="en">
<div class="titlepage">
<h3><a name="d0e106" id="d0e106"></a>Define
Benefit</h3>
</div>
<p>Given that just about all those who take C Vu and Overload are
professionals within the software industry, this needs to be
covered. Why? To benefit me (as a Linux bod), the software would
have to be free or have something which is essential and provides
something which the open source alternative does not possess. I'm
not that worried if it isn't open source (others may though), as
long as there which benefits.</p>
</div>
<div class="sect2" lang="en">
<div class="titlepage">
<h3><a name="d0e111" id="d0e111"></a>What We're
Offering</h3>
</div>
<p>If you have a piece of software which fits the above criteria,
all you need to do is submit a small piece about the software and
we'll do the rest.</p>
<p>To kick off with, <span class="application">undodb</span> - a
debugger for Linux comes under the spotlight. If you want your
software promoted in this way, please just drop me an email
(<tt class="email">&lt;<a href=
"mailto:cvu@accu.org">cvu@accu.org</a>&gt;</tt>).</p>
</div>
</div>
<div class="sect1" lang="en">
<div class="titlepage">
<h2><a name="d0e124" id="d0e124"></a>Things That
Cause Delays</h2>
</div>
<p>Plenty of things can delay a magazine. Waiting for a killer
article, waiting for copy, waiting for the computer to be repaired
-you name it, it can be delayed.</p>
<p>This issue is running slightly behind as it was delayed by the
imminent birth of my daughter, Ashleigh Elizabeth. Well, that's
happened now and she's as cute as a button.<span class=
"inlinemediaobject"><img src="/var/uploads/journals/resources/ashleigh.jpg" align=
"middle"></span></p>
<p>Mother, baby and brother Richard are fine. Daddy is tired, but
very happy.</p>
</div>
</p>
<p><strong>Notes:</strong>&nbsp;</p>
<p><em>More fields may be available via dynamicdata ..</em></p>
</div>
</channel>
</rss>
