Powerline networking

2008-09-26 Thread Jonathan Peterson
anyone used this stuff? J Jonathan Peterson ___ The BMJ Group is one of the world's most trusted providers of medical information for doctors, researchers, health care workers and patients www.bmjgroup.bmj.com

Re: Online payment providers

2003-09-18 Thread Jonathan Peterson
Online transactions always attract premium charges even though there seems to be little or not evidence to support claims that there is a higher risk of fraud. Well, I once set up an online shop using a traditional EPOS machine. Some windows box with an ISDN line to barclays did credit

Re: Dave and Religion

2003-09-05 Thread Jonathan Peterson
It reminded me of a long run of visits I had from some JW's when I was doing my finals in 1997 (a man needs some distraction when studying and I hadn't found Perl then... Oh, and the woman was a babe). They wanted to convert me to Christianity and I wanted to convert them to Atheism. Seemed

Re: Dave and Religion

2003-09-05 Thread Jonathan Peterson
[EMAIL PROTECTED] wrote on 05/09/2003 16:06:15: On Friday, September 5, 2003, 3:50:07 PM, Andy Wardley wrote: AW James Campbell wrote: If God created the universe, who created God? AW God didn't create the universe. God is the universe. Only in Monotheistic religions, and the only

Re: Ob-buffy

2003-09-03 Thread Jonathan Peterson
Still - it was the best TV ever made ;) You jest surely. Have you never seen The Prisoner or Twin Peaks? Ah, the ignorance of youth... ;-) I am not that young and I watched both The Prisoner and Twin Peaks. Neither is as good in my opinion. Twin Peaks winds me up. I remember

Is dynamic inheritance bad?

2003-07-06 Thread Jonathan Peterson
Let's sat I've got a class that reads and writes data with methods like read_item() and write_item(). Let's suppose I'd like the option of data items being stored in different places like in RDBMS systems or Berkeley DB files, or HTTP servers or whatever. One approach would be to have the main

mod_perlness

2003-07-02 Thread Jonathan Peterson
the config file in BEGIN{} blocks and such like, or indeed anywhere outside of a request context. Or do they just not do that? Jon, trying to figure out if mod_perl is still cool or not. -- Jonathan Peterson Technical Manager, BMJ Knowledge, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: [OT] Yet more on UK Money...

2003-07-02 Thread Jonathan Peterson
. -- Jonathan Peterson Technical Manager, BMJ Knowledge, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: mod_perlness

2003-07-02 Thread Jonathan Peterson
directives. Sneaky that. Thanks muchly, Jon -- Jonathan Peterson Technical Manager, BMJ Knowledge, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: [sigs] a small collection

2003-06-27 Thread Jonathan Peterson
of perl mongers seemed improbable. Of course I only ran it as a non-privileged user Running obfuscated code is A VERY VERY BAD IDEA. But so much less time consuming that writing it :-) -- Jonathan Peterson Technical Manager, BMJ Knowledge, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Contracts for contractors

2003-06-26 Thread Jonathan Peterson
solicitors hundreds of quid to draw up for you then just say, I'm not trying to get stuff on the cheap. -- Jonathan Peterson Technical Manager, BMJ Knowledge, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: XML::LibXML::Common encodeToUTF8() annoyances

2003-06-26 Thread Jonathan Peterson
Andrew Wilson wrote: On Wed, Jun 25, 2003 at 11:00:54AM -0700, Toby Corkindale wrote: Gah! my head-wall; Your head has a wall method! What does it do? It sends a message to everyone currently logged in to his head, preceded by Broadcast Message from ... -- Jonathan Peterson

Re: Dotcom Boom History

2003-06-03 Thread Jonathan Peterson
Damn. And I was going to do some work today, too... Dave Cross wrote: A while ago I had a discussion in a pub[1] with various london.pm people about how it would be interesting to have a record of people's memories of the Golden Age of the Dotcom Boom in London. A few months ago I started a

Re: Learning regular expressions

2003-03-17 Thread Jonathan Peterson
I assume that this was supposed to be: =~ m/\s*(?:y|(ok))/i I did. But this is hardly easier than 'eq'. Easier for the programmer? Of course not! Heh, when I say better I mean better for the user, and therefore a better bit of software. Programmers are just staff, but users are

Re: Learning regular expressions

2003-03-17 Thread Jonathan Peterson
I assume that this was supposed to be: =~ m/\s*(?:y|(ok))/i I did. But this is hardly easier than 'eq'. Easier for the programmer? Of course not! Heh, when I say better I mean better for the user, and therefore a better bit of software. Programmers are just staff, but users are

Re: Learning regular expressions

