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

 



Forgot your password?
typodupeerror
×
Mozilla

Mozilla Launches Persona Identity Bridge For Gmail 114

An anonymous reader writes "Mozilla today announced the Persona Identity Bridge for Gmail users. If you have a Google account, this means you can now sign into Persona-powered websites with your existing credentials. The best part is of course Mozilla's pledge to its users. 'Persona remains committed to privacy: Gmail users can sign into sites with Persona, but Google can't track which sites they sign into,' Mozilla Pesrona engineer Dan Callahan promises."

Comment Re:Why read newspapers? (Score 1) 178

That's actually a marketing trick of a kind of "false choice". I can't remember where I read this but they have done studies involving this and the example was given with newspapers. Basically the idea goes, if they offer 2-3 choices and 1 is very expensive, another very cheap but the third makes it seem like you are getting the expensive plan for less, you think it's a deal in your mind. No one is immune to this, so I'm not singling out you, we've all felt victim to this as it's the natural way our brain makes order.

Ah here it is, it was someone from the Economist:
http://danariely.com/the-books/excerpted-from-chapter-1-%E2%80%93-the-truth-about-relativity-2/

TED video:
http://www.youtube.com/watch?v=xOhb4LwAaJk

Google

Google Argues Against Net Neutrality 555

An anonymous reader sends this quote from an article at Wired: "In a dramatic about-face on a key internet issue yesterday, Google told the FCC (PDF) that the network neutrality rules Google once championed don't give citizens the right to run servers on their home broadband connections, and that the Google Fiber network is perfectly within its rights to prohibit customers from attaching the legal devices of their choice to its network."

Comment Re: More importantly (Score 1) 244

This is a decent code sample too:
https://code.google.com/p/adamkoch/source/browse/#git%2Fbitmapfun

From, here:
http://developer.android.com/training/displaying-bitmaps/index.html

(adam koch is an Android developer advocate at Google, and the code comes from the AOSP but is backported to use the support lib)

Comment Re:Self signed? (Score 1) 276

Not more, but not necessarily less. With a self signed cert, you cant verify the identity of the signer/cert. With the possibility of a compromised CA, you have (essentially) the same problem. (As far as understand it anyways).

What I would like to know is what (if anything) can be done to verify keys without a CA? I don't know that much about crypto, so am genuinely curious. Are there techniques to do this? (Diffie-Hellman-Merkle?)

Comment Re:More importantly (Score 1) 244

ActionBarSherlock fills this role pretty well already, even with some added features. But this is good stuff nonetheless. The support library has always been a great addition to the SDK. It really helps avoid writing ugly wrapper classes, or the really ugly old technique of using reflection for API levels. I would like to see them add more widgets though. Such as TimePicker, CalenderPicker, etc. Some support for ORM, and better handling of Fragments, instance states, data persistence and Loaders (less black box-y).

Still it is nice to see the support library progress march on.

These sound helpful too:

Media
- Added TransportMediator helper class to manage media transport control, such as play, pause, skip and other media actions.
-Added DisplayManagerCompat for managing display output to one or more device displays.

Other changes
-Added WakefulBroadcastReceiver helper class for implementing a common pattern of detecting a device wakeup event and passing work off to a Service while ensuring that the device does not go back to sleep before the handoff is complete.
-Added two new APIs, commitContentChanged() and rollbackContentChanged(), to AsyncTaskLoader to help deal with background updates for data changes that are subsequently canceled.

http://developer.android.com/tools/support-library/index.html

Comment Re:Not all new (Score 3, Insightful) 244

If you like tinkering you might consider rooting and giving CM10 a try. Back when I used to do root & tinker there were ways, (once rooted, depending on the ROM), to block updates. Rooting is not everyone's cup-o-joe though, some prefer stock-like CM, etc., others like TouchWiz.

Also, nothing cheap about being prepaid. :) Once T-Mo get's their LTE house in order I plan to go back to them with whatever their prepaid / month to month BYOD plan is now.

Google

Google Now Serves 25% of North American Internet Traffic 84

sturgeon writes "Wired Magazine claims today that Google is now 25% of the North American traffic with a mostly unreported (and rapidly expanding), massive deployment of edge caching servers in almost every Internet provider around the world. Whether users are directly using a Google service (i.e. search, YouTube) or the devices are automatically sending data (e.g. Google Analytics, updates), the majority of end devices around the world will now send traffic to Google server during the course of an average day. It looks like Wired based their story on a report from cloud analytics and network management company DeepField."

Comment Re:Unsearchable != Censored (Score 2) 216

You misunderstood the analogy (I think). "Free Speech Zones" were nonsense created by the government intending to hide and push speech they didn't like to irrelevancy. The definition of censorship is not the point, but rather the act of pushing things off to a dark corner effectively stifling the content/speech is what is comparable here.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...