Forgot your password?

typodupeerror

Comment: Re:Double payments (Score 1) 191

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) 128

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) 128

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.

Comment: Re:Does anyone have a list of the patents? (Score 1) 309

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

That is a different ActiveSync to the one I was refering to that Android uses, and yes that one is pretty rubbish. Exchange Activesync works over the air, and it makes no difference how many other devices are connected to the same computer, or even if it is connected to one at all.

Comment: Re:Does anyone have a list of the patents? (Score 5, Informative) 309

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

The main ones are long filenames in FAT, ex-FAT for > 32GB SD cards, and ActiveSync.

There are alternatives for all of these, but in the case of Activesync alternatives, they are not as good, and in the case of FAT, it means getting the same filesystem drivers onto other computers and devices.

What good is it if you talk in flowers, and they think in pastry? -- Ashleigh Brilliant

Working...