Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:For sure Marx had a point (Score 1) 1271

But identifying a problem is not identical to finding the correct solution.

It is a prerequisite, though.

Perhaps not.

A book of modern social inquiry has a shape that is somewhat sharply defined. It begins as a rule with an analysis, with statistics, tables of population, decrease of crime among Congregationalists, growth of hysteria among policemen, and similar ascertained facts; it ends with a chapter that is generally called "The Remedy." It is almost wholly due to this careful, solid, and scientific method that "The Remedy" is never found. For this scheme of medical question and answer is a blunder; the first great blunder of sociology. It is always called stating the disease before we find the cure. But it is the whole definition and dignity of man that in social matters we must actually find the cure before we find the disease .

G. K. Chesterton

Comment Linkedin teaching bad habits (Score 1) 186

Some days ago I tried to login in http://www.linkedin.com/ , using my gmail address as my id. I typed my linkedin password (as I remembered it) and an error appeared with this message:

"Invalid username and/or password. Please enter your email password, not your LinkedIn account password"

You can try that yourself, using any dummy email address.
I saved a screenshot here.

(notice that it's not even a secure -https- page!)

Ok, I said to my myself, it seems I must enter my google password... I entered it, press "continue"... and two seconds later I though:

"Wait a moment... What...? What I have done?? How can linkedin ask me to sent to THEM my Google password ? Are they nuts? Am I nuts?"

I immediately went to my Google account and changed my password, just in case. But I still can't understand it.

Comment Re:They Lied (Score 2) 333

The old policy said our files were encrypted with mil-spec encryption, etc etc. Now they're telling us they'll turn our files over if asked. Dropbox lied.

I don't follow the reasoning, I really don't get the lie. Files are encrypted, but Dropbox system knows the encryption keys. That "employees" cannot decrypt them, it's an issue of internal privileges and internal security - I always assumed that we are speaking of support/maitainance people here. Mr root-Dropbox can read my files (if I've not encrypted them myself), I always have taken that for granted, as a Dropbox user.

To point to another privacy issue: it's well know, for example, that Dropbox has a clever management of file contents, based on hashes, to allow efficient renames and content sharing. Say I upload a porn clip and I call it "leaning_java.avi". If another user has upload the same clip with a truthful name, then dropbox is aware of that (and ot doesn't duplicate the storage bytes, just links both files to the same storage), and my upload is practically instantaneous. So, Dropbox knows that my "learning_java.avi" is the same file as pornaddict's file "anal_fest.avi". Go figure.

Comment Re:I wonder (Score 3, Insightful) 369

The funny thing is that the article seems to blame the browser for SQL Injection...

...all of the exploits blamed on the browsers are based on SQL Injections and propagating malicious code from the originator of the web..

No. "Vulnerabities in web aplications" is the total set, of which just 8% correspond to web browsers. (From that 8%, the 44% goes to Firefox) The remaining 92% are problems due to web servers and applications (phpMyAdmin, and so); SQL Injections among them. I agree with many other posters, though, in that the report is bullshit, just some graphs and no information about how the data was obtained.

Comment regexp (Score 1) 327

Any improvements in search-replace, with decent regular expressions support?
Last time I checked (2.2; and I believed it had not changed in 3.0) the implementation in Writer was rather crippled, limited the searching scope to a single paragraph... Searching for something as 'three consecutive paragraphs marks', or using the paragraph separator as a special character inside the pattern, was a pain.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...