2003-03-14 Thread Jonathan Peterson
But it sort of proves the point, anyway, in that Mr Peterson wrote his regexp wrong. Yup. If he didn't mean /^\s*(y|ok)/i Yeah, that's what I wanted to write. Stupid precedence rules - Perl didn't do what I meant! :-P However, I suggest that the debug cycle incurred by mis-use of regexps

Re: Perl Code Optimizer

2003-02-27 Thread Jonathan Peterson
) is your friend here. Instead of: $result = compute($argument); # calls compute() function every time use $cache{$argument} ||= compute($argument); $result = $cache{$argument}; And so on. I have a hard time getting my Java developers to do this. -- Jonathan Peterson Technical Manager, Unified Ltd

Re: Perl Code Optimizer

2003-02-27 Thread Jonathan Peterson
However, you can always rty Sam Tregar's Devel::Profiler, which is a pure perl solution, so shouldn't (in theory) core dump. Yup, that works fine. Yay for profilers. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Mailing list topping and tailing

2003-02-14 Thread Jonathan Peterson
it from work. That way you can keep things nice and separate. That all said, is anyone at YourCompany going to care very much? Probably not. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Perl / UTF-8

2003-02-12 Thread Jonathan Peterson
messages, so maybe that's why ppl don't need the debugger. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Bad interpreter

2003-02-12 Thread Jonathan Peterson
. What happens if you try the experiment running from a sh shell or a ksh shell or something? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Perl / UTF-8

2003-02-12 Thread Jonathan Peterson
guess these boil down to the old graphical IDE vs not graphical IDE debate. But you'd have to agree that even die hard vi fans appreciate being able to see a terminal-full of their code at a time, rather than one line of it. Hence the ed comparison. -- Jonathan Peterson Technical Manager

Helpful subject lines

2003-02-12 Thread Jonathan Peterson
in TPJ \--XS and re-writing in C for speed Which let's face it is better than: -Speed problems w/ perl | \--RE: Speed problems w/ perl \--RE: Speed problems w/ perl | | | \--RE: Speed problems w/ perl | \--RE: Speed problems w/ perl \--RE: Speed problems w/ perl Just a thot. -- Jonathan

Re: perl website on CD

2003-02-11 Thread Jonathan Peterson
win2k] ;) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: WWW::Map::UK::Streetmap - A tale of woe

2003-02-10 Thread Jonathan Peterson
HTTP is traditionally spread over machines rather than CPUs. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: CPANSTATS

2003-02-06 Thread Jonathan Peterson
. Then, we'll make it themable. OK, I've registered themes.search-ng.cpan.org. Anyone want to set up a sourceforge home page and put four badly explained feature requests in the bug tracker? Jon -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: WWW::Map::UK::Streetmap - A tale of woe

2003-02-04 Thread Jonathan Peterson
true. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

SMP Linux

2003-01-30 Thread Jonathan Peterson
Anyone using Linux on anything with lots of CPU's? Attempt to do searches for 'linux smp' on google tends to get me documents last updated in 1997. I used to run it happily on 2 CPU's, but I wondered if anyone was doing it seriously on more than 4. -- Jonathan Peterson Technical Manager

Re: Drink for Peace? [[was: [PUB] Spread Eagle, NW1]]

2003-01-28 Thread Jonathan Peterson
error for make was 'don't know how to make [foo]' thus: $ make love don't know how to make love $ Which always seemed kind of sad to me. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Wierd drinks

2003-01-03 Thread Jonathan Peterson
or a Candadian expat shop. any leads? Jon Happy New Year. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Mounting a CDROM case-insensitively

2002-12-19 Thread Jonathan Peterson
for a case insensitive fs?? J -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Apache 2.0 horror

2002-12-13 Thread Jonathan Peterson
, or gcc 3.2 In any case I don't feeling like up or downgrading any of those apps. Or is Apache 2.0 just not ready yet? :-( And on an unrelated note - any suggestions as to why cron might just silently ignore all crontab entries for all users? Sigh.. -- Jonathan Peterson Technical Manager

Re: Apache 2.0 horror

2002-12-13 Thread Jonathan Peterson
stops working? Obvious, really. But you can fix it by setting 'UseLogin yes' in your sshd_config. Gibber. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: New York, New York

2002-12-12 Thread Jonathan Peterson
Jon Reades wrote: May I put in a vote for Brooklyn? It's nice. Do: Prospect park (nicer than central park imho) Coney Island (not an island) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Crazy maths proof

2002-12-09 Thread Jonathan Peterson
google and it loves me. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Web Database Applications in perl

