Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:It's like the old AOL, except AOL looked better (Score 1) 289

believe it or not there is an icon for Hotmail there as well as Yahoo, Hulu, Facebook, Twitter and the rest is Google apps

Why does this surprise you? Android, another Google-authored operating system (but for smartphones as you likely already know), comes with bookmarks in the browser for all sorts of non-Google properties.

What's with this cynical belief that Google is so self-serving?

Your statements are similar to those who believe Google tries to lock users into its services without ever having visited The Data Liberation Front.

Are you jealous of Google's success or something petty like that?

Comment Re:N97? (Score 1) 211

Java/Dalvik development only

As has been mentioned in previous posts, native C++ development is available via the Android NDK. Even native access to OpenGL is supported.

with their own version of the app store and installation verification

I guess you never clicked on a URL (in the built-in browser on the phone) that points straight to an Android Package (.apk) file and simply allowed the phone to install it. No "app store" required.

Comment U R DOIN IT WRONG :) (Score 5, Insightful) 345

What we've found is that code reviews take forever...

Ugh. Are you reviewing each individual commit (where code reviews are quick and very effective), or are you rounding up a bunch of developers in a conference room and reviewing an entire module using an overhead projector?

Peer-to-peer reviews of individual diffs using good workflow tools have been very effective at several places I have worked and in open-source projects to which I have committed.

Some of the fastest team development velocity I have experienced has been with peer code reviews within the team.

A good style guide also helps...

Comment Re:Cold climates (Score 2, Insightful) 594

I would suggest keeping the battery pack warm using the same power source that is being used to charge the battery. Also, insulate the battery pack, since the batteries typically warm themselves as a result of being discharged, due to their own internal resistance.

This mainly becomes an issue if you park the car somewhere for a long time in a place that is cold, but there is no way to plug the car in. I suspect that parking garages would start offering electrical outlets for charging the parked vehicles. Smart grids would probably help with this, causing the car owner to be billed for the electricity used to charge and pre-warm the car (or credited, if the car contributed excess electricity to the grid during daytime peak hours in periods of relatively mild weather).

Similarly, the car interior could be pre-warmed (or pre-cooled in the summer) when plugged in.

Comment Re:Personal backups of online data (Score 1) 711

Google, at least, supports user data portability, and not just with. social networking.

GMail lets you import and export your contacts in a variety of formats and access your email (for back-up or whatever) via IMAP and POP.

Picasa syncs the web albums to your local machine (and runs under Linux, thanks to Google's open source contributions to Wine).

Blogger lets you push blog content elsewhere.

There are probably more (like stuff you can access via GData APIs), but these are just the ones I could think of off the top of my head.

Comment Re:Performance with Java (Score 1) 43

Android includes an OpenGL API. I have personally seen Quake 1 running on the TMobile G1, which has an on-board GPU as part of the Qualcomm chipset in the phone.

Also, at the recent Google Summer of Code mentor summit in October, an Android engineer mentioned in a presentation to attendees that native (ARM) code .so files would be bundle-able in .apk files soon. These libraries would be accessible via JNI. They would initially only have access to libc and libm in the first incarnation, though.

So, yes, I do believe Android is a mobile gaming platform.

(This was discussed in a public forum at an open source conference hosted at Google, so I don't believe it is secret information...)
Medicine

Half of American Doctors Often Prescribe Placebos 238

damn_registrars writes "'Half of all American doctors responding to a nationwide survey say they regularly prescribe placebos to patients. The results trouble medical ethicists, who say more research is needed to determine whether doctors must deceive patients in order for placebos to work.' The study just quoted goes on to say that the drugs most often used as placebo are headache pills, vitamins, and antibiotics. Studies on doctors in Europe and New Zealand have found similar results."
Robotics

Packs of Robots Will Hunt Down Uncooperative Humans 395

Ostracus writes "The latest request from the Pentagon jars the senses. At least, it did mine. They are looking for contractors to 'develop a software/hardware suite that would enable a multi-robot team, together with a human operator, to search for and detect a non-cooperative human subject. The main research task will involve determining the movements of the robot team through the environment to maximize the opportunity to find the subject ... Typical robots for this type of activity are expected to weigh less than 100 Kg and the team would have three to five robots.'" To be fair, they plan to use the Multi-Robot Pursuit System for less nefarious-sounding purposes as well. They note that the robots would "have potential commercialization within search and rescue, fire fighting, reconnaissance, and automated biological, chemical and radiation sensing with mobile platforms."
Google

Submission + - Summer of Code deadline extended! (blogspot.com)

mithro writes: "If you thought that you had missed out on applying to the Google Summer of Code, you have just gotten a reprieve. The deadline for student submissions has been extended from the original 1st of April to Monday the April 7, 2008. To quote Leslie Hawthorn,

This year, we experimented with the Google Summer of Code program timeline, providing one week for students to discuss project ideas with their mentors and then a single week to submit applications. The good news is that we've heard that overall application quality is much higher this year and that students have really benefited from the opportunity to have extra time to discuss their ideas with their potential mentors. However, we've still heard feedback from the community that it would be useful to provide more time for students to submit their applications, so we've done just that.
With less then a week ago, there is still time! Many of the mentor organisations are clamouring for more good applications and there is still a good chance to be accepted."

Slashdot Top Deals

Business is a good game -- lots of competition and minimum of rules. You keep score with money. -- Nolan Bushnell, founder of Atari

Working...