Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Movies (Score 1) 1021

I was in High School when Star Wars came out. The first one, before it got retitled "A New Hope" and "Episode 4".

Joseph Campbell's _The_Hero_With_a_Thousand_Faces_ or the PBS Series (with its accompanying book) The Power of Myth both talk about the archtype Epic. Read wikipedia for more.

I saw the Dune movie before I read the book. It worked for me.
 

Comment Re:Brain... locking... up... (Score 2, Informative) 205

I don't believe you can run an .exe file on Linux or MacOSX. You can only do that in Windows.

MacOSX tells me whenever I ask it to run a file downloaded from the net for the first time. The OS needs to get in the user's face a little, because downloaded executables carry risks that executables installed from local media do not.

Comment Re:Brain... locking... up... (Score -1, Redundant) 205

Incorrect on so many points.

Malware does not go where the users are in other environments, it goes where the ease of exploiting vulnerabilities and the size of the market make it worthwhile. Apache is more popular than IIS, yet IIS has more discovered and exploited vulnerabilities.

A secure OS would make sure that all code downloaded from the net is identified to the user as code downloaded from the net and its source/publisher, and a secure OS does not allow the downloaded code to execute until after the user has acknowledged that it is a downloaded program and given explicit permission.

If you exclude all malware/exploits on Microsoft operating systems, Microsoft makes the most secure operating systems, because there are, by definition, no malware/exploits.

Comment Re:Not a Great Analogy (Score 1) 456

US Oil production peaked in 1970, at around 9 1/2 million barrels per day. Current US Oil production is down to 5 million barrels per day, and is dropping at an average around 150,000 barrels per day per year. Ten years out, if we're lucky, the US will produce 3 1/5 million barrels per day. Oh, and US demand for oil is at 10 million barrels per day and rising.

Comment Re:Computers? (Score 1) 185

The article sounds like it's extrapolating the peak 0.6g acceleration for the entire length of the flight. Seems to me that acceleration is proportional to the light flux trapped and/or reflected by the sail, which will fall off with the square of the distance from the sun. So you can't get to the Oort cloud in just a couple of years.

What am I missing?

Comment Re:It is not the volts (Score 1) 336

I was fixing the lights in my basement. Circuit was live, switch was open, and I still got a "tickle" when working on the socket. Pulled the breaker, and found out that the home handyman who wired that part of the basement had put the switch on the white (return) wire. Grrrrr!

Now, do I pay an electrician to find out all the places where the wiring is screwed up? Or just double-check when I need to work on a circuit?

Comment Re:Not the best choice of languages (Score 1) 419

Also, in high level languages, the developer has easy access to powerful abstractions with well-tested implementations. If I know I'm going to need access to a lot of data, it's trivial to say "Map myMap = new HashMap(); while ( ...) { ... ; myMap.add( key, value); }" It's a lot more work to build the structures in assembly language to do the same thing. So the developer takes a shortcut and writes a simple linked list. In cases like these, high-level implementations that use the appropriate algorithms will beat the pants off assembly-language implementations that use simpler algorithms because coding the complex algorithm is not practical.

Comment Re:From the license... (Score 2, Insightful) 419

why would it not be a commercially viable product?

Tiny User Base. So there's no incentive to be a developer for the platform. Doesn't support UNIX/POSIX standards, so it's not easy to port existing software to the platform. Freely available OSs have orders of magnitudes more users and developers, and far more reference material making them easier to learn. Who cares about fitting on a 1.4 MB floppy when 1 GB USB drives are practically free?

Slashdot Top Deals

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...