Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Well, Yes (Score 1) 532

You know, I have to disagree that 3D has nothing to do with storytelling. I thought that the ashes and embers as the forest burned in Avatar very effectively enhanced the sorrow and the ability to feel empathy for the aliens.

I agree that it is usually gratuitous, but I really like how modern filmmakers are beginning to play around with perspective in new ways. Have you seen Spartacus - Blood and Sand? They play with visual layers in ways that I think transforms scenes that would otherwise be nothing but gratuitous gore into something very worthwhile and immersive.

It wouldn't surprise me to find out that the cinematographer is blocking the shots in three dimensions purposefully even though the show is currently shown only in 2D.

Security

Blizzard Authenticators May Become Mandatory 248

An anonymous reader writes "WoW.com is reporting that a trusted source has informed them that Blizzard is giving serious consideration to making authenticators mandatory on all World of Warcraft accounts. The authenticators function the same as ones provided by most banks — in order to log in, you must generate a number on the external device. Blizzard already provides a free iPhone app that functions as an authenticator. The source stated, 'it is a virtually forgone conclusion that it will happen.' This comes after large spates of compromised accounts left Bizzard game masters severely backlogged by restoration requests."
The Almighty Buck

EA Flip-Flops On Battlefield: Heroes Pricing, Fans Angry 221

An anonymous reader writes "Ben Kuchera from Ars Technica is reporting that EA/DICE has substantially changed the game model of Battlefield: Heroes, increasing the cost of weapons in Valor Points (the in-game currency that you earn by playing) to levels that even hardcore players cannot afford, and making them available in BattleFunds (the in-game currency that you buy with real money). Other consumables in the game, such as bandages to heal the players, suffered the same fate, turning the game into a subscription or pay-to-play model if players want to remain competitive. This goes against the creators' earlier stated objectives of not providing combat advantage to paying customers. Ben Cousins, from EA/DICE, argued, 'We also frankly wanted to make buying Battlefunds more appealing. We have wages to pay here in the Heroes team and in order to keep a team large enough to make new free content like maps and other game features we need to increase the amount of BF that people buy. Battlefield Heroes is a business at the end of the day and for a company like EA who recently laid off 16% of their workforce, we need to keep an eye on the accounts and make sure we are doing our bit for the company.' The official forums discussion thread is full of angry responses from upset users, who feel this change is a betrayal of the original stated objectives of the game."

Comment Re:So what? Freedom of choice is good. (Score 1) 251

Everything in the app I mentioned is compatible under mono except for the browser integration (at least it was at that point, wouldn't swear to it now). We went with IE because the full API did what was required. I appreciate that we could have created our own API to Gecko, but from what we saw, the crucial bits were missing. More to the point our goal was to create an application that happened to have some browser functionality - not to create a rich API to a platform when a ready to use alternative was already at our disposal.

Some may not like mono, but in my experience it is a pretty decent platform.

As far as the quality of the app, I'm glad you won't be using it. You sound like someone I'd give their money back to if I ever had the pleasure of taking a support call from you. You must be a super genius to know all about it based on the presence of a single component.

Comment So what? Freedom of choice is good. (Score 2, Informative) 251

It has the ability to support older API's that aren't available on all platforms. Developers who care about maximum cross-platform reach just won't use them. On the flip-side, if it didn't allow interop with the old stuff, the current adopters would be pissed for obvious reasons.

This way the people creating Silverlight apps have freedom of choice and choice is good.

As far as IE goes, I have a product that integrates with IE. I looked closely at Webkit and Gecko. Neither one is very friendly to program against with .NET and the API's don't expose nearly as much automation capability as IE. If the maintainers of those browsers want developers to embed them in desktop apps as an alternative, they need to make an investment.

Why should Microsoft do it? As far as I know, anyone can create and distribute Silverlight components. If you want a good API for WPF/Silverlight for Gecko, talk to the Mozilla Foundation. I'd be glad to have it, but I'm not mad at Microsoft because it doesn't exist. (BTW, I am aware of GeckoFx and XulRunner. The API is very shallow compared to the IE COM interfaces.)

Comment Re:Is 7 really that different from Vista? (Score 1) 627

Speaking for myself, the things that I didn't like about Vista were lots of little things related to the shell and 7 addressed those for me. The new window manager and taskbar are huge improvements and make me a lot more productive. The multi-monitor support is also better. So, as a 'regular user' I think you'll find that it really is very different from Vista and you will like it more.

As a software developer it is really compelling. I use virtualization extensively and there are many improvements here assuming you have hardware to support it. VMWare is still the technology I use the most, but I find myself drifting toward the MS technology more and more. The OS allows you to mount a VHD as a disk. More impressively, the boot manager allows you to boot from a VHD giving it direct access to all of the hardware - even the video card.

Comment Re:This is great news if (Score 1) 275

The APIs used by all of those are public and their are plenty of third party products that use them. And, you can always use the Web services API.
I can see why you posted as AC, because the idea that someone would see using Microsoft SharePoint as a downside because the easiest way get their stuff out with Windows Explorer is just silly. If they are running Windows Servers I doubt they have an issue with using a Windows client to get the files out if they want to move them elsewhere... Not much of a lock in.

Comment Re:This is great news if (Score 2, Informative) 275

Bottom line is: avoid proprietary lock-in.

So then why are you using Google's proprietary products then?

Google makes it easy to extract your data and put it somewhere else. Sharepoint does not.

The only problem I can see with your statement is that it is completely wrong.

Getting data or files out of SharePoint is dead simple. Aside from a large number of client choices including Windows Explorer, Outlook, Excel, Access, and SharePoint Designer you can create custom interfaces. If you want to create your own interfaces, there is a well documented Web Services API, a well documented RPC API, and over course a set of components if the custom code is running on the server.

The Office apps cost money, but Windows Explorer is Windows, SharePoint Designer is free, and the only things that would stop you from using the programmatic interfaces would be a decision to them to harden security or a lack of knowledge.

Slashdot Top Deals

One possible reason that things aren't going according to plan is that there never was a plan in the first place.

Working...