<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:radioWeblogPost="http://backend.userland.com/radioWeblogPostModule" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Andrew Shearer's Drivel</title>
    <link>http://www.shearersoftware.com/personal/weblog/</link>
    <description>Computers, the web, Python, Mac OS X, more</description>
    <dc:language>en-us</dc:language>
    <dc:creator>Andrew Shearer (ashearerw@shearersoftware.com)</dc:creator>
    <dc:rights>Copyright 2003 Andrew Shearer</dc:rights>
<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/15/#p0615224643</guid>
<description>&lt;p&gt;I&amp;#8217;m leaving for the next couple of weeks on the &lt;a href="http://www.bermuda1-2.org"&gt;Bermuda 1-2 race&lt;/a&gt;. The second leg (Bermuda to Newport) starts this Friday.&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s hoping for a smoother start than &lt;a href="http://www.shearersoftware.com/personal/weblog/2003/06/08/#p0608134440"&gt;the first leg&amp;#8217;s&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Email access will be poor. (And yes, there &lt;em&gt;is&lt;/em&gt; a dearth of Wi-Fi hotspots in the Atlantic.)&lt;/p&gt;

&lt;p&gt;The race organizers put up a Java &lt;a href="http://www.newportyachtclub.org/bermuda1-2/modules.php?name=htmlmodule"&gt;race tracker applet&lt;/a&gt;. If you&amp;#8217;re curious how I&amp;#8217;m doing after June 20th, check class 4, Nimros.
&lt;/p&gt;</description>
<title>Away...</title>
<category>Outdoors</category>
<pubDate>Sun, 15 Jun 2003 22:46:43 -0400</pubDate>
<radioWeblogPost:id>0615224643</radioWeblogPost:id>
<dcterms:modified>2003-06-15T23:01:28-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/15/#p0615092228</guid>
<link>http://wellformedweb.org/story/9</link>
<description>&lt;p&gt;Joe Gregorio has a RESTy &lt;a href="http://wellformedweb.org/story/9"&gt;comment API&lt;/a&gt; based on RSS 2.0. His article compares it with the soup of other protocols available: TrackBack, PingBack, and Post-It. One problem: it links to the author&amp;#8217;s home page rather than a specific post, so it&amp;#8217;s not good as a link-notification mechanism, as TrackBack is. And John Gruber &lt;a href="http://daringfireball.net/2003/06/trackback_addenda.html"&gt;points out&lt;/a&gt; that TrackBack isn&amp;#8217;t really that good for comments in practice, because the dominant implementation just resends the article summary.&lt;/p&gt;

&lt;p&gt;His Referrers list, however, continues to show a lot of junk along with the real links, including one user&amp;#8217;s local Radio Userland aggregator on port 5335.&lt;/p&gt;</description>
<title>Comment APIs, going once, going twice</title>
<category>Software</category>
<pubDate>Sun, 15 Jun 2003 09:22:28 -0400</pubDate>
<radioWeblogPost:id>0615092228</radioWeblogPost:id>
<dcterms:modified>2003-06-15T09:23:18-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/14/#p0614201637</guid>
<link>http://www.shearersoftware.com/software/web-tools/ShearerSite/</link>
<description>&lt;p&gt;Announcing DirectRSS. For when you want as little as possible between you and your RSS.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s an open-source MetaWeblog API implementation that modifies RSS 2.0 files in place. It also supports the Blogger and b2 APIs. No database required.&lt;/p&gt;

&lt;p&gt;With it, you can use a weblog editing client such as NetNewsWire or w.bloggar to update an RSS feed, then use XSLT or the companion HTML renderer to generate a web site.&lt;/p&gt;

&lt;p&gt;To handle larger collections of posts, it supports Dave Winer&amp;#8217;s blogBrowser format, which, instead of a single file, uses one RSS file per month and one folder per year. To the weblog client, it looks like one big file, with all posts editable. A file containing the few most recent postings is generated automatically, for the benefit of news aggregators.&lt;/p&gt;

