Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:No. (Score 5, Informative) 309

That's not true.
UMTS signalling traffic is actually a big worry too.

Setting up and tearing down radio resource connections all the time has a burden on the network. Mobile applications, with their diverse update patterns (e.g. polling every 30 minutes (email apps), or minute or even few seconds (e.g. IM apps)), can make it difficult for carriers to set up their RRC inactivity timers and various other settings in a way that minimises signalling load on the network.

Comment Re:Safe from what? (Score 1) 377

I can't compile programs written in the Java language to Dalvik?

You need to differentiate between the bytecode and the virtual machine. Anyway, the answer is no, not directly.
The "Java language" or Java bytecode does not run on the Dalkiv virtual machine.

Desktop: The Java language is compiled to Java bytecode and run on the Java virtual machine.

Android: The Java language is compiled to Java bytecode. Using an Android tool, Java bytecode is transformed to Dalvik bytecode, which is then run on the Dalvik virtual machine.

I don't believe the patents in this case have anything to do with the Java language, the Java compiler, the Dalvik translator, or the Dalvik bytecode format.
Sun's patents generally regard the virtual machine technology. Google have implemented an incompatible virtual machine, but of course with similarities to Java.. that's where the problems appear to lie.

Comment Re:Safe from what? (Score 1) 377

Stop foaming at the mouth.

Calm down, dear.

Dalvik is compatible with the Java language.

No it's not. Nor is the JVM compatible with the Java language.
The Java language != Java bytecode != Dalvik bytecode

Dalvik ... was created both to be Java compatible and also under the assumption that Sun was friendly towards open source systems.

Google wrote an entire new, incompatible bytecode language and virtual machine to circumvent licensing any Java components from Sun.
So I doubt Google made any assumptions about the "open source friendliness" of Sun.

Comment Re:What they should have done (Score 1) 509

Android apps don't necessarily have to have a launcher icon (e.g. services, live wallpapers etc.).

Apps can also run automatically at boot time, therefore unless the user somehow discovered that the installed app was malicious and manually uninstalled it, they'd be stuck with this malware forever — assuming Google didn't have this remote-removal functionality.

Comment Re:idk (Score 1) 178

You get 140 bytes of data per SMS, so with the default GSM 7-bit alphabet that gives you 160 characters.

I can't remember how alternative encodings work, but I seem to recall you get about 70 characters when you text with extended character sets, suggesting that it's some sort of UTF-16 like encoding scheme. That number drops if you start doing message concatenation.

Comment Re:Bandwidth and Hosting (Score 1) 197

Some of that is true, but XML and the XMPP protocol are highly compressible.

XMPP uses a long-lived TCP connection between servers, so the continued exchange of <message from="foo@wavesandbox.com/Wave" to="bar@example.com/Wave"> will compress to substantially fewer bytes on the wire.

The XMPP Foundation has done a lot of work on this, and continues to work on scalability issues; particularly between federated servers. Indeed, XMPP has reached a point where it's a fairly mature, secure and speedy technology — clearly making it desirable for companies such as Google to use as a foundation for interesting applications such as Wave.

Comment Re:Google Analytics? (Score 1) 52

Ah, didn't realise only IE supported defer!

I never quite understood the HTTP/S detection, as I would have thought it'd be simpler to do "//google-analytics.com/..." (i.e. no explicit protocol). Though again I don't know what standard, if any, defines that behaviour. But if it is/was standard, then you could have a single script block. But of course, as you say, developers who call _gat from elsewhere (such as myself) would have to know when the content had loaded. So, er yeah.. forget all of that! :)

I guess inconsistent browser is also why they disabled gzip support? Though I would have thought it would be trivial to Vary by User-Agent.

Censorship

National Censorship Plan Offensive, Says Aussie Shadow Minister 116

downundarob writes "Senator Nick Minchin, the Australian Shadow Minister for broadband, communications and the digital economy, has written (or more likely a staffer has written) this interesting article on the Australian Federal Government's continued zeal to enforce ISP-level filtering in Australia. In the article he posits that 'Underlying the Rudd Government's plan to screen the internet is an offensive message: that parents cannot be trusted to mind their children online.' Meanwhile, we wait for filtering trials to start, trials that have been delayed and which have next-to-no support among the industry. Telstra BigPond — Australia's largest ISP — has refused to take part, comparing internet filtering to 'like trying to boil the ocean.' The third largest, iiNet, is prepared to participate to highlight flaws."
Security

Hackers Clone Elvis' Passport 164

Barence writes "Hackers have released source code that allows the 'backup' of RFID-protected passports, although the tool can potentially be used to create fake or cloned documents. The Hacker's Choice, a non-commercial group of computer security experts, has released a video showing a cloned passport being approved by a security scanner at a Dutch airport. When the reader scans the passport, it is revealed to belong to one Elvis Aaron Presley, complete with picture. Reports of the hackers serenading security staff with 'Are You Clonesome Tonight' are unconfirmed."
Programming

Becoming a Famous Programmer 347

An anonymous reader writes "GrokCode analyzes more than 200 famous programmers to determine what types of projects made them famous. Inventing a programming language, game, or OS ranked among the top projects likely to lead to fame. Most programmers became famous through their work on only one project. The article also shows that among famous programmers, the ratio of males to females is much larger than among normal programmers."
Biotech

Submission + - UK Media fall for crazy chilld locating claims (badscience.net)

Padraig writes: "Madeleine McCann is a young British girl who was abducted several months ago, and her story has produced mass media hysteria. They've hit an all time low today. Both the Observer and the Mirror, huge UK newspapers, are reporting that an ex policeman called Danie Krugel has found DNA traces of her on a beach. What they don't tell you is that in fact, Krugel has a magic box which works on a "secret energy source" using "quantum physics" to pinpoint the location of a missing person anywhere in the world on a map simply by using a sample of their DNA. This has got to be the most inaccurate story of the year. Playing on people's hopes like that is just wrong."

Slashdot Top Deals

Today is a good day for information-gathering. Read someone else's mail file.

Working...