<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Stupid</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/" />
    <link rel="self" type="application/atom+xml" href="http://stupid.sharp.fm/atom.xml" />
   <id>tag:stupid.sharp.fm,2010://4</id>
    <link rel="service.post" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4" title="Stupid" />
    <updated>2010-05-27T00:45:38Z</updated>
    <subtitle>Stupid is as stupid does.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.21</generator>
 
<entry>
    <title>Java Logging Frameworks Must Die</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2010/05/java_logging_frameworks_must_d.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=5640" title="Java Logging Frameworks Must Die" />
    <id>tag:stupid.sharp.fm,2010://4.5640</id>
    
    <published>2010-05-27T00:12:00Z</published>
    <updated>2010-05-27T00:45:38Z</updated>
    
    <summary>Last week I performed a release of some client software, the change was small and discrete: a move from Torque v3.2 to Torque v3.3, and a small database schema change. That was it. Then I get the call: their archive...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Last week I performed a release of some client software, the change was small and discrete: a move from Torque v3.2 to Torque v3.3, and a small database schema change. That was it.</p>

<p>Then I get the call: their archive isn't working, can I investigate. Their archive is a web application frontend to an IMAP server storing archived email data. Simple, effective, and as of last week, broken.</p>

<p>Dig, dig, Google, dig.</p>

<p>Eventually I find the culprit: Torque was depending on an obscure logging framework, which was in turn depending transitively on an obscure incomplete implementation of javamail called geronimo-spec-javamail. This was pulled in alongside javamail as shipped by Sun.</p>

<p>Two competing incompatible implementations of javamail in the same application in the world of Java == fail.</p>

<p>Fast forward a week. Another application that is up and running fine is suddenly reported as not working. All the application does is create an email with a velocity template, and send the mail. That's it. But Velocity depends transitively on an obscure logging framework, which recently decided for no clear reason would not longer work from within a web application.</p>

<p>When you spend more time tracking down obscure sudden failure cases than you do producing actual code, you know you've reached the tipping point of failure.</p>

