Forgot your password?

typodupeerror

Comment: Re:Question from relational-land (Score 1) 106

by ScriptedReplay (#42976995) Attached to: Why My Team Went With DynamoDB Over MongoDB

Someone's bio might appear in how many articles? A few hundred? And how often will the bio be updated? A couple of times a year? So, updating a bio comes down to touching a few hundred records a few times a year. Compare that with thousands of accesses per day and you've suddenly tipped the scale.

That would make sense if you had to pull bios with an article, which should hardly be the case. At most, you'd have to pull in current authors' affiliations. A bio would ideally stay behind an author link, and be pulled in quite rarely. I for one would much rather have a list of authors immediately followed by the abstract than having to move through several pages of biographies for an article with 4-5 authors in order to find the abstract an the actual article. So for me the decision to put every bio in every article looked like a poorly researched one. YMMV and all that.

Comment: Re:printf (Score 1) 425

That doesn't mean that valid uses for asserts in release code don't exist.

There are no valid cases for assert() in release code. It's about as uninformative as it gets for that. If you really need thosue checks done, put an actual check in place - you know, something that will log/tell you useful information like what invalid value was encountered versus what was expected, a stack trace, and so on. Not just printing out __FILE__ and __LINE__ and expect what, that the customer will have a debugger already attached to the process to pick up the rest of the info a developer would need?

assert() is a debug macro. If you need to test release code then use/write something appropriate for release. Especially something that does not abort() when returning an error code would be sufficient.

Comment: Re:Oh boy! (Score 1) 353

by ScriptedReplay (#42350445) Attached to: Steam For Linux Is Now an Open Beta

And you can tell me it isnt doing anything bad and should be trusted all you want, it's hot air. You cannot demonstrate that this thing is safe.

What's stopping you to make a special locked-down profile for it in selinux, apparmor or whatever favorite RBAC system you have and then check for access violations? THEN you'll know if it messes up with the system.[*] Or are you trying to argue that the client is bidding its time now, playing it safe and will do the nasty things only when Skynet becomes operational?

[*] Of course, 'demonstrate' is not what this would be doing. One can't demonstrate absolute safety on a system that can update itself any more than one can predict the future. However, one can obtain a reasonable system lockdown with judicious use of RBAC and if that is not enough for you then maybe you shouldn't be contemplating gaming on such a high-security-requirements machine in the first place.

Comment: Re:Pros... (Score 1) 141

by ScriptedReplay (#31705208) Attached to: Indian Census To Collect Fingerprints, Photos

Mate, your opinions on yourself are your own business and those on myself are lighter than a feather, so please consider not wasting page space next time. As they say, stones and sticks may break my bones and all that jazz.

Now as to your question. A picture of your face is in the majority of cases not a definitive means of identification - especially the limited type in photo IDs. Maybe you've heard of people looking alike. Perhaps that's one reason why some places (like banks) would ask you for 2 photo IDs for identification? OTOH a fingerprint is supposed to be a unique means of identifying a person. Try proving your innocence in court if the prosecution has only a picture of someone looking like you, versus them having found your fingerprint at the scene.

Comment: Re:Pros... (Score 2, Insightful) 141

by ScriptedReplay (#31704892) Attached to: Indian Census To Collect Fingerprints, Photos

There's a difference between a right to privacy and the right for you to keep you existence unknown from the government.

So you're unknown to the government if they don't have your prints now? I guess before this breakthrough invention a census was a meaningless exercise. And IDs and passports a joke. And paper trail for taxes, properties and so on just something to kindle fire. Oh, how silly of so many other countries.

I agree that privacy is terribly important, but you can't deal with absolutes

Yeah, whoever heard of things that you either have or don't. Also, you're a little pregnant, you know?

The government isn't collecting this information to spy on its citizens, its doing so to provide services to them and properly run the government.

Right. Of course. And whoever does not fully trust that bunch of selfish bureaucrats is a traitor. Or a terrorist. Or something. Mussolini would be proud of you, son.

Comment: Wait, what? (Score 1, Redundant) 275

by ScriptedReplay (#30757862) Attached to: Gmail Moves To HTTPS By Default

'We initially left the choice of using it up to you because there's a downside: https can make your mail slower since encrypted data doesn't travel across the web as quickly as unencrypted data.'

Huh? Encrypted bits are asthmatic and can't run as fast as unencrypted ones? Coming from someone at Google this statement is quite the WTF. Is it too technical now to say that encrypting data requires extra calculations which introduce delays so gmail will respond somewhat slower?

If you look like your driver's license photo -- see a doctor. If you look like your passport photo -- it's too late for a doctor.

Working...