Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:15€ Tax to anonymous artists to store my o (Score 2) 129

Actually, this was discussed in my country when those fees where extended to CD/DVD media and drives. Technically, you should be able to go the local copyright holders office, prove that you use those disks only for your personally created content, and claim refund.

Not much money, but probably would send a strong message if enough people did it.

Classic Games (Games)

36-Hour Lemmings Port Gets Sony Cease and Desist 268

Zerocool3001 writes "The recently featured 36-hour port of the original Palm version of Lemmings to the iPhone and Palm Pre has received a cease and desist letter from Sony. Only one day after submitting the app for approval on the two app stores, the developer has put up a post stating that he 'did this as a tribute to the game — we can only hope that Sony actually does a conversion for platforms like iPhone and Palm Pre in the near future.' The text of the cease and desist letter is available from the developer's website."
First Person Shooters (Games)

Quake 3 For Android 137

An anonymous reader writes "Over the last two months I ported Quake 3 to Android as a hobby project. It only took a few days to get the game working. More time was spent on tweaking the game experience. Right now the game runs at 25fps on a Motorola Milestone/Droid. 'Normally when you compile C/C++ code using the Android NDK, the compiler targets a generic ARMv5 CPU which uses software floating-point. Without any optimizations and audio Quake 3 runs at 22fps. Since Quake 3 uses a lot of floating-point calculations, I tried a better C-compiler (GCC 4.4.0 from Android GIT) which supports modern CPUs and Neon SIMD instructions. Quake 3 optimized for Cortex-A8 with Neon is about 15% faster without audio and 35% with audio compared to the generic ARMv5 build. Most likely the performance improvement compared to the ARMv5 build is not that big because the system libraries of the Milestone have been compiled with FPU support, so sin/cos/log/.. take advantage of the FPU.''

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...