Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Sequel? No, give us Silmarillion (Score 1) 298

del Toro making movies about the stories from the Silmarillion. Seems like an excellent idea, but it might lose some of the awe. Reading about how beautiful the silmarils were, for example, is one thing, actually seeing them on the big screen is another. It's a very delicate path, but if done well, I would kill to see that movie.

Comment Submitter should have RTFA (Score 1) 407

From the rulebook (pdf file):

Programs written in Visual Basic, Java, PHP or Python may run slower due to the overhead of the associated interpreters and/or virtual machines. The judges may at their discretion increase the time limits for these languages accordingly. Contestants should note that this will not give these languages an advantage

That's how contests with multiple language choices almost always work. It's really easy to implement a naive solution in C that performs 10x better than a good solution in Python, even for fairly large inputs.

With that rule in mind, I say go for Python all the way.

Comment Re:Boy you're going to get lots of replies (Score 1) 407

Command line easiest? really?

What you probably know as "python" is actually the Python Interactive Interpreter. This tool is used only when you need to make a quick "import os; dir(os)" call to make sure that you are spelling a function name correctly, or when your friend REALLY wants to know how much is 3^21.

The actual use of python consists of text files with .py extension, working just like any other interpreted language.

Comment Re:You want a magic cheap solution? (Score 1) 727

$3700 doesn't sound so bad for something that improves your quality of life so much.

Doesn't sounds, but it is. Using a car analogy it's like saying that windscreen wipers could cost hundreds of dollars because they allow you to drive during rain, and it "improves your quality of life so much".

Overpricing products based on their importance (not that it's the case here) is also called profiteering, or more informally, extorsion.

Comparing the price to a laptop is so beyond what's reasonable it's pointless to even discuss why. Let's move beyond that.

That's stunningly silly.

Comment Re:No. The core problem goes deeper. (Score 1) 305

Hanlon's razor man. Hanlon's razor.


And in your system, what happens if a virus compromises a white-listed application?

And how are you going to distinguish between the program firefox.exe and a virus named firefox.exe? If you go with checksums, all software companies on the world would have to ask permission for the anti-virus companies before updating their application, which certainly wouldn't make them happy and would only increase the time gap between exploit detection and patching, making the system not only annoying but also less secure.

Comment Re:Exhibitionism? (Score 1) 348

I think it's likely that Marc Whitten knows more than you do, and that they banned more than one person for expressing their sexual orientation.

Wait there. What he said was:

it inadvertently excluded a part of our Xbox LIVE community

You seem to have interpreted it as "we had to ban too many people", although all stories refer to only one person being banned for this.

I read it as "people were not joining us because of this", which for me makes more sense.

Either way, how does banning only one person on these grounds make it not exclusion?

It does, but I don't think he would refer to a single person as "part of our Xbox LIVE community". Remember, this is the reason they updated their Code of Conduct. Would they do this because of one person?

Slashdot Top Deals

The game of life is a game of boomerangs. Our thoughts, deeds and words return to us sooner or later with astounding accuracy.

Working...