<p>Java logging frameworks must die.<br />
</p>]]>
        <![CDATA[<p>*Froth* *seeth* but... but... we need logging frameworks! We need to log data. We need to be able to log from this code and not that code, we need deeply buried libraries to send out emailed error messages! We need to know what's going on!</p>

<p>No, you don't.</p>

<p>Your code needs to throw properly formatted, meaningful exceptions. And your code needs to catch these exceptions as appropriate, and act properly on the failure cases. And that is it.</p>

<p>Yes, there are reasons to log. If you need to log each hit to a webserver, a log makes perfect sense. If you are saving performance related data at regular intervals, that makes sense. But if you are spitting out random obscure unintelligible data at points buried within your code, your logs make no sense, and you're wasting your time, and your client's money.</p>

<p>Intertwined with the misguided need for logging is the typical Java practice of keeping unstructured property files. What's wrong with unstructured property files? Try make a spelling mistake in one.</p>

<p>It doesn't work. It should work. But it doesn't. Desperately you enable every bit of logging you can possibly find, looking for a clue in the reams and reams of unintelligible rubbish streaming past as to what you did wrong. Time ticks past, deadline pressure looms, manhours are burned, all for a spelling mistake that made your setting cease to exist.</p>

<p>There is an irony in that a language with such a rich history of structure should have so much code layered on top of it whose sole purpose is to rip out that structure. Unstructured property files. Unstructured beans produced by Spring. Unstructured logging.</p>

<p>All of this ill-discipline is like attaching a bungee cord around one's waist and attempting to run. You get going quickly, but each step becomes harder and harder. Eventually you stumble and fall backwards, and you are doomed to never get anywhere.</p>

<p>The architects of Java have spent a decade and a half relentlessly adding, adding, adding to Java. Java needs a brutal spring clean if it is to survive as a language, and I believe that the java logging frameworks should go first.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Best Disclaimer Ever</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2009/06/best_disclaimer_ever.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=5227" title="Best Disclaimer Ever" />
    <id>tag:stupid.sharp.fm,2009://4.5227</id>
    
    <published>2009-06-21T11:28:32Z</published>
    <updated>2009-06-21T11:36:27Z</updated>
    
    <summary>Saw this disclaimer come across an email message on a mailing list. Or more specifically, I didn&apos;t see the disclaimer, and that makes it the best disclaimer ever....</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Priceless Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Saw this disclaimer come across an email message on a mailing list.</p>

<p><img alt="best-disclaimer-ever.png" src="http://stupid.sharp.fm/images/best-disclaimer-ever.png" width="503" height="243" /></p>

<p>Or more specifically, I didn't see the disclaimer, and that makes it the best disclaimer ever.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Let&apos;s start this year with a win!</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2009/05/lets_start_this_year_with_a_wi.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=5214" title="Let's start this year with a win!" />
    <id>tag:stupid.sharp.fm,2009://4.5214</id>
    
    <published>2009-05-20T20:19:29Z</published>
    <updated>2009-05-20T20:34:59Z</updated>
    
    <summary>These signs appeared recently at the bank&apos;s head office. In May. Better late than never....</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Priceless Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>These signs appeared recently at the bank's head office.</p>

<p>In May.</p>

<p><img alt="IMG_0190.jpg" src="http://stupid.sharp.fm/images/startinmay.jpg" width="320" height="240" /></p>

<p>Better late than never.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>&quot;Optional&quot; USB Charging?</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2008/11/optional_usb_charging.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=5099" title="&quot;Optional&quot; USB Charging?" />
    <id>tag:stupid.sharp.fm,2008://4.5099</id>
    
    <published>2008-11-26T12:23:53Z</published>
    <updated>2008-11-26T12:31:32Z</updated>
    
    <summary>The top troubleshooting issue listed on the Sony Ericsson C905 support page is &quot;I can&apos;t turn the phone on&quot;, and it is indeed one of the biggest flaws with this phone. Any device whose &quot;on&quot; switch doesn&apos;t work, is a...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>The top troubleshooting issue listed on the <a href="http://www.sonyericsson.com/cws/support/phones/c905?cc=gb&lc=en">Sony Ericsson C905 support page</a> is "I can't turn the phone on", and it is indeed one of the biggest flaws with this phone.</p>

<p>Any device whose "on" switch doesn't work, is a broken device indeed.</p>

<p>But this alone doesn't make it worthy of mention on Stupid. That honour is bestowed on the following advice:</p>

<p><i>Most new phones allow charging with the USB cable. With some phones, you also have the option to select whether you want to allow USB charging. If you're trying to charge with USB, make sure that your phone supports USB charging and that the option is switched on.</i></p>

<p>You have a phone with a potentially flat or faulty battery that won't turn on. You have a USB cable, but you cannot be sure that the USB cable is actually charging the phone, because the option to be sure is only accessible when the phone is on.</p>

<p>Genius.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>The Fuse Test</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2008/06/the_fuse_test.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=4893" title="The Fuse Test" />
    <id>tag:stupid.sharp.fm,2008://4.4893</id>
    
    <published>2008-06-07T13:12:41Z</published>
    <updated>2008-06-07T15:03:21Z</updated>
    
    <summary>The length of the fuse on a software package is the amount of time in seconds or minutes between the start of software installation, and the point at which the end user utters their first expletive.</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p><i>The length of the fuse on a software package is the amount of time in seconds or minutes between the start of software installation, and the point at which the end user utters their first expletive.</i></p>

<p>Ever had one of those days when you need to install a software package, and within minutes of the download, your blood is boiling so much that you want to hurl your monitor out of the window?</p>

<p>If you have, chances are the software you are using has failed <b>the Fuse Test</b>, and chances are good that you will end up throwing the software out in disgust and trying something else.</p>

<p>So, software developers: how do you avoid lighting the fuse and giving your end users a heart attack? Read and learn.</p>]]>
        <![CDATA[<p>The villain of the piece today is a software package called <a href="http://www.igniterealtime.org/projects/spark/index.jsp">Spark</a>, that allows you to chat against a <a href="http://www.jabber.org">Jabber</a> server. They truly aren't the worst example of a failure of the fuse test, they are simply the people most recent to have failed it.</p>

<p>Let us start with installation. Download the version for MacOSX, which downloads as a standard DMG file, a disk image format common with MacOSX software installation. So far, pretty standard stuff. Mount the image, and copy the Spark package across to the Applications folder. Plain sailing so far. Run the application, and you get an opening login screen, and here is where the problems start.</p>

<p>You are asked to provide a username, a password, and a server. Username and password are not a problem, but the server? Here there are options. Do they want the name of the server only? If so, How do I express the port number (which in this case is not standard), or the fact that the server might be an SSL server? Do I represent the server as a servername and port separated by a colon? Or do I express the server as a URL? No idea, but there is a potential solution to this: the "accounts" button.</p>

<p>Accounts gives me the same options: username / password / server. There is no option to specify the port, and no option to turn enable or disable SSL, so the most logical solution is to try the URL form, and I try xmpp://server:61222. Once filled in, I click on "create account", and a "busy" status bar appears to show the software is thinking about something.</p>

<p>Hang on a second. Why is the software thinking about something? Have I typed something in incorrectly? Let me click the cancel button and try again. Oops, no cancel button, just a button that says "close" which closes the window and loses everything I have entered.</p>

<p><i><b>@$&#*(!</b></i></p>

<p>At this point, the software fails the fuse test.</p>

<p>Of course the software developer is probably picking holes in the above story already. "It says 'Create account', and that means it is trying to create the account on the server!". Are you sure? Does it not perhaps mean to create an account entry within the client? After all, the button I pressed to get to this dialog was called "Accounts", and that implies more than one.</p>

<p>The reason this makes no sense is the precedent established by other similar software packages. Apple's <a href="http://www.apple.com/macosx/features/ichat.html">iChat</a> application contains a button called "Accounts", which leads you to a process where you express the username, the password, and the server for each chat account you plan to connect to.</p>

<p><i>If your software works differently to other packages out there, make this fact very clear to your end users.</i></p>

<p>Of course the software developer is not obligated to implement the same features as found in other applications. However the developer is obliged to make it very clear exactly what the end user is expected to do, and this is achieved using explanatory text within the dialog boxes. In the case of Spark, there is no explanatory text at all apart from a vague "create a new chat account". Does this mean create a new chat account on the server you tried to connect to, or does it mean create a new chat account within the list of accounts on the client?</p>

<p><i>Throw your end users a bone: Use plain text to explain to the user what they should be expected to do.</i></p>

<p>While I type this, Spark is still "busy" trying to "create account". By this point you would have expected a timeout of some kind, or some kind of clue that what you attempted was not successful. No such luck. So I click on "close" and try an alternative approach.</p>

<p>Going back to the main login screen, I try and enter the username, password, and XMPP URL of the server, and I click "login". Instantaneously, I receive the message "invalid username or password". That is an immediate clue that something further is broken - neither the net connection, nor the XMPP server, nor the LDAP server that backs everything, is that fast. This is evidence of further breakage:</p>

<p><i>Handle your exceptions!</i></p>

<p>Confirmation of the breakage comes about when you change the name of the server from an XMPP URL to just the name and port of the server, separated by a colon. Once this change is made, Spark successfully logs into the server. What this means is that when the name of the server is incorrect, as the servername would be if an URL was provided instead of a DNS name, the message "Invalid username or password" is shown, instead of the real error, "Servername does not exist".</p>

<p>This shows that the developer has interpreted any and all connection errors as the single catchall and highly inaccurate message "Invalid username or password".</p>

<p><i>Don't send users on wild goose chases by giving them vague or misleading error messages!</i></p>

<p>No doubt at this point the software developer has pointed out that old chestnut: RTFM, or Read The Manual. It is off to the website to check out the "documentation" section, and see in more detail just what Spark can or cannot do. As of this writing that means <a href="http://www.igniterealtime.org/projects/spark/documentation.jsp">here</a>, where the end user is offered the option to read the "Readme and License" or the "Changelog". No manual. Ok, let's try the README file. It boils down to the sentence "Further information can be found on the Spark website", which is a bizarre claim, I am on the Spark website already!</p>

<p>As a designer of software myself, it is only fair that I tell the people who wrote Spark as to the various usability problems that I as an end user have encountered in the software. After all, it could be that they simply don't know of the problems their end users face. So I register with their JIRA installation, only to discover I as an end user cannot add new issues to their issue tracking system.</p>

<p>At this point the package is doomed. If the simple task of logging in is too much for the package to handle, I have no faith that the actual chat is likely to work without the wasting of time and additional elevated blood pressure.</p>

<p>Move Spark to Trash.</p>

<p>Problem solved.</p>

<p>Developers: if you want to avoid having your pride and joy unceremoniously dumped into the trash, then be considerate towards your end users. Your end users are the reason your software exists: be kind to them, and they will be kind to you by using and buying support for your software.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Strubenvales Brightest</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2008/02/strubenvales_brightest.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=4708" title="Strubenvales Brightest" />
    <id>tag:stupid.sharp.fm,2008://4.4708</id>
    
    <published>2008-02-21T16:54:10Z</published>
    <updated>2008-02-21T16:56:29Z</updated>
    
    <summary>Was this video included with the insurance claim?...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Priceless Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Was this video included with the insurance claim?</p>

<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/xhm_wjUPfMY&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xhm_wjUPfMY&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Fly Zoom At Your Own Risk</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2008/02/fly_zoom_at_your_own_risk.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=4676" title="Fly Zoom At Your Own Risk" />
    <id>tag:stupid.sharp.fm,2008://4.4676</id>
    
    <published>2008-02-11T14:36:32Z</published>
    <updated>2008-02-11T15:03:17Z</updated>
    
    <summary>Having recently had the need to book an air ticket on Zoom Airlines, it was only a matter of days before the wheels had fallen off on the booking, and it became clear that I needed to have a conversation...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Customer Disservice department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Having recently had the need to book an air ticket on <a href="http://www.flyzoom.com">Zoom Airlines</a>, it was only a matter of days before the wheels had fallen off on the booking, and it became clear that I needed to have a conversation with customer service.</p>

<p>However Zoom airlines goes to some considerable trouble to ensure that customer service is as far removed from the customer as humanly possible.</p>

<p>Do yourself a favour: Don't ever put yourself in a position where you need to contact Zoom Airlines customer support. The easiest way to do that, is to just not book the ticket in the first place.<br />
</p>]]>
        <![CDATA[<p>If you do want to contact Zoom Airlines customer support, you are invited to their <a href="http://www.flyzoom.com/index.cfm?fuseaction=pubDsp.dspCustomerFeedback">customer support page</a>.</p>

<p>Here you encounter your first problem - you need a username and password to continue. If you don't have a username and password, you are doomed to their contact us page. If you do have a username and password it is a moot point - the login form is incorrectly flagged as being non-editable, and the login button is missing, making login impossible.</p>

<p>So you head off to the phone, and use one of the contact details you find in their <a href="http://www.flyzoom.com/index.cfm?fuseaction=pubDsp.dspContactUs">contact us</a> section.</p>

<p>It however quickly becomes apparent that Zoom airlines offers reservations, flight information, and lost luggage options only. If you have any other business with the airline, your call is not welcome.</p>

<p>So, trying the reservations people, it was ascertained that:</p>

<p>- Despite capturing the full name and contact details of the person who made the booking and the payment (me), that person is not allowed to gain access to information about the booking.</p>

<p>- The service agent refused to put the call through to a manager.</p>

<p>- The service agent refused to divulge details of Zoom's webmaster, to which the login problems could be reported, confidently and repeatedly asserting that because the website worked for them, the website should therefore automatically work for everybody else.</p>

<p>- The service agent refused to identify which web browser she was using, citing the "data protection act".</p>

<p>Getting nowhere with this service agent, next stop was the reservations line in Canada. The question this time round was what the contact details of customer services were.</p>

<p>It turns out customer service goes out of its way to ensure that you cannot contact them via email, nor can you contact them by phone. In this age of the internet, your options are limited to fax, or by post, to an address not listed on their website.</p>

<p>If you have a complaint with Zoom in the UK, you had better be patient, and you can post your letters to:</p>

<p>Zoom Airlines<br />
Suite 3-4 Skypark 1<br />
8 Elliot Place<br />
Glasgow<br />
G38 EP<br />
United Kingdom</p>

<p>Or save yourself the trouble and just don't fly Zoom.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Eclipse and Java Web Start</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/12/eclipse_and_java_web_start.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=4649" title="Eclipse and Java Web Start" />
    <id>tag:stupid.sharp.fm,2007://4.4649</id>
    
    <published>2007-12-21T17:38:13Z</published>
    <updated>2007-12-21T18:01:02Z</updated>
    
    <summary>Ever had one of those days where the universe is adamant that your problem will not be solved? If you want such a day, try and get an Eclipse RCP application to deploy via Java Web Start. If you would...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Ever had one of those days where the universe is adamant that your problem will not be solved?</p>

<p>If you want such a day, try and get an <a href="http://www.eclipse.org">Eclipse RCP</a> application to deploy via <a href="http://java.sun.com/products/javawebstart/">Java Web Start</a>.</p>

<p>If you would like to know all the reasons why your attempt to get this working will fail, read on.<br />
</p>]]>
        <![CDATA[<p>Java Web Start is a feature built into Sun's Java runtime environment, and allows end users to launch Java applications by clicking on a link on a webpage. We desperately need a replacement for our rickity application deployment, and Java Web Start is bang on.</p>

<p>Eclipse seems to come to the party with a special launcher capable of being cranked up using Java Web Start. Sounds promising, until you try to use it.</p>

<p><code>java.lang.NullPointerException<br />
	at java.util.Hashtable.put(Unknown Source)<br />
	at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:77)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
	at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:56)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at com.sun.javaws.Launcher.executeApplication(Launcher.java:1205)<br />
	at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1151)<br />
	at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:998)<br />
	at com.sun.javaws.Launcher.run(Launcher.java:105)<br />
	at java.lang.Thread.run(Unknown Source)<br />
