After protracted debate about "the right way" and rationalizing "that's how cp works" -- whether right or wrong -- Nautilus developers listened to the users and pushed out a fix.
A new File Management Preference (under the "Behaviors" tab) would have been my preference, but that's just me...
4 May 2008 (updated 4 May 2008 at 06:01 UTC) »
In a subdirectory off my web root (and root of a virtual host), I have a .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^anthonpang\.com [NC]
RewriteRule (.*) http://anthonpang.com/$1 [R,L]
The URL (yes, I left off the trailing slash):
http://example.com/anthonpangcom
Mysteriously becomes:
http://example.com//home/robocoder/public_html/anthonpang
I say mysterious, because the behaviour depends on the domain I use in RewriteRule. For example, anthonpang.ca does get rewritten correctly.
That said, it's probably "minor" as I don't expect to publish or link to the subdirectory-based URL when this goes "live".
30 Apr 2008 (updated 1 May 2008 at 15:48 UTC) »
DomainKeys is dead. Long live DKIM (Domain Keys Identified Mail).Oh goody...it looks like cpanel does have support for setting up DKIM. I'll have to ask my hosting provider if it's available on shared hosting accounts.
24 Apr 2008 (updated 24 Apr 2008 at 02:59 UTC) »
I can't say this was a welcome/needed distraction, given everything else on my plate, but this was "low hanging fruit", so to speak, and I needed to feel like I accomplished something today.
16 Apr 2008 (updated 16 Apr 2008 at 06:59 UTC) »
In this case, it's easier to apply the changes between 1.2.12 and 1.2.17, to the version of 1.2.12 included with PGV. (The patchfile is 66K in size. In contrast, the diff file between vanilla 1.2.12 and the hacked version included with PGV was over 1M in size, and touched nearly twice as many files.)
10 Apr 2008 (updated 10 Apr 2008 at 14:42 UTC) »
Obligatory AppEngine blurb: on the first day, the Big-G received registrations from its requisite 10,000 beta developers; other applicants are now being on put on a wait list.
I need a distraction. Perhaps I'll look at the Prado and CakePHP frameworks...
On the topic of web sites, we keep pushing off the launch of ici.ca because we haven't reached consensus on how to monetize it. Two of the leading & competing ideas are an Industrial, Commercial and Investment Real Estate web site vs a domain auction with proceeds going to the Heart and Stroke Foundation.
27 Feb 2008 (updated 27 Feb 2008 at 03:57 UTC) »
Anyway, back to the grindstone. I hope to finish a number of things that I started before I went on vacation. On the technical side, I've pushed out the initial makings of a web hosting site (on hostgator, and in turn, theplanet) which will host our internal projects. The migration from self-hosting will take some time, but it'll be more reliable and cost effective (for example, we'll be able to eliminate the dedicated line to host our own web servers).
On the non-technical side, I've made a contribution to CarbonFund (i.e., offsetting our business' carbon footprint), filed a tax return (just one of many more to come), requested quotes for E&O insurance (unfortunately, there aren't many insurers, and IT firms are considered high risk), and looked into local computer/office equipment recycling (and hard drive destruction).
Now that some sense of order has returned to my desk, I can start prioritizing the TODO list for the week ahead.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!