Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Abandon all hope (Score 1) 549

Understanding the benefits of a multi-architecture binary depend on first accepting the purpose of pre-compiled binaries.

And, they'd have to start designing the programs to have run-time portability rather than depending on the make process to discover and tailor the program for the target machine.
Microsoft

Submission + - Microsoft to Kill MSN Direct Service

hudsucker writes: Microsoft has announced that the MSN Direct service will only remain active through the end of 2011.

MSN Direct is a service for providing data updates, such as weather, sports, news, etc. to compatible devices. One example is MSN Direct provides the traffic data for certain Garmin GPS receivers.

We've previously noted the demise of Microsoft's MSN Direct compatible SPOT watch project.

Comment Invent the time machine before it is too late! (Score 1) 691

A key plot point was that the message sending machine was also the receiver, so the earliest time they could send messages to was when the machine was first turned on.

Which is why we must invent the time machine before turning on the earth destroying LHC! Otherwise, how are our future selves going to warn us not to do it?

Comment Re:Swell... (Score 2, Interesting) 336

Alien is the scariest movie I've ever seen, hands down.

When I saw it in the theater, there were scenes where I could not watch it -- I had to cover my eyes. Even when it was on TV, I still did that years later. (Specifically, the scene where Dallas is crawling through the ducts and the alien attacks.)

What made Alien so different from previous monster movies is the alien was so fast. Before Alien filmakers thought it heightened the suspense to show the monster slowly approaching the victims. Ridley Scott realized that if the alien moves quickly, the danger is increased because you are never safe; it can get you at any time.

That's not the only groundbreaking part of the movie. (Spoiler alert!)

Remember when Ripley set the Nostromo to self destruct, but then the alien is blocking her path to the escape pod, so she goes back to cancel the self destruct. How many times have we seen this before? It is such a cliche. So it was astounding when the timer ran down and she could not stop it! I've never seen that before. And I can't think of many movies that have done that since.

Microsoft

Microsoft Readies a Rival To Spotify 216

Barence writes "Microsoft has confirmed it is preparing to launch a music streaming service. The service will be a direct rival to Spotify, hugely popular in the UK (but unavailable in the US), which allows users to stream music for free in return for listening to around a minute's worth of advertisements every half hour. 'It will be a similar principle to Spotify but we are still examining how the business model will work,' said Peter Bale, executive producer of MSN." The article claims that the new service will boost the popularity of the Zune player, though how this is to happen is not explained. There doesn't seem to be a close tie-in between device and service, as there is between the iPod and the iTunes Store.

Comment Re:Ohhhhh (Score 1) 223

The post you are referring to was referring to mainframes years ago. And he is correct: the first computers (there were no such thing as microcomputers or minicomputers back then) could only run a single "job" at a time, and the data had to be fed in through punch cards, paper tape, etc.

But the fact is that System/360 mainframes were multitasked at least since the introduction of OS/360 in 1966.

However, let's talk about the most commonly used MVS transaction server: CICS. CICS was introduced in 1969, and is still in use today; it is much more popular than any other MVS transaction server. CICS is single tasking! It does use cooperative multitasking to switch between all of the applications running in one CICS region. It is amazing that CICS still has so much market share compared to IMS. CICS is to IMS as Windows 3.1 is to Windows Vista (or Mac OS 9 is to OS X).

Comment Re:Already have that (Score 2, Interesting) 200

Running off the external battery shouldn't attempt to charge the internal battery.

Consider running off of 15v aircraft adapters, which provide enough power to run the computer, but not enough to charge the battery.

Apple doesn't publish how the current MagSafe adapters are designed, but they do have a document that explains how power adapter sensing worked on the PowerBook. The power plug shell is used an "adapter sense" line to signal the adapter type to the computer's power management unit.

Comment Re:Missing The Point (Score 1) 174

That might be true in a vanilla environment.

For some reason, many applications don't understand how to communicate with authenticating proxy servers. (Even Internet Explorer's system of downloading intermediate certificate authorities can't authenticate!).

Google Update is one such app.

The first problem is you can't install a program (such as Chrome) that is Google Update based.

So let's say you download the stand-alone Chrome installer.

Then what happens is the Google Updater tries to update. It can't. So it tries again. It can't.

The visible symptom as my machine was hitting the hard drive every second, forever. Tracing through the processes led to Google Update.

Deleted Google Update and the problem was solved.

Comment Re:No Shit. (Score 4, Insightful) 431

In my experience what happens is the opposite problem:

1. Corporate IT department decrees that all machines will only run WIndows, and will only use Internet Explorer, because that way there is only one client version to target.

2. Corporate IT develops (or buys from a vendor) a web based application. It becomes widely deployed.

Needless to say, said web application only works with IE. Why should it work with anything else? See item #1.

3. A new version of IE comes out. The widely deployed app won't operate with it, because it was designed to be dependent on ActiveX, and it is incompatible with IE version what-ever-we-have +1.

4. So, corporate IT decrees that no one using this application can upgrade IE until the app has been fixed and tested.

Which is why we are still using IE 6.

Now the interesting question is, what happens when we need to use two web apps, each of which has different (and mutually exclusive) browser version requirements?

The ironic thing is that if in step #1 they had said we can use any browser, on any O/S, then we wouldn't be in this mess, because the web apps wouldn't be browser version specific.

Slashdot Top Deals

Any sufficiently advanced technology is indistinguishable from a rigged demo. - Andy Finkel, computer guy

Working...