</code></p>

<p>The cause is this quality piece of code. Notice the unhandled error condition:</p>

<p><code>                String fwkURL = searchFor(framework, null);<br />
                if (fwkURL == null) {<br />
                        //MESSAGE CAN"T FIND THE FWK<br />
                }<br />
                allBundles.remove(framework);<br />
                System.getProperties().put(PROP_FRAMEWORK, fwkURL);<br />
</code></p>

<p>Google finds lots of people asking about the problem. Nobody yet has posted a solution.</p>

<p>Of course the solution is to find this bug and fix it, but Eclipse won't let you get away with that without a fight.</p>

<p>Java Web Start has a strong security model. In order for the application to be allowed any kind of meaningful access to the disk or network, the code needs to be signed by a trusted code signing certificate. Responsible stuff. If it worked.</p>

<p>The guys at Eclipse have included corrupted digital signatures in their released jars in Eclipse v3.3. The error you get is this:</p>

<p><i>java.lang.SecurityException: Invalid signature file digest for Manifest main attributes</i></p>

<p>The guys at Sun have stepped in to ensure failure by forgetting to include functionality into the jarsigner tool to either replace or remove a signature.</p>

<p>So even if you could find a solution to the Java Web Start NullPointerException, you wouldn't get that far because the lack of signed jars would sink you long before that.</p>

