Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Worked for me. (Score 4, Interesting) 268

Most Buddhists would strongly disagree with you.

But they won't kill you over it.

Or more accurately, like most other religious followers, the majority of Buddhists won't kill you for it. Like every religion, it has followers who are willing to kill for their beliefs - Special Report: Buddhist monks incite Muslim killings in Myanmar

Comment Re:GPS (Score 1) 86

Not on the Block IIIA Satellites - DoD Permanently Discontinues Procurement Of Global Positioning System Selective Availability. Granted, they're not in the sky yet, but the US military already has the capability to deny GPS to specific areas, so they wouldn't need it anyway.

Remember, it was the FAA that was the force behind deactivating SA. Turning it back on now could well be more dangerous than just denying GPS and issuing a NOTAM.

Comment Re:Oh great (Score 1) 549

How the hell is that 7 word phrase with punctuation (I'll ignore the case, as only the first word is capitalised) susceptible to a dictionary attack?

If I tell you that my password contains 7 words (contained in my /usr/share/dict/words which is 99171 lines long), with a comma after the 3rd and a full stop at the end, you will still have to search through 94,339,343,028,749,422,154,850,189,341,666,091 (9.4E34) combinations - best get cracking. If I'm even nicer to you and tell you that none of the words are repeated, then there are only 94,319,367,837,042,826,040,647,505,756,227,200 (9.4E34). It turns out that when I'm being nice, I'm not being that helpful.

I do use random alphanumeric passwords, because I can remember quite a few of them - it takes a while to remember them and it's massively annoying when I have to change one.

However for my company's keepass file, I use a pass-phrase that is an incorrect quotation from a well know poem - go on, have a guess.

Comment Re:And Java fail again (Score 1) 349

I noticed the abundance of java files too, searchcode.com seems to match a whole load of Python files which don't even match the search string - go figure. However I wouldn't really call it observational bias - you run a search for a piece of text and you see a correlation in the results. The code fragment being searched for is "fairly" language neutral - it would match most CLR languages in addition to java, javascript, python etc. What's more interesting is why the OS detection is being done in the first place - the cynic in me says it's probably because they're using the OS version to make assumptions about file system locations.

On the plus side, some of the java files are checking the version number as well as the OS name, so at least that's something.

Comment Re:This is Java code (Score 4, Insightful) 349

Shame there's not some method for inserting plain text into code that will explain what you're doing, but has no effect on the actual compiled application. Maybe we could call them comments or something.

Or maybe there's some way of referencing a number, but with a name which describes what the number is so that it can be reused. It's be great if you could guarantee that the number couldn't be changed. Hmm, what could we call that?

Slashdot Top Deals

We are not a clone.

Working...