Google Takes Another Shot At Making Android Great On Low-Budget Smartphones Slashdotby msmash on android at January 1, 1970, 1:00 am (cached at May 17, 2017, 11:34 pm)

At its developer conference, Google unveiled Android Go, a project wherein Google will offer a version of Android that runs swiftly on budget, low-specced smartphones. With the new strategy, Google hopes to further improve the low-budget smartphone ecosystem in developing markets. Android Go will be focused around building a version of Android for phones with less memory, with the System UI and kernel able to run with as little as 512MB of memory. Apps will be optimized for low bandwidth and memory, with a version of Play Store designed for those markets that will highlight these apps. From a report: Another feature of Android Go will be data management. Android Go will let you easily see your data usage, and thanks to carrier integration, it'll also let you top-up with more data right on your device.

Read more of this story at Slashdot.

Google Takes Another Shot At Making Android Great On Low-Budget Smartphones Slashdotby msmash on android at January 1, 1970, 1:00 am (cached at May 17, 2017, 11:34 pm)

At its developer conference, Google unveiled Android Go, a project wherein Google will offer a version of Android that runs swiftly on budget, low-specced smartphones. With the new strategy, Google hopes to further improve the low-budget smartphone ecosystem in developing markets. Android Go will be focused around building a version of Android for phones with less memory, with the System UI and kernel able to run with as little as 512MB of memory. Apps will be optimized for low bandwidth and memory, with a version of Play Store designed for those markets that will highlight these apps. From a report: Another feature of Android Go will be data management. Android Go will let you easily see your data usage, and thanks to carrier integration, it'll also let you top-up with more data right on your device.

Read more of this story at Slashdot.

Keita vows to keep fighting 'terrorist groups' AL JAZEERA ENGLISH (AJE)(cached at May 17, 2017, 11:30 pm)

Ibrahim Boubacar Keita praises role of French troops in West African country beset by violence and ethnic strife.
Keita vows to keep fighting 'terrorist groups' AL JAZEERA ENGLISH (AJE)(cached at May 17, 2017, 11:30 pm)

Ibrahim Boubacar Keita praises role of French troops in West African country beset by violence and ethnic strife.
Google's Balloons Connect Flood-hit Peru Slashdotby msmash on communications at January 1, 1970, 1:00 am (cached at May 17, 2017, 11:04 pm)

An anonymous reader writes: "Tens of thousands" of Peruvians have been getting online using Project Loon, the ambitious connectivity project from Google's parent company, Alphabet. Project Loon uses tennis court-sized balloons carrying a small box of equipment to beam internet access to a wide area below. The team told the BBC they had been testing the system in Peru when serious floods hit in January, and so the technology was opened up to people living in three badly-hit cities. Until now, only small-scale tests of the technology had taken place. Project Loon is in competition with other attempts to provide internet from the skies, including Facebook's Aquila project which is being worked on in the UK. Project Loon recently announced it had figured out how to use artificial intelligence (AI) to "steer" the balloons by raising or lowering them to piggy-back weather streams. It was this discovery that enabled the company to use just a "handful" of balloons to connect people in Lima, Chimbote, and Piura. The balloons were launched from the US territory of Puerto Rico before being guided south.

Read more of this story at Slashdot.

Google's Balloons Connect Flood-hit Peru Slashdotby msmash on communications at January 1, 1970, 1:00 am (cached at May 17, 2017, 11:04 pm)

An anonymous reader writes: "Tens of thousands" of Peruvians have been getting online using Project Loon, the ambitious connectivity project from Google's parent company, Alphabet. Project Loon uses tennis court-sized balloons carrying a small box of equipment to beam internet access to a wide area below. The team told the BBC they had been testing the system in Peru when serious floods hit in January, and so the technology was opened up to people living in three badly-hit cities. Until now, only small-scale tests of the technology had taken place. Project Loon is in competition with other attempts to provide internet from the skies, including Facebook's Aquila project which is being worked on in the UK. Project Loon recently announced it had figured out how to use artificial intelligence (AI) to "steer" the balloons by raising or lowering them to piggy-back weather streams. It was this discovery that enabled the company to use just a "handful" of balloons to connect people in Lima, Chimbote, and Piura. The balloons were launched from the US territory of Puerto Rico before being guided south.

Read more of this story at Slashdot.

Paris climate deal is 'lifeline' for world's poorest countries BBC News | Science/Nature | UK Edition(cached at May 17, 2017, 11:00 pm)

The countries most vulnerable to climate change say the rapid implementation of the accord is key to their survival.
Senate wants James Comey to testify in Russia probe AL JAZEERA ENGLISH (AJE)(cached at May 17, 2017, 11:00 pm)

FBI head sacked by President Trump gets call from panel investigating possible Russian interference in US elections.
GAO Assesses IoT Vulnerabilities (InfoRiskToday) SANS ISC SecNewsFeed(cached at May 17, 2017, 11:00 pm)

