Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re: Maybe not (Score 1) 128

Maybe you didn't read the MySQL licence... "Sun makes its MySQL database server and MySQL Client Libraries available under the GPL for use with other GPL-licensed software and FOSS applications licensed under GPL-compatible FOSS licenses. In addition, for open source projects and developers creating and distributing open source software under certain FOSS licenses other than the GPL, Sun makes its GPL-licensed MySQL Client Libraries available under a FOSS Exception that allows distribution of the FOSS application with the MySQL Client Libraries without causing the entire derivative work to be subject to the GPL." and keep reading it at MYSQL site
Any software project that does not fit in the above description must pay a licence.
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.''
Image

Seinfeld's Good Samaritan Law Now Reality? 735

e3m4n writes "The fictitious 'good samaritan' law from the final episode of Seinfeld (the one that landed them in jail for a year) appears to be headed toward reality for California residents after the house passed this bill. There are some differences, such as direct action is not required, but the concept of guilt by association for not doing the right thing is still on the face of the bill."
Microsoft

Visual Studio 2010 Forces Tab Indenting 390

An anonymous reader writes "For years, Microsoft has allowed Visual Studio users to define arbitrary tab widths, often to the dismay of those viewing the resultant code in other editors. With VS 2010, it appears that they have taken the next step of forcing tab width to be the same as the indent size in code. Two-space tabs anyone?"
Biotech

Scientists To Breed the Auroch From Extinction 277

ImNotARealPerson writes "Scientists in Italy are hoping to breed back from extinction the mighty auroch, a bovine species which has been extinct since 1627. The auroch weighed 2,200 pounds (1000kg) and its shoulders stood at 6'6". The beasts once roamed most of Asia and northern Africa. The animal was depicted in cave paintings and Julius Caesar described it as being a little less in size than an elephant. A member of the Consortium for Experimental Biotechnology suggests that 99% of the auroch's DNA can be recreated from genetic material found in surviving bone material. Wikipedia mentions that researchers in Poland are working on the same problem."
Image

Best Man Rigs Newlyweds' Bed To Tweet During Sex 272

When an UK man was asked to be the best man at a friend's wedding he agreed that he would not pull any pranks before or during the ceremony. Now the groom wishes he had extended the agreement to after the blessed occasion as well. The best man snuck into the newlyweds' house while they were away on their honeymoon and placed a pressure-sensitive device under their mattress. The device now automatically tweets when the couple have sex. The updates include the length of activity and how vigorous the act was on a scale of 1-10.
Microsoft

Microsoft Game Software Preps Soldiers For Battle 44

coondoggie writes "Soldiers may go into battle better prepared to handle equipment and with a greater knowledge of their surroundings after an intellectual property licensing deal Monday between Microsoft and Lockheed Martin that will deepen the defense giant's access to visual simulation technology. The intellectual property agreement between the two focuses on Microsoft ESP, a games-based visual simulation software platform for the PC."

Comment Re:Not that big of a deal (Score 3, Insightful) 610

Hackintosh users doesn't need to live without 10.6.2 update: make a copy of 10.6.1 kernel, install 10.6.2, DON'T REBOOT, rename new kernel to kernel10.6.2, rename old 10.6.2 kernel again, reboot. The hackintosh user will have everything updated except the kernel. you can even use new and updated kexts made for the new kernel... You can also a small patch on source code and have kenel 10.6.2 but it's a little bit of work for a tiny hackintosh:

Slashdot Top Deals

Put no trust in cryptic comments.

Working...