話說上兩個星期,接到 GBA 師傅的召集,幫王雙駿手到錄音室替軟硬新歌《Long time no see》錄一些合唱聲。要錄的並不多,只是十個字:「你想見,我想見」、「係咪咁堅」?算是見識一下錄音現場。
雖然只是短短兩句,但因為要做到
Back around 1999, Tim Berners-Lee wrote Cool URIs don't change , which is about how your URLsshouldn't change (and he gave advice on how to manage it). People havebeen nodding sagely every since (I hope, since it's a good idea). Butthere's a problem.
The problem with cool URLs not changing is that it means that yourURLs are forever. This means that you either have to get the URL rightbefore you publish it
話說上兩個星期,接到 GBA 師傅的召集,幫王雙駿手到錄音室替軟硬新歌《Long time no see》錄一些合唱聲。要錄的並不多,只是十個字:「你想見,我想見」、「係咪咁堅」?算是見識一下錄音現場。
雖然只是短短兩句,但因為要做到
Media
As an update on the Solaris ssh stuff :
Sun has just today released version 08 of patch 114356, which fixes the 'xmalloc: zero size' problem (charmingly describedin the patch README as 'New ssh in Sol. 9 exits if the key fingerprintcannot be found in the known_host files'), but not the problemswith mech_krb5.so and the GSS stuff.
This is a good step forward, and it fixes the most important issue,since
It's not the carefully spun death of WinFS ,or even ( as Cringley put it ) that Microsofthas spent five years and five billion dollars not shipping WindowsVista.
Microsoft's problem is that ordinary people can't keep Windows machinessecured. Spyware and other malware is rampant, compromised Windows boxesare perhaps the single largest source of spam email on the Internet,and anti-virus and anti-spyware software is now considered a basicrequirement on machines.
( Anecdotally , it'salready to the
Asynchronous servers and frameworks are a popular way to create highlyscalable systems. Although WSGI isn't explicitlydesigned to support them, putting a WSGI application in an asynchronousserver isn't totally foolish: many WSGI applications won't be doinganything that can block.
(Technically disk IO can block, but Python on Unix doesn't have any wayto do asynchronous disk IO without using threads.)
However, there is one serious fly in the ointment: the WSGI specrequires a synchronous interface for reading the