<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Internet.org</title>
	<atom:link href="http://www.epanorama.net/blog/2013/08/21/internet-org/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2013/08/21/internet-org/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 08 Apr 2026 15:02:51 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-1438314</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 24 Sep 2015 21:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-1438314</guid>
		<description><![CDATA[Jessi Hempel / Wired:
Internet.org rebrands its free services mobile website and app as Free Basics to distinguish it from larger initiative, adds 60 new services, HTTPS support

Facebook Renames Its Controversial Internet.org App
http://www.wired.com/2015/09/facebook-renames-controversial-internet-org-app/

Facebook is rebranding its most prominent—and controversial—effort to connect the unconnected. Today the company said it will change the name of its Internet.org app and mobile website, now available to mobile phone users in 18 countries, to Free Basics by Facebook.

The change is intended to better distinguish the app and website from Internet.org, the larger initiative that spawned it and is incubating many technologies and business models to help get the web to new users faster. The rebranding announcement comes days before Indian Prime Minister Narendra Modi is set to visit Facebook’s campus

Free Basics, née Internet.org, has faced a global backlash that began in India last April.

The criticism gained momentum in May when nearly 70 advocacy groups released a letter to Zuckerberg protesting Internet.org, arguing it violated net neutrality principles and stirred security concerns.

In a blog post and a video, Facebook founder Mark Zuckerberg defended the program, saying it didn’t block or throttle services and therefore didn’t conflict with net neutrality. He said it cost too much to make the entire Internet available to everyone; Facebook’s approach was an economically viable way to bring the Internet to people who wouldn’t otherwise have it. “Net neutrality should not prevent access,” he said in a seven-minute video he made in May. “It’s not an equal Internet if the majority of people can’t participate.”

Opening Up

Though Zuckerberg defended the spirit of the program, the company also worked quickly to address concerns about equal access, privacy, and security.

These moves are classic Zuckerberg. Caught slightly off-guard by the backlash, he has moved quickly to address critics’ concerns.]]></description>
		<content:encoded><![CDATA[<p>Jessi Hempel / Wired:<br />
Internet.org rebrands its free services mobile website and app as Free Basics to distinguish it from larger initiative, adds 60 new services, HTTPS support</p>
<p>Facebook Renames Its Controversial Internet.org App<br />
<a href="http://www.wired.com/2015/09/facebook-renames-controversial-internet-org-app/" rel="nofollow">http://www.wired.com/2015/09/facebook-renames-controversial-internet-org-app/</a></p>
<p>Facebook is rebranding its most prominent—and controversial—effort to connect the unconnected. Today the company said it will change the name of its Internet.org app and mobile website, now available to mobile phone users in 18 countries, to Free Basics by Facebook.</p>
<p>The change is intended to better distinguish the app and website from Internet.org, the larger initiative that spawned it and is incubating many technologies and business models to help get the web to new users faster. The rebranding announcement comes days before Indian Prime Minister Narendra Modi is set to visit Facebook’s campus</p>
<p>Free Basics, née Internet.org, has faced a global backlash that began in India last April.</p>
<p>The criticism gained momentum in May when nearly 70 advocacy groups released a letter to Zuckerberg protesting Internet.org, arguing it violated net neutrality principles and stirred security concerns.</p>
<p>In a blog post and a video, Facebook founder Mark Zuckerberg defended the program, saying it didn’t block or throttle services and therefore didn’t conflict with net neutrality. He said it cost too much to make the entire Internet available to everyone; Facebook’s approach was an economically viable way to bring the Internet to people who wouldn’t otherwise have it. “Net neutrality should not prevent access,” he said in a seven-minute video he made in May. “It’s not an equal Internet if the majority of people can’t participate.”</p>
<p>Opening Up</p>
<p>Though Zuckerberg defended the spirit of the program, the company also worked quickly to address concerns about equal access, privacy, and security.</p>
<p>These moves are classic Zuckerberg. Caught slightly off-guard by the backlash, he has moved quickly to address critics’ concerns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-1231273</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 17 Sep 2014 12:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-1231273</guid>
		<description><![CDATA[New ‘Cosmos’ browser surfs the net by TXT alone
No data plan? No WiFi? No worries … except sluggish download speed
http://www.theregister.co.uk/2014/09/15/cosmos_browsing_for_the_developing_world/

A project that’s just landed on github aims to let users in the developing world access Web pages over text messages alone.

It’s not as absurd an idea as it might first seem

While the number of mobile phones in the world continues to rise, most of the networks are yet to experience the joys of fast downloads – and in many places, the mobile network is the main contact with the outside world, since fixed networks haven’t been built.

Enter the Cosmos Browser project: a bit of code that lets users browse the Web using just text messages.

First, the user enters a URL into the Cosmos app. That URL is sent via text to ColdSauce’s Twillio number, and forwarded as a normal POST request to ColdSauce’s Node.js backend.

“The backend takes the url, gets the HTML source of the website, minifies it, gets rid of the css, javascript, and images, GZIP compresses it, encodes it in Base64, and sends the data as a series of SMSes”, the post explains.

Those messages are sent to the browser at the rate of three per second, and back at the phone, the app orders the received data, decompresses it, and displays it.

https://github.com/ColdSauce/CosmosBrowserAndroid]]></description>
		<content:encoded><![CDATA[<p>New ‘Cosmos’ browser surfs the net by TXT alone<br />
No data plan? No WiFi? No worries … except sluggish download speed<br />
<a href="http://www.theregister.co.uk/2014/09/15/cosmos_browsing_for_the_developing_world/" rel="nofollow">http://www.theregister.co.uk/2014/09/15/cosmos_browsing_for_the_developing_world/</a></p>
<p>A project that’s just landed on github aims to let users in the developing world access Web pages over text messages alone.</p>
<p>It’s not as absurd an idea as it might first seem</p>
<p>While the number of mobile phones in the world continues to rise, most of the networks are yet to experience the joys of fast downloads – and in many places, the mobile network is the main contact with the outside world, since fixed networks haven’t been built.</p>
<p>Enter the Cosmos Browser project: a bit of code that lets users browse the Web using just text messages.</p>
<p>First, the user enters a URL into the Cosmos app. That URL is sent via text to ColdSauce’s Twillio number, and forwarded as a normal POST request to ColdSauce’s Node.js backend.</p>
<p>“The backend takes the url, gets the HTML source of the website, minifies it, gets rid of the css, javascript, and images, GZIP compresses it, encodes it in Base64, and sends the data as a series of SMSes”, the post explains.</p>
<p>Those messages are sent to the browser at the rate of three per second, and back at the phone, the app orders the received data, decompresses it, and displays it.</p>
<p><a href="https://github.com/ColdSauce/CosmosBrowserAndroid" rel="nofollow">https://github.com/ColdSauce/CosmosBrowserAndroid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-34321</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 08 Oct 2013 07:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-34321</guid>
		<description><![CDATA[Tech industry-backed Alliance for Affordable Internet aims to bring the developing world online
http://thenextweb.com/insider/2013/10/07/tech-industry-backed-alliance-for-affordable-internet-aims-to-bring-the-developing-world-online/

The Alliance for Affordable Internet (A4AI) is a new technology industry group launched publicly today that aims to make Internet access cheaper and more accessible in developing markets.

The group will focus on emerging technologies such as white space — which Microsoft, Google and others are piloting in Africa — which is seen as key to reducing the cost of Internet access, which could help more of the world’s population to enjoy the benefits of the Web, such as learning and communication.

The A4AI is initially focused on three markets in Africa, but it aims to cover “at least twelve countries” across Asia, Africa and Latin America by the end of 2015.]]></description>
		<content:encoded><![CDATA[<p>Tech industry-backed Alliance for Affordable Internet aims to bring the developing world online<br />
<a href="http://thenextweb.com/insider/2013/10/07/tech-industry-backed-alliance-for-affordable-internet-aims-to-bring-the-developing-world-online/" rel="nofollow">http://thenextweb.com/insider/2013/10/07/tech-industry-backed-alliance-for-affordable-internet-aims-to-bring-the-developing-world-online/</a></p>
<p>The Alliance for Affordable Internet (A4AI) is a new technology industry group launched publicly today that aims to make Internet access cheaper and more accessible in developing markets.</p>
<p>The group will focus on emerging technologies such as white space — which Microsoft, Google and others are piloting in Africa — which is seen as key to reducing the cost of Internet access, which could help more of the world’s population to enjoy the benefits of the Web, such as learning and communication.</p>
<p>The A4AI is initially focused on three markets in Africa, but it aims to cover “at least twelve countries” across Asia, Africa and Latin America by the end of 2015.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-34320</link>
		<dc:creator><![CDATA[Tomi]]></dc:creator>
		<pubDate>Mon, 07 Oct 2013 21:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-34320</guid>
		<description><![CDATA[The Alliance for Affordable Internet
http://a4ai.org/

...is a new coalition of private sector, public sector, and civil society organizations who have come together to advance the shared aim of affordable access to both mobile and fixed-line Internet in developing countries.

ALLIANCE FOR AFFORDABLE INTERNET LAUNCHES TO
STIMULATE GLOBAL POLICY REFORM TO LOWER ACCESS
COSTS TO USERS
Global sponsors Google, Omidyar Network, UK DFID and USAID joined by a host of governments, tech companies and civil society organisations from developed and developing countries in launch of new initiative, backed by Web inventor Sir Tim Berners-Lee]]></description>
		<content:encoded><![CDATA[<p>The Alliance for Affordable Internet<br />
<a href="http://a4ai.org/" rel="nofollow">http://a4ai.org/</a></p>
<p>&#8230;is a new coalition of private sector, public sector, and civil society organizations who have come together to advance the shared aim of affordable access to both mobile and fixed-line Internet in developing countries.</p>
<p>ALLIANCE FOR AFFORDABLE INTERNET LAUNCHES TO<br />
STIMULATE GLOBAL POLICY REFORM TO LOWER ACCESS<br />
COSTS TO USERS<br />
Global sponsors Google, Omidyar Network, UK DFID and USAID joined by a host of governments, tech companies and civil society organisations from developed and developing countries in launch of new initiative, backed by Web inventor Sir Tim Berners-Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-34319</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 27 Aug 2013 07:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-34319</guid>
		<description><![CDATA[Zuckerberg Explains Facebook’s Plan to Get Entire Planet Online
http://www.wired.com/business/2013/08/mark-zuckerberg-internet-org/

Last week, in an effort to reach this lofty goal, the Facebook CEO announced the establishment of Internet.org, a consortium that allied his company with handset makers (Nokia, Samsung, Ericcson), a browser company (Opera), and network infrastructure manufacturers (Qualcomm, MediaTek). In a 10-page white paper shared on, yes, Facebook, he postulated that a connected world could address economic disparity and outlined a vision of even the poorest people connecting to low-cost, low-data versions of basic Internet services.

Reaction was mixed, both to the white paper and to the accompanying video, which used a John F. Kennedy speech to amplify a visual message that connectivity leads to better human relations. So WIRED welcomed the opportunity to discuss the plan face-to-face with Zuckerberg on the company’s Menlo Park, California campus. Here is the interview, edited for space and clarity.

WIRED: You say connectivity is a human right — up there with freedom of expression, freedom from hunger, and other essential rights. Can you explain?

Zuckerberg: The story of the next century is the transition from an industrial, resource-based economy, to a knowledge economy. An industrial economy is zero sum. If you own an oil field, I cannot go in that same oil field. But knowledge works differently. If you know something, then you can share that — and then the whole world gets richer. But until that happens, there’s a big disparity in wealth. The richest 500 million have way more money than the next 6 billion combined. You solve that by getting everyone online, and into the knowledge economy — by building out the global Internet.

WIRED: How do you make data cheaper?

Zuckerberg: We spent a lot of time trying to make our apps run faster, crash less, and have fewer bugs, but until this year, we didn’t spend a huge amount of time on delivering the same experience with less data. It just wasn’t important to a lot of the people who use our services in developed countries. But it’s critically important to the next few billion. In the beginning of this year, the average person used about 12 megabytes for the Android app on Facebook, and I think over the next couple of years, we’re going be able to get that down to one megabyte a day, with very few changes. Since one megabyte is still too much for a lot of the world, the question becomes, Can you get to half a megabyte or a third?

‘If we wanted to focus on just making money, the right strategy for us would be to focus solely on the developed countries and the people already on Facebook, increasing their engagement rather than having these other folks join’
— Mark Zuckerber]]></description>
		<content:encoded><![CDATA[<p>Zuckerberg Explains Facebook’s Plan to Get Entire Planet Online<br />
<a href="http://www.wired.com/business/2013/08/mark-zuckerberg-internet-org/" rel="nofollow">http://www.wired.com/business/2013/08/mark-zuckerberg-internet-org/</a></p>
<p>Last week, in an effort to reach this lofty goal, the Facebook CEO announced the establishment of Internet.org, a consortium that allied his company with handset makers (Nokia, Samsung, Ericcson), a browser company (Opera), and network infrastructure manufacturers (Qualcomm, MediaTek). In a 10-page white paper shared on, yes, Facebook, he postulated that a connected world could address economic disparity and outlined a vision of even the poorest people connecting to low-cost, low-data versions of basic Internet services.</p>
<p>Reaction was mixed, both to the white paper and to the accompanying video, which used a John F. Kennedy speech to amplify a visual message that connectivity leads to better human relations. So WIRED welcomed the opportunity to discuss the plan face-to-face with Zuckerberg on the company’s Menlo Park, California campus. Here is the interview, edited for space and clarity.</p>
<p>WIRED: You say connectivity is a human right — up there with freedom of expression, freedom from hunger, and other essential rights. Can you explain?</p>
<p>Zuckerberg: The story of the next century is the transition from an industrial, resource-based economy, to a knowledge economy. An industrial economy is zero sum. If you own an oil field, I cannot go in that same oil field. But knowledge works differently. If you know something, then you can share that — and then the whole world gets richer. But until that happens, there’s a big disparity in wealth. The richest 500 million have way more money than the next 6 billion combined. You solve that by getting everyone online, and into the knowledge economy — by building out the global Internet.</p>
<p>WIRED: How do you make data cheaper?</p>
<p>Zuckerberg: We spent a lot of time trying to make our apps run faster, crash less, and have fewer bugs, but until this year, we didn’t spend a huge amount of time on delivering the same experience with less data. It just wasn’t important to a lot of the people who use our services in developed countries. But it’s critically important to the next few billion. In the beginning of this year, the average person used about 12 megabytes for the Android app on Facebook, and I think over the next couple of years, we’re going be able to get that down to one megabyte a day, with very few changes. Since one megabyte is still too much for a lot of the world, the question becomes, Can you get to half a megabyte or a third?</p>
<p>‘If we wanted to focus on just making money, the right strategy for us would be to focus solely on the developed countries and the people already on Facebook, increasing their engagement rather than having these other folks join’<br />
— Mark Zuckerber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/08/21/internet-org/comment-page-1/#comment-34318</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 27 Aug 2013 07:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=21198#comment-34318</guid>
		<description><![CDATA[Pew: 30% Of U.S. Adults Don’t Have Broadband; 10% Use Smartphones As Sole Internet Access; 20% Have Zilch
http://techcrunch.com/2013/08/26/pew-30-of-u-s-adults-dont-have-broadband-10-use-smartphones-as-sole-internet-access-20-have-zilch/

As Facebook teams up with other tech titans to put more effort into ubiquitous internet access worldwide, Pew Research is today is releasing the results of a survey that shows how one of the more advanced countries in the world, the U.S., is still not quite there in leading by example: 20% of U.S. adults are still without broadband or smartphones for internet access. And 3% of people in the country still using dial-up connections.

The think tank’s most recent survey notes that today 70% of adults in the country reported having broadband access at home as of May 2013, with the proportions of connected individuals increasing in wealthier households, by age and other factors like race.

“Broadband users can consume and create many types of content in ways that dial-up users cannot, and our research has long shown major differences in these two groups’ online behavior,” writes Aaron Smith, a senior researcher for the Pew Research Center’s Internet Project and the report’s co-author. “Smartphones may offer an additional avenue for internet access that surpasses the dial-up experience in many ways, but those who rely on them for home internet use may face limitations that are not shared by those with traditional broadband connections.”]]></description>
		<content:encoded><![CDATA[<p>Pew: 30% Of U.S. Adults Don’t Have Broadband; 10% Use Smartphones As Sole Internet Access; 20% Have Zilch<br />
<a href="http://techcrunch.com/2013/08/26/pew-30-of-u-s-adults-dont-have-broadband-10-use-smartphones-as-sole-internet-access-20-have-zilch/" rel="nofollow">http://techcrunch.com/2013/08/26/pew-30-of-u-s-adults-dont-have-broadband-10-use-smartphones-as-sole-internet-access-20-have-zilch/</a></p>
<p>As Facebook teams up with other tech titans to put more effort into ubiquitous internet access worldwide, Pew Research is today is releasing the results of a survey that shows how one of the more advanced countries in the world, the U.S., is still not quite there in leading by example: 20% of U.S. adults are still without broadband or smartphones for internet access. And 3% of people in the country still using dial-up connections.</p>
<p>The think tank’s most recent survey notes that today 70% of adults in the country reported having broadband access at home as of May 2013, with the proportions of connected individuals increasing in wealthier households, by age and other factors like race.</p>
<p>“Broadband users can consume and create many types of content in ways that dial-up users cannot, and our research has long shown major differences in these two groups’ online behavior,” writes Aaron Smith, a senior researcher for the Pew Research Center’s Internet Project and the report’s co-author. “Smartphones may offer an additional avenue for internet access that surpasses the dial-up experience in many ways, but those who rely on them for home internet use may face limitations that are not shared by those with traditional broadband connections.”</p>
]]></content:encoded>
	</item>
</channel>
</rss>
