Re: [OT] Prepaid mobile plans with data, possibly roaming

2012-08-25 Thread Nik Clayton
http://prepaidwithdata.wikia.com/wiki/UK is probably relevant (no idea how
up to date it is though).

N
-- 
http://try-dot-ch.blogspot.com/


Re: Posting to blogger.com?

2010-06-01 Thread Nik Clayton
 That would be fantastic! It appears that blogger no longer has an XMLRPC 
 interface, so Net::Blogger
 is pretty much guaranteed to not work.  Working with WWW::Google::API right 
 now, but still getting nowhere.

If you produce something suitably generic I'll do my best to get it
linked to (and/or included) the Blogger API docs.

N (@google.com)
-- 
http://try-dot-ch.blogspot.com/



Re: Broadband (probably again...)

2010-04-03 Thread Nik Clayton
On 3 April 2010 15:02, Dirk Koopman d...@tobit.co.uk wrote:

 Mark Fowler wrote:

  The solution to this is to use another DNS service - google's free
 8.8.8.8 works for me.


 It works for google's information systems too...


http://code.google.com/speed/public-dns/privacy.html

http://code.google.com/speed/public-dns/privacy.htmlWe don't correlate or
combine your information from the temporary or permanent logs with any other
data that Google might have about your use of other services, such as data
from Web Search and data from advertising on the Google content network. 

Disclaimer: One of my other addresses finishes with '@google.com'.

N
-- 
http://try-dot-ch.blogspot.com/


Re: log4perl viewing?

2009-12-16 Thread Nik Clayton
2009/12/11 Steve Mynott st...@gruntling.com:
 Does anyone have any suggests for quick and easy ways of viewing
 and manipulating huge log4perl logs in a better way than using grep
 or ack?

 Anyone got any java log4j viewers working with it?

 Or imported into sqlite and used SQL queries on it?

http://www.splunk.com/

N
-- 
http://try-dot-ch.blogspot.com/


Re: Introduction to CPAN

2008-12-09 Thread Nik Clayton
On Mon, Dec 8, 2008 at 4:33 PM, Pedro Figueiredo [EMAIL PROTECTED] wrote:
 While browsing the slides from the LPW, I decided to try Slideshare.
 This is something I wrote some time ago, for in-house training (and
 yes, I have permission to make it available).

 http://www.slideshare.net/pfig/cpan-training-presentation/

 Please feel free to point out the errors.

If you're not already using it, local::lib
(http://search.cpan.org/~mstrout/local-lib/) makes maintaining a
not-going-to-be-interfered-with-by-the-vendor installation of CPAN
modules much easier.

N