2002-12-06 Thread Jonathan Peterson
. For the simple stuff I do, I've had luck with DBI::Simple (a great time saver) and Mason for the webby template stuff. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: OT(ish): Advice

2002-12-06 Thread Jonathan Peterson
sysadmin just has to learn Unix commands and configuration parameters, while programmer has to learn complex logical techniques. After working with some truly excellent sysadmins, I now have much more respect for them. J -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092

Re: The 2002 Perl Advent Calendar

2002-12-02 Thread Jonathan Peterson
Mark Fowler wrote: Doesn't December come round quickly? http://www.perladvent.org/2002/ Hey, that's cool :) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: 5.8.0

2002-11-28 Thread Jonathan Peterson
ifdefs Yay for progress. Upgrade and update! :) *I know there used to be some Cisco stuff that bundled Perl4 or something at some point. Ick. ** Yeah that means you Cygwin. Die die die. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: mod_perl2 (was) Re: [JOB]

2002-11-27 Thread Jonathan Peterson
Andy Wardley wrote: That's not so bad, but I couldn't get a straight answer out of anyone on the mod_perl list as to what I should call the second module: Apache2::Template, Apache:DamnWeBrokeIt::Template, or something else? Well, the real problem is that CPAN doesn't allow more than one

Re: mod_perl2 (was) Re: [JOB]

2002-11-27 Thread Jonathan Peterson
. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: 5.8.0

2002-11-27 Thread Jonathan Peterson
module with require 5.8, and I'd rather not have to suddenly upgrade perl then if I can do a planned upgrade now. J -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: [JOB]

2002-11-26 Thread Jonathan Peterson
Dominic Mitchell wrote: Dave Hodgkinson wrote: ObPerl: Anyone using Apache 2.0 with mod_perl in production yet? I'm about a week away from doing so. Errr.. why do you ask? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Apache2

2002-11-26 Thread Jonathan Peterson
unimpressed by the complete absence of seemless backward compatability, but I suppose change is good. *I still think building a working mod_perl is one of the hardest software install / configuration jobs going. apxs2 helps somewhat, but it's still insanely hard. -- Jonathan Peterson Technical

Re: Advice Needed: Sony Clie - Nokia 8310 - Demon POP

2002-11-26 Thread Jonathan Peterson
I much prefer the work of Paula Jennings. The worst poetry in the universe. Considerably better than the worst prose in the universe, often considered to be this: http://www-users.cs.york.ac.uk/~susan/sf/eyeargon.htm Always worthy of a re-post from time to time... -- Jonathan Peterson

[JOB / Recommendation] Evil documentation

2002-07-16 Thread Jonathan Peterson
. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: password expiry (was Re: [JOB / Recommendation] Evil documentation)

2002-07-16 Thread Jonathan Peterson
!!* -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED] *Expensive but works well.

Re: ANNOUNCE: Technical meeting, Thurs 18 July

2002-07-15 Thread Jonathan Peterson
, without the tube drivers who would give us sarcastic updates about delays caused by signal failures? Instead of a tube driver on the train there should be a policeman. That would almost certainly improve the safety of the system as a whole. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0

Re: Password Management

2002-07-11 Thread Jonathan Peterson
. Can you make do with judicious use of sudo?? Or maybe: http://www.thinkgeek.com/stuff/gadgets/5a60.shtml If not I'll have to start work designing Richard. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: advocacy

2002-06-24 Thread Jonathan Peterson
-- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: advocacy

2002-06-24 Thread Jonathan Peterson
ho! -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Building Net::SSL on penderel

2002-06-18 Thread Jonathan Peterson
/perl? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Penderel ssh

2002-06-06 Thread Jonathan Peterson
hacked? Just curious. Not sure who penderel admins are, hence list post. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: OT (yea right) - taking Credit card payment.

2002-05-22 Thread Jonathan Peterson
, but maybe that's just my ISP. www.worldpay.com. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: [jobish] success with online applications?

2002-05-22 Thread Jonathan Peterson
that was not put there by a pimp. This annoys me. I fail to see why the online sites can't make a killing by cutting out the pimps, and putting punters directly in touch with HR departments. Or is the problem that this would fill HR departments inboxes with bulkmail CVs? Basically. -- Jonathan Peterson

Re: London.pm List Weekly Summary 2002-05-13

2002-05-22 Thread Jonathan Peterson
' :) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Perl/COM/DCOM

2002-05-15 Thread Jonathan Peterson
SOAP friendly anyway, so it may be your best bet for interoperability. However, since Perl is a cross platform language, it should be simple to move it from Linux to Win32, giving you all the benefits of COM integration ;-) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20

