June 2007
June 1, 2007
Launching Expectnation. Edd’s conference organisation software. I was a reviewer for XTech and the process was completely painless.
How Ads Really Work: Superfans and Noobs. My variant on this idea is to serve ads only on content that’s at least 6 months old. I’ve made $473.98 since January.
Making use of the XRDS. One of the better explanations of XRDS: provides some background information and isn’t too long.
Deploying a Django app on the desktop. Silver Stripe used cx_freeze to package their commercial agile project management Django application as an easy to run Windows executable.
June 2, 2007
Oxford Geek Night 3 (via) The date for your diary is July 25th (moved from the 18th).
The Zonetag API Goes Public. Awesome new API from YRB—given a cell tower ID can provide both a location and a list of suggested tags, based on data collected by ZoneTag.
June 4, 2007
Google Gears DB Abstractions. Here come the ORMs.
JavaScript Minifier that doesn’t break code (via) Perl re-implementation of Douglas Crockford’s classic JSMin that doesn’t clobber IE’s conditional comments, by Peter Michaux.
jsjuicer. Another conditional comment respecting minifier tool, this time in C++. Ships with a command line utility, unlike JavaScript::Minifier.
Oxford Geek Night 3 now on the 25th July. The date has been moved back by a week.
ITA Software Trip Planner. Super nerdy flight booking search site, operated by the company that provides software to everyone else in the industry.
June 5, 2007
start.gotapi.com. Lightning fast lookups of API documentation; includes Python docs, YUI, HTML, CSS and lots more.
Unsettling. Sounds like there might be a massive scripted hack going on against out of date WordPress installs on Dreamhost. Check your site. See also discussion in the comments attached to this post.
Semi-synchronous replication for MySQL (via) Google’s patch for MySQL which enables more reliable master-slave replication (a transaction isn’t committed until at least one slave has replicated the data).
June 6, 2007
Massive Dreamhost hack, WordPress not to blame
On mezzoblue, Dave Shea reports that someone had modified every index.php and index.html file on his site to include spam links at the bottom of the page, hidden inside a <u style="display: none;">
. Dozens of other people in his comments reported the same thing happening to their sites.
IE vulnerability allows cookie stealing. Full exploit against the same-domain cookie origin policy, so malicious sites can steal cookies from elsewhere. Avoid using IE until this is patched.
Gaping holes exposed in fully-patched IE 7, Firefox (via) Michal Zalewski released a new Firefox 2.0 vulnerability in addition to the IE cookie stealing one.
Firefox promiscuous IFRAME access bug. Lets malicious sites “display disruptive or misleading contents in the context of an attacked site” and intercept keystrokes! The demo worked in Camino 1.5 as well. Avoid using Gecko-based browsers until this is patched?
The CSS working group is irrelevant. “Someone really needs to do to CSS what the WHATWG has been doing to HTML”.
Talking to the internal GPS in my N95 from Python. Thanks to a new LocationRequestor module for Python Series 60.
Sun Identity Provider for OpenID. “We’re talking to partners about offering special services to Sun employees that use this service for authentication.”
June 8, 2007
WCAG Samurai. Anonymous Samurai, headed up by Joe Clark, publish their errata for WCAG 1.0 (with two independent peer reviews). Recommended as a better alternative to WGAC 2.0.
Security Breach. A statement from Dreamhost.
June 9, 2007
Help me figure out my Macbook Pro!
For (slightly) better diagnostics of your wireless connection problems, try running the “Console” application (use Quicksilver or Spotlight to find it). That will show your the system log which often includes more information about connection errors.
[... 50 words]Wait For It (via) Neat WSGI middleware from Ian Bicking that launches a thread for every incoming request and watches for slow responses; if something is taking too long it returns a “please wait” page to the user and polls for completion.
10 obvious things about the future of newspapers you need to get through your head (via) A great list, with a positive conclusion.
google-diff-match-patch (via) Robust algorithms to perform the operations required for synchronizing plain text, in Java, JavaScript and Python.
Doing Local Right. The slides from my presentation at @media 2007.
June 10, 2007
Croquet. Open-source collaborative virtual world environment built on top of Squeak, a bit like a decentralised version of Second Life.
ECMAScript 4 Reference Implementation. Including discussion of the benefits of writing it in Standard ML.