<p>For a project that has such a strong pedigree, this amounts to some seriously bumbling on the part of the Eclipse guys. Codesigning is a big deal: for a major release to be shipped with broken signatures, and for those broken signatures to remain unfixed in subsequent point releases amounts to a serious failure of oversight.</p>

<p>If you want to get this to work, make sure some of these bugs get fixed:</p>

<p><a href ="https://bugs.eclipse.org/bugs/show_bug.cgi?id=213715">https://bugs.eclipse.org/bugs/show_bug.cgi?id=213715</a><br />
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=213698">https://bugs.eclipse.org/bugs/show_bug.cgi?id=213698</a><br />
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=169691">https://bugs.eclipse.org/bugs/show_bug.cgi?id=169691</a><br />
<a href="http://forum.java.sun.com/thread.jspa?threadID=5140289&tstart=615">http://forum.java.sun.com/thread.jspa?threadID=5140289&tstart=615</a></p>]]>
    </content>
</entry>
<entry>
    <title>A Boost of Stupidity</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/12/a_boost_of_stupidity.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=4634" title="A Boost of Stupidity" />
    <id>tag:stupid.sharp.fm,2007://4.4634</id>
    
    <published>2007-12-18T13:33:15Z</published>
    <updated>2007-12-18T13:45:35Z</updated>
    
    <summary>Advertised as &quot;giving back&quot; to the software development community, a freely downloadable Windows based installer is available of the Boost C/C++ library from here. The installer contains a fatal flaw: it requires direct access to the internet, with no support...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Advertised as "giving back" to the software development community, a freely downloadable Windows based installer is available of the <a href="http://www.boost.org">Boost</a> C/C++ library from <a href="http://www.boost-consulting.com/products/free">here</a>.</p>

