Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment first and last four digits ? (Score 1) 88

Why the first and last four ?

On the web site, the payment methods only display the last four. Are you telling me they kept the first four "just in case" ?

One could hope they store the last 4 four digits separately, and the full one in a place that can only be written and not read by the web site systems. But then, one could hope the one(s) responsible for this understand the basics of security.

And then again ... first and last four ? How so ?

A) 1234-XXXX-XXXX-5678 ? Waste of space ? Really ?
B) 12345678 ? Then why tell they are the first and last four digits ? Did the thief really needed more information on what he got ?
C) 1234-9999-9999-5678 ? Call me paranoïd but given the "first and last" I can't help but think it's likely.

My subscription is cancelled already and I'm cancelling my credit card right now.

Comment What if you don't agree to the EULA ? (Score 1) 273

I don't understand why no group of (American) consumers has ever organized to buy a lot of product (ie: one each); then return said product because of the ridiculous EULA. After all you can only see it when you open the box. It should be printed all over, or readily available next to the boxes. Of course there is the risk that people would start to know what they are (blindly) agreeing to. (I expect some can actually read)

Can a shop reject the return of the game because of the EULA how would they justify it ?

I expect it's less of an issue with digital shops since a simple click could lead to an EULA that "nobody" would read.

Nowadays I feel EULAs are looking more and more like "you agree to give us money and we agree to take your money. The service, product, support, ... may or may not work, exist and/or publish some private details of your live. It's not our problem, nor our fault.".

I wonder if such EULAs have any weight in Europe.

Businesses

Japanese Game Developers Go West 84

donniebaseball23 writes "More and more Japanese game studios and publishers are looking toward the West. But as the industry becomes more global, is this really such a bad thing? From the article: 'Gameplay is an art that transcends borders, and it simply makes good business sense to keep your eyes open for opportunities no matter where they present themselves, as Zenimax, EA and THQ clearly have. Far from ruining the Japanese gaming industry, it may in fact save some of the best Japanese developers from considering retirement or a career change. They'll be able to make games on their own terms with their own original IP, and shouldn't it ultimately be about these creative types being able to realize their visions?""
Games

Why Don't We Finish More Games? 341

IGN has an opinion piece discussing why, as video games get shorter, we seem less likely to finish them than in the past. For example, BioWare said only 50% of Mass Effect 2 players finished the campaign. The article goes into several reasons gamers are likely to drop games without beating them, such as lowered expectations, show-stopping bugs, and the ease with which we can find another game if this one doesn't suit us. Quoting: "... now that gamers have come to expect the annualized franchise, does that limit the impetus to jump on the train knowing another one will pull up to the station soon enough? ... In the past, once you bought a game, it was pretty much yours unless you gave it to somebody else or your family held a garage sale. The systemic rise of the used games market now offers you an escape route if a game just isn't your bag. Is the middle of a game testing your patience? Then why not sell it back to your local game shop, get money back in your pocket, or trade it in for a game that's better – or at least better suited for your tastes? After all, the sooner you ditch it either at a shop or on an online auction site, the more value you stand to get in return."
Image

AMD Offers Women Geek Dating Advice 269

Blacklaw writes "It appears AMD has decided to branch out from integrated circuits and enter the romance market with a handy guide for girls to land themselves a geeky guy. From the article: 'In a blog post written by Leslie Sobon, the company's vice president of marketing, Sobon describes her life in the largely male-dominated world of technology as being "mostly surrounded by guys all day," but says: "I can tell you that — in general — technical guys are pretty cool," and offers advice on how girls can land a geek guy. Although clearly meant in a lighthearted way, Sobon's missive serves to patronize both her company's customers — who, we learn, are socially inept and bad dressers — and women, who apparently can't understand technology and need to find a nice man who can "fix the TV, your PC, and the sprinkler system" along with other magical item s far too complex for the poor female brain to comprehend.'"

Comment The language does not matter that much. (Score 1) 346

A language is easy to learn: you only need to know how to loop, how to branch, how to define/make/call a function, an object and its methods and you are basically set.
What's less easy is the API: what are the tools, objects, functions, collections, IOs, whatever readily available to you with that language and does it cover what you are interested in. The difficulty here is that it's usually big, so at first it takes a while to find where is what you need.

Anyway that's not the issue here. First you have to think right. For this you should learn algorithmic (ie: http://en.wikipedia.org/wiki/Algorithmic ).
Then only you can pick a language. Take one with garbage collection: Visual Basic, Java, C# and avoid scripting languages.
When you will feel comfortable with one language the other ones should only require a minor effort.

Comment So what ? (Score 1) 132

The root will use DNSSEC ? So what ? It does not change a thing for anybody not wanting to take advantage of it.

_ one has to explicitely ask for the DNSSEC information to get it (it's a flag). Otherwise it's just a few more unused, somewhat heavy, records on the root zone files.
_ there are not a lot of TLDs using DNSSEC. Granted there is at least one (.se) and probably some are ready to unroll it too but it will not be done in a day.

When more TLDs, registrars and registrants will be DNSSEC compliant and when the end user will switch to this then only we will be able to really feel the increase in bandwidth.

Comment Re:How many ways are there to do simple things? (Score 1) 694

When asked for such a simple task, bad developers (and smart-asses) do it like this:

System.out.println("1 2 3 4 5 6 7 8 9 10");

Of course if you ask instead for a quick-sort implementation, or a median (especially after a quick-sort ;) ), a RB-tree, an AVL-tree ... then it's easier to identify the losers.

Comment Re:Yay! (Score 1) 109

The controller just looks like a controller.
If you zoom the 6 small shots you'll see it's different (and I would not pay 1 cent for the Datel one)
It has bumps and flats where the MS one is all splines.
It looks very cheap. Looking at it I get a "Chinese crap" feedback.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...