&lt;p&gt;It was originally written as an XML experiment, but it&amp;#8217;s proven reliable. It&amp;#8217;s packaged as a Python CGI script, and comes with its own pre-configured Python web server for running locally. If you already have Python installed, there&amp;#8217;s no setup required to run the working tutorial. (If you don&amp;#8217;t, it only takes a few minutes to install Python.) It&amp;#8217;s compatible with the bundled Python in Mac OS X 10.2 (Jaguar) and other Pythons lacking an expat parser. (It falls back on xmllib.)&lt;/p&gt;

&lt;p&gt;New features in this version include full support for namespaces in both the RSS file and the MetaWeblog API, post modification dates, and a tutorial showing how to render the posts into HTML.&lt;/p&gt;

&lt;p&gt;Currently, it&amp;#8217;s packaged with ShearerSite, the (awkwardly-named) web interface that also performs the rendering into HTML. I may split out just the RSS editing portion if there&amp;#8217;s interest. The HTML renderer can display RSS 2.0 files or blogBrowser archives filtered by category, date range, or numeric range.&lt;/p&gt;

&lt;p&gt;See the &lt;a href="http://www.shearersoftware.com/software/web-tools/ShearerSite/download.html"&gt;download page&lt;/a&gt; (hosted by SourceForge), &lt;a href="http://www.shearersoftware.com/software/web-tools/ShearerSite/tutorial/"&gt;tutorial&lt;/a&gt;, and &lt;a href="http://www.shearersoftware.com/software/web-tools/ShearerSite/revision-history.html"&gt;revision history&lt;/a&gt;.
&lt;/p&gt;</description>
<title>DirectRSS</title>
<category>DirectRSS</category>
<category>ShearerSite</category>
<category>Software</category>
<pubDate>Sat, 14 Jun 2003 20:16:37 -0400</pubDate>
<radioWeblogPost:id>0614201637</radioWeblogPost:id>
<dcterms:modified>2003-06-14T20:21:53-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/14/#p0614194517</guid>
<link>http://w6daily.winn.com/001456.html</link>
<description>&lt;p&gt;I pointed to Daring Fireball&amp;#8217;s Trackback critique, but I didn&amp;#8217;t comment. On the Internet, if I don&amp;#8217;t do it, someone else will, and &lt;a href="http://w6daily.winn.com/001456.html"&gt;this article&lt;/a&gt; did. It&amp;#8217;s a very well thought-out response.&lt;/p&gt;

&lt;p&gt;To summarize: John Gruber&amp;#8217;s criticisms of TrackBack are valid, but his referrer system has its own problems. It trades increased ease on the sending side for lower quality on the receiving side. &lt;/p&gt;

&lt;p&gt;To improve TrackBack, it should be made easier. I don&amp;#8217;t see why all comment forms on sites with TrackBack couldn&amp;#8217;t be changed into combined comment/TrackBack forms. TrackBack would almost disappear to the web surfer; it would just be Remote Comments.&lt;/p&gt;