<p>The installer contains a fatal flaw: it requires direct access to the internet, with no support for a proxy, before it will work properly. That pretty much renders the software useless in virtually all practical environments.</p>

<p>Installers that download from the net are by and large an exercise in making a simple problem into an unnecessarily complicated one, and are generally just dumb. If you are writing an installer, and you want your installer to access the net, please just don't, for sake of the rest of us with real work to do.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>The Firewall Flaw</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/12/the_firewall_flaw.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3458" title="The Firewall Flaw" />
    <id>tag:stupid.sharp.fm,2007://4.3458</id>
    
    <published>2007-12-07T14:47:59Z</published>
    <updated>2007-12-07T15:02:59Z</updated>
    
    <summary>Firewalls, like security guards, eletric fences and alarm systems are a useful component of a security system. But firewalls are not secure within themselves any more than a bulletproof vest makes you bulletproof. I have tried to come up with...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Security Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Firewalls, like security guards, eletric fences and alarm systems are a useful component of a security system. But firewalls are not secure within themselves any more than a bulletproof vest makes you bulletproof.</p>

<p>I have tried to come up with a number of analogies to explain what is wrong with relying purely on a firewall, but none explains it so clearly as this image that come through my inbox a day or two ago.</p>

<p><img alt="windows-xp-firewall.jpg" src="http://stupid.sharp.fm/images/windows-xp-firewall.jpg" width="400" height="300" /></p>

