Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Nothing special about this (Score 4, Informative) 187

Just the need to upgrade how Kwin uses OpenGL currently to do rendering. Right now its still using the old OpenGL 1.1 - style rendering (fixed-function rendering pipeline) to a programmable one using vertex and fragment shaders. This way, it'll be easier to port it on embedded devices that uses OpenGL 2.0 by default

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.''

Comment no geeky girls please! (Score 3, Insightful) 470

I shudder to think of capturing the interest of geeky girls! No more geeky girls for me. When they like you, they tend to like you in a crazy manner! I had the experience of one trying to get my attention in every way. She would always try to understand the software projects that I am working on and even google the terminologies that I put in my blog. This is funny, but she asked me out lots of times, I tried to say no but is really persistent. She once caught me having dinner with friends in restaurant and in a very planned manner, went straight to our table talked to a couple of my friends behind my back and then went to me. She tends to approach love and relationships in a very calculated manner. I am already like that and NO I am not going to spend my life with a person who is just like me (why can't I attract the real girls)? :/

Image

Jetman Attempts Intercontinental Flight 140

Last year we ran the story of Yves Rossy and his DIY jetwings. Yves spent $190,000 and countless hours building a set of jet-powered wings which he used to cross the English Channel. Rossy's next goal is to cross the Strait of Gibraltar, from Tangier in Morocco and Tarifa on the southwestern tip of Spain. From the article: "Using a four-cylinder jet pack and carbon fibre wings spanning over 8ft, he will jump out of a plane at 6,500 ft and cruise at 130 mph until he reaches the Spanish coast, when he will parachute to earth." Update 18:57 GMT: mytrip writes: "Yves Rossy took off from Tangiers but five minutes into an expected 15-minute flight he was obliged to ditch into the wind-swept waters."

Comment Re:Who needs to be a billionaire? (Score 2, Interesting) 318

From what you are describing, it seems that you hate your workplace/work unfortunately. Still, that is not a reason that fun and work couldn't go together. I am only required to work 37.5 hours / week but still I go the office on Saturdays sometimes because I can't wait to finish that code that I have been working on Friday. Oh, I have a great office: quiet, cool, designer furniture, big glass windows, and a nice view of the sea. And I feel the sense of satisfaction that my code is going to be part of the lives of billions of people around the world. Money is really just the icing on the cake (disclaimer: I work for one of the largest corporations in the world).

Comment Re:Just Don't Try This... (Score 1) 273

True. There are cases where working on a secure office is absolutely a must. For example if you're writing embedded code for prototype hardware that your company doesn't want competitors to know about. How are you going to do just that in a coffee shop?

Space

Submission + - Mystery Illness After Meteorite Crash

xynopsis writes: Villagers in southern Peru were struck by a mysterious illness after a meteorite made a fiery crash to Earth in their area, regional authorities said Monday. Residents complained of headaches and vomiting brought on by a "strange odor," local health department official Jorge Lopez told Peruvian radio RPP. Seven policemen who went to check on the reports also became ill and had to be given oxygen before being hospitalized.

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...