Re: Perl IDE for Win32

2002-05-14 Thread Jonathan Peterson
for improving programs, and anything that encourages it would be welcome. Oh, and if anyone knows of a free Java profiler, let me know -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: P.G. Wodehouse

2002-05-10 Thread Jonathan Peterson
hilariously funny, so you're in for a good treat. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: OT: Mailing list software

2002-04-24 Thread Jonathan Peterson
a message full of spam to the list, thus getting it delivered. But there are ways to prevent that other than confirms... -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

JOB: Software Tester - would suit student or very poor person

2002-04-16 Thread Jonathan Peterson
. Central london. Jon Helping the economy Peterson -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Apache mod_perl on Windows 2000

2002-03-19 Thread Jonathan Peterson
language independant CGI accelerator, although it appears to have grown into an all singing dancing thingy. Given the way Apache is going, I'd have thought dealing with threading would be quite a priority for mod_perl, no? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092

Re: Going Too Far

2002-03-18 Thread Jonathan Peterson
the honest and constructive comments ;-) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Machine

2002-03-14 Thread Jonathan Peterson
I see penderel is tits up again :-| Which reminds me. Owing to certain dotcom shrinkage I have availed myself of a sturdy Compaq Deskpro (PII 350) if anyone has some bandwidth I could plug it into, perhaps we could come to an arrangement... -- Jonathan Peterson Technical Manager, Unified Ltd

Load testing

2002-03-06 Thread Jonathan Peterson
against paying for a commercial app but I didn't find any promising looking ones of those, either. Ho Hum. More LWP -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: irc dead? -- MISLEADING, IRC ACTUALLY STILL ALIVE

2002-02-28 Thread Jonathan Peterson
collapsed. Damn you and your inaccurate message subjects. Oh well, back to work on RFC 3241 - irc redefined as a bug, patch available. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: CGI script question.

2002-02-27 Thread Jonathan Peterson
Jonathan Stowe wrote: On Tue, 26 Feb 2002, Jonathan Peterson wrote: You are closing the entire STDIO of the child process, right ? You probably want to setpgrp the child process so that when Apache does away with a child process after MaxRequests your process doesn't die too .. I'm

Re: PGP signatures / list etiquett

2002-02-26 Thread Jonathan Peterson
that's just me. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

CGI script question.

2002-02-26 Thread Jonathan Peterson
the process will just hang rather than dying. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Tea (was Re: Bolloxia)

2002-02-21 Thread Jonathan Peterson
. Anyone know where to find this in London? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

select() operates globally?

2002-02-21 Thread Jonathan Peterson
so? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Destructor sees modified version of $self

2002-02-05 Thread Jonathan Peterson
Jonathan Stowe wrote: On Mon, 4 Feb 2002, Jonathan Peterson wrote: Anyone seen this before? Yep, trying to get a TODO test together in the core to clarify the behaviour infact. Its the destruction order - I bet that some of the things that are getting destroyed too early are other

Destructor sees modified version of $self

2002-02-04 Thread Jonathan Peterson
of references inside $self but I don't see why that would be a problem. Anyone seen this before? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Callbacks in class definition woe

2002-02-01 Thread Jonathan Peterson
is... Crafting my own LWP retrieval functions operates at the expected high speed -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Callbacks in class definition woe

2002-02-01 Thread Jonathan Peterson
It's probably being polite by default in order not to swamp a server it's making requests deliberatly slowly Look at the REQUEST_DELAY attribute Heh. When I read the docs I thought it said the default was a 1 second delay not a 1 minute delay. Doh. All hunky-dory now. -- Jonathan

Callbacks in class definition woe

2002-01-31 Thread Jonathan Peterson
-- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: One-Eyed Kings

2002-01-30 Thread Jonathan Peterson
wow ... that was some code ... some of my code is not, you know, great .. but that? ... and theres oodles and oodles of really crufty examples on that board too ... I'm following the example set by Dave on the last crufty CGI board we found, and am trying to set people back on the straight

Re: Open Certification

2002-01-28 Thread Jonathan Peterson
RedHat, IBM, Microsoft contacts? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Advocacy thoughts - was Re: bad nasty evil thread

2002-01-24 Thread Jonathan Peterson
to be doing a new project in. One person can change the world, but most of the time they shouldn't -- Marge Simpson Everyone has better sigs than me. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: call level oddness

2002-01-22 Thread Jonathan Peterson
It is a truth universally acknowledged that a language in possession of a rich syntax must be in need of a rewrite. -- Jane Austen? ROFL. Heh. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: call LEVEL oddness