&lt;p&gt;I hope to find a way on my own site to integrate comments with static main pages. (I have a few ideas.)&lt;/p&gt;</description>
<title>Trackbacks, Referrers, Comments?</title>
<category>Software</category>
<pubDate>Sat, 14 Jun 2003 19:45:17 -0400</pubDate>
<radioWeblogPost:id>0614194517</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/14/#p0614012816</guid>
<link>http://www.zeldman.com/daily/0603a.shtml#goredbylonghorn</link>
<description>&lt;p&gt;No one has been covering the Internet Explorer from a web author's perspective as well as Zeldman.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.zeldman.com/daily/0603a.shtml#goredbylonghorn"&gt;2005? Are they kidding?&lt;/a&gt;: &amp;#8220;Scoble says Longhorn will be available in 2005. Which is another way of saying IE/Win won't change for at least two years. It is not good enough to stay as it is. ...Can anyone tell us how two more years of flawed standards support is supposed to be a good thing?&amp;#8221;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.zeldman.com/daily/0603a.shtml#rip"&gt;RIP&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;...Our friends there [at Microsoft], we knew, were working on improvements, particularly in the areas of CSS and DOM support. Yet no significantly new browser version ever came of their activity. IE6/Win still had trouble with parts of CSS1, still did not support true native PNG transparency, and still did not incorporate Text Zoom...&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;&lt;p&gt;Over the past weeks, the stories we and others have been covering (including the unavailability of an improved version of IE5/Mac outside the subscription-based MSN pay service, and the news that IE/Win was dead as a standalone product) painted a picture of a product on its way out. And now we know that that is the case.&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;We know that, after spending billions of dollars to defeat all competitors and to absolutely, positively own the desktop browsing space, Microsoft as a corporation is no longer interested in web browsers...&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;From here, as it has for several weeks now, it looks like a period of technological stasis and dormancy yawns ahead. Undoubtedly the less popular browsers will continue to improve. But few of us will be able to take advantage of their sophisticated standards support if 85% of the market continues to use an unchanged year 2000 browser.&lt;/p&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;OK, enough quoting. Go read the articles. It&amp;#8216;s getting late, but I&amp;#8217;ll comment on one thing. I&amp;#8217;ll do it even though it requires another quote.&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;IE5/Mac, with its Tasman rendering engine, was the first browser to deliver meaningful standards compliance to the market, arriving in March, 2000, a few months ahead of Mozilla 1.0 and Netscape 6... IE5/Mac introduced innovations like DOCTYPE switching and Text Zoom that soon found their way into comparably compliant browsers like Navigator, Konqueror, and Safari. And all but Text Zoom eventually made it into IE6/Win...&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;Add to that feature list the printer equivalent of Text Zoom: interactive fit-to-page controls in the print preview window. A very useful solution for a problem I saw users on other browsers and platforms (including IE/Win) struggle with frequently.&lt;/p&gt;

&lt;p&gt;The reason IE 5/Mac was good was because it had to be. It was fighting against a large installed base of Netscape 4 on its merits, and Microsoft couldn&amp;#8217;t fall back on their Windows franchise to push it. It was designed to be better than Netscape 4, and it succeeded at that. (Also helping its market share was Microsoft&amp;#8217;s public threat to pull Office for Mac, which resulted in Apple shipping IE as their default browser.) Still, the competition made Microsoft produce some of its best work.&lt;/p&gt;

&lt;p&gt;Soon after, with the game won (or at least, with everyone but Microsoft having lost sufficiently) Microsoft has gone home. They may have even done that years ago, quietly.&lt;/p&gt;

&lt;p&gt;IE 6/Win wasn&amp;#8217;t much of an upgrade. (A &lt;a href="http://reviews.cnet.com/4505-3514_7-20832430.html"&gt;CNET review&lt;/a&gt;: &amp;#8220;Just about the only reason we can figure that IE 6 even deserves the full 6 version number is its release in conjunction with Windows XP. For those of you not upgrading to Windows XP, whether you run IE 5.x or Netscape 6.x, there's no need to rush for this download.&amp;#8221;)&lt;/p&gt;