NIST Tailors Framework for Federal Agencies (InfoRiskToday) SANS ISC SecNewsFeed(cached at May 17, 2017, 11:00 pm)

Backup crack-up: Fasthosts locks people out of data storage for days amid WCry panic SANS ISC SecNewsFeed(cached at May 17, 2017, 11:00 pm)

Fearing Shadow Brokers leak, NSA reported critical flaw to Microsoft (ArsTechnica) SANS ISC SecNewsFeed(cached at May 17, 2017, 11:00 pm)

JSON Feed inessential.comat January 1, 1970, 8:00 am (cached at May 17, 2017, 10:32 pm)

I was hesitant, even up to this morning, to publish the JSON Feed spec.

If you read Dave Winer’s Rules for standards-makers, you’ll see that we did a decent job with some of the rules — the spec is written in plain English, for example — but a strict application of the rules would have meant not publishing at all, since “Fewer formats is better.”

I agree completely — but I also believe that developers (particularly Mac and iOS developers, the group I know best) are so loath to work with XML that they won’t even consider building software that needs an XML parser. Which says to me that JSON Feed is needed for the survival of syndication.

I could be wrong, of course. I admit.

Feed Reader Starter Kit

See my RSXML repository for Objective-C code that reads RSS, Atom, and OPML. I’ve done the work for you of supporting those formats. Go write a feed reader! Seriously. Do it.

I planned to have a JSON Feed parser for Swift done for today, but other things got in the way. It’s coming soon. But you probably don’t actually need any sample code, since JSON is so easy to handle.

Feedback so far

Feedback has been interesting so far. Some questions on the GitHub repo need answering.

Some people have said this should have happened ten years ago, and other people have said that they hate how developers jump on the latest fad (JSON).

And some people really like the icon:

Microformats

One of the more serious criticisms was this: why not just support the hAtom microformat instead? Why do another side-file?

My thinking:

My experience as a feed reader author tells me that people screw up XML, badly, all the time — and they do even less well with HTML. So embedding info in HTML is just plain too difficult. In practice it would be even buggier than XML-based feeds.

And there are other advantages to decoupling: a side-file can have 100 entries where there are only 10 on an HTML page, for instance. A side-file can have extra information that you wouldn’t put on an HTML page. And yet, despite the extra information, a side-file can be much smaller than an HTML page, and it can often be easier to cache (since it’s not different based on a logged-in user, for instance).

Microformats sounds elegant, but I don’t prize elegance as much as I value things that work well.

JSON Feed inessential.comat January 1, 1970, 8:00 am (cached at May 17, 2017, 10:32 pm)

I was hesitant, even up to this morning, to publish the JSON Feed spec.

If you read Dave Winer’s Rules for standards-makers, you’ll see that we did a decent job with some of the rules — the spec is written in plain English, for example — but a strict application of the rules would have meant not publishing at all, since “Fewer formats is better.”

I agree completely — but I also believe that developers (particularly Mac and iOS developers, the group I know best) are so loath to work with XML that they won’t even consider building software that needs an XML parser. Which says to me that JSON Feed is needed for the survival of syndication.

I could be wrong, of course. I admit.

Feed Reader Starter Kit

See my RSXML repository for Objective-C code that reads RSS, Atom, and OPML. I’ve done the work for you of supporting those formats. Go write a feed reader! Seriously. Do it.

I planned to have a JSON Feed parser for Swift done for today, but other things got in the way. It’s coming soon. But you probably don’t actually need any sample code, since JSON is so easy to handle.

Feedback so far

Feedback has been interesting so far. Some questions on the GitHub repo need answering.

Some people have said this should have happened ten years ago, and other people have said that they hate how developers jump on the latest fad (JSON).

And some people really like the icon:

Microformats

One of the more serious criticisms was this: why not just support the hAtom microformat instead? Why do another side-file?

My thinking:

My experience as a feed reader author tells me that people screw up XML, badly, all the time — and they do even less well with HTML. So embedding info in HTML is just plain too difficult. In practice it would be even buggier than XML-based feeds.

And there are other advantages to decoupling: a side-file can have 100 entries where there are only 10 on an HTML page, for instance. A side-file can have extra information that you wouldn’t put on an HTML page. And yet, despite the extra information, a side-file can be much smaller than an HTML page, and it can often be easier to cache (since it’s not different based on a logged-in user, for instance).

Microformats sounds elegant, but I don’t prize elegance as much as I value things that work well.

Enda Kenny resigns as Irish Fine Gael party chief AL JAZEERA ENGLISH (AJE)(cached at May 17, 2017, 10:30 pm)

Enda Kenny will step down as Fine Gael leader after almost 15 years and not lead party into election.