2002-01-22 Thread Jonathan Peterson
one, small, 26 character alphabet with no accents. Anyway, I don't much like the capitals either. I don't see why syntax should reflect internal implementation. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Erm, Hello?

2002-01-21 Thread Jonathan Peterson
what? .. with *4* spaces ?? come come mr McCarroll, we all know it is 2 spaces ... :) Spaces? SPACES?!!! It's called a tab, Tee Ay Bee. Code is indented with TABs, not spaces. Only bad bad people use spaces to indent. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383

Re: Wingate was Re: black hat hackers

2002-01-14 Thread Jonathan Peterson
. This email was sent from a Win95 machine, so I suggest you virus scan your CMOS battery just to be on the safe side. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Bond tech

2002-01-11 Thread Jonathan Peterson
Hi, Has anyone ever come across Bond Technology? Yet Another Web Design Company - apparently they did alot of for for IPC. Just wondering if they're any good. J -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Buffy series 6 first episode video

2002-01-11 Thread Jonathan Peterson
U, I _used_ to quite like Buffy before reading that article. |-P Jon -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: black hat hackers

2002-01-10 Thread Jonathan Peterson
. Is that bad? I wonder if there are programs that sniff mailing lists for ip addresses on the (reasonable?) assumption that they may be people's private ADSL connected boxes... Maybe that's where they got your IP. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL

Re: Dual boot

2001-12-21 Thread Jonathan Peterson
harder about who really needs access to this stuff. I felt like punching the guy. I've never looked into it but I imagine there are third part addons for some Unixes that giver better permissioning capability. Anyone know of any? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383

Re: [JOB] Senior Perl .. etc. etc. Bounce

2001-12-21 Thread Jonathan Peterson
Rafiq Ismail (ADMIN) wrote: Hmm.. They don't seem very reliable do they? I exceeded his quota with my itsy CV attachment. Oh I don't know, with the job market like it is, yours was probably the 500th cv in the last hour :) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20

Re: Dual boot

2001-12-20 Thread Jonathan Peterson
straightforward, but if you install Windows second, it tends to wipe out Linux (or at least the boot loader). I'm not sure if Win2K plays nice. But, using vmware sounds much better - why do dual boot when you can simply run both OSes at the same time? Better still, buy another computer! -- Jonathan

Re: Film Recommendatio : A Knight's Tale

2001-09-25 Thread Jonathan Peterson
with such garbage as Red Sonja, Willow, and various Conan films, but deserves better company than that. -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

Re: Best Films?

2001-09-24 Thread Jonathan Peterson
The first person to mention Ewoks in a thread about films, loses. -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

Re: Bomb the ISPs!

2001-09-18 Thread Jonathan Peterson
else. It would be a shame if John Keegan tarnished his otherwise good reputation as a military commentator. -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

Re: The best film of all time?

2001-09-18 Thread Jonathan Peterson
Newton, Philip wrote: Lucy McWilliam wrote: [0] Due to $boyf[1] That sounds like my second boyfriend :) (Hm, I wonder what 'scalar @boyf' is, then?) Not to mention length $boyf[1] :-O -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

Re: The best film of all time?

2001-09-17 Thread Jonathan Peterson
the other Charlie Chaplin films But, having partaken of the recent Herzog festival at the NFT, I'd want to add Aguirre: Wrath of God and The Enigma of Kaspar Hauser, too. -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

TPJ Bought by CMP

2001-07-06 Thread Jonathan Peterson
http://slashdot.org/article.pl?sid=01/07/06/1146230mode=thread -- Jonathan Peterson Technical Manager, Unified Ltd, 020 7383 6092 [EMAIL PROTECTED]

Re: Job

2001-07-04 Thread Jonathan Peterson
, if what I've read in this thread is anything to go by. Jon Vignette Project Peterson -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Renting racks

2001-06-29 Thread Jonathan Peterson
Hello, Does anyone know where you can rent a normal 42 rack, or even better a yucky non standard Sun rack? -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

XML vs DBMS

2001-06-22 Thread Jonathan Peterson
A Vignette guy defending Vignette's ignorance of XML sent me this IBM paper on why XML ain't all that great. http://www-106.ibm.com/developerworks/xml/library/x-matters8/index.html May be of interest to people fighting XML battles. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0

Re: More Microsoft Fuckwittage

2001-06-21 Thread Jonathan Peterson
it. e. -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

Re: Notification of Internet Violations

2001-06-21 Thread Jonathan Peterson
the Internet. Stop reading theregister.co.uk and get back to work, you! :-) -- Jonathan Peterson Technical Manager, Unified Ltd, +44 (0)20 7383 6092 [EMAIL PROTECTED]

  1   2   >