Forgot your password?

typodupeerror

Comment: Re:Not too long until an iceberg attack is reveale (Score 2) 176

by Joce640k (#43802173) Attached to: One-Time Pad From Caltech Offers Uncrackable Cryptography

If you can meet up to exchange a piece of glass you can also exchange USB drives (or whatever) full of random numbers. It's just as secure as this method.

The innovation here is that that nobody can make a copy of the piece of glass.

Or is it...? If Bob can create a OTP using the glass then so can Eve. All she does is sneak into his hotel room when he's asleep, generate his pad using his crystal and make a copy of it.

I fail to see how this is more secure than simply exchanging USB keys.

Comment: Re:Newsflash: Teens make bad decisions (Score 4, Insightful) 104

by Joce640k (#43801081) Attached to: Teens, Social Media, and Privacy

Are you Scott Adams?

You may want to form part of the matrix and let the overlords manage you, not everybody does.

Everybody screws up when they're a teenager, it's all part of the deal.

This is the first generation that will have all their screw-ups stored in a cross-referenced database for future reference. A database that "connected" people will be able to manipulate/edit for their own benefit.

Not being in the database will be even worse - employers are already demanding access to people's Facebook accounts.

Comment: Re:Newsflash: Teens make bad decisions (Score 3, Interesting) 104

by Joce640k (#43801061) Attached to: Teens, Social Media, and Privacy

Why is it a bad decision? The more advertisers know about me, the more likely I am to see ads for things I am actually interested in.

If you only use the internet for buying family groceries then that's probably a good thing, yes.

No, scratch that. I'm sure that even you don't want your medical-insurance company to know how many Cheetos you eat...

Comment: Re:Newsflash: Teens make bad decisions (Score 2, Interesting) 104

by Joce640k (#43801035) Attached to: Teens, Social Media, and Privacy

I'm working in Hong Kong, and youtube has been bombarding me with ads for finding a foreign husband, which is pretty funny considering I'm a straight married guy.

I live in Spain. You should see the amount of adverts/phone calls I get for English lessons. "Targeted", indeed.

They may be tracking people like never before but business intelligence is still an oxymoron.

Comment: Re: Have u thought about.. (Score 2) 516

I do actually expect all work I pay for to be "bug free" I recently had an aftermarket bed liner put in my truck, and it came back with a bug: it was crooked. I took it back and demanded they make it right for free. And you know what happened? They fixed it for free.

What tolerances did you specify?

"Doesn't look crooked to passers-by" isn't really a specification that can be applied to software.

Comment: Re: Have u thought about.. (Score 2) 516

There's bugs where a program doesn't follow the specs (logic bugs) and there's bugs where the program crashes because you didn't check the return value of malloc() (or whatever).

I could argue that both of those are negligence on the part of the programmer, but at the end of the day we're arguing over whether there's such a thing as perfect software or not. Empirical evidence suggests there isn't (at least not at prices that normal people are willing to pay).

The only way to avoid conflict is to pre-agree a price for software maintenance that kicks in after a grace period. This makes both parties understand that all software is imperfect.

Comment: Re:The proliferation of computer languages (Score 1) 296

by Joce640k (#43789655) Attached to: Dart Is Not the Language You Think It Is

What can't you do in C? I know that if it can't do something easily, you can create a library in it so that you can do it easily.

Throw an exception? Stack unwinding? RAII? Object construction/destruction?

I'd like to see a library that does all those easily/automatically.

A C++ compiler OTOH...now you're talking!

Comment: Re:Did they break any laws? (Score 1) 698

by Joce640k (#43781367) Attached to: Web of Tax Shelters Saved Apple Billions, Inquiry Finds

Considering Apple (the corporation) paid $6 billion last year in taxes plus the taxes paid by their US employees I think the taxpayer got a pretty damn good ROI.

Considering they're still delivering iPhones using taxpayer-funded roads and lighting up their stores using taxpayer-funded electricity, I'd say it's an ongoing relationship.

PS: Quoting numbers instead of percentages is full of fail.

love, v.: I'll let you play with my life if you'll let me play with yours.

Working...