The rise and rise of the Asia weblog
The rise and rise of the Asia weblog, a well researched and written piece from Bandwidth/Asian Century Magazines
The rise and rise of the Asia weblog, a well researched and written piece from Bandwidth/Asian Century Magazines
Julian Robichaux of nsftools.com kindly bloged my Mathematics of Origami piece, and since then I've been getting a (ill) regular stream of referrers via nsftools.
We are Home, safe and sound. Had a great time, details / impression's to follow. (666 emails , Mozilla id'ed half as spam)
After a scan of the newspapers, I am deeply sadden that Cecilia Zhang ( A 9 year old girl kidnapped during early morning of Oct. 20th, 2003 ) remains missing.
In Flanders fields the poppies blow
Between the crosses, row on row,
That mark our place; and in the sky
The larks, still bravely singing, fly
Scarce heard amid the guns below.
We are the Dead. Short days ago
We lived, felt dawn, saw sunset glow,
Loved and were loved, and now we lie,
In Flanders fields.
Take up our quarrel with the foe:
To you from failing hands we throw
The torch; be yours to hold it high.
If ye break faith with us who die
We shall not sleep, though poppies grow
In Flanders fields.
By John McCrae (1915)
Off to Spain (Madrid, Barcelona & Seville, with a couple of side trips) for 2 weeks. Please, don't hate me. So, apart from a cybercafe posting with I might try, not much new new stuff till I get back and then a flood of crap no doubt. Don't forget to Vote Nov 11. Honor for brave defenders (Nov 11) and Have fun, cause I (we) will !
Internet Week > Lotus Domino > Lotus Preaches Richness, Open Source For Future Domino Apps > November 5, 2003 provides a badly need vision for the direction of the Lotus notes client (if not the Domino Server) in an age of internet thin clients (the browser) and new thick clients (such as demo in Microsoft's "Longhorn" FUD demos just recently)
Via Slashdork: News for nerds, stuff that matters: "'Novell today announced it has entered into an agreement to acquire SUSE LINUX, one of the world's leading enterprise Linux companies, expanding Novell's ability to provide enterprise-class services and support on the Linux platform. Novell expects the transaction to close by the end of its first fiscal quarter (January 2004). This latest move follows Novell's August purchase of Ximian.'"
Very good news. Novell's new products (built and bought) bring new exciting alternatives to the Microsoft monopoly. Novell lost a great change to do this in the early 90's (or very late 80's early, I can't remember) when the acquired Unix (the brand, code and intellectual property) from AT&T and then did nothing with it. There where no Netware application (developing or porting them was too hard ) but Novell did little to allow Unix server to co habitat with a Dos and Netware network environment (this was in window 3.0 days, so DOS and IPX ruled and IP stacks were extra). Over the next five years the Unix or Window NT servers used to host the applications took over the file and print network services provided by netware. Now, perhaps a reborn Novell can start rebuilding based on Linux servers providing File, print, identity and other servers based on Netware technology. This will also help SUSE Linux get a higher profile outside Europe (where they have their home base), and compete against the Red Hat brand. Also, give SCO brain dead lawsuit, and the fact the Novell still holds most of the IP (I think they just reneted it to SCO ??), should protect them in the worst case and during the FUD period (IANAL). (I hope this does not lead to IBM acquiring Red Hat) Still Novell needs good marketing, as always, not just kick ass technology.
Update : I read some more. IBM put $50 megabucks in Novell, so clearly IBM acquiring Red Hat is unlikely. More like IBM is ensuring there is a strong cpmpetitor to Red Hat. This (SUSE 9 Hits American Shores) from Oct 30th covers who and what SUSE is about. NewsForge had a nice Putting Novell's SuSE purchase into perspective piece.
Hemlock (of semi-blog format) has publish a useful lists : one being a Guide to Hong Kong Bloggers (most of which are familiar to me and are my primary sources to amuse my lovely HK born wife) and includes a link to
A Guide to China related Blogs
Folding paper cranes or fancy boxes may seem like a quaint and old-fashioned hobby. But paper folding, or origami as it's more properly called, is serious science. Everything, from the proper loading of the space shuttle's cargo bay to the best use of materials to make cars, can be improved if we understand how to fold things up. Not to mention the problem of how to get that map refolded and back into the glove compartment. At the forefront of this field of computational origami is Canadian scientist Dr. Erik Demaine, who recently became one of the youngest people to ever win a MacArthur award - known as the genius prize. (Via CBC Radio's Quirks & Quarks).
Some interesting stuff on the young Doctor's page, I'm going to stress my poor brain out try to comperhend.
Updated : Professor Tetris , unfolded
Beyond the Beyond is his new bloging home after retiring his old SchismMatrix (one word or two?) blog.
How to get to BoingBoing - megnut.com: "How to get to BoingBoing
posted October 31, 2003 at 11:09 AM
If you're a fan of BoingBoing, perhaps you've noticed the site's been MIA for the past few days. There have been some hosting 'issues' and BoingBoing is now in the process of moving to a new host. In the meantime, you can access the site at http://216.126.84.59/. Xeni says that, ''BoingBoing.net' will work again in a day or two.'"
Starting a Business: Advice from the Trenches: A List Apart. Some things to think about, in a connected fashion...
What Is Lotus Notes?
What is Notes -- the Manager version
Lotus Notes is an application suite that includes the following components:
* e-mail
* calendaring and scheduling
* address book
* database
* web server
* programming
Unlike other application suites (like Microsoft Office) that split these pieces of functionality into separate products (like Outlook, Access, Front Page, etc.), Lotus Notes presents all of these components using a single front-end.
InfoWorld TechWatch: Taking RSS for granted suggests using RSS News Reader as a cheaper alternate to expensive news clipping services, combined with Blog postings.
I've been thinking of this as a possible solution for sometime, although I doubt it could remove the need to have a company news editor to build the daily news summary. Posted the resulting items to a Blog (with-in a company intranet portal or not) is a win-win on a couple of fronts : less emails in the in-box; older items are available to everyone (including the new hire) ; less clutter in email folders as people no longer have to guess which one might be important to them.
High Quality RSS news feeds are the biggest fly-in-the-ointment : does the description tag content the full text, and if not, could the text be retrieve auto-Magically from the link url (given the state of html this is hard),
Keyword filtering of incoming RSS items might help but a trained Bayesian approach, the reverse of a Spam Filter (see Paul Graham's 'A Plan for Spam', in this case a Ham Catcher , would aid finding relevant articles.
Using Mock Objects in Java
A indepth look at using Mock Objects, in order to build meaningful unit tests, beyond the trivial examples usually shown. Also mentions (and links to ) a StrutsTestCase used to simulate the Struts servlet environment and a MockMaker, a Framework for staring to build your mock Objects.
Java API for XML Processing (JAXP), Getting Started
A well write overview of XML (tags, elements, contents and elements, Valid , well formed, etc) and beginning to use the Java API for XML Processing (JAXP), DOM and SAX.