digg q update!
The digg auto refreshing AJAXy queue/spy have been updated, they are now much more functional and aesthetically pleasing

The digg auto refreshing AJAXy queue/spy have been updated, they are now much more functional and aesthetically pleasing

Here’s a list of my favourite extensions (in installed order):
I submitted a request to Googlebot on 30th November to remove all pages relating to my /forums/ as there’s stuff still indexed/cached in Google that’s not been there for months
I noticed today that in the past couple of days the status of the request had changed to completed.. so I search google site:www.influenced.net and there’s still a lot of stuff that’s indexed under /forums/ which doesn’t exist.. so what the heck has been completed exactly?
I’m going to retry it via a rule to deny indexing the /forums/ folder in robots.txt and see what happens..
Edit: robots.txt seems to have done the trick
Today influenced.net’s host has had its PHP module upgraded from version 4.x to 5.1.1.. this broke a couple of things, most notably PHP-Markdown
I proceeded to download the latest version of PHP-Markdown but still, the issue remained..
The fix was to modify the _DoCodeBlocks function as follows:
function _DoCodeBlocks($text) {
#
# Process Markdown `<pre><code>` blocks.
#
global $md_tab_width;
$text = preg_replace_callback('{
(?:nn|A)
((?:(?:[ ]{'.$md_tab_width.'}|t).*n+)+)
((?=^[ ]{0,'.$md_tab_width.'}S)|Z)
}xm',
'_DoCodeBlocks_callback', $text);
return $text;
}
I don’t exactly know why this change worked, it seems something wasn’t being escaped properly
I was pleased to hear that Firefox 1.5 will be released today, however I noticed that furltools wasn’t working with it..
Delving into the code it seems that since recent builds of Firefox 1.5 force xpcnativewrappers=yes by default, so furl ceased to work properly in its current incarnation..
I’ve added a chrome.manifest to disable xpcnativewrappers which lets furl function as per normal with its existing code
The modified furl extension is available here:
furl 0.61
I emailed the furl devs beforehand regarding a new version of furltools but haven’t recieved a response yet (because it was only a few hours ago!)
Hopefully this will fill the void for fellow furl addicts until an official version is released for Firefox 1.5
A problem I encounter many times a day is trying to find some information that I’ve read recently on the net..
I know there’s USB sticks etc.. but I want them to be online.. all the time! Instantly accessible wherever I am
Enter furl! I’m angry that I didn’t know about this amazing service early, it truly rocks my socks off..

It’s free to use and you get 5GB of space to store your saved pages.. you can tag them, make them private, share them, visit the original URL, it even has a Firefox extension! magnificent..
I actually started a Win32 tray application today to aid in synchronizing ScrapBook entries via FTP/SFTP/HTTP, but I guess I’ll put that on hold for the moment as furl has currently answered most of my needs..
The only problems I can see currently:
For me, a furl.net-esque system that could be run on any machine (e.g. private webserver) would be the best thing possible at the moment
MySQL 5.0 is now out of beta and available for general release
Unfortunately for me the current mysql-noinstall-5.0.15-win32.zip doesn’t include libmysqld.dll for whatever reason (the embedded server). I don’t have MS Visual Studio installed either so I can’t compile it myself… I’ve posted on the MySQL forums though querying it, hopefully someone can direct me to a download which includes it already compiled
In my second post regarding Google Reader I said that I had been experiencing duplicate articles… however since being queried about it by a member of the Google Reader Team I was thus far unable to reproduce it, until today that is.
This morning around 7am I read 80% of my feeds, specifically I emptied the 9rules group (imported from the 9rules.com OPML) so that it had 0 unread items.
I’ve come back to the 9rules label and everything I read this morning is now unread again! very strange!
At least I know it’s not me who is going insane now…