<p>(This image arrived with no credit attached, if it is yours, add a comment so it can be credited properly)<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Facebook News^H^H^H^H Advertising</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/11/facebook_newshhhh_advertising.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3409" title="Facebook News^H^H^H^H Advertising" />
    <id>tag:stupid.sharp.fm,2007://4.3409</id>
    
    <published>2007-11-10T16:12:07Z</published>
    <updated>2007-11-10T16:17:18Z</updated>
    
    <summary>I logged onto Facebook recently, and my news page now no longer contains actual news. I don&apos;t know about you, but an advert for an Experian credit report is not news. Is this the end of the clean simple interface...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the General Observation Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>I logged onto <a href="http://www.facebook.com">Facebook</a> recently, and my news page now no longer contains actual news.</p>

<p>I don't know about you, but an advert for an Experian credit report is not news.</p>

<p>Is this the end of the clean simple interface for facebook?</p>

<p><img alt="facebook-news.png" src="http://stupid.sharp.fm/images/facebook-news.png" width="441" height="364" /><br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>KLM Hat Trick</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/08/klm_hat_trick.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3280" title="KLM Hat Trick" />
    <id>tag:stupid.sharp.fm,2007://4.3280</id>
    
    <published>2007-08-06T21:33:17Z</published>
    <updated>2007-08-06T22:40:32Z</updated>
    
    <summary>An airline scores a hat trick when their outbound flight is late and you miss your connecting flight, they strand you overnight in a foreign city, and they lose your luggage. Congratulations KLM for achieving this feat in July. The...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Customer Disservice department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>An airline scores a hat trick when their outbound flight is late and you miss your connecting flight, they strand you overnight in a foreign city, and they lose your luggage.</p>

<p>Congratulations <a href="http://www.klm.com">KLM</a> for achieving this feat in July.</p>

