Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Missing the big picture (Score 1) 56

A modern AJAX enabled website can spin a 90s computer for a least a little while CPU-wise before loading.

A few years ago, eBay had some flash animation on it's start page showing off a few items with rotation and scaling.
It caused constant 70% CPU load on my 1.8GHz Athlon64!

Comment Re:Hey Guys (Score 1) 547

That's because Germans are still reluctant to embrace that Credit Card thingie and without that you have to carry cash to a shop.

Germans (actually all Europeans) don't need credit cards because with EC/Maestro cards, they already have something better: free card and transactions for customers, and just 0.3% transaction fee for merchants. Payment is online with PIN against your bank account. AmEx and others don't offer free cards (here) and seem to take 3-5% transaction fee.

Comment Re:Sign of the times (Score 1) 252

Other vendors can do better.

Apple iPod: Just copying audio files to the device doesn't work, special software has to be used, which also updates the index. File and directory names are lost, replaced by has values.

Philips GoGear: You can copy audio files on/off it with any file manager. Directory and file names are preserved. When file system content has been changed, on detach, the device updates the index itself. So you can add/remove tracks with any file manager and the device still can use an index database.

Comment Re:Simply amazing (Score 2) 90

Is it the speed or the address space, or what, that you're calling limited?

On the 2600, the CPU has to generate the video signal, each frame (@60/50Hz), all the time.
The playfield makes up around 50% of the analog video signal's beam time. Therefore, even if you use
all tricks to have the CPU available for game logic on left, right, top & bottom border, you still have less
than 50% of the CPU time available.

If you want to use the hardware sprites (movable overlays), you have
around 30% CPU time (=0.36MHz) left for game logic.

http://www.alienbill.com/2600/101/02breach.html

Comment Re:Why pinning sucks (Score 1) 857

MS made it way too hard to reconfigure Win7 to have the same quicklaunch bar like in XP. You need the recipe how to do it and around 30 clicks. No wonder user behavior changed compared to XP.

I was really missing the XP-like quicklaunch it in Win7, mainly because "pinned icons" (?) only work to open the first window:
Click "Firefox" to open one window. Fine. Click again for a second window? Doesn't work.

Only because of this article, google found me how to get the XP behavior back.

Comment Re:Hate to put a damper on the celebration (Score 5, Informative) 594

It's a bit more complicated than just hacking away some license check. Each game happens in it's own randomly generated game world.

The world generator code & data is server-side only. The game client does not have the code to generate a world, it can only display and navigate a world. I heard that some (or all?) world generator stuff was shipped with the closed alpha test builds, but was removed before beta test.

It would take somebody to code something emulating a Blizzard D3 server with quite some logic.

Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...