&lt;p&gt;Which brings up a question: when was this decision made? It was made public only recently, but could have been in the air in the Microsoft executive suite for much longer. They have the money to keep the development teams going regardless of the outcome. (According to a &lt;a href="http://www.thinksecret.com/news/internetexplorer6.html"&gt;Think Secret article&lt;/a&gt;, IE 6/Mac was largely finished last year, but according to a former developer &amp;#8220;We were told by upper management to hold it back until they gave it the green light.&amp;#8221;) Aside from a 2001 update just to keep up with the release of Mac OS X, there haven't been any real feature upgrades to Internet Explorer for either Mac or Windows for the past three years. Both of them might as well have been cancelled then.&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve been using a dead product all this time and didn&amp;#8217;t even know it!&lt;/p&gt;</description>
<title>IE on its way out</title>
<category>Software</category>
<pubDate>Sat, 14 Jun 2003 01:28:16 -0400</pubDate>
<radioWeblogPost:id>0614012816</radioWeblogPost:id>
<dcterms:modified>2003-06-14T01:50:29-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/13/#p0613000425</guid>
<link>http://daringfireball.net/2003/06/take_your_trackbacks_and_dangle.html</link>
<description>&lt;p&gt;&lt;a href="http://daringfireball.net/2003/06/take_your_trackbacks_and_dangle.html"&gt;Daring Fireball&lt;/a&gt;: The problems with Movable Type's TrackBack protocol.&lt;/p&gt;</description>
<title>TrackBacks, or Referrers?</title>
<category>Software</category>
<pubDate>Fri, 13 Jun 2003 00:04:25 -0400</pubDate>
<radioWeblogPost:id>0613000425</radioWeblogPost:id>
<dcterms:modified>2003-06-14T01:54:22-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/12/#p0612013650</guid>
<link>http://news.bbc.co.uk/2/hi/science/nature/1695390.stm</link>
<description>&lt;p&gt;&lt;a href="http://news.bbc.co.uk/2/hi/science/nature/1695390.stm"&gt;BBC News writes&lt;/a&gt;: &amp;#8220;The most sought after object in particle physics, the Higgs boson, may not even exist.&amp;#8221;&lt;/p&gt;</description>
<title>&amp;#8216;God particle may not exist&amp;#8217;</title>
<category>Science</category>
<pubDate>Thu, 12 Jun 2003 01:36:50 -0400</pubDate>
<radioWeblogPost:id>0612013650</radioWeblogPost:id>
<dcterms:modified>2003-06-13T00:10:02-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/08/#p0608231430</guid>
<link>http://weblog.infoworld.com/udell/2003/06/05.html#a713</link>
<description>&lt;p&gt;&lt;a href="http://weblog.infoworld.com/udell/2003/06/05.html#a713"&gt;Jon Udell writes&lt;/a&gt;: &amp;#8220;Let's review what's happening in this screen shot. I'm running Mozilla Firebird on my Mac. The application is a structured search of my OSCOM slides. There's no search engine beyond the browser itself, which provides the JavaScript UI, the XPath-based search, and the XSLT-driven results display.&amp;#8221;&lt;/p&gt;

&lt;p&gt;This is great. It&amp;#8217;s a &lt;a href="http://weblog.infoworld.com/udell/misc/oscom/search.html"&gt;working XPath&lt;/a&gt; lab in your browser. At least, if your browser is IE or a recent Mozilla derivative. (Come on, Apple, implement XSLT and the XMLDocument request APIs next in Safari.)
&lt;/p&gt;</description>
<title>Cross-platform, cross-browser XML apps</title>
<category>Software</category>
<pubDate>Sun, 08 Jun 2003 23:14:30 -0400</pubDate>
<radioWeblogPost:id>0608231430</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/08/#p0608220447</guid>
<link>http://php.weblogs.com/2003/06/08#a2650</link>
<description>&lt;p&gt;PHP Everywhere: &lt;a href="http://php.weblogs.com/2003/06/08#a2650"&gt;The Ultimate PHP for Windows with Turck MMCache (and FastCGI)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;&lt;/p&gt;

&lt;p&gt;The old problem with running PHP on Windows is that many extensions are not thread safe and can only run safely in CGI mode. Unfortunately CGI is dead slow because the web server creates a new CGI process for each page request. &lt;/p&gt;

&lt;p&gt;&lt;a href=http://php.weblogs.com/fastcgi_with_php_and_iis&gt;FastCGI&lt;/a&gt; is the solution to this. Instead of creating a new CGI process for each page view, it reuses existing CGI processes. This also improves database scalability because persistent db connections work properly. &lt;/p&gt;

&lt;p&gt;...Well there is a lesser known GPL'ed accelerator, &lt;a href=http://www.turcksoft.com/en/e_mmc.htm&gt;Turck MMCache&lt;/a&gt; that supports both Windows, Unix and Linux, written by Dmitry Stogov. I tested MMCache and FastCGI against several PHP scripts accessing MySQL, Oracle and Microsoft SQL Server. I gave the web-server a good pounding with a 60 minute stress test using fiendish scripts that cause PHP in ISAPI mode to crash.  MMCache appears to be made of sterner stuff and passed with flying colours. While the test was running, I modified the source code of the test scripts; MMCache auto-detected the changes and recompiled.&lt;/p&gt;

&lt;p&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;[via &lt;a href="http://php.weblogs.com/"&gt;PHP Everywhere&lt;/a&gt;]&lt;/p&gt;</description>
<title>Link: Accelerated PHP for Windows; Turck MMCache and FastCGI</title>
<category>Software</category>
<pubDate>Sun, 08 Jun 2003 22:04:47 -0400</pubDate>
<radioWeblogPost:id>0608220447</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/08/#p0608134440</guid>
<link>http://www.bermuda1-2.org/modules.php?name=News&amp;file=article&amp;sid=33</link>
<description>&lt;p&gt;We sent my father off yesterday on the first leg of the &lt;a href="http://www.bermuda1-2.org"&gt;2003 Bermuda 1-2 Yacht Race&lt;/a&gt;, on his boat, Nimros. There were a few last-minute things to finish, as always. So he ended up leaving the dock a few minutes before the official start, as we hurried over to a vantage point on Newport&amp;#8217;s Goat Island to watch it.&lt;/p&gt;

&lt;p&gt;&lt;table align="right" style="padding: 1em"&gt;&lt;tr&gt;&lt;td align="center"&gt;&lt;a href="http://www.newportyachtclub.org/bermuda1-2/modules.php?name=coppermine&amp;file=displayimage&amp;amp;album=3&amp;amp;pid=25"&gt;&lt;img width="120" height="210" alt="Nimros" align="center" src="/personal/pictures/images/2003/06/07/nimros-corrected-sm.jpg" /&gt;&lt;/a&gt;&lt;div align="center"&gt;&lt;i&gt;Nimros, in front of a boat with sails&lt;/i&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;

&lt;p&gt;Even from far away, Nimros was easy to identify, because it was the only sailboat in the race with no sails. Making sure they could be raised was one of those last-minute things we hadn&amp;#8217;t quite finished.&lt;/p&gt;

&lt;p&gt;The starting gun went off, and the other boats that had been jockeying for position finally tacked forward across the starting line, while Nimros alone drifted lazily backward, away from Bermuda, and toward the Newport Bridge.&lt;/p&gt;

&lt;p&gt;A minute later, the mainsail started to rise. Almost immediately it stopped, with only a small triangle visible, and stayed that way for several minutes. Nimros appeared to be racing with a sail the size of a picnic blanket.&lt;/p&gt;

&lt;p&gt;Then even that small concession to the practice of sailing was taken down, and Nimros drifted further away from the starting line over the next few minutes, toward the rocks at the foot of the Rose Island lighthouse.&lt;/p&gt;

&lt;p&gt;Fortunately, Nimros avoided a wreck by raising the jib, which proved powerful enough to get the boat over the starting line about ten minutes later, for a total of about half an hour&amp;#8217;s delay. Nimros was still easy to identify, because all the other boats had their larger mainsails raised, in addition to having already left.&lt;/p&gt;

&lt;p&gt;We left as Nimros disappeared into the mist at the mouth of Narragansett Bay, headed out into the Atlantic, mainsail still down.&lt;/p&gt;

&lt;p&gt;My father contacted us later that day to explain that a winch had failed, forcing him to re-thread the main halyard before he could raise the mainsail. So everything is apparently fine again.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s my turn on the boat next week, as the crew for the return trip. Wish me luck.&lt;/p&gt;

&lt;p&gt;More coverage from the Bermuda 1-2 web site: [&lt;a href="http://www.bermuda1-2.org/modules.php?name=News&amp;file=article&amp;sid=33"&gt;2003 Bermuda 1-2 Start From Newport&lt;/a&gt;].&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<title>2003 Bermuda 1-2 Start From Newport</title>
<category>Outdoors</category>
<pubDate>Sun, 08 Jun 2003 13:44:40 -0400</pubDate>
<radioWeblogPost:id>0608134440</radioWeblogPost:id>
<dcterms:modified>2003-06-08T14:38:47-04:00</dcterms:modified>
<dcterms:modified>2003-06-08T23:25:42-04:00</dcterms:modified>
<radioWeblogPost:id>0608134440</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/07/#p0607151453</guid>
<link>http://news.com.com/2008-1082_3-1013830.html?tag=lh</link>
<description>&lt;p&gt;News.Com: &lt;a href="http://news.com.com/2008-1082_3-1013830.html?tag=lh"&gt;Fighting for a new Net copyright deal&lt;/a&gt;. Q&amp;amp;A with Lawrence Lessig. We're ready and eager to build a large grassroots organization of people who demand of Congress that it do something to restore some balance here. This petition is a first step toward going to Washington and saying that there's a large number of people who want you to consider this. [via &lt;a href="http://www.tomalak.org/"&gt;Tomalak's Realm&lt;/a&gt;]&lt;/p&gt;</description>
<title>News.Com: Fighting for a new Net...</title>
<category>Law</category>
<pubDate>Sat, 07 Jun 2003 15:14:53 -0400</pubDate>
<radioWeblogPost:id>0607151453</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/07/#p0607151237</guid>
<link>http://www.asktog.com/columns/055Dishwasher.html</link>
<description>&lt;p&gt;AskTog: &lt;a href="http://www.asktog.com/columns/055Dishwasher.html"&gt;Multiple Mistakes Drown Interface&lt;/a&gt;. &amp;#8220;I&amp;#8217;m a member of the Building and Grounds committee at our Quaker meeting house. This month, when the group got together to check out problems around the building, someone had posted a hand-written sign on our new ultra-quiet dishwasher: &amp;#8216;Do not operate the dishwasher unless John or Bettie is here to help!&amp;#8217; &amp;#8221; [via &lt;a href="http://www.tomalak.org/"&gt;Tomalak's Realm&lt;/a&gt;]&lt;/p&gt;</description>
<title>AskTog: Multiple Mistakes Drown Interface ....</title>
<category>Interface</category>
<pubDate>Sat, 07 Jun 2003 15:12:37 -0400</pubDate>
<radioWeblogPost:id>0607151237</radioWeblogPost:id>
<dcterms:modified>2003-06-08T13:49:57-04:00</dcterms:modified>
<radioWeblogPost:id>0607151237</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/07/#p0607145645</guid>
<link>http://boingboing.net/#200394217</link>
<description>&lt;p&gt;&lt;blockquote&gt;
A UK activist clade is taking on the insidious digital fruit machine (AKA, &amp;#8220;slot machine&amp;#8221;). These things are supposed to be random and fair, but by design or by glitch, the pubside gambling systems are anything but. &lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
Fruit machines cheat you on practically every spin of the reels. Almost every spin is entirely predetermined - which symbols are going to drop in, whether you're going to be awarded nudges, which numbers the "random" stop will land on, the lot. Ever had two cherries on the win line, not held them, then watched the third one drop in on the next spin and thought, "Damn, if I'd held them I'd have won"? Well, you wouldn't. If you'd held the two cherries, the machine would have dropped in a different symbol. And now we can prove it.
&lt;/blockquote&gt;&lt;a href="http://www.fairplay-campaign.co.uk/fruit/fruit1.htm"&gt;Link&lt;/a&gt;&lt;a href="http://www.quicktopic.com/boing/H/Tg5vfrCnQ3Hy7"&gt;Discuss&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
(&lt;i&gt;via &lt;a href="http://www.ntk.net"&gt;NTK&lt;/a&gt;&lt;/i&gt;) 
&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;[via &lt;a href="http://boingboing.net/"&gt;Boing Boing Blog&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;Nice technique for proving program behavior without looking at its code. To summarize: they run the machine&amp;#8217;s software inside a program on a regular desktop computer, and save the state of RAM at various points. Then they can &amp;#8220;go back in time&amp;#8221; at will by restoring RAM, and try making different choices.&lt;/p&gt;

&lt;p&gt;By the way, wouldn&amp;#8217;t it be interesting if you could do that with the real world? You could try out different things to see how people, or the world, would react, without risk of harm. Physics with &amp;#8220;undo&amp;#8221;. Heaven for opportunists.&lt;/p&gt;</description>
<title>Rage against the fruit machines</title>
<category>Technology</category>
<pubDate>Sat, 07 Jun 2003 14:56:45 -0400</pubDate>
<radioWeblogPost:id>0607145645</radioWeblogPost:id>
<dcterms:modified>2003-06-08T14:00:23-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/04/#p0604201555</guid>
<link>http://www.zeldman.com/daily/0603a.shtml#luxury</link>
<description>&lt;p&gt;CNET: &lt;a href="http://news.com.com/2100-1032_3-1012943.html"&gt;Microsoft's browser play&lt;/a&gt;. The removal of IE as a free, downloadable software application could have a profound effect on the Web and the development of Web standards. &lt;/p&gt;

&lt;p&gt;Zeldman: &lt;a href="http://www.zeldman.com/daily/0603a.shtml#luxury"&gt;IE/AOL; the flip side&lt;/a&gt;. Why proposed negative (anti-IE) and positive (pro-luxury-browser) grassroots campaigns cannot change consumer behavior or alter Microsoft and AOL's business decisions. What is likely to happen to design and development methods over the next few years. Some of this is actually good news, really.
&lt;/p&gt;</description>
<title>IE on ice?</title>
<category>Software</category>
<pubDate>Wed, 04 Jun 2003 20:15:55 -0400</pubDate>
<radioWeblogPost:id>0604201555</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/04/#p0604200432</guid>
<pubDate>Wed, 04 Jun 2003 20:04:32 -0400</pubDate>
<link>http://www.theregister.co.uk/content/4/30991.html</link>
<description>&lt;p&gt;Whopper of the day, another one from Microsoft:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;&lt;/p&gt;

&lt;p&gt;In response to some skeptical questioning from the Indian press about the investments, Gates had this to say:-  
 
"It is only because of Microsoft's approach that the computer industry has become a worldwide industry." &lt;/p&gt;

&lt;p&gt;And he probably believes it, too. In Bill's model of globalization, he &lt;i&gt;is&lt;/i&gt; the world.
 
&lt;/blockquote&gt;
 
Quoted in the Register: &lt;a href="http://www.theregister.co.uk/content/4/30991.html"&gt;We've seen the future, Indian Prez tells Gates - and you're not in it&lt;/a&gt;.&lt;/p&gt;</description>
<title>Whopper of the Day</title>
<radioWeblogPost:id>0604200432</radioWeblogPost:id>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/03/#p0603194817</guid>
<description>&lt;p&gt;CNN: &lt;a href="http://money.cnn.com/2003/05/29/technology/microsoft/"&gt;Microsoft to pay AOL $750M&lt;/a&gt;. Tech titans settle Netscape lawsuit, set seven-year licensing pact for AOL to use Internet Explorer.&lt;/p&gt;

&lt;p&gt;CNET: &lt;a href="http://news.com.com/2100-1032_3-1011859.html?tag=fd_top"&gt;Microsoft to abandon standalone IE&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So, AOL can now install IE with their product for no charge, just as MS terminates development of the installable IE. Great deal.&lt;/p&gt;

&lt;p&gt;Jeffrey Zeldman has some &lt;a href="http://www.zeldman.com/daily/0503c.shtml#cnet"&gt;great analysis&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Aside: does this mean AOL &lt;em&gt;must&lt;/em&gt; use IE? From initial reports, the answer appears to be no. The alternative browser would just have to be free to AOL (or strategically valuable enough to justify its cost). However, AOL&amp;#8217;s track record has it bundling IE for Windows even without a special agreement, even as it owned Netscape.&lt;/p&gt;

&lt;p&gt;Presumably the termination of IE development means that users can only receive major browser updates by buying new versions of Windows. For the majority of users, who are likely to stick with their current OS version for a while, IE 6 SP1 is the end of the road. Its slow march toward compliance with CSS and other standards can go no further, no new web technologies will be added, and no more bugs will be fixed.&lt;/p&gt;

&lt;p&gt;This is a huge problem for web programmers and designers. A large majority of web surfers&amp;#8212;those using IE on probably all versions of Windows before Longhorn (scheduled for 2005)&amp;#8212;have just had their browser orphaned, with no simple upgrade path. With all its warts, it&amp;#8217;s going to stick around for a long time.&lt;/p&gt;

&lt;p&gt;In other words, Internet Explorer 6 has been Netscape 4-ed.&lt;/p&gt;

&lt;p&gt;Whopper of the day (from the CNET article): "Legacy OSes have reached their zenith with the addition of IE 6 SP1," [IE program manager] Countryman said. &lt;i&gt;&amp;#8220;Further improvements to IE will require enhancements to the underlying OS.&amp;#8221;&lt;/i&gt; Is he trying make us believe that bug fixes, CSS3, XForms, etc., are impossible without a new operating system, due to some technical limitation? Maybe the quote was meant to look like a statement of technical possibility, while it was really a marketing dictum. As in: for the users to get further improvements in IE, they must first buy and install an updated OS. (Because we want it that way.)&lt;/p&gt;

&lt;p&gt;Tim Bray, wresting with page layout in IE, &lt;a href="http://www.tbray.org/ongoing/When/200x/2003/05/28/CSS-IE"&gt;puts it more strongly&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The problem isn&amp;#8217;t that CSS is too hard.
The problem isn&amp;#8217;t browser incompatibilities in general.
The problem is specifically that Microsoft Internet Explorer is a mouldering,
out-of-date, amateurish, out-of-date pile of dung.
Did I say it&amp;#8217;s out-of-date?  
As in past its sell-by, seen better days, mutton dressed as lamb,
superannuated, time-worn.  It&amp;#8217;s so, like, you know, 
&lt;b&gt;so&lt;/b&gt; twentieth-century.&lt;/p&gt;

&lt;p&gt;Ron Green 
&lt;a href="http://www.slightlybent.com/200305archive001.asp#1053867954001"&gt;raised 
the alarm&lt;/a&gt;, which echoed through 
&lt;a href="http://scriptingnews.userland.com/2003/05/25#When:5:40:27PM"&gt;Scripting 
News&lt;/a&gt; and then around the usual hallways: &amp;#8220;All this has lead me to ask
if IE is dead.&amp;#8221;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="http://mozilla.org/projects/firebird/"&gt;Firebird&lt;/a&gt; [mozilla.org] and &lt;a href="http://www.apple.com/safari/"&gt;Safari&lt;/a&gt; [apple.com] are looking really good right now.&lt;/p&gt;</description>
<title>Orphan IE</title>
<category>Software</category>
<category>Open Source</category>
<pubDate>Tue, 03 Jun 2003 19:48:17 -0400</pubDate>
<radioWeblogPost:id>0603194817</radioWeblogPost:id>
<dcterms:modified>2003-06-03T23:30:45-04:00</dcterms:modified>
</item>

<item>
<guid isPermaLink="true">http://www.shearersoftware.com/personal/weblog/2003/06/03/#p0603185626</guid>
<link>http://www.aaronsw.com/weblog/000939</link>
<description>&lt;p&gt;Aaron &lt;a href="http://www.aaronsw.com/weblog/000939"&gt;sums it up&lt;/a&gt; nicely:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;Everything is under copyright. But most of those things aren&amp;#8217;t making money, so no one cares about their copyright anymore. The Eldred Act will let you use those things.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.petitiononline.com/eldred/petition.html"&gt;Sign the petition.&lt;/a&gt; Tell your friends.&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;[via &lt;a href="http://www.aaronsw.com/weblog/"&gt;Aaron Swartz: The Weblog&lt;/a&gt;]&lt;/p&gt;</description>
<title>Eldred Petition</title>
<category>Law</category>
<pubDate>Tue, 03 Jun 2003 18:56:26 -0400</pubDate>
<radioWeblogPost:id>0603185626</radioWeblogPost:id>
</item>

</channel>
</rss>