<p>The awarding of the Hat Trick is only given if the airline is responsible for the initial flight being late. <a href="http://www.airfrance.com">Air France</a> would have achieved the same feat in June, but their problems were the fault of weather, so it doesn't count.<br />
</p>]]>
        <![CDATA[<p>To avoid this problem, give yourself a longer connection where possible that will give you a buffer zone of least an extra hour between flights. Once the airline misses their takeoff slot, you're doomed to be late.</p>

<p>Oh the joy.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Let&apos;s Schedule Downtime for Month End</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/07/lets_schedule_downtime_for_mon.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3267" title="Let's Schedule Downtime for Month End" />
    <id>tag:stupid.sharp.fm,2007://4.3267</id>
    
    <published>2007-07-26T22:47:23Z</published>
    <updated>2007-07-26T22:49:41Z</updated>
    
    <summary>Just got this notice from the South Africa Revenue Service: In line with our policy of continuous improvement, please note that the SARS eFiling service will be unavailable during the following times: From 18:00 Friday 27th July 2007 2006 until...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the General Observation Department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Just got this notice from the <a href="http://www.sars.gov.za">South Africa Revenue Service</a>:</p>

<p><i>In line with our policy of continuous improvement, please note that the SARS eFiling service will be unavailable during the following times:</p>

<p>From 18:00 Friday 27th July 2007 2006 until 07:00 Monday 30th July 2007</p>

<p>Whilst the times above have been set aside, we will endeavor to minimise the offline duration as much as possible. We apologise for any inconvenience you may experience. </i></p>

<p>Monthend.</p>

<p>Great time for downtime guys.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>Apple TV Rescued: iTunes Plus</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/07/apple_tv_rescued_itunes_plus.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3266" title="Apple TV Rescued: iTunes Plus" />
    <id>tag:stupid.sharp.fm,2007://4.3266</id>
    
    <published>2007-07-26T00:24:46Z</published>
    <updated>2007-07-26T00:28:24Z</updated>
    
    <summary>Shortly after the drama getting the Apple TV to play DRM encoded content had played out, I discovered iTunes Plus from Apple. iTunes Plus offers higher quality encoded digital music, with no DRM, for an extra 30c per song. Paid...</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Ministry of Stupid Software..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>Shortly after the drama getting the Apple TV to play DRM encoded content had played out, I discovered <a href="http://www.apple.com/pr/library/2007/05/30itunesplus.html">iTunes Plus</a> from Apple.</p>

<p>iTunes Plus offers higher quality encoded digital music, with no DRM, for an extra 30c per song.</p>

<p>Paid the extra money within a heartbeat, and the DRM worries are a thing of the past.</p>

<p>I can now play the music I paid for.<br />
</p>]]>
        
    </content>
</entry>
<entry>
    <title>More Fun with Apple TV</title>
    <link rel="alternate" type="text/html" href="http://stupid.sharp.fm/2007/07/more_fun_with_apple_tv.html" />
    <link rel="service.edit" type="application/atom+xml" href="https://www.pier29.net/cgi-bin/MT-3.2-en_US/mt-atom.cgi/weblog/blog_id=4/entry_id=3260" title="More Fun with Apple TV" />
    <id>tag:stupid.sharp.fm,2007://4.3260</id>
    
    <published>2007-07-11T22:38:15Z</published>
    <updated>2007-07-11T22:55:43Z</updated>
    
    <summary>So I took my Apple TV to be swapped out today. The Apple Store in regent street starting asking why I had taken &quot;so long&quot; to return it but stopped that question in their tracks when they saw my face....</summary>
    <author>
        <name>Graham Leggett</name>
        
    </author>
            <category term="From the Customer Disservice department..." />
    
    <content type="html" xml:lang="en" xml:base="http://stupid.sharp.fm/">
        <![CDATA[<p>So I took my Apple TV to be swapped out today. The Apple Store in regent street starting asking why I had taken "so long" to return it but stopped that question in their tracks when they saw my face.</p>

<p>Brand new Apple TV, repeat the installation process, and what do you know? The new one is as broken as the old one was.</p>

<p>It got better.</p>

<p>While at the Apple Store, they sold me an AppleCare Protection Plan, which my pinky toe told me I am going to need. According to the instructions, you have to register your AppleCare online.</p>

<p><img alt="apple-support-sorry.png" src="http://stupid.sharp.fm/images/apple-support-sorry.png" width="400" height="138" /><br />
</p>]]>
        <![CDATA[<p>Turns out the AppleCare Protection Plan needs to be registered online using your existing Apple ID.</p>

<p>No worries, go to <a href="http://www.apple.com/uk/support/register">http://www.apple.com/uk/support/register</a> and follow the prompts.</p>

<p>One of the prompts asks you for the country - the UK, where the AppleCare Protection Plan was bought.</p>

<p>What follows is the message "Our records indicate that the service you are trying to use is not available in your location".</p>

<p>Or in English, "Our support service is broken, just like our Apple TV".</p>

<p>So why the rant?</p>

<p>Apple represented a dying breed of companies who believed that technology is an enabling thing that makes people's lives easier. But now it seems they are falling into the same trap of general sloppiness that blights the computer industry and the internet the world over.</p>

<p>I've seen the future, and it no longer works.<br />
</p>]]>
    </content>
</entry>

</feed> 

