Archive for the 'google' Category

The vagaries of Google Image Search

Monday, October 23rd, 2006

Remember the C=64-izer, the quick hack to display an image in the style of the Commodore 64?

Recently, I’ve started getting hits to this demo image of the “O RLY?” owl — lots of ‘em.

It turns out that the C=64-ized rendition of this image is now the top hit for “O RLY” on Google Image Search; pretty bizarre, since there are obvious better images on the first search page, one result along in fact. What’s more, the page listed as the ‘origin page’, http://taint.org/tag/today, doesn’t even use that text.

This has resulted in lots of Myspace kiddies etc. obliviously using the C=64 rendering. Yay for Commodore ;)

Tags:

This post was written by Justin, source: The vagaries of Google Image Search

a plug for Map24

Wednesday, October 4th, 2006

Nat at O’Reilly Radar mentions that Multimap have added a public API . It’s great to see more sites adding public APIs, but sadly, as I note in a comment there, Multimap isn’t any use for me — they, along with Google and Yahoo!, have really crappy Irish mapping. Their geocoders (the part that turns an english-language address into a GIS coordinate pair) are pretty much non-functional for Ireland.

I moved from the US to Ireland earlier this year and found this pretty frustrating, after the joys of using the US mapping sites to get driving directions etc.

Thankfully, another contender has emerged recently — Map24.

They have a great geocoder for Ireland, and very reliable directions, which are even accurate for some of the more baroque one-way-system traffic-management changes that Dublin’s city planning department have come up with recently. The look and feel of the website is a little clunky in Firefox — not as smooth as Google’s — but it has some nice AJAXy touches now and seems to be heading in the right direction.

Interestingly, they now offer a public API for third-party mashups, and even
offer an API for their
geocoder
— so
someone preferring the Google look and feel could mash that up, using Map24 to
find the coordinates and Google to display an area map! (Actually, I think that
may be how John Handelaar’s earlier
hack
worked
– I note in the comments that he mentions Map24 provide Lycos’ mapping
backend. aha.)

Anyway — Map24 — if you’re looking for a good Irish mapping/driving-directions site, it’ll do the trick.

Tags:

This post was written by Justin, source: a plug for Map24

Searching GMail with a Firefox Smart Keyword

Friday, August 18th, 2006

Here’s a Firefox
Smart Keyword
to search your GMail:


https://mail.google.com/mail/?search=query&view=tl&q=%s

Usage example, assuming you use ‘mail’ as the keyword: (CTRL-L) mail whatever

Tags:

This post was written by Justin, source: Searching GMail with a Firefox Smart Keyword

SpamAssassin in the Google Summer of Code 2006

Sunday, April 30th, 2006

Are you a student, and interested in earning $4,500 for contributing to open
source, and fighting spam, over the course of the summer?

If so, get thee hence to the Google Summer of Code
2006
site, and propose a project!

Last year, we in SpamAssassin didn’t get it
together to mentor SoC projects. This year, however, we have a few prospective
mentors (including myself), and a few sample project
ideas
lined up; we’re all
ready to go! Here’s the Student
FAQ
. Be quick; applications end
in a week and a bit.

Here’s hoping we get some interesting submissions ;)

Tags: 

This post was written by Justin, source: SpamAssassin in the Google Summer of Code 2006

Single-Letter Google Hits

Saturday, April 29th, 2006

Here’s what happens when you search for single letters on Google:

Interestingly I got to see the new Google search results page, with the
sidebar, once. It must be in the process of rolling out…

Tags: 

This post was written by Justin, source: Single-Letter Google Hits

Google Calendar

Saturday, April 15th, 2006

So I’ve been using this for a few days now — and I’m loving it. A calendaring system that deals coherently with the web:

I keep finding little things that make perfect sense, and just feel more
logical than what I’ve used elsewhere. This rocks!

One thing still needs work, though: the links to Mapping fail spectacularly,
for non-US addresses at least. But that’s pretty minor.

By the way, I have a feeling that Mac.com had parts of this, but really, you
had to drink a lot of Apple kool-aid to use that, and I just didn’t
go for that. Sorry Jobs fans.

Do you know what would be cool now? If Upcoming.org published
venue/location-specific iCal feeds. Oh look, they
do!
Awesome…

This post was written by Justin, source: Google Calendar

Another script: goog-love.pl

Thursday, March 2nd, 2006

A quick hack –

goog-love.pl - find out where your site’s google juice comes from

This script will grind through your web site’s “access.log” file (which must be
in the “combined” log format). It’ll pick out the top 100 Google searches
found in the referer field, re-run those searches, and determine which ones are
giving your website all the linky Google love — in other words, the searches
that your site ‘wins’ on.

The output is in plain text and a chunk of HTML.

usage:

goog-love.pl sitehost google-api-key < access.log > out.html

e.g.

cat /var/www/logs/taint.org.* | goog-love.pl \
  taint.org 0xb0bd0bb5yourgoogleapikeyhere0xdeadbeef | tee out.html

NOTE: this script requires the SOAP::Lite module be installed. Install
it using apt-get install libsoap-lite-perl or cpan SOAP::Lite.
It also requires a Google API key.

For example, here are the current results for this
site
. You can immediately see some interesting stuff that’s not
immediately obvious otherwise, such as my site being the top hit for [beardy
justin
] ;)

Download here (4 KiB perl script).

This post was written by Justin, source: Another script: goog-love.pl

Vint Cerf speaking at Google on Thursday

Tuesday, February 28th, 2006

Heads-up, Dublin geeks:
Vint Cerf will be speaking at the Dublin Googleplex
on Thursday.

Sadly, I won’t be able to make it myself — I had to visit the UK this week. Pity; I would have loved to hear him speak :(

This post was written by Justin, source: Vint Cerf speaking at Google on Thursday

Google DRM and WON Authentication

Monday, January 9th, 2006

So, Google have invented their own DRM, apparently. I’m keen to find out
more details; Techdirt
and
Plasticbag.org
are so far the only places I can find in the blogosphere to discuss it in any
detail.

One tidbit worth noting from the LA Times coverage:

The Google copy-protection software also imposes a big restriction: The CBS
shows, NBA games and other material protected by the software can be watched
only on a computer that’s connected to the Internet.

“I think it’s going to be a problem,” said Li, the Forrester analyst, adding
that Google executives told her they were trying to fix it.

That’s interesting. In my opinion, given that quote, I’ll bet Google’s DRM is
something similar to the copy-protection systems used for many games since
about id’s Quake 3 and Valve’s Half-Life; an online “key server” which
validates codes, tracks player IDs, and who’s viewing what, “live”, as the
video is cued up and played.

Some more info on the Half-Life WON authentication system can be found in this
GamaSutra
article
;
subscription required — try viewing this google-cache version with Javascript
off

if you don’t have a sub. That’s historical now, of course, since that WON
system has been replaced by a new auth protocol as part of Valve’s ‘Steam’
system.

The key factor is the network, separating the dangerous, untrustworthy user
machine from the trusted key server. Since the online key server can act as a
platform for trusted, known-insubvertable code to run, along with the video
server, both being under Google’s control, it’s actually possible to build
reasonably solid DRM on this model. That’s as opposed to the usual case, where
a reasonably determined teenager can break it in a week of school-nights. ;)

Anyway, that’s speculation. It remains to be seen if they’ve come
up with something along the lines of WON authentication — and if it’s
still easily subvertable or not.

This post was written by Justin, source: Google DRM and WON Authentication

Windows Live Local and Firefox

Friday, December 9th, 2005

This post was written by Justin, source: Windows Live Local and Firefox