Forgot your password?

typodupeerror

Comment: Re:Start here (Score 2) 987

by jonbryce (#43820327) Attached to: White House: Use Metric If You Want, We Don't Care

Ireland switched to Metric for road signs a few years back. Their speed limit signs say things like 50km/h with no mph on them. At the border with Northern Ireland, which still uses mph, there are signs facing into Ireland saying "Speed limits in mph", and into Northern Ireland saying "Speed limits in km/h"

Comment: Re:Fear Mongering (Score 1) 302

by jonbryce (#43810895) Attached to: Terrorist Murder In London Could Revive Snooper's Charter

You have to tick all three boxes for it to be terrorism.

Box (a) is definitely ticked, no question about that.
Box (b), he wasn't trying to intimidate the public. Was he trying to influence the government? Maybe, it was retribution for wrongs he considered the police to have carried out against him. You could argue that he was trying to influence the police not to commit those wrongs.
Box (c), was it for a political cause - not really, religious - no, racial - no, ideological - not really. It was a personal vendetta against the police.

The (a) offences listed in section 2 are criminal offences elsewhere in criminal law. They only become terrorism if they are used to advance the aims in (b) and (c).

Comment: Re:Fear Mongering (Score 1) 302

by jonbryce (#43804067) Attached to: Terrorist Murder In London Could Revive Snooper's Charter

http://www.legislation.gov.uk/ukpga/2000/11/section/1 defines terrorism

It must (a) involve and action which falls under subsection 2 of the act [violence against the person, damage to property etc, it does no dispute about that]
(b) the threat is designed to influence the government or international governmental organisation or intimidate the public etc
and (c) be for the purpose of advancing a political, religious, radical or ideological cause

Did Raul Moat intend to influence the government or intimidate the public? Maybe but it is a difficult one to prove
Was he trying to advance a political religious etc cause? Not really
That just leaves (a), violence against the person, and there are other laws dealing with people who do that for non-terrorist reasons.

Comment: Re:Fear Mongering (Score 1) 302

by jonbryce (#43803945) Attached to: Terrorist Murder In London Could Revive Snooper's Charter

The murderer made statements before hand saying that his murder was for political reasons. Under the terrorism act, those statements make his act an act of terrorism.

I agree that this should be treated as a mad lunatic who needs to be locked up for public safety, just like any other axe weilding lunatic.

Comment: Re:Double payments (Score 1) 193

by jonbryce (#43764039) Attached to: UK Consumers Reporting Contactless Payment Errors

I'm not sure about those two stores, but in a lot of stores, especially ones owned by smaller companies, the credit card terminal is not linked to point of sale system. The checkout operator presses the button on the till for card or cash, nobody takes cheques any more, then if it is card, they enter the total amount into the card terminal, process the payment, and usually put the store copy of the card receipt in the till. It may well be that they thought the card terminal wasn't working, and put the payment through again.

Comment: Re:Minor difference at best (Score 1) 129

by jonbryce (#43761083) Attached to: Password Strength Testers Work For Important Accounts

There are accounts where you have to register with an email address and password to access content. For those sorts of accounts, I don't care if someone else finds the password and uses it to read the stuff on the site. I have a spamcatcher webmail account, password the same as the username, and the username and password on the sites I register using it are the same as the webmail ones. The name and address details are completely made up based on a fictional character. Completely insecure, but I do not care. If someone else gets in, they are welcome to have a look round.

Comment: Re:What's really needed... (Score 2) 129

by jonbryce (#43761077) Attached to: Password Strength Testers Work For Important Accounts

There is a case in Europe of people getting into bank accounts by compromising their cellphone. They sent a phishing message puportedly from their bank telling them they needed to install some security software on their phone, with instructions on how to do it for iPhone, Android and Blackberry.

Then, having got the login details for the bank account, they log in, do a transfer instruction, and when the bank sends a code to the phone to authenticate it, the malware on the phone intercepts the message, and sends it to them, so they can complete the transaction,

Comment: Re:Google will block it (Score 3, Insightful) 381

by jonbryce (#43693591) Attached to: Microsoft YouTube App Strips Ads; Adds Download

The courts consider downloading and streaming to be two different things.

Downloading means receiving the transmission from their server and recording it on non-volatile storage.

Streaming means receiving the transmission and storing it only as required for processing to send it to the screen / speakers, and for buffering to deal with speed variations in the transmission.

Comment: Re:Google will block it (Score 1) 381

by jonbryce (#43693581) Attached to: Microsoft YouTube App Strips Ads; Adds Download

There is also basic copyright law. The courts seem to consider streaming and downloading to be two completely different things for copyright purposes. If Google has authorised streaming, but not downloading of their content, then this YouTube app could be considered a tool that enables and encourages copyright infringement.

Comment: Re:No, he's asking whats so good. (Score 1) 309

by jonbryce (#43677879) Attached to: Microsoft's Most Profitable Mobile Operating System: Android

I suppose you could use rsync for that, but I don't think it would be a very good solution. Firstly, rsync doesn't support "push" syncronisation. You would need to have rsync constantly poll the server for any changes which would use a lot of data and battery even when nothing is happening whereas activesync will open a connection to the server and only receives data if there is actually a change on the server (or sends it if there is a change on the client). Secondly, activesync doesn't maintain an idential copy of the data on the device, just a user specified subset of it. I have mail and calendar entries on my Exchange server going back to 1996 when I started using a computer rather than a filofax to organise my life. It takes up about 3GB on the server which is nothing when you consider the storage capacity of a server, desktop or laptop, but quite a lot for a mobile device, so I only sync the last 6 months and all future calendar entries, and the most recent 1000 emails up to a maximum of 10kb, with no attachments unless I specifically choose to download them. I use rsync to synchronise some files on my FreeBSD server with my MacBook, though I'm currently evaluating alternative solutions for that.

A priest advised Voltaire on his death bed to renounce the devil. Replied Voltaire, "This is no time to make new enemies."

Working...