<!DOCTYPE html>
<HTML>
<HEAD>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-433897-4', 'auto');
ga('send', 'pageview');
</script>
<TITLE>Techmeme: A first-person account of using the walkie talkie app Zello during Hurricane Harvey; app was used by the volunteer group Cajun Navy to coordinate rescues (Holly Hartman/Houston Chronicle)</TITLE>
<META NAME="description" CONTENT="The essential tech news of the moment. Technology's news site of record. Not for dummies." />
<META NAME="application-name" content="Techmeme" />
<LINK REL="alternate" TYPE="application/rss+xml" TITLE="RSS" HREF="https://www.techmeme.com/feed.xml" />
<LINK REL="SHORTCUT ICON" HREF="https://techmeme.com/img/favicon.ico" />
<link rel="image_src" href="https://www.techmeme.com/m/config/tech/iicon.gif" />
<link rel="apple-touch-icon" href="https://www.techmeme.com/m/config/tech/iicon.gif" />
<META PROPERTY="og:site_name" CONTENT="Techmeme"/>
<META PROPERTY="og:type" CONTENT="article"/>
<META PROPERTY="og:title" CONTENT="A first-person account of using the walkie talkie app Zello during Hurricane Harvey"/>
<META PROPERTY="og:description" CONTENT="By Holly Hartman / Houston Chronicle. View the full context on Techmeme."/>
<META PROPERTY="og:image" CONTENT="http://ww2.hdnux.com/photos/65/50/36/14059397/4/920x1240.jpg"/>
<META PROPERTY="fb:app_id" CONTENT="105601372888971"/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Techmeme" />
<meta name="twitter:title" content="A first-person account of using the walkie talkie app Zello during Hurricane Harvey" />
<meta name="twitter:description" content="Holly Hartman / Houston Chronicle: A first-person account of using the walkie talkie app Zello during Hurricane Harvey" />
<meta name="twitter:image" content="http://ww2.hdnux.com/photos/65/50/36/14059397/4/920x1240.jpg" />
<META HTTP-EQUIV="Expires" CONTENT="now">
<SCRIPT TYPE="text/javascript">
<!--
var nwcbe;
function rnwcb() {
var where;
if (nwcbe.checked)
where = "_blank";
else
where = "_self";
var jump_prefix = location.href.substring(0, location.href.length - location.hash.length) + '#';
for (var i=0; i<=(document.links.length-1); i++) {
var href = document.links[i].href;
if ((href.indexOf("javascript:") != 0) && (href.indexOf(jump_prefix) != 0) && (!(/^https?:\/\/([a-z]+\.)?techmeme\.com\//.test(href)) || /^https?:\/\/([a-z]+\.)?techmeme\.com\/goto/.test(href))) {
document.links[i].target = where;
}
}
}
var ckd;
function set_ckd() {
var dd = document.domain;
if (dd) {
var da = dd.split('.');
var rd=da[da.length-2]+'.'+da[da.length-1];
ckd='; domain=.'+rd;
}
}
function createCookie(name,value) {
document.cookie = name+"="+value+"; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/"+ckd;
}
function eraseCookie(name) {
document.cookie = name+"=; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/"+ckd;
}
function svprefs() {
var cookie_val = '';
if (nwcbe.checked) {
cookie_val += 'new_window';
}
if (cookie_val == '') {
eraseCookie('myprefs');
} else {
createCookie('myprefs', cookie_val);
}
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function rdprefs() {
var cookie_val = readCookie('myprefs');
nwcbe.checked = false;
if (cookie_val) {
var va = cookie_val.split('+');
for(var i=0;i < va.length;i++) {
var val = va[i];
if (val == 'new_window') {
nwcbe.checked = true;
}
}
}
}
function xnwcb() { rnwcb(); svprefs(); }
function getBgColor(e) {
if (e.currentStyle)
return e.currentStyle.backgroundColor;
if (window.getComputedStyle) {
var eStyle=window.getComputedStyle(e,'');
if (eStyle)
return eStyle.getPropertyValue('background-color');
}
return '#ffffff';
}
function hacky_grayscale (c) {
if (c.substr(0, 4) === 'rgb(') {
return c.substr(4).split(',',1)[0];
} else if (c.substr(0,1) === '#') {
return parseInt(c.substr(1,2), 16);
}
return 255;
}
var h_t;
var h_e;
var hoc;
var hog;
var hor;
function h(id,phase) {
if (id) {
unh();
h_e = document.getElementById(id);
hoc = getBgColor(h_e);
hog = hacky_grayscale(hoc);
hor = 'rgb('+hog+','+hog+',';
h(0,1);
} else if (phase < 6) {
h_e.style.backgroundColor=hor+(hog-phase*16)+')';
h_t = setTimeout('h(0,'+(phase+1)+')',100);
} else if (phase < 12) {
h_e.style.backgroundColor=hor+(hog-6*16+(phase-6)*16)+')';
var tms = 100;
if (phase == 6) { tms = 1000; }
h_t = setTimeout('h(0,'+(phase+1)+')',tms);
} else if (phase == 12) {
h_e.style.backgroundColor = hoc;
h_t=null;
}
}
function unh(id,phase) {
if (h_t != null) {
clearTimeout(h_t);
h_e.style.backgroundColor = hoc;
}
}
function sd(id,d) {
var e = document.getElementById(id);
e.style.display = d;
}
function td(id) {
var e = document.getElementById(id);
if (e.style.display == 'none') {
e.style.display = 'block';
} else {
e.style.display = 'none';
}
}
function xdates(ko,nh) {
var tde = document.getElementById('thisdate');
var dbe = document.getElementById('dateform');
if (ko || (dbe.style.display == 'none')) {
if (!nh) { h('datebox'); }
tde.style.display = 'none';
dbe.style.display = 'block';
} else {
unh();
tde.style.display = 'block';
dbe.style.display = 'none';
}
}
function iPadiPhone() {
return navigator.userAgent.match(/iPad|iPhone/i);
}
function replaceShareHandlers() {
function handler(cn,p,ii) {
return function(e) {
if (!e) var e = window.event;
overitem(cn,p,ii,e);
};
}
var elements = document.getElementsByClassName('itc1');
for (var i=0; i<elements.length; i++) {
if (elements[i].getElementsByClassName('rsp').length == 0) { // we're not in a sponsor post
id = elements[i].getElementsByClassName('item')[0].getAttribute('ID').split('i');
elements[i].onmouseover = handler(id[0], true, id[1]);
elements[i].onmouseout = handler(id[0], false, id[1]);
}
}
}
function overitem(cn, p, ii, e) {
if (e && (e.target.tagName == "A") && iPadiPhone())
return;
var dxe = document.getElementById(cn + 'dx' + ii);
if (dxe) {
if (p) {
var de = document.getElementById(cn + 'd' + ii);
dxe.style.height=de.offsetHeight+'px';
dxe.style.display = 'block';
} else {
dxe.style.display = 'none';
}
}
var scniii = 's' + cn + 'i' + ii;
if (p) {
shareOn(scniii);
} else {
shareOff(scniii);
}
}
function tgd(cnum, p, inum) {
var setd, setp;
if (p) { setp = 'block'; setd = 'none'; }
else { setp = 'none'; setd = 'block'; }
var i, ei;
if (inum) {
i=inum; ei=inum;
} else {
i=1; ei=-1;
document.getElementById(cnum+'dxr').style.display = setd;
document.getElementById(cnum+'pxr').style.display = setp;
}
while (true) {
var ie = document.getElementById(cnum+'i'+i);
if (ie == null) { break; }
var pe = document.getElementById(cnum+'p'+i);
if (pe) {
var de = document.getElementById(cnum+'d'+i);
pe.style.display = setp;
de.style.display = setd;
if (p) {
document.getElementById(cnum+'px'+i).style.height = pe.offsetHeight+'px';
} else {
if (inum) {
document.getElementById(cnum+'dx'+i).style.height = de.offsetHeight+'px';
} else {
document.getElementById(cnum+'dx'+i).style.display = 'none';
}
}
}
if (i == ei) { break; }
i++;
}
if (!p && !inum) {
document.getElementById(cnum+'i'+1).scrollIntoView();
}
}
var pgrdad='September 10, 2017, 6:20 PM';
var m2_ead='180213/h0755';
var curr_yy=18;
var min_mod=5;
var lb_ead='180213';

var m1_sad_d='September 12, 2005';
var m1_sad='050912/h0000';
var m2_sad=m1_sad;
var arrt='https://www.techmeme.com/';
function godate(d) {
d = d.replace(/a\.?m/i, ' am');
d = d.replace(/p\.?m/i, ' pm');
var pa=new Array(/^jan/i,/^feb/i,/^mar/i,/^apr/i,/^may/i,/^jun/i,/^jul/i,/^aug/i,/^sep/i,/^oct/i,/^nov/i,/^dec/i);
var fa = d.split(/[^a-zA-Z0-9]+/g);
for(var i=0;i<12;i++) {
if (fa[0].match(pa[i])) {
var ip1 = i+1;
fa[0] = ip1+'';
}
}
var em='Sorry, no archives exist prior to '+m1_sad_d;
var tpyy;
if (fa.length==2) {
fa[2] = curr_yy+'';
tpyy=((100+curr_yy-1)+'').substring(1,3);
}
if (fa[2] > 1900) {
if (fa[2] < 2001) {
alert(em);
return;
}
fa[2] = fa[2].substring(2,4);
} else if (fa[2] > 80) {
alert(em);
return;
}
var h,m;
if (fa[3]=='0' || fa[3]=='00' || (fa[0]>=1 && fa[3]<=23)) {
h=parseInt(fa[3],10);
m=parseInt(fa[4],10);
if (!m) { m=0; }
} else {
h=20;
m=0;
}
m=m-m%min_mod;
if ((fa[4]=='pm'||fa[5]=='pm') && h<12) {
h+=12;
} else if ((fa[4]=='am'||fa[5]=='am') && h==12) {
h=0;
}
fa[3]=h+'';
fa[4]=m+'';
if (
(fa[0]>=1 && fa[0]<=12) &&
(fa[1]>=1 && fa[1]<=31) &&
(fa[2]>=1 && fa[2]<=curr_yy) &&
(fa[4]>=0 && fa[4]<=59)
) {
for(var i=0;i<fa.length;i++) {
var f=fa[i];
if (f.length < 2) {
fa[i]='0'+f;
}
}
var m2_ad=fa[2]+fa[0]+fa[1]+'/h'+fa[3]+fa[4];
var m1_ad;
if ((m2_ad > m2_ead) && tpyy) {
m2_ad=tpyy+m2_ad.substr(2,m2_ad.length);
m1_ad=tpyy;
} else {
m1_ad=fa[2];
}
m1_ad=m1_ad+'/'+fa[0]+'/'+fa[1]+'/';
if (m2_ad > m2_ead) {
alert("Sorry, no page exists yet for that date");
} else if (m2_ad < m1_sad) {
alert(em);
} else if (m2_ad < m2_sad) {
location = arrt+m1_ad;
} else {
location = arrt+m2_ad;
}
} else {
alert('Please use this format:  '+pgrdad);
}
}
var arrt='https://www.techmeme.com/';
var nowrd='(none)';
var lb_sad_d='September 30, 2007';
var lb_sad='070930';
function lbgodate(d) {
d = d.replace(/a\.?m/i, ' am');
d = d.replace(/p\.?m/i, ' pm');
var pa=new Array(/^jan/i,/^feb/i,/^mar/i,/^apr/i,/^may/i,/^jun/i,/^jul/i,/^aug/i,/^sep/i,/^oct/i,/^nov/i,/^dec/i);
var fa = d.split(/[^a-zA-Z0-9]+/g);
for(var i=0;i<12;i++) {
if (fa[0].match(pa[i])) {
var ip1 = i+1;
fa[0] = ip1+'';
}
}
var em='Sorry, no leaderboards exist prior to '+lb_sad_d;
var tpyy;
if (fa.length==2) {
fa[2] = curr_yy+'';
tpyy=((100+curr_yy-1)+'').substring(1,3);
}
if (fa[2] > 1900) {
if (fa[2] < 2001) {
alert(em);
return;
}
fa[2] = fa[2].substring(2,4);
} else if (fa[2] > 80) {
alert(em);
return;
}
if ((fa[0]>=1 && fa[0]<=12) &&
(fa[1]>=1 && fa[1]<=31) &&
(fa[2]>=1 && fa[2]<=curr_yy)
) {
for(var i=0;i<fa.length;i++) {
var f=fa[i];
if (f.length < 2) {
fa[i]='0'+f;
}
}
var lb_ad=fa[2]+fa[0]+fa[1];
if ((lb_ad > lb_ead) && tpyy) {
lb_ad=tpyy+lb_ad.substr(2,lb_ad.length);
}
if (lb_ad > lb_ead) {
alert("Sorry, no leaderboards exist yet for that date");
} else if (lb_ad < lb_sad) {
alert(em);
} else {
location = arrt+lb_ad+'/lb';
}
} else {
alert('Please use this format:  '+nowrd);
}
}
function tlbrows(id) {
var bhe=document.getElementById(id+'_hide_button');
var bse=document.getElementById(id+'_show_button');
var set_rows;
if (bhe.style.display == 'none') {
set_rows='';
bse.style.display='none';
} else {
set_rows='none';
bse.style.display='';
}
bhe.style.display=set_rows;
var t=document.getElementById(id);
var oRows = t.getElementsByTagName('tr');
var iRowCount = oRows.length;
var i;
for(i=11;i<iRowCount;i++) {
t.rows[i].style.display=set_rows;
}
if (set_rows == 'none') {
document.getElementById('a'+id).scrollIntoView();
}
}
function hhash() {
var a=location.hash;
if (a) {
var i;
if (a.substring(1,2) === 'a') {
i=a.substring(2,a.length);
} else {
i=a.substring(1);
}
var je = document.getElementById(i);
if (je) {
je.scrollIntoView();
h(i);
}
}
}
var TdTD = 400;
var TnTB = 700;
var TwTSE = 200;
var TnOE = 3;
var TwTBE = 0;
var TwTCD = 150;
var TsTS = '/do/lc';
var TeTD = Number.MAX_VALUE;
var TgETD = false;
var TdE = new Array();
var TE = function() {
this.Tx = false;
this.Ts = 0;
this.Td = 0;
this.toString = function() {
return this.Ts + " " + this.Td;
}
}
TE.Tc = function (a,b) {
return a.Td - b.Td
}
var TcE_ = null;
function TgXMLHR() {
var Tx = false;
if (window.XMLHttpRequest) {
Tx = new XMLHttpRequest();
} else {
try
{
Tx = new ActiveXObject("Msxml2.XMLHTTP");
}
catch (ev)
{
try
{
Tx = new ActiveXObject("Microsoft.XMLHTTP");
}
catch (ev)
{
Tx = false;
}
}
}
return Tx;
}
function TeD() {
TcE_ = new TE();
TcE_.Tx = TgXMLHR();
if (TcE_.Tx) {
TcE_.Tx.open('POST', TsTS+'?tm=true', true);
TcE_.Tx.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
TcE_.Tx.onreadystatechange = TeC;
TcE_.Ts = new Date().getTime();
TcE_.Tx.send(null);
}
}
function TeC() {
if (TcE_.Tx.readyState == 4 && TcE_.Tx.status == 200) {
TcE_.Td = new Date().getTime() -  TcE_.Ts;
TdE.push(TcE_);
if (TdE.length < TnOE)
setTimeout("TeD()", TwTBE);
else
TcED();
}
}
function TcED() {
TdE.sort(TE.Tc);
TeTD = TdE[Math.floor(TnOE/2)].Td + TwTCD;
TgETD= true;
}
function Tt(link) {
if (isSafari() && TgETD && TeTD <= TdTD)
{
var TtD = TeTD;
var Tx = TgXMLHR();
if (Tx) {
Tx.open('POST', TsTS+'?tm=false&href='+encodeURIComponent(link.href)+'&data='+TtD_(TtD),false);
Tx.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
Tx.send(null);
}
}
else if (!(TgETD && (TeTD >= TnTB)))
{
var TtD;
if (!TgETD || (TgETD && (TeTD > TdTD)))
TtD = TdTD;
else
TtD = TeTD;
var Tx = TgXMLHR();
if (Tx) {
Tx.open('POST', TsTS+'?tm=false&href='+encodeURIComponent(link.href)+'&data='+TtD_(TtD),true);
Tx.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
Tx.send(null);
var TcT = new Date();
TeT = TcT.getTime() + TtD;
while (TcT.getTime() < TeT)
TcT = new Date();
if (Tx.readyState != 4)
Tx.abort();
}
}
}
function isSafari() {
return ((navigator.appCodeName + navigator.appName + navigator.appVersion).search(/safari/i) != -1);
}
function TtD_(TtD) {
var data =
pgrdad + " " +
TdTD + " " +
TnTB + " " +
TwTSE + " " +
TnOE + " " +
TwTBE + " " +
TwTCD + " " +
TeTD + " " +
TgETD + " " +
"(" + TdE + ") " +
isSafari() + " " +
TtD;
return data;
}
function TiLTT() {
var jump_prefix = location.href.substring(0, location.href.length - location.hash.length) + '#';
for (var i=0; i<=(document.links.length-1); i++) {
var href = document.links[i].href;
if ((href.indexOf("javascript:") != 0) && (href.indexOf(jump_prefix) != 0))
document.links[i].onclick = function(){Tt(this)};
}
}
function shareOff(itemId) {
document.getElementById(itemId).style.display = 'none';
}
function shareOn(itemId) {
var shareLine = document.getElementById(itemId);
if (!shareLine.getAttribute('init')) {
shareLine.innerHTML = getShareLineHtml(shareLine);
shareLine.setAttribute('init','true');
}
shareLine.style.display = 'block';
}
function getShareLineHtml(shareLine) {
var permalink = pmlToPermalink(shareLine.getAttribute('pml'));
var tweetId = shareLine.getAttribute('twid');
return getPmlHtml(permalink) + getShareHtml(permalink) + getRtHtml(tweetId);
}
function pmlToPermalink(pml) {
var pmlParts = pml.split('p');
return 'https://www.techmeme.com/' + pmlParts[0] + '/p' + pmlParts[1] + '#a' + pml;
}
function getPmlHtml(permalink) {
var target = nwcbe.checked? '_blank' : '_self';
return '<span class="shrpml" title="Permalink">' +
'<a href="' + permalink + '" target="' + target + '"><span class="shrpmlimg">&nbsp;</span></a>' +
'</span>';
}
function getLikeHtml(permalink) {
return '<span class="shrfb">' +
'<iframe src="//www.facebook.com/plugins/like.php?href=' + encodeURIComponent(permalink) + '&amp;send=false&amp;layout=button_count&amp;width=48&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=22&amp;appId=105601372888971&amp;locale=en_US" scrolling="no" frameborder="0" class="shrfbifr" allowTransparency="true"></iframe>' +
'</span>';
}
function getShareHtml(permalink) {
return '<span class="shrfb">' +
'<iframe src="https://www.facebook.com/plugins/share_button.php?href=' + encodeURIComponent(permalink) +
'&amp;layout=button&amp;size=small&amp;mobile_iframe=false&amp;appId=105601372888971&amp;width=59&amp;height=20" width="59" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="false"></iframe>' +
'</span>';
}
function getRtHtml(tweetId) {
if (!tweetId || tweetId =='')
return '';
else
return '<span title="Retweet" class="shrrt">' +
'<a href="https://twitter.com/intent/retweet?tweet_id=' + tweetId + '&related=mediagazer"><span class="shrrtimg">&nbsp;</span></a>' +
'</span>';
}
var NTptpssd = 40*1000;
var NTpsl = 3*60*1000 + 30*1000;
var NTppds = 30*1000;
var NTrtdpsa = 15*60*1000;
var NTpssr = 20*1000;
var NTvn = document.title;
function NTgxhro() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest();
} else if(window.ActiveXObject) {
return new ActiveXObject("Microsoft.XMLHTTP");
}
}
var NTlft;
var NTnpc = 0;
var NTnpcial = false;
var NTnpcs = false;
var NTpsst;
var NTdps = false;
var NTnpcr = NTgxhro();
var NTnpcrt;
var NTnpcrti =  10*1000;
function NTsnpcps() {
NTpsst = (new Date()).getTime();
NTfnpc();
}
function NTfnpc() {
NTnpcr.open("GET","/feedsmanager/ps?t=" + baseFeedTime, true);
NTnpcr.onreadystatechange = NThnpcrsc;
NTnpcr.send(null);
NTnpcrt = setTimeout(NTnpcrt_, NTnpcrti);
}
function NThnpcrsc() {
if (NTnpcr.readyState == 4) {
clearTimeout(NTnpcrt);
if (NTnpcr.status == 200) {
try {
var NTr = eval("(" + NTnpcr.responseText + ")");
if (!NTr.error && NTr.time > NTlft) {
NTlft = NTr.time;
if (NTr.at_least) {
if (NTr.count == 0 && NTnpc == 0) {
NTdps = false;
NTsnnpcf(true);
} else {
NTnpc = NTr.count > NTnpc? NTr.count : NTnpc;
NTnpcial = true;
NTunpc();
return;
}
} else {
NTnpc = NTr.count;
NTunpc();
NTdps = false;
NTsnnpcf(true);
}
} else {
NTsnnpcf(false);
}
} catch (e) {
NTsnnpcf(false);
}
} else {
NTsnnpcf(false);
}
}
}
function NTsnnpcf(NTfnps) {
var now = new Date();
if (now.getTime() - NTlft > NTrtdpsa && !NTdps)
NTdps = true;
if (NTfnps
|| NTdps
|| (now.getTime() + NTppds - NTpsst) > NTpsl)
setTimeout(NTsnpcps, NTnpssi());
else
setTimeout(NTfnpc, NTppds);
}
function NTnpssi() {
var now = new Date();
var NTnpt = (now.getMinutes() % 5)*60000 + now.getSeconds()*1000 + now.getMilliseconds();
var rand = Math.floor(Math.random()*NTpssr);
var NTtl = (NTnpt < NTptpssd ? NTptpssd : 300000 + NTptpssd) - NTnpt + rand;
return NTtl;
}
function NTunpc() {
document.getElementById('newpostscounter').innerHTML =
NTnpc + (NTnpcial? '+':'') + ' new item' + (NTnpc > 1 || NTnpcial ? 's' : '');
if (!NTnpcs && NTnpc > 0) {
var col = document.getElementById('countercol');
var ticker = document.getElementById('newpostscounter');
var holder = document.getElementById('countercolspaceholder');
var spacer = document.getElementById('counterspacer');
if (navigator.appName == 'Microsoft Internet Explorer')
ticker.style.display = 'block';
else {
col.style.position = 'absolute';
ticker.style.display = 'block';
holder.style.display = 'block';
if (spacer)
spacer.style.display = 'block';
holder.style.height=(col.offsetHeight - ticker.offsetHeight - ticker.offsetTop) + 'px';
function NTfcd () {
holder.style.display = 'none';
col.className = 'notransitions';
col.style.top = '0';
col.style.position = 'relative';
}
col.addEventListener('transitionend',NTfcd,false);
col.addEventListener('oTransitionEnd',NTfcd,false);
col.addEventListener('webkitTransitionEnd', NTfcd, false);
setTimeout(function() {
holder.className='spaceholdertransitions';
col.className='countercoltransitions';
col.style.top=(ticker.offsetHeight + ticker.offsetTop + (spacer? spacer.offsetHeight : 0)) +'px';
holder.style.height=(col.offsetHeight + (spacer? spacer.offsetHeight : 0)) +'px';
},1000);
}
NTnpcs = true;
}
if (NTnpc > 0)
document.title = '(' + NTnpc + (NTnpcial? '+':'') + ') ' + NTvn;
}
function NTnpcrt_() {
if (NTnpcr.readyState != 0) {
NTnpcr.onreadystatechange = null;
NTnpcr.abort();
NTsnnpcf(false);
}
}
function NTinpcp() {
NTlft = baseFeedTime;
var now = new Date();
if (now.getTime() - NTlft > NTrtdpsa)
NTdps = true;
var NTnpt = (now.getMinutes() % 5)*60000 + now.getSeconds()*1000 + now.getMilliseconds();
var NTbfd = new Date(baseFeedTime);
var NTnp;
if (now.getTime() - NTnpt == baseFeedTime - NTbfd.getSeconds()*1000 - NTbfd.getMilliseconds()) {
NTnp = 300000 + NTptpssd - NTnpt + Math.floor(Math.random()*NTpssr);
setTimeout(NTsnpcps, NTnp);
} else if (NTnpt < NTptpssd || NTnpt > NTptpssd + NTpsl) {
NTnp = NTnpssi();
setTimeout(NTsnpcps, NTnp);
} else {
NTpsst = now.getTime() - NTnpt + NTptpssd;
NTnp = Math.floor(Math.random()*NTpssr);
setTimeout(NTfnpc, NTnp);
}
}
function NTiD3fpor() {
//var pattern = /https?:\/\/(www\.)?localhost/i;
var pattern = /https?:\/\/(www\.)?techmeme\.com($|\/$|\/#|\/river)/i;
return pattern.test(location.href);
}
function NTiD3t() {
if (NTiD3fpor())
NTit();
}
function NTit() {
setTimeout(function() {
NTinpcp();
}, 0);
}
function cmplu() {
var a=location.hash;
if (!a) {
var lh=location.href;
lh = lh.replace(/\?.*$/, '');
if (lh.search(/\/[0-9][0-9][0-9][0-9][0-9][0-9]\/p[0-9]*$/) != -1) {
var pa = lh.split('/');
var di = pa.length - 2;
var na = lh + '#a' + pa[di] + pa[di+1];
window.location.replace(na);
}
}
}
// hover js
function phoneOrTablet() {
return navigator.userAgent.match(/phone|droid|palm|webos|pocket|symbian|ipad|windows.*nt.*touch/i);
}
var showExcerptTimer;
var showExcerptIn = 400; // ms
var noDelayInShowingExcerpt = false;
var turnOnExcerptDelayTimer;
var turnOnExcerptDelayIn = 500; // ms
function initDiscussionExcerptBlocks() {
var items = document.getElementsByClassName('item');
for (i=0; i<items.length; i++)
if (items[i].id) {
var itemId = items[i].id.split('i');
var unexpandedDiscussionBlock = document.getElementById(itemId[0]+'d'+itemId[1]);
var expandedDiscussionBlock = document.getElementById(itemId[0]+'p'+itemId[1]);
if (unexpandedDiscussionBlock && expandedDiscussionBlock) {
var blss = unexpandedDiscussionBlock.getElementsByClassName('bls');
var dbpts = expandedDiscussionBlock.getElementsByClassName('dbpt'); // should have the same length as blss
for (j=0; j<blss.length; j++) {
dLinks = blss[j].getElementsByTagName('A');
dExcerpts = dbpts[j].getElementsByClassName('di'); // should be of the same length as dLinks
for (k=0; k<dLinks.length; k++) {
var dExcerptId = items[i].id+'d'+j+'e'+k;
dExcerpts[k].id = dExcerptId;
var span = document.createElement('span');
span.id = dExcerptId + 'db';
span.className='ditemblock';
span.onmouseover = getDLinkMouseOverHandler(dExcerptId); // not using addEventListener, for compatibility w/ IE8
span.onmouseout = getDLinkMouseOutHandler(dExcerptId);
blss[j].insertBefore(span, dLinks[k]);
span.appendChild(dLinks[k]);
}
}
}
}
}
function getDLinkMouseOverHandler(excerptId) {
return function() {
if (noDelayInShowingExcerpt) {
if (turnOnExcerptDelayTimer)
clearTimeout(turnOnExcerptDelayTimer);
showDiscussionExcerpt(excerptId);
} else
showExcerptTimer = setTimeout(function() {
showDiscussionExcerpt(excerptId);
if (turnOnExcerptDelayTimer)
clearTimeout(turnOnExcerptDelayTimer);
noDelayInShowingExcerpt = true;
}, showExcerptIn);
}
}
function getDLinkMouseOutHandler(excerptId) {
return function() {
if (showExcerptTimer)
clearTimeout(showExcerptTimer);
hideDiscussionExcerpt(excerptId);
if (noDelayInShowingExcerpt) {
if (turnOnExcerptDelayTimer)
clearTimeout(turnOnExcerptDelayTimer);
turnOnExcerptDelayTimer = setTimeout(function() {
noDelayInShowingExcerpt = false;
}, turnOnExcerptDelayIn);
}
}
}
function showDiscussionExcerpt(excerptId) {
discussionBlock = document.getElementById(excerptId+'db');
var bubble = document.getElementById(excerptId+'b');
if (!bubble) {
bubble = document.createElement('span');
bubble.id = excerptId+'b';
bubble.className = 'ditemexcerptcontainer';
bubble.innerHTML = getDiscussionExcerptHtml(excerptId);
discussionBlock.appendChild(bubble);
}
bubble.style.display = 'block';
}
function getDiscussionExcerptHtml(excerptId) {
var html = '<span class="ditemexcerpt">';
var excerpt = document.getElementById(excerptId);
var citation = excerpt.getElementsByTagName('cite')[0].innerHTML;
var as = excerpt.getElementsByTagName('a');
var a = as[as.length-1];
html += '<cite>' + citation + '</cite>' +
'<span class="excerpt">' + a.innerHTML + '</span>';
var tweetId = getTweetId(a.href);
if (tweetId)
html += getIntentsHtml(tweetId);
html += '</span>';
return html;
}
function getTweetId(str) {
var tweetUrlPattern = /^http:\/\/twitter.com\/.+\/status\/(\d+)$/i
var match = tweetUrlPattern.exec(str);
return match!=null? match[1] : null;
}
function getIntentsHtml(tweetId) {
return '<table class="intents"><tr>' +
'<td class="intent" align="center"><a href="https://twitter.com/intent/tweet?in_reply_to=' + tweetId + '"><div class="reply">&nbsp;</div></a></td>' +
'<td class="intent" align="center"><a href="https://twitter.com/intent/retweet?tweet_id=' + tweetId + '"><div class="retweet">&nbsp;</div></a></td>' +
'<td class="intent" align="center"><a href="https://twitter.com/intent/favorite?tweet_id=' + tweetId + '"><div class="favorite">&nbsp;</div></a></td>' +
'</tr></table>';
}
function hideDiscussionExcerpt(excerptId) {
var bubble = document.getElementById(excerptId+'b');
if (bubble)
bubble.style.display='none';
}
function init_all() {
cmplu();
nwcbe = document.getElementById('nwcb');
set_ckd();
rdprefs();
rnwcb();
hhash();
TiLTT();
setTimeout("TeD()", TwTSE);
if (iPadiPhone()) replaceShareHandlers();
NTiD3t();
if (!phoneOrTablet()) initDiscussionExcerptBlocks();
}
// -->
</SCRIPT>
<STYLE TYPE="text/css" MEDIA="all">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block}
body {line-height:1}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none}
table {border-collapse:collapse;border-spacing:0}
input, select, textarea{font:inherit;}
body {font-family:Optima, "Microsoft Sans Serif", sans-serif}
.ii strong {font-family:Optima, "Trebuchet MS", sans-serif;}
.drhed {font-family:Optima, "Trebuchet MS", sans-serif;}
cite {font-family:Optima, "Trebuchet MS", sans-serif;}
.nfdl {font-family:Optima, "Trebuchet MS", sans-serif;}
.navbar {font-family:Optima, "Century Gothic", sans-serif;}
.prenavbar {font-family:Optima, "Century Gothic", sans-serif;}
H2 {font-family:Optima, "Century Gothic", sans-serif;}
H3 {font-family:Optima, "Century Gothic", sans-serif;}
H3 .def {font-weight:normal;font-size:0.8em;padding-left:0.4em;}
b {font-weight:bold}
body {margin:0 auto 0 auto;max-width:84em;min-width:61em;font-size:0.89em;line-height:120%;background:#fff}
.pagecont {margin-bottom:2.5em;}
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
.ed A {position:relative;z-index:10;}
.ed A:hover {z-index:1}
CITE {position:relative;z-index:10;}
.item .di A {font-size:1.1em}
.item .di CITE A {font-size:1.00em}
.item .di CITE {font-size:1.00em}
.item CITE {font-size:1em}
CITE {font-size:0.93em}
.ed STRONG A:link {color:#004860;}
.ed STRONG A:visited {color:#a04860;}
.ed A:link {color:#002848;}
.ed A:visited {color:#902050;}
.ed A:hover {text-decoration:underline;background:#d0e8f4}
.ed CITE {font-weight:bold;font-style:normal;}
.ed CITE {color:#686860;}
.ed CITE A:link {color:#686860;}
.ed CITE A:visited {color:#686860;}
.cnvl {text-align:center;}
.ed .cnvl A:visited {color:#002848;}
H2 {font-weight:bold;color:#455;font-size:1.4em;padding:0.7em 0 0.6em;}
H3 {font-weight:bold;color:#455;font-size:1.25em;padding:0.7em 0 0.2em;}
#topcol1 H2 {padding-left:1.45em;}
#botcol1 H2 {padding-left:1.45em;}
#botcol2 H2 {padding-left:1.45em;}
.drhed {color:#306830;font-weight:bold;padding-right:0.3em;}
.moreat {background:#efd;padding:0 0.2em;border-bottom:solid 1px #ded;white-space:nowrap}
.new {margin-left:1em;background:#a56;color:#fff;padding:1px 3px 0 4px;font-weight:bold;font-size:0.8em;position:relative;top:-0.2em;border-top:solid 1px #ecc;border-bottom:solid 1px #945;letter-spacing:1px}
.bls {margin-left:-0.1em}
.bls A {padding-left:0.1em}
.bls A {padding-right:0.1em}
.ago {color:#444;font-size:0.9em;padding-top:0.8em;}
#topcol3 A.nfdl {font-weight:bold;margin-right:1em;line-height:1.2em}
#topcol3 A.nfdl {color:#004860;}
#topcol3 A.nfdl:visited {color:#a04860;}
#topcol3 .fromsis A {margin:0;}
.fromsis {padding:4em 0}
#topcol2 H2 {padding-bottom:0.9em}
#topcol3 H2 {padding-bottom:0.5em;}
#topcol3 .fromsis H2 {padding-bottom:1.1em;}
#topcol3 a.f {color:#555}
#topcol3 a.f:hover {color:#555}
#topcol3 .ii {padding-top:0.5em}
p {padding-bottom:0.7em;}
p A {font-weight:bold;}
strong {font-weight:bold;font-size:1.2em;line-height:1.15em}
.L1 {font-size:1.3em;}
.L2 {font-size:1.4em;}
.L3 {font-size:1.5em;letter-spacing:-0.01em;}
.L4 {font-size:1.7em;letter-spacing:-0.02em;}
.L5 {font-size:1.9em;letter-spacing:-0.03em;}
.item {padding-top:0.3em;padding-bottom:1.0em;clear:both;}
#topcol3 .item {padding:0.8em 0;}
.clus {padding-bottom:0.5em;}
.item {border-bottom:solid 1px #ccc;}
.item:after {content:"";display:block;height:0;clear:both;}
.dbpt {padding-top:0.4em;}
.dbptb {padding:0.4em 0 0.4em;}
.di {margin-left:1em;text-indent:-1em;padding-left:1em}
.last {border:none;}
.relitems {margin-bottom:1em;}
.itc1 {padding-left:2em;}
.relitems .itc1 {padding-left:4em;}
.prenavbar {margin-left:2em;}
.navbar {margin-left:2em;}
.pagecont {margin-right:2em;}
.itc2 {margin-left:-1em;padding-left:1em;margin-right:-1em;padding-right:1em;}
.ill {float:right;padding:0.1em 0 0.5em 0.5em;}
#topcol1 {float:left;width:50%;margin-top:1em;padding-right:1%;}
#topcol23 {float:left;width:47.4%;margin-left:1.5%;}
#topcol2 {float:left;width:66%;margin-top:1em;}
#sponsorposts {padding:0 1em 1em;background:#f4f4f4;}
#topcol3 {float:right;width:32%;margin-top:1em;margin-left:1.9%;}
#botcol1 {float:left;width:46.9%;padding-right:1%;margin-bottom:2em;margin-top:1em;}
#botcol2 {float:left;width:46.9%;padding-left:1%;margin-bottom:2em;margin-top:1em;}
.quartercol {float:left;width:24.9%;}
.abotcols {clear:both;width:97.5%;border-bottom:solid 2px #e8e8e8;margin-left:2.5%;padding-top:1em;margin-bottom:1em}
.rsp {background:#f4f4f4;margin:-0.45em;padding:0.45em}
.rsp .item {border:none}
.itc1 .rsp {margin-bottom:0.5em;}
.rsp .ii {padding-top:0.5em}
.rspd {color:#777;font-weight:bold;font-size:0.9em;text-align:right;text-transform:uppercase;}
.topline {border-bottom:solid 1px #ccc;margin-top:0.2em;line-height:1.6em}
.topllinks {margin-top:0em;}
.topllinks A {padding-right:1.2em;}
.toprlinks {float:right;margin-top:0em;}
.toprlinks A {padding-left:1.2em;}
.fico {float:right;padding:2px 0 0 4px}
.toplbut {float:left;padding-right:1.2em;margin-top:-1px}
.toprbut {float:right;padding-left:1.2em;width:60px;height:30px;text-align:right;}
.toplelt {float:left;}
.toprelt {float:right;}
.prenavbar A {font-size:0.85em;color:#777;}
.prenavbar .logobox A {padding-left:0}
.prenavbar A:link {color:#777;}
.prenavbar A:visited {color:#777;}
.prenavbar A:hover {text-decoration:underline;color:#000;}
.topline img {position:relative;top:1px}
.topline input {position:relative;left:0.9em}
.navbar {background:#174a61;text-transform:uppercase;clear:both;line-height:1.5em;font-size:0.85em;}
.navbar img {position:relative;top:2px}
.navtabs span.iamhere A {background:#578aa1;color:#fff;}
.navtabs span.iamhere A:visited {color:#fff}
.navtabs A {padding:0.12em 0.7em;}
.navtabs A:link {color:#ddd;}
.navtabs A:visited {color:#ddd;}
.navtabs A:hover {background:#578aa1;color:#fff;}
.sisnav {float:right;}
.sisnav A:link {color:#ddd;}
.sisnav A:visited {color:#ddd;}
.sisnav A:hover {color:#fff;}
.logotab {width:100%;}
.logotab td {vertical-align:middle}
.logotab td {width:33%}
td.logobox {padding:0.7em 0}
td.datebox {text-align:center;color:#444}
td.datebox A {padding-left:0.5em;font-weight:bold}
td.searchbox {text-align:right}
.dtbi {color:#555;line-height:1.3em;}
#dateform input {width:14.5em;border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
.sbti {width:10.5em;border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
#hiring {margin:5em 0;padding:0.6em 0 0.6em 0.6em;border:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}
#hiring .cnvl {padding-top:1em;}
.cosp A:link {color:#000;}
.cosp A:visited {color:#000;}
.cosp A:hover {color:#000;}
.cosp A {padding:1px}
.cosp img {position:relative;top:2px;width:16px}
.cosp span {font-weight:bold;}
.cosp {padding-top:0.3em;padding-bottom:0.3em}
.cosp {text-indent:-1.6em;padding-left:1.6em;}
.dxd {position:absolute;margin-left:-1.6em}
.dxd table {height:100%}
.dxd {border:solid 1px #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background:#f4f4f4}
.dxd:hover {border-color:#78a}
.dxcol {padding:7px;background:url(https://www.techmeme.com/img/arrd.png) no-repeat center}
.dxcol.up {background:url(https://www.techmeme.com/img/arru.png) no-repeat center}
.exm {margin-top:1em;}
.ed .exm a {border:solid 1px #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background:#f4f4f4;color:#777;padding:0.1em 0.3em;text-decoration:none;}
.ed .exm a:hover {border-color:#78a}
#sponsorposts .item {border:none;}
#river_timeline {float:left;width:67%;margin:1em 1.9% 1em 0;}
#river_timeline td {font-size:1.1em}
#river_timeline CITE {font-size:0.9em}
#river_timeline tr > td:first-child {font-size:1.0em}
#river_timeline tr > td:first-child {width:6em;text-align:right}
#river_timeline tr > td:first-child + td {padding-left:1.5em;text-indent:-1em}
#river_timeline td {padding-bottom:0.5em;}
#river_timeline H2 {padding:1.5em 0 1em}
#river_sponsors_hiring #hiring {margin-top:2em;}
#river_sponsors_hiring {float:right;width:31%;margin-top:1em}
#river_sponsors_hiring H2 {padding-top:1.5em}
#river_sponsors_hiring #hiring H2 {padding-top:0.7em}
#lb_maincol {float:left;width:64%;margin:1em 1.9% 1em 0;}
#lb_rightcol {float:right;width:34%;margin-top:1em}
#lb_rightcol #hiring {margin-top:2em;}
#lb_rightcol #sponsorposts {margin-top:2em;}
.lbtable {padding:1.5em 1em 1em 0}
.lbtable td {padding:0.2em 0.5em 0.1em;border-left:1px #aaa dotted;border-top:1px #aaa dotted}
.lbtable tr > td:first-child {border-left:none}
.lbtable tr > td:first-child {text-align:center}
.lbh td {border-top:none}
.lbtable tr > td:first-child + td {width:12em}
.lbh {font-weight:bold;color:#455;font-size:1.08em;}
#sponsorposts .ii {padding-top:0.5em}
.shrtbl {width:100%}
.shrtbl tr > td:first-child {vertical-align:middle}
.shrtbl tr > td:first-child + td {text-align:right;white-space:nowrap;min-width:124px;vertical-align:middle;padding-bottom:2px}
.shrtbl tr > td:first-child + td a {text-decoration:none !important}
.shrtbl td {height:26px}
.shrpml {float:right;width:32px}
.shrpmlimg {background:white url('https://www.techmeme.com/img/shr.png') no-repeat 0 0;width:28px;height:20px;float:right}
.shrpmlimg:hover {background:url('https://www.techmeme.com/img/shr.png') no-repeat 0 -20px !important}
.shrfb {float:right;width:64px}
.shrrt {float:right;width:37px}
.shrrtimg {background:white url('https://www.techmeme.com/img/shr.png') no-repeat -28px 0;width:37px;height:20px;float:right}
.shrrtimg:hover {background:white url('https://www.techmeme.com/img/shr.png') no-repeat -28px -20px !important}
#newpostscounter {display:none;z-index:0;color:#679;border:solid 1px #ccc;text-align:center;padding:0.4em;margin-right:1px;font-size:0.9em;font-weight:normal;background:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e4));background:-moz-linear-gradient(top, #f4f4f4, #e4e4e4);background-image:-o-linear-gradient(rgb(244,244,244),rgb(228,228,228));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e4e4e4')}
#newpostscounter:hover {border-color:#679;cursor:pointer}
#topcol3 {position:relative !important}
#countercolspaceholder {display:none}
.spaceholdertransitions {-webkit-transition:height 0.4s ease;-moz-transition-property:height;-moz-transition-duration:0.4s;-o-transition-property:height;-o-transition-duration:0.4s}
#countercol {z-index:10;position:relative;background-color:white;top:0}
.countercoltransitions {-webkit-transition:top 0.4s ease;-moz-transition-property:top;-moz-transition-duration:0.4s;-o-transition-property:top;-o-transition-duration:0.4s}
.notransitions {-webkit-transition-duration:0s !important;-moz-transition-duration:0s !important;-o-transition-duration:0s !important}
.ditemblock {position:relative}
.ditemexcerptcontainer {display:none;position:absolute;left:0;top:1em;padding-top:5px;z-index:100;width:225px}
.ditemexcerpt {display:block;padding:9px 11px;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);background-color:white}
.ditemexcerpt cite {display:block;padding-bottom:3px}
.ditemexcerpt .excerpt {display:block;padding-bottom:3px;word-wrap:break-word}
.intents {margin-top:8px;width:100%;border-top:1px solid #ccc}
.intent {padding-top:6px}
.intent a {display:block}
.intent a:hover {text-decoration:none;background-color:transparent}
.intent a:hover .reply {background:url('/img/new_twitter_sprites.png') no-repeat -32px -21px}
.intent a:hover .retweet {background:url('/img/new_twitter_sprites.png') no-repeat -16px -21px}
.intent a:hover .favorite {background:url('/img/new_twitter_sprites.png') no-repeat 0 -21px}
.reply {background:url('/img/new_twitter_sprites.png') no-repeat -32px 0;width:16px}
.retweet {background:url('/img/new_twitter_sprites.png') no-repeat -16px 0;width:16px}
.favorite {background:url('/img/new_twitter_sprites.png') no-repeat 0 0;width:16px}
</STYLE>
<NOSCRIPT>
<STYLE TYPE="text/css" MEDIA="all">
.ifjs {display:none}
</STYLE>
</NOSCRIPT>
</HEAD>
<BODY ONLOAD="init_all();">
<div class="pagecont">
<DIV CLASS="prenavbar">
<DIV CLASS="topline">
<DIV CLASS="toprlinks">
<div class="toprbut"><a href="https://twitter.com/techmeme" class="twitter-follow-button" data-show-count="false" data-width="59px" data-show-count="false" data-show-screen-name="false"></a></div>
<div class="toprbut">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FTechmeme&width=51&layout=button&action=like&size=small&show_faces=false&share=false&height=65&appId=105601372888971" width="51" height="65" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</div>
<span class="ifjs toplelt"><INPUT TYPE="checkbox" ID="nwcb" ONCLICK="xnwcb();"><A HREF="javascript:nwcbe.checked=!nwcbe.checked;xnwcb();">Open Links In New Tab</A></span>
<A CLASS="fico toprelt" HREF="https://www.techmeme.com/feed.xml"><IMG SRC="https://techmeme.com/img/feed_icon.png"></A>
</DIV>
<DIV CLASS="topllinks">
<A HREF="/m" TITLE="Techmeme for smartphones">Mobile</A>
<A class="ifjs" HREF="javascript:xdates()" TITLE="Press to select a Techmeme snapshot date">Archives</A>
</DIV>
</DIV>
<table class="logotab"><tr><td class="logobox">
<A HREF="/"><IMG SRC="https://techmeme.com/img/techmeme135.png" HEIGHT=45 ALT="Techmeme"></A>
</td><td id="datebox" class="datebox">
<DIV ID="thisdate">
<SPAN ONCLICK="xdates(0,1)">September 10, 2017, 6:20 PM</SPAN></DIV>
<DIV ID="dateform" STYLE="display:none">
<span class="dtbi">Enter Techmeme snapshot date and time:</span>
<FORM NAME="arbr" METHOD ="GET" ACTION="dummy" ONSUBMIT="godate(this.date_time_box.value); return false;">
<INPUT TYPE="text" NAME="date_time_box" MAXLENGTH="255" VALUE='September 10, 2017, 6:20 PM'><A HREF="javascript:xdates()">Cancel</A></FORM>
&nbsp;
</DIV>
</td><td class="searchbox">
<form name="input" action="/search/query" method="get">
<input class="sbti" type="text" name="q">
<input type="submit" value="Search">
<span style="display:none"><input type="checkbox" name="wm" value="false" checked="checked"></span>
</form>
</td></tr></table>
</DIV>
<DIV CLASS="navbar">
<DIV CLASS="navtabs">
<DIV CLASS="sisnav">
<A HREF="https://www.mediagazer.com/"><IMG SRC="https://www.techmeme.com/img/mg16.png"> Mediagazer</A>
<A HREF="https://www.memeorandum.com/"><IMG SRC="https://www.techmeme.com/img/mo16.png"> memeorandum</A>
<A HREF="https://www.wesmirch.com/"><IMG SRC="https://www.techmeme.com/img/ws16.png"> WeSmirch</A>
</DIV>
<SPAN CLASS="iamhere"><A HREF="/" TITLE="Techmeme main page">Home</A></SPAN>
<A HREF="/river" TITLE="Techmeme in pure reverse chronological order">River</A>
<A HREF="/lb" TITLE="Techmeme's top authors and sources">Leaderboards</A>
<A HREF="/about" TITLE="Our mission, origins, and team">About</A>
<A HREF="https://news.techmeme.com/" TITLE="News updates about this site">Site News</A>
<A HREF="/sponsor" TITLE="Information on sponsoring Techmeme">Sponsor</A>
<A HREF="/events" TITLE="Full list of tech events">Events</A>
</DIV>
</DIV>
<DIV CLASS="ed">
<DIV ID="topcol1">
<H2>Top News</H2>
<DIV CLASS="clus">
<A NAME="a170909p1"></A>
<A NAME="a170909p6"></A>
<A NAME="a170909p2"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(0,true,1)" ONMOUSEOUT="overitem(0,false,1)"><DIV CLASS="itc2" ID="170909p1"><DIV CLASS="item" ID="0i1">
<table class="shrtbl"><tr><td>
<CITE>Zac Hall / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE>
</td><td><span id="s0i1" pml="170909p1" twid="906373328927117312"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://9to5mac.com/2017/09/08/ios-11-gm-d22-iphone-8-details/"><IMG CLASS="ill" SRC="/170909/i1.jpg"></A>
<STRONG CLASS="L5"><A CLASS="ourh" HREF="http://9to5mac.com/2017/09/08/ios-11-gm-d22-iphone-8-details/">iOS 11 GM leak reveals details about new iPhone features including Face ID, animated emoji, 4K at 60fps, possibility of True Tone display, revised AirPods, more</A></STRONG>&nbsp; &mdash;&nbsp; Here we go.&nbsp; We're digging through the iOS 11 GM we received this evening to unpack what we can learn about the D22 'iPhone 8 &hellip; </DIV>
<DIV ID="0d1"><DIV CLASS="dbpt">
<DIV ID="0dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('0',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://daringfireball.net/linked/2017/09/10/bbc-confirmation">Daring Fireball</A>, <A HREF="http://www.engadget.com/2017/09/10/iphone-x-6-core-processor-leak/">Engadget</A>, <A HREF="http://www.theverge.com/2017/9/10/16284604/apple-iphonex-revelations-gm-leak-face-id-wireless-charging-rumors">The Verge</A>, <A HREF="http://daringfireball.net/linked/2017/09/09/ios-11-gm">Daring Fireball</A>, <A HREF="http://www.bbc.co.uk/news/technology-41220517">BBC</A>, <A HREF="http://www.idownloadblog.com/2017/09/10/iphone-x-animation-wireless-charging/">iDownloadBlog.com</A>, <A HREF="http://9to5mac.com/2017/09/08/iphone-8-animoji-3d-emoji-face/">9to5Mac</A>, <A HREF="http://9to5mac.com/2017/09/08/iphone-8-3d-sensors-all-colors-black-front/">9to5Mac</A>, <A HREF="http://thenextweb.com/apple/2017/09/10/iphone-8-firmware-leak-reveals-face-id-status-bar-tweaks-and-animated-poop-emoji/">The Next Web</A>, <A HREF="http://www.macrumors.com/2017/09/10/ios11-gm-faceid-apple-pay-a11/">MacRumors</A>, <A HREF="http://www.macworld.com/article/3222743/apple-phone/iphone-x-specs-features-release-date.html">Macworld</A>, <A HREF="http://appleinsider.com/articles/17/09/09/rumor-ios-11-gm-leaked-by-disgruntled-employee">AppleInsider</A>, <A HREF="http://9to5mac.com/2017/09/08/ios-11-gm-wallpapers/">9to5Mac</A>, <A HREF="http://www.tomsguide.com/us/iphone-x-name-colors-leaked,news-25808.html">Tom's Guide</A>, <A HREF="http://www.ped30.com/2017/09/10/apple-new-iphone-for-me/">Philip Elmer-DeWitt</A>, <A HREF="http://www.iphonehacks.com/2017/09/apple-september-12-event-rumors.html">iPhone Hacks</A>, <A HREF="http://techcrunch.com/2017/09/10/what-to-expect-from-the-iphone-8-iphone-8-plus-and-iphone-x/">TechCrunch</A>, <A HREF="http://hackernoon.com/why-most-apple-watch-users-will-not-get-lte-calls-on-it-and-why-some-will-2e7a39aad379">Hacker Noon</A>, <A CLASS="ourh" HREF="http://appleinsider.com/articles/17/09/09/what-to-expect-from-apples-sept-12-event-iphone-x-8-apple-watch-with-lte-4k-apple-tv-with-hdr">AppleInsider</A>, <A HREF="http://fortune.com/2017/09/10/new-iphone-leak/">Fortune</A>, <A HREF="http://readmultiplex.com/2017/09/09/how-does-apples-dynamic-emoji-technology-work/">@ReadMultiplex</A>, <A HREF="http://www.redmondpie.com/ios-11-gm-leak-reveals-how-iphone-x-status-bar-will-handle-the-notch/">Redmond Pie</A>, <A HREF="http://mashable.com/2017/09/09/apple-watch-lte-new-colors/">Mashable</A>, <A HREF="http://www.cultofmac.com/501454/ios-11-gm-leak-roundup/">Cult of Mac</A>, <A HREF="http://www.ibtimes.com/iphone-8-videos-show-how-set-face-id-feature-2588090">International Business Times</A>, <A HREF="http://news.softpedia.com/news/iphone-8-wallpapers-leaked-517666.shtml">Softpedia News</A>, <A HREF="http://bgr.com/2017/09/09/iphone-8-facial-recognition-face-id-video/">BGR</A>, <A HREF="http://www.technobuffalo.com/2017/09/09/ios-11-face-id-leaked-video/">TechnoBuffalo</A>, <A HREF="http://www.iphoneincanada.ca/news/heres-how-apples-face-id-setup-will-work-on-the-iphone-x/">iPhone in Canada Blog</A>, <A HREF="http://www.imore.com/animoji">iMore</A>, <A HREF="http://www.macrumors.com/2017/09/09/ios-11-golden-master-leaked/">MacRumors</A>, <A HREF="http://www.cnbc.com/2017/09/10/apple-iphone-x-name-revealed-in-leaked-ios-11-firmware.html">CNBC</A>, <A HREF="http://www.businessinsider.com/apples-redesigned-iphone-8-will-be-called-iphone-x-per-leaked-code-2017-9?op=1">Business Insider</A>, <A HREF="http://www.cnet.com/news/iphone-x-iphone-8-iphone-8-plus-new-iphone-names-leak/">CNET</A>, <A HREF="http://www.slashgear.com/ios-11-gm-offers-new-lte-apple-watch-details-09498974/">SlashGear</A>, <A HREF="http://gizmodo.com/apple-just-leaked-ios-11-and-looks-like-were-getting-an-1802936703">Gizmodo</A>, <A HREF="http://www.phonedog.com/2017/09/09/iphone-x-details-animoji-apple-watch-lte-ios-11-gm-leak">PhoneDog.com</A>, <A HREF="http://macdailynews.com/2017/09/09/ios-11-gm-leak-leaks-apple-watch-series-3-with-lte-video-shows-new-watch-face-and-digital-crown/">MacDailyNews</A>, <A HREF="http://appleinsider.com/articles/17/09/08/lte-apple-watch-tipped-in-leaked-ios-11-gm">AppleInsider</A>, <A HREF="http://appadvice.com/post/leaked-ios-11-gm/753642">AppAdvice.com</A>, <A HREF="http://www.macotakara.jp/blog/rumor/entry-33256.html">MAC blog</A>, and <A HREF="http://www.techtimes.com/articles/213343/20170909/ios-11-gm-leaked-confirms-iphone-8-features-like-true-tone-display-face-id-and-more.htm">Tech Times</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/_inside/status/906601860148195329">@_inside</A>, <A HREF="http://twitter.com/_inside/status/906871189254975488">@_inside</A>, <A HREF="http://twitter.com/_inside/status/906576509464440832">@_inside</A>, <A HREF="http://twitter.com/_inside/status/906423328570822656">@_inside</A>, <A HREF="http://twitter.com/benedictevans/status/906701408384172032">@benedictevans</A>, <A HREF="http://twitter.com/alexeheath/status/906557680868880384">@alexeheath</A>, <A HREF="http://twitter.com/gartenberg/status/906695298616979456">@gartenberg</A>, <A HREF="http://twitter.com/stroughtonsmith/status/906435993363939329">@stroughtonsmith</A>, <A HREF="http://twitter.com/rebeccaslatkin/status/906552023834923010">@rebeccaslatkin</A>, <A HREF="http://twitter.com/stroughtonsmith/status/906447087923056640">@stroughtonsmith</A>, <A HREF="http://twitter.com/rjonesy/status/906514114071146497">@rjonesy</A>, <A HREF="http://twitter.com/cabel/status/906364912846331904">@cabel</A>, <A HREF="http://twitter.com/stroughtonsmith/status/906448152642949121">@stroughtonsmith</A>, <A HREF="http://twitter.com/stroughtonsmith/status/906363519523835904">@stroughtonsmith</A>, <A HREF="http://twitter.com/viticci/status/906460906070126592">@viticci</A>, <A HREF="http://twitter.com/ow/status/906462542662443013">@ow</A>, <A HREF="http://twitter.com/bzamayo/status/906396009860919296">@bzamayo</A>, <A HREF="http://twitter.com/jonyiveparody/status/906372636959264768">@jonyiveparody</A>, and <A HREF="http://twitter.com/stroughtonsmith/status/906394263856062464">@stroughtonsmith</A></span>.&nbsp; <SPAN CLASS="drhed">Thanks:</SPAN><A HREF="http://twitter.com/technacity/status/906366093446463488">@technacity</A></DIV>
</DIV></DIV>
<DIV ID="0p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="0px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('0',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE><A HREF="http://daringfireball.net/">Daring Fireball</A>:</CITE> &nbsp; <A HREF="http://daringfireball.net/linked/2017/09/10/bbc-confirmation">BBC Confirms iOS 11 GM URLs Were Leaked to 9to5Mac and MacRumors</A></DIV><DIV CLASS="di"><CITE>Jon Fingas / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/10/iphone-x-6-core-processor-leak/">iPhone X may pack a 6-core processor</A></DIV><DIV CLASS="di"><CITE>Andrew Liptak / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/10/16284604/apple-iphonex-revelations-gm-leak-face-id-wireless-charging-rumors">More revelations from Apple's GM leak show off Face ID, wireless charging, and more</A></DIV><DIV CLASS="di"><CITE><A HREF="http://daringfireball.net/">Daring Fireball</A>:</CITE> &nbsp; <A HREF="http://daringfireball.net/linked/2017/09/09/ios-11-gm">iOS 11 GM Leaked, Reveals New iPhone Names, Wallpapers, Cellular Apple Watch Details, and More</A></DIV><DIV CLASS="di"><CITE>Leo Kelion / <A HREF="http://www.bbc.com/news/">BBC</A>:</CITE> &nbsp; <A HREF="http://www.bbc.co.uk/news/technology-41220517">Apple suffers &lsquo;major iPhone X leak&rsquo;</A></DIV><DIV CLASS="di"><CITE>Christian Zibreg / <A HREF="http://www.idownloadblog.com/">iDownloadBlog.com</A>:</CITE> &nbsp; <A HREF="http://www.idownloadblog.com/2017/09/10/iphone-x-animation-wireless-charging/">iPhone X will display 3D animations when charging wirelessly</A></DIV><DIV CLASS="di"><CITE>Benjamin Mayo / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/iphone-8-animoji-3d-emoji-face/">iPhone 8 to feature Animoji, send 3D animated emoji based off your facial expressions</A></DIV><DIV CLASS="di"><CITE>Michael Potuck / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/iphone-8-3d-sensors-all-colors-black-front/">KGI: Breakdown of iPhone 8 3D sensors, all colors to come with black front</A></DIV><DIV CLASS="di"><CITE>Bryan Clark / <A HREF="http://thenextweb.com/">The Next Web</A>:</CITE> &nbsp; <A HREF="http://thenextweb.com/apple/2017/09/10/iphone-8-firmware-leak-reveals-face-id-status-bar-tweaks-and-animated-poop-emoji/">iPhone 8 firmware leak reveals Face ID, status bar tweaks, and animated poop emoji</A></DIV><DIV CLASS="di"><CITE>Juli Clover / <A HREF="http://www.macrumors.com/">MacRumors</A>:</CITE> &nbsp; <A HREF="http://www.macrumors.com/2017/09/10/ios11-gm-faceid-apple-pay-a11/">iOS 11 GM Leak Reveals Details on Face ID, Apple Pay, Wireless Charging, and A11 Chip in iPhone X</A></DIV><DIV CLASS="di"><CITE>Michael Simon / <A HREF="http://www.macworld.com/">Macworld</A>:</CITE> &nbsp; <A HREF="http://www.macworld.com/article/3222743/apple-phone/iphone-x-specs-features-release-date.html">iPhone X: Rumored specs and features of the phone formerly known as iPhone 8</A></DIV><DIV CLASS="di"><CITE><A HREF="http://appleinsider.com/">AppleInsider</A>:</CITE> &nbsp; <A HREF="http://appleinsider.com/articles/17/09/09/rumor-ios-11-gm-leaked-by-disgruntled-employee">Rumor: iOS 11 GM leaked by disgruntled employee</A></DIV><DIV CLASS="di"><CITE>Jeff Benjamin / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/ios-11-gm-wallpapers/">Leaked iOS 11 GM reveals several vibrant (and OLED black) new wallpapers and more [Video]</A></DIV><DIV CLASS="di"><CITE>Philip Michaels / <A HREF="http://www.tomsguide.com/">Tom's Guide</A>:</CITE> &nbsp; <A HREF="http://www.tomsguide.com/us/iphone-x-name-colors-leaked,news-25808.html">Big iPhone 8 Leaks Reveal Name, Colors and Features</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.ped30.com/">Philip Elmer-DeWitt</A>:</CITE> &nbsp; <A HREF="http://www.ped30.com/2017/09/10/apple-new-iphone-for-me/">Apple iPhone X: What's in it for me?</A></DIV><DIV CLASS="di"><CITE>Rohan Naravane / <A HREF="http://www.iphonehacks.com/">iPhone Hacks</A>:</CITE> &nbsp; <A HREF="http://www.iphonehacks.com/2017/09/apple-september-12-event-rumors.html">What Will Apple Launch at the September 12 Event?</A></DIV><DIV CLASS="di"><CITE>Brian Heater / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/10/what-to-expect-from-the-iphone-8-iphone-8-plus-and-iphone-x/">What to expect from the iPhone 8, iPhone 8 Plus and iPhone X</A></DIV><DIV CLASS="di"><CITE>Jorge Serna / <A HREF="http://hackernoon.com/">Hacker Noon</A>:</CITE> &nbsp; <A HREF="http://hackernoon.com/why-most-apple-watch-users-will-not-get-lte-calls-on-it-and-why-some-will-2e7a39aad379">Why most Apple Watch users will NOT get LTE calls on it (and why some will).</A></DIV><DIV CLASS="di"><CITE>Neil Hughes / <A HREF="http://appleinsider.com/">AppleInsider</A>:</CITE> &nbsp; <A CLASS="ourh" HREF="http://appleinsider.com/articles/17/09/09/what-to-expect-from-apples-sept-12-event-iphone-x-8-apple-watch-with-lte-4k-apple-tv-with-hdr">What to expect from Apple on September 12: OLED iPhone X, iPhone 8 and iPhone 8 Plus with LCD displays, Apple Watch with LTE, 4K Apple TV with HDR, more</A></DIV><DIV CLASS="di"><CITE>David Z. Morris / <A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/10/new-iphone-leak/">iOS Leak: The &lsquo;iPhone X&rsquo; is Apple's New Top-End Model</A></DIV><DIV CLASS="di"><CITE><A HREF="http://readmultiplex.com/">@ReadMultiplex</A>:</CITE> &nbsp; <A HREF="http://readmultiplex.com/2017/09/09/how-does-apples-dynamic-emoji-technology-work/">How Does Apple's Dynamic Emoji Technology Work?</A></DIV><DIV CLASS="di"><CITE>Oliver Haslam / <A HREF="http://www.redmondpie.com/">Redmond Pie</A>:</CITE> &nbsp; <A HREF="http://www.redmondpie.com/ios-11-gm-leak-reveals-how-iphone-x-status-bar-will-handle-the-notch/">iOS 11 GM Leak Reveals How iPhone X Status Bar Will Handle The Notch</A></DIV><DIV CLASS="di"><CITE>Adario Strange / <A HREF="http://mashable.com/stories/">Mashable</A>:</CITE> &nbsp; <A HREF="http://mashable.com/2017/09/09/apple-watch-lte-new-colors/">Apple iOS 11 leak hints at Apple Watch LTE and new colors</A></DIV><DIV CLASS="di"><CITE>Lewis Wallace / <A HREF="http://www.cultofmac.com/">Cult of Mac</A>:</CITE> &nbsp; <A HREF="http://www.cultofmac.com/501454/ios-11-gm-leak-roundup/">iOS 11 GM leak reveals new details about next iPhones</A></DIV><DIV CLASS="di"><CITE>Denisse Moreno / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/iphone-8-videos-show-how-set-face-id-feature-2588090">iPhone 8: Videos Show How To Set Up Face ID Feature</A></DIV><DIV CLASS="di"><CITE>Bogdan Popa / <A HREF="http://news.softpedia.com/">Softpedia News</A>:</CITE> &nbsp; <A HREF="http://news.softpedia.com/news/iphone-8-wallpapers-leaked-517666.shtml">iPhone 8 Wallpapers Leaked</A></DIV><DIV CLASS="di"><CITE>Yoni Heisler / <A HREF="http://bgr.com/">BGR</A>:</CITE> &nbsp; <A HREF="http://bgr.com/2017/09/09/iphone-8-facial-recognition-face-id-video/">Video shows how Face ID on the iPhone X is going to work</A></DIV><DIV CLASS="di"><CITE>Sean P. Aune / <A HREF="http://www.technobuffalo.com/">TechnoBuffalo</A>:</CITE> &nbsp; <A HREF="http://www.technobuffalo.com/2017/09/09/ios-11-face-id-leaked-video/">iPhone X Face ID enrollment detailed in new video</A></DIV><DIV CLASS="di"><CITE>Nick Salerni / <A HREF="http://www.iphoneincanada.ca/">iPhone in Canada Blog</A>:</CITE> &nbsp; <A HREF="http://www.iphoneincanada.ca/news/heres-how-apples-face-id-setup-will-work-on-the-iphone-x/">Here's How Apple's Face ID Setup Will Work on the iPhone X [u]</A></DIV><DIV CLASS="di"><CITE>Rene Ritchie / <A HREF="http://www.imore.com/">iMore</A>:</CITE> &nbsp; <A HREF="http://www.imore.com/animoji">Animoji will sell iPhones</A></DIV><DIV CLASS="di"><CITE>Juli Clover / <A HREF="http://www.macrumors.com/">MacRumors</A>:</CITE> &nbsp; <A HREF="http://www.macrumors.com/2017/09/09/ios-11-golden-master-leaked/">Leaked iOS 11 GM Reveals iPhone 8 Features, Hints at LTE Apple Watch</A></DIV><DIV CLASS="di"><CITE>Tom Warren / <A HREF="http://www.cnbc.com/">CNBC</A>:</CITE> &nbsp; <A HREF="http://www.cnbc.com/2017/09/10/apple-iphone-x-name-revealed-in-leaked-ios-11-firmware.html">Apple iPhone X name revealed in leaked iOS 11 firmware</A></DIV><DIV CLASS="di"><CITE>Alex Heath / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/apples-redesigned-iphone-8-will-be-called-iphone-x-per-leaked-code-2017-9?op=1">Apple's redesigned iPhone 8 will be called &lsquo;iPhone X&rsquo;, according to leaked code</A></DIV><DIV CLASS="di"><CITE>John Falcone / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/news/iphone-x-iphone-8-iphone-8-plus-new-iphone-names-leak/">New iPhone names are reportedly iPhone X, iPhone 8, iPhone 8 Plus</A></DIV><DIV CLASS="di"><CITE>Adam Westlake / <A HREF="http://www.slashgear.com/">SlashGear</A>:</CITE> &nbsp; <A HREF="http://www.slashgear.com/ios-11-gm-offers-new-lte-apple-watch-details-09498974/">iOS 11 GM offers new LTE Apple Watch details</A></DIV><DIV CLASS="di"><CITE>Tom McKay / <A HREF="http://gizmodo.com/">Gizmodo</A>:</CITE> &nbsp; <A HREF="http://gizmodo.com/apple-just-leaked-ios-11-and-looks-like-were-getting-an-1802936703">Apple Just Leaked iOS 11 and Looks Like We're Getting an &lsquo;iPhone X&rsquo;</A></DIV><DIV CLASS="di"><CITE>Alex Wagner / <A HREF="http://www.phonedog.com/phonedog_blog">PhoneDog.com</A>:</CITE> &nbsp; <A HREF="http://www.phonedog.com/2017/09/09/iphone-x-details-animoji-apple-watch-lte-ios-11-gm-leak">iPhone X details, Animoji, and Apple Watch LTE revealed by iOS 11 GM leak</A></DIV><DIV CLASS="di"><CITE><A HREF="http://macdailynews.com/">MacDailyNews</A>:</CITE> &nbsp; <A HREF="http://macdailynews.com/2017/09/09/ios-11-gm-leak-leaks-apple-watch-series-3-with-lte-video-shows-new-watch-face-and-digital-crown/">iOS 11 GM leak leaks Apple Watch Series 3 with LTE; video shows new watch face and Digital Crown</A></DIV><DIV CLASS="di"><CITE><A HREF="http://appleinsider.com/">AppleInsider</A>:</CITE> &nbsp; <A HREF="http://appleinsider.com/articles/17/09/08/lte-apple-watch-tipped-in-leaked-ios-11-gm">LTE Apple Watch &lsquo;Series 3&rsquo; tipped in leaked iOS 11 GM</A></DIV><DIV CLASS="di"><CITE>Bryan M. Wolfe / <A HREF="http://appadvice.com/">AppAdvice.com</A>:</CITE> &nbsp; <A HREF="http://appadvice.com/post/leaked-ios-11-gm/753642">Leaked iOS 11 GM Shows New iPhone Wallpapers, New Red Apple Watch</A></DIV><DIV CLASS="di"><CITE>Danbo / <A HREF="http://www.macotakara.jp/blog/">MAC blog</A>:</CITE> &nbsp; <A HREF="http://www.macotakara.jp/blog/rumor/entry-33256.html">9to5MaciOS 11GMiPhone 8 Edition</A></DIV><DIV CLASS="di"><CITE>Carl Velasco / <A HREF="http://www.techtimes.com/">Tech Times</A>:</CITE> &nbsp; <A HREF="http://www.techtimes.com/articles/213343/20170909/ios-11-gm-leaked-confirms-iphone-8-features-like-true-tone-display-face-id-and-more.htm">iOS 11 GM Leaked, &lsquo;Confirms&rsquo; iPhone 8 Features Like True Tone Display, Face ID, And More</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Guilherme Rambo / <A HREF="http://twitter.com/_inside">@_inside</A>:</CITE> &nbsp; <A HREF="http://twitter.com/_inside/status/906601860148195329">Face ID enrollment process (with layout issues on first page)pic.twitter.com/KczOHEy9ir</A></DIV><DIV CLASS="di"><CITE>Guilherme Rambo / <A HREF="http://twitter.com/_inside">@_inside</A>:</CITE> &nbsp; <A HREF="http://twitter.com/_inside/status/906871189254975488">ChargingViewService confirms wireless charging. It will even show some 3D animations when charging (not present in GM tho) pic.twitter.com/JLBd4HQLpS</A></DIV><DIV CLASS="di"><CITE>Guilherme Rambo / <A HREF="http://twitter.com/_inside">@_inside</A>:</CITE> &nbsp; <A HREF="http://twitter.com/_inside/status/906576509464440832">Authenticating with FaceID looks like this (timing not correct because it's just the UI, not actual auth)pic.twitter.com/kvNUARDQBJ</A></DIV><DIV CLASS="di"><CITE>Guilherme Rambo / <A HREF="http://twitter.com/_inside">@_inside</A>:</CITE> &nbsp; <A HREF="http://twitter.com/_inside/status/906423328570822656">There's a nice little animation when you connect it to powerpic.twitter.com/GFimRxbCAm</A></DIV><DIV CLASS="di"><CITE>Benedict Evans / <A HREF="http://twitter.com/benedictevans">@benedictevans</A>:</CITE> &nbsp; <A HREF="http://twitter.com/benedictevans/status/906701408384172032">Apple launch leaks surprising &amp; unprecedented. Oops. But in 6 months no-one will remember - it's the work that matters. &amp; the work is</A></DIV><DIV CLASS="di"><CITE>Alex Heath / <A HREF="http://twitter.com/alexeheath">@alexeheath</A>:</CITE> &nbsp; <A HREF="http://twitter.com/alexeheath/status/906557680868880384">Insane that Apple let this happen. The software version of the iPhone 4 left in the bar https://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Michael Gartenberg / <A HREF="http://twitter.com/gartenberg">@gartenberg</A>:</CITE> &nbsp; <A HREF="http://twitter.com/gartenberg/status/906695298616979456">I'm quite certain that certain Apple execs are going ballistic. I guess Apple needs to triple down on secrecy.</A></DIV><DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906435993363939329">Here's what the &lsquo;double height&rsquo; statusbar looks like &mdash; screen recording, or in-call. The ears are interactivepic.twitter.com/bdacrEYMCw</A></DIV><DIV CLASS="di"><CITE>Rebecca Slatkin / <A HREF="http://twitter.com/rebeccaslatkin">@rebeccaslatkin</A>:</CITE> &nbsp; <A HREF="http://twitter.com/rebeccaslatkin/status/906552023834923010">If you're really quiet you can hear the sound of UIStatusBar bugs being born. http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906447087923056640">Here is what the keyboard looks like on the iPhone 8/D22 (the home indicator would go down there too, so it wouldn't be this barren) http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Ryan Jones / <A HREF="http://twitter.com/rjonesy">@rjonesy</A>:</CITE> &nbsp; <A HREF="http://twitter.com/rjonesy/status/906514114071146497">For the last YEAR I've been battling App Store rejections - we made an app called Animoji with animated emojis...now I know why. http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Cabel Sasser / <A HREF="http://twitter.com/cabel">@cabel</A>:</CITE> &nbsp; <A HREF="http://twitter.com/cabel/status/906364912846331904">Oh man. Is the world ready for new 3D emoji in iOS 11's iMessage? (via @9to5mac)pic.twitter.com/vBpoeuOFlX</A></DIV><DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906448152642949121">Bad news: the dumb deep link back indicator doesn't seem to be going awaypic.twitter.com/DlNvkaPkRA</A></DIV><DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906363519523835904">And that extra-tall D22 &lsquo;lock&rsquo; button? Turns out it's not a lock button at all, and can be assigned to different functions, like Siri</A></DIV><DIV CLASS="di"><CITE>Federico Viticci / <A HREF="http://twitter.com/viticci">@viticci</A>:</CITE> &nbsp; <A HREF="http://twitter.com/viticci/status/906460906070126592">This is an extraordinary set of new iPhone leaks. You have to think carriers/non-Apple people leaked it. Wow. https://9to5mac.com/</A></DIV><DIV CLASS="di"><CITE><A HREF="http://twitter.com/ow">@ow</A>:</CITE> &nbsp; <A HREF="http://twitter.com/ow/status/906462542662443013">The leak of iOS 11's final version is wild. Almost as big as the iPhone 4 in a bar. http://9to5mac.com/...</A></DIV><DIV CLASS="di"><CITE>Benjamin Mayo / <A HREF="http://twitter.com/bzamayo">@bzamayo</A>:</CITE> &nbsp; <A HREF="http://twitter.com/bzamayo/status/906396009860919296">&ldquo;Attention is detected when you are looking at the screen. When attention is detected, iPhone does not dim display&rdquo; http://9to5mac.com/... http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>not Jony Ive / <A HREF="http://twitter.com/jonyiveparody">@jonyiveparody</A>:</CITE> &nbsp; <A HREF="http://twitter.com/jonyiveparody/status/906372636959264768">&ldquo;We're going to double down on secrecy on products.&rdquo; &mdash;Tim Cook http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906394263856062464">&ldquo;Create custom animated messages that use your voice and reflect your facial expressions.&rdquo; /via @9to5mac https://giphy.com/...</A></DIV></DIV>
<DIV CLASS="dbpt"><SPAN CLASS="drhed">Thanks:</SPAN><A HREF="http://twitter.com/technacity/status/906366093446463488">@technacity</A></DIV><DIV CLASS="exm" ID="0dxr" STYLE="display:block;"><A HREF="javascript:tgd('0',true)">Expand More For Next 2</A></DIV><DIV CLASS="exm" ID="0pxr" STYLE="display:none;"><A HREF="javascript:tgd('0',false)">Unexpand More For Next 2</A></DIV></DIV>
</DIV></DIV></DIV>
<DIV CLASS="relitems">
<DIV CLASS="itc1" ONMOUSEOVER="overitem(0,true,2)" ONMOUSEOUT="overitem(0,false,2)"><DIV CLASS="itc2" ID="170909p6"><DIV CLASS="item" ID="0i2">
<table class="shrtbl"><tr><td>
<CITE>Benjamin Mayo / <A HREF="http://9to5mac.com/">9to5Mac</A>:</CITE>
</td><td><span id="s0i2" pml="170909p6" twid="906545657707745280"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://9to5mac.com/2017/09/09/ios-firmware-indicates-apple-to-announce-iphone-8-iphone-8-plus-and-iphone-x-on-tuesday/"><IMG CLASS="ill" SRC="/170909/i6.jpg"></A>
<STRONG CLASS="L4"><A CLASS="ourh" HREF="http://9to5mac.com/2017/09/09/ios-firmware-indicates-apple-to-announce-iphone-8-iphone-8-plus-and-iphone-x-on-tuesday/">Leaked iOS 11 firmware indicates Apple's new phones are called iPhone 8, iPhone 8 Plus, and iPhone X</A></STRONG>&nbsp; &mdash;&nbsp; We think we know the names of the new iPhones, thanks to the iOS firmware.&nbsp; Apple's three new phones are called iPhone 8, iPhone 8 Plus and iPhone X (via Steven Troughton Smith).</DIV>
<DIV ID="0d2"><DIV CLASS="dbpt">
<DIV ID="0dx2" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('0',true,2);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.nytimes.com/2017/09/10/technology/apple-iphone-price.html">New York Times</A>, <A HREF="http://www.theguardian.com/technology/2017/sep/10/apples-latest-iphone-name-leaks-ahead-of-official-release">The Guardian</A>, <A HREF="http://www.macrumors.com/2017/09/09/appl-iphone-8-iphone-8-plus-iphone-x/">MacRumors</A>, <A HREF="http://www.cnet.com/news/iphone-8-how-late-can-you-tolerate/">CNET</A>, <A HREF="http://www.bloomberg.com/news/articles/2017-09-09/apple-s-top-new-phone-to-be-called-iphone-x-code-leaks-show">Bloomberg</A>, <A HREF="http://www.forbes.com/sites/brookecrothers/2017/09/10/iphone-8-iphone-x-quick-look-specs-chart/">Forbes</A>, <A HREF="http://taoofmac.com/space/blog/2017/09/10/1702">The Tao of Mac</A>, <A HREF="http://betanews.com/2017/09/10/iphone-x-leak/">BetaNews</A>, <A HREF="http://9to5mac.com/2017/09/08/how-setting-up-face-id-iphone-8-will-work/">9to5Mac</A>, <A HREF="http://www.neowin.net/news/apples-new-phones-could-be-called-iphone-8-iphone-8-plus-and-iphone-x">Neowin</A>, <A HREF="http://www.iphonehacks.com/2017/09/ios-11-gm-leaked-by-disgruntled-apple-employee.html">iPhone Hacks</A>, <A HREF="http://macdailynews.com/2017/09/10/apples-next-gen-iphone-names-iphone-8-iphone-8-plus-and-iphone-x/">MacDailyNews</A>, <A HREF="http://www.idownloadblog.com/2017/09/09/iphone-x-side-button/">iDownloadBlog.com</A>, <A HREF="http://www.axios.com/apples-newest-phone-to-be-called-iphone-x-2483629637.html">Axios</A>, <A HREF="http://news.softpedia.com/news/biggest-iphone-leak-ends-the-mystery-new-models-to-launch-as-iphone-8-iphone-x-517667.shtml">Softpedia News</A>, <A HREF="http://www.engadget.com/2017/09/09/iphone-8-facial-expression-emoji-leak/">Engadget</A>, <A HREF="http://www.ibtimes.com/names-iphone-lineup-revealed-iphone-x-iphone-8-iphone-8-plus-2588070">International Business Times</A>, <A HREF="http://appleinsider.com/articles/17/09/09/ios-11-firmware-reveals-apparent-names-of-apples-next-phones-iphone-x-iphone-8-plus-iphone-8">AppleInsider</A>, <A HREF="http://techcrunch.com/2017/09/09/and-now-the-names-of-apples-new-iphones-look-to-have-leaked/">TechCrunch</A>, <A HREF="http://www.businessinsider.com/iphone-8-rumors-iphone-x-has-black-notch-3d-sensing-says-kgi-securities-2017-9?op=1">Business Insider</A>, <A HREF="http://bgr.com/2017/09/09/iphone-x-iphone-8-iphone-8-plus-release-date/">BGR</A>, <A HREF="http://www.slashgear.com/iphone-8-is-iphone-x-apples-big-secret-spills-09498991/">SlashGear</A>, <A HREF="http://mashable.com/2017/09/09/apple-ios-11-iphone-8-animoji-animated-emoji/">Mashable</A>, <A HREF="http://www.redmondpie.com/ios-11-gm-leak-reveals-almost-everything-about-iphone-8-and-other-apple-announcements/">Redmond Pie</A>, <A HREF="http://www.iphoneincanada.ca/news/iphone-x-ios-11-gm-iphone-8/">iPhone in Canada Blog</A>, <A HREF="http://www.theverge.com/2017/9/9/16280026/apple-iphone-face-id-animoji-features-leak">The Verge</A>, <A HREF="http://www.technobuffalo.com/2017/09/09/ios-11-gm-leak/">TechnoBuffalo</A>, and <A HREF="http://www.ped30.com/2017/09/08/apple-iphone-pro-edition/">Philip Elmer-DeWitt</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/stroughtonsmith/status/906542097284714496">@stroughtonsmith</A> and <A HREF="http://twitter.com/backlon/status/906601771954343936">@backlon</A></span></DIV>
</DIV></DIV>
<DIV ID="0p2" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="0px2" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('0',false,2)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Vindu Goel / <A HREF="http://www.nytimes.com/">New York Times</A>:</CITE> &nbsp; <A HREF="http://www.nytimes.com/2017/09/10/technology/apple-iphone-price.html">With a $1,000 Price Tag, Apple's iPhone Crosses a Threshold</A></DIV><DIV CLASS="di"><CITE>Edward Helmore / <A HREF="http://www.theguardian.com/">The Guardian</A>:</CITE> &nbsp; <A HREF="http://www.theguardian.com/technology/2017/sep/10/apples-latest-iphone-name-leaks-ahead-of-official-release">Apple's latest iPhone name leaks ahead of official release</A></DIV><DIV CLASS="di"><CITE>Mitchel Broussard / <A HREF="http://www.macrumors.com/">MacRumors</A>:</CITE> &nbsp; <A HREF="http://www.macrumors.com/2017/09/09/appl-iphone-8-iphone-8-plus-iphone-x/">Latest Leak Suggests Apple Will Announce &lsquo;iPhone 8&rsquo;, &lsquo;iPhone 8 Plus&rsquo;, and &lsquo;iPhone X&rsquo; on Tuesday</A></DIV><DIV CLASS="di"><CITE>Chris Matyszczyk / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/news/iphone-8-how-late-can-you-tolerate/">iPhone 8 &mdash; how late can you tolerate?</A></DIV><DIV CLASS="di"><CITE>Mark Gurman / <A HREF="http://www.bloomberg.com/">Bloomberg</A>:</CITE> &nbsp; <A HREF="http://www.bloomberg.com/news/articles/2017-09-09/apple-s-top-new-phone-to-be-called-iphone-x-code-leaks-show">Apple's Top New Phone to Be Called &lsquo;iPhone X,&rsquo; Code Leaks Show</A></DIV><DIV CLASS="di"><CITE>Brooke Crothers / <A HREF="http://www.forbes.com/">Forbes</A>:</CITE> &nbsp; <A HREF="http://www.forbes.com/sites/brookecrothers/2017/09/10/iphone-8-iphone-x-quick-look-specs-chart/">iPhone 8, &lsquo;iPhone X&rsquo;: Quick Specs (Chart)</A></DIV><DIV CLASS="di"><CITE>Rui Carmo / <A HREF="http://taoofmac.com/">The Tao of Mac</A>:</CITE> &nbsp; <A HREF="http://taoofmac.com/space/blog/2017/09/10/1702">Thoughts on the iPhone X&nbsp; &mdash;&nbsp; I haven't written a pre-Apple-event post &hellip; </A></DIV><DIV CLASS="di"><CITE>Mark Wycislik-Wilson / <A HREF="http://www.betanews.com/">BetaNews</A>:</CITE> &nbsp; <A HREF="http://betanews.com/2017/09/10/iphone-x-leak/">iPhone 8 and iPhone X leaks: firmware reveals a lot about Apple's upcoming smartphones</A></DIV><DIV CLASS="di"><CITE>Greg Barbosa / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/how-setting-up-face-id-iphone-8-will-work/">Here's how setting up Face ID on the iPhone 8 will work</A></DIV><DIV CLASS="di"><CITE>Paul Hill / <A HREF="http://www.neowin.net/">Neowin</A>:</CITE> &nbsp; <A HREF="http://www.neowin.net/news/apples-new-phones-could-be-called-iphone-8-iphone-8-plus-and-iphone-x">Apple's new phones could be called iPhone 8, iPhone 8 Plus, and iPhone X</A></DIV><DIV CLASS="di"><CITE>Gautam Prabhu / <A HREF="http://www.iphonehacks.com/">iPhone Hacks</A>:</CITE> &nbsp; <A HREF="http://www.iphonehacks.com/2017/09/ios-11-gm-leaked-by-disgruntled-apple-employee.html">iOS 11 GM May Have Been Leaked by Disgruntled Apple Employee</A></DIV><DIV CLASS="di"><CITE><A HREF="http://macdailynews.com/">MacDailyNews</A>:</CITE> &nbsp; <A HREF="http://macdailynews.com/2017/09/10/apples-next-gen-iphone-names-iphone-8-iphone-8-plus-and-iphone-x/">Apple's next-gen iPhone names: iPhone 8, iPhone 8 Plus, and iPhone X</A></DIV><DIV CLASS="di"><CITE>Christian Zibreg / <A HREF="http://www.idownloadblog.com/">iDownloadBlog.com</A>:</CITE> &nbsp; <A HREF="http://www.idownloadblog.com/2017/09/09/iphone-x-side-button/">iPhone X Side button tidbits: non-moving, multifunctional &amp; customizable</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.axios.com/technology/">Axios</A>:</CITE> &nbsp; <A HREF="http://www.axios.com/apples-newest-phone-to-be-called-iphone-x-2483629637.html">Apple's new phone to be called &lsquo;iPhone X&rsquo;</A></DIV><DIV CLASS="di"><CITE>Bogdan Popa / <A HREF="http://news.softpedia.com/">Softpedia News</A>:</CITE> &nbsp; <A HREF="http://news.softpedia.com/news/biggest-iphone-leak-ends-the-mystery-new-models-to-launch-as-iphone-8-iphone-x-517667.shtml">Biggest iPhone Leak Ends the Mystery: New Models to Launch as iPhone 8, iPhone X</A></DIV><DIV CLASS="di"><CITE>Jon Fingas / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/09/iphone-8-facial-expression-emoji-leak/">The next iPhone creates animated emoji from your facial expressions</A></DIV><DIV CLASS="di"><CITE>Denisse Moreno / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/names-iphone-lineup-revealed-iphone-x-iphone-8-iphone-8-plus-2588070">Names Of iPhone Lineup Revealed: iPhone X, iPhone 8, iPhone 8 Plus</A></DIV><DIV CLASS="di"><CITE>Neil Hughes / <A HREF="http://appleinsider.com/">AppleInsider</A>:</CITE> &nbsp; <A HREF="http://appleinsider.com/articles/17/09/09/ios-11-firmware-reveals-apparent-names-of-apples-next-phones-iphone-x-iphone-8-plus-iphone-8">iOS 11 firmware reveals apparent names of Apple's next phones: iPhone X, iPhone 8 Plus &amp; iPhone 8</A></DIV><DIV CLASS="di"><CITE>Natasha Lomas / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/09/and-now-the-names-of-apples-new-iphones-look-to-have-leaked/">And now the names of Apple's new iPhones look to have leaked...</A></DIV><DIV CLASS="di"><CITE>Kif Leswing / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/iphone-8-rumors-iphone-x-has-black-notch-3d-sensing-says-kgi-securities-2017-9?op=1">All three colors of the iPhone X will have black faceplates</A></DIV><DIV CLASS="di"><CITE>Chris Smith / <A HREF="http://bgr.com/">BGR</A>:</CITE> &nbsp; <A HREF="http://bgr.com/2017/09/09/iphone-x-iphone-8-iphone-8-plus-release-date/">iPhone X is officially the name of the new iPhone</A></DIV><DIV CLASS="di"><CITE>Chris Davies / <A HREF="http://www.slashgear.com/">SlashGear</A>:</CITE> &nbsp; <A HREF="http://www.slashgear.com/iphone-8-is-iphone-x-apples-big-secret-spills-09498991/">iPhone 8 is iPhone X: Apple's big secret spills</A></DIV><DIV CLASS="di"><CITE>Adario Strange / <A HREF="http://mashable.com/stories/">Mashable</A>:</CITE> &nbsp; <A HREF="http://mashable.com/2017/09/09/apple-ios-11-iphone-8-animoji-animated-emoji/">Apple iOS 11 lets you put your face on an animated pile of poop, naturally</A></DIV><DIV CLASS="di"><CITE>Paul Morris / <A HREF="http://www.redmondpie.com/">Redmond Pie</A>:</CITE> &nbsp; <A HREF="http://www.redmondpie.com/ios-11-gm-leak-reveals-almost-everything-about-iphone-8-and-other-apple-announcements/">iOS 11 GM Leak Reveals Almost Everything About iPhone X And Other Apple Announcements</A></DIV><DIV CLASS="di"><CITE>Gary Ng / <A HREF="http://www.iphoneincanada.ca/">iPhone in Canada Blog</A>:</CITE> &nbsp; <A HREF="http://www.iphoneincanada.ca/news/iphone-x-ios-11-gm-iphone-8/">Apple &lsquo;iPhone X&rsquo; Revealed in iOS 11 GM, Along with iPhone 8, iPhone 8 Plus</A></DIV><DIV CLASS="di"><CITE>Tom Warren / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/9/16280026/apple-iphone-face-id-animoji-features-leak">Leaked iPhone 8 firmware reveals animated emoji, Face ID, and updated AirPods</A></DIV><DIV CLASS="di"><CITE>Sean P. Aune / <A HREF="http://www.technobuffalo.com/">TechnoBuffalo</A>:</CITE> &nbsp; <A HREF="http://www.technobuffalo.com/2017/09/09/ios-11-gm-leak/">iOS 11 GM leaks revealing iPhone 8 features, Apple Watch 3</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.ped30.com/">Philip Elmer-DeWitt</A>:</CITE> &nbsp; <A HREF="http://www.ped30.com/2017/09/08/apple-iphone-pro-edition/">Place your bets: iPhone X, Pro or Edition?</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Steve T-S / <A HREF="http://twitter.com/stroughtonsmith">@stroughtonsmith</A>:</CITE> &nbsp; <A HREF="http://twitter.com/stroughtonsmith/status/906542097284714496">iPhone 8 iPhone 8 Plus iPhone Xpic.twitter.com/OVLfhLxTdT</A></DIV><DIV CLASS="di"><CITE>Dieter Bohn / <A HREF="http://twitter.com/backlon">@backlon</A>:</CITE> &nbsp; <A HREF="http://twitter.com/backlon/status/906601771954343936">&ldquo;MacOS X&rdquo; &ldquo;No it's pronounced MacOS Ten&rdquo; &ldquo;iPhone X&rdquo; &ldquo;No it's pronounced iPhone Gif. Hard G&rdquo;</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(0,true,3)" ONMOUSEOUT="overitem(0,false,3)"><DIV CLASS="itc2" ID="170909p2"><DIV CLASS="item" ID="0i3">
<table class="shrtbl"><tr><td>
<CITE>Benjamin Mayo / <A HREF="http://9to5mac.com/">9to5Mac</A>:</CITE>
</td><td><span id="s0i3" pml="170909p2" twid="906398606617448448"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://9to5mac.com/2017/09/08/lte-apple-watch-free-trial-plan/"><IMG CLASS="ill" SRC="/170909/i2.jpg"></A>
<STRONG CLASS="L1"><A CLASS="ourh" HREF="http://9to5mac.com/2017/09/08/lte-apple-watch-free-trial-plan/">iOS 11 GM leak shows LTE Apple Watch may use same phone number as iPhone and reveals an image of a Watch with red Digital Crown and a face showing signal meter</A></STRONG>&nbsp; &mdash;&nbsp; In continuing news from the Apple Watch GM firmware, we've found several strings references to how cellular plans on Apple Watch work and how users set them up.</DIV>
<DIV ID="0d3"><DIV CLASS="dbpt">
<DIV ID="0dx3" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('0',true,3);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://9to5mac.com/2017/09/08/ios-11-gm-leak-seemingly-leaks-lte-apple-watch-with-new-face-and-digital-crown/">9to5Mac</A>, <A HREF="http://news.softpedia.com/news/apple-watch-3-leak-hints-at-more-faces-new-iphone-8-color-517679.shtml">Softpedia News</A>, <A HREF="http://9to5mac.com/2017/09/09/heres-how-the-iphone-8-status-bar-will-accommodate-the-notch/">9to5Mac</A>, <A HREF="http://www.theverge.com/2017/9/9/16281460/apple-watch-firmware-leak-lte-connectivity-rumor">The Verge</A>, <A HREF="http://www.iphonehacks.com/2017/09/apple-watch-3-rumors.html">iPhone Hacks</A>, <A HREF="http://www.neowin.net/news/new-leak-exposes-apple-watch-with-cellular-support-and-new-colours">Neowin</A>, <A HREF="http://www.engadget.com/2017/09/09/ios-11-leak-reveals-lte-apple-watch/">Engadget</A>, <A HREF="http://fortune.com/2017/09/10/apple-watch-3-leak/">Fortune</A>, <A HREF="http://www.ibtimes.com/ios-11-firmware-leak-reveals-details-lte-apple-watch-2588089">International Business Times</A>, <A HREF="http://www.iphoneincanada.ca/watch/how-apple-watch-lte-setup-works-ios-11-blush-gold/">iPhone in Canada Blog</A>, <A HREF="http://appleinsider.com/articles/17/09/09/firmware-reveals-apple-watch-series-3-to-come-in-blush-gold-ceramic-gray">AppleInsider</A>, <A HREF="http://techcrunch.com/2017/09/09/the-next-apple-watch-will-have-lte-cell-service/">TechCrunch</A>, <A HREF="http://www.macrumors.com/2017/09/09/iphone-x-split-status-bar-leaks/">MacRumors</A>, <A HREF="http://www.idownloadblog.com/2017/09/09/iphone-8-split-status-bar/">iDownloadBlog.com</A>, <A HREF="http://www.cnet.com/news/iphone-8-apple-leaks/">CNET</A>, <A HREF="http://www.businessinsider.com/apple-ios-11-leak-confirms-new-details-about-the-iphone-8-2017-9?op=1">Business Insider</A>, <A HREF="http://bgr.com/2017/09/09/iphone-8-release-date-ios-11-gm-leaks-features/">BGR</A>, <A HREF="http://macdailynews.com/2017/09/09/ios-11-gm-leak-reveals-key-iphone-8-secrets-ahead-of-launch-portrait-lighting-true-tone-display-revised-airpods-and-much-more/">MacDailyNews</A>, and <A HREF="http://9to5mac.com/2017/09/08/apple-event-iphone-8-apple-watch-3-4k-apple-tv/">9to5Mac</A></span></DIV></DIV>
<DIV ID="0p3" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="0px3" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('0',false,3)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Jeff Benjamin / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/ios-11-gm-leak-seemingly-leaks-lte-apple-watch-with-new-face-and-digital-crown/">iOS 11 GM leak seemingly leaks LTE Apple Watch with new face and Digital Crown [Video]</A></DIV><DIV CLASS="di"><CITE>Bogdan Popa / <A HREF="http://news.softpedia.com/">Softpedia News</A>:</CITE> &nbsp; <A HREF="http://news.softpedia.com/news/apple-watch-3-leak-hints-at-more-faces-new-iphone-8-color-517679.shtml">Apple Watch 3 Leak Hints at More Faces, New iPhone 8 Color</A></DIV><DIV CLASS="di"><CITE>Benjamin Mayo / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/09/heres-how-the-iphone-8-status-bar-will-accommodate-the-notch/">Here's how the iPhone 8 status bar will accommodate the notch</A></DIV><DIV CLASS="di"><CITE>Andrew Liptak / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/9/16281460/apple-watch-firmware-leak-lte-connectivity-rumor">Firmware leak points to LTE connectivity in the next Apple Watch</A></DIV><DIV CLASS="di"><CITE>Rajesh Pandey / <A HREF="http://www.iphonehacks.com/">iPhone Hacks</A>:</CITE> &nbsp; <A HREF="http://www.iphonehacks.com/2017/09/apple-watch-3-rumors.html">Apple Watch Series 3 Rumor Roundup: Everything You Need to Know</A></DIV><DIV CLASS="di"><CITE>Paul Hill / <A HREF="http://www.neowin.net/">Neowin</A>:</CITE> &nbsp; <A HREF="http://www.neowin.net/news/new-leak-exposes-apple-watch-with-cellular-support-and-new-colours">New leak exposes Apple Watch with cellular support and new colours</A></DIV><DIV CLASS="di"><CITE>Mariella Moon / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/09/ios-11-leak-reveals-lte-apple-watch/">iOS 11 leak reveals the LTE-enabled Apple Watch</A></DIV><DIV CLASS="di"><CITE>David Z. Morris / <A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/10/apple-watch-3-leak/">Apple Leak Confirms Cellular Connection for Next Apple Watch</A></DIV><DIV CLASS="di"><CITE>Denisse Moreno / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/ios-11-firmware-leak-reveals-details-lte-apple-watch-2588089">iOS 11 Firmware Leak Reveals Details On LTE Apple Watch</A></DIV><DIV CLASS="di"><CITE>Gary Ng / <A HREF="http://www.iphoneincanada.ca/">iPhone in Canada Blog</A>:</CITE> &nbsp; <A HREF="http://www.iphoneincanada.ca/watch/how-apple-watch-lte-setup-works-ios-11-blush-gold/">How Apple Watch LTE Setup Works in iOS 11; New &lsquo;Blush Gold&rsquo;, &lsquo;Ceramic Grey&rsquo; Colours</A></DIV><DIV CLASS="di"><CITE>Lester Victor Marks / <A HREF="http://appleinsider.com/">AppleInsider</A>:</CITE> &nbsp; <A HREF="http://appleinsider.com/articles/17/09/09/firmware-reveals-apple-watch-series-3-to-come-in-blush-gold-ceramic-gray">Firmware reveals Apple Watch &lsquo;Series 3&rsquo; to come in &lsquo;Blush Gold&rsquo;, &lsquo;Ceramic Gray&rsquo;</A></DIV><DIV CLASS="di"><CITE>Fitz Tepper / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/09/the-next-apple-watch-will-have-lte-cell-service/">The next Apple Watch will have LTE cell service</A></DIV><DIV CLASS="di"><CITE>Mitchel Broussard / <A HREF="http://www.macrumors.com/">MacRumors</A>:</CITE> &nbsp; <A HREF="http://www.macrumors.com/2017/09/09/iphone-x-split-status-bar-leaks/">&lsquo;iPhone X&rsquo; Split Status Bar Leak Shows Off Animated Battery Icon and Screen Recording Indicator</A></DIV><DIV CLASS="di"><CITE>Christian Zibreg / <A HREF="http://www.idownloadblog.com/">iDownloadBlog.com</A>:</CITE> &nbsp; <A HREF="http://www.idownloadblog.com/2017/09/09/iphone-8-split-status-bar/">This is how iPhone 8's split status bar will animate to accommodate the notch</A></DIV><DIV CLASS="di"><CITE>Edward Moyer / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/news/iphone-8-apple-leaks/">iPhone 8 secrets leaked? Face ID, new AirPods and more</A></DIV><DIV CLASS="di"><CITE>Alex Heath / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/apple-ios-11-leak-confirms-new-details-about-the-iphone-8-2017-9?op=1">A bunch of details about the iPhone 8 were just confirmed by leaked Apple software</A></DIV><DIV CLASS="di"><CITE>Chris Smith / <A HREF="http://bgr.com/">BGR</A>:</CITE> &nbsp; <A HREF="http://bgr.com/2017/09/09/iphone-8-release-date-ios-11-gm-leaks-features/">Massive iOS 11 leak reveals key iPhone 8 secrets ahead of launch</A></DIV><DIV CLASS="di"><CITE><A HREF="http://macdailynews.com/">MacDailyNews</A>:</CITE> &nbsp; <A HREF="http://macdailynews.com/2017/09/09/ios-11-gm-leak-reveals-key-iphone-8-secrets-ahead-of-launch-portrait-lighting-true-tone-display-revised-airpods-and-much-more/">iOS 11 GM leak reveals key iPhone 8 secrets ahead of launch; Portrait Lighting, True Tone Display &hellip; </A></DIV><DIV CLASS="di"><CITE>Zac Hall / <A HREF="http://www.9to5mac.com/">9to5Mac</A>:</CITE> &nbsp; <A HREF="http://9to5mac.com/2017/09/08/apple-event-iphone-8-apple-watch-3-4k-apple-tv/">What to expect at Apple's iPhone 8, 4K Apple TV, and Watch 3 event next week</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170909p5"></A>
<A NAME="a170909p9"></A>
<A NAME="a170908p13"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(1,true,1)" ONMOUSEOUT="overitem(1,false,1)"><DIV CLASS="itc2" ID="170909p5"><DIV CLASS="item" ID="1i1">
<table class="shrtbl"><tr><td>
<CITE>Zack Whittaker / <A HREF="http://www.zdnet.com/">ZDNet</A>:</CITE>
</td><td><span id="s1i1" pml="170909p5" twid="906530547513556993"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.zdnet.com/article/we-tested-equifax-data-breach-checker-it-is-basically-useless/"><IMG CLASS="ill" SRC="/170909/i5.jpg"></A>
<STRONG CLASS="L2"><A CLASS="ourh" HREF="http://www.zdnet.com/article/we-tested-equifax-data-breach-checker-it-is-basically-useless/">Equifax's website for checking if your data was affected by the breach produces confusing or inaccurate results</A></STRONG>&nbsp; &mdash;&nbsp; Several people have confirmed they have mixed or inaccurate results from the Equifax checker.&nbsp; &mdash;&nbsp; Something isn't right about Equifax's data breach checker.</DIV>
<DIV ID="1d1"><DIV CLASS="dbpt">
<DIV ID="1dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('1',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.cnet.com/how-to/equifax-data-breach-find-out-if-you-were-one-of-143-million-hacked/">CNET</A>, <A HREF="http://techcrunch.com/2017/09/08/psa-no-matter-what-you-write-equifax-may-tell-you-youve-been-impacted-by-the-hack/">TechCrunch</A>, <A HREF="http://www.cnet.com/how-to/psa-equifaxs-hack-checker-is-a-hot-mess/?ftag=COS-05-10aaa0g&utm_campaign=trueAnthem:+Trending+Content">CNET</A>, <A HREF="http://www.nytimes.com/2017/09/08/your-money/identity-theft/equifaxs-instructions-are-confusing-heres-what-to-do-now.html">New York Times</A>, <A HREF="http://www.businessinsider.com/equifax-responds-security-breach-arbitration-clause-website-call-center-2017-9?op=1">Business Insider</A>, <A HREF="http://www.usatoday.com/story/tech/2017/09/08/equifax-lack-preparation-massive-breach-frustrates-public/646022001/">USA Today</A>, <A HREF="http://www.digitaltrends.com/web/equifax-hack-how-to-find-out-if-you-were-hacked/">Digital Trends</A>, <A HREF="http://fortune.com/2017/09/08/equifax-what-to-do/">Fortune</A>, <A HREF="http://www.engadget.com/2017/09/08/equifax-hack-response-pii-lawsuit-waiver/">Engadget</A>, <A HREF="http://www.ibtimes.com/what-do-protect-yourself-after-equifax-breach-2587938">International Business Times</A>, and <A HREF="http://www.techdirt.com/articles/20170908/17363538172/equifax-security-breach-is-complete-disaster-will-almost-certainly-get-worse.shtml">Techdirt</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/webster/status/906346071210778625">@webster</A>, <A HREF="http://twitter.com/webster/status/906361966645710849">@webster</A>, <A HREF="http://twitter.com/agschneiderman/status/906235416738705408">@agschneiderman</A>, <A HREF="http://twitter.com/zackwhittaker/status/906343454585888768">@zackwhittaker</A>, <A HREF="http://twitter.com/pt/status/906570997041553409">@pt</A>, <A HREF="http://twitter.com/joshelman/status/906563846147469312">@joshelman</A>, <A HREF="http://twitter.com/switch_d/status/906290755706216449">@switch_d</A>, and <A HREF="http://twitter.com/troyhunt/status/906295121494159360">@troyhunt</A></span></DIV>
</DIV></DIV>
<DIV ID="1p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="1px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('1',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Sharon Profis / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/how-to/equifax-data-breach-find-out-if-you-were-one-of-143-million-hacked/">Equifax data breach: Find out if you were one of 143 million hacked</A></DIV><DIV CLASS="di"><CITE>Sarah Buhr / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/psa-no-matter-what-you-write-equifax-may-tell-you-youve-been-impacted-by-the-hack/">PSA: no matter what, Equifax may tell you you've been impacted by the hack</A></DIV><DIV CLASS="di"><CITE>Sharon Profis / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/how-to/psa-equifaxs-hack-checker-is-a-hot-mess/?ftag=COS-05-10aaa0g&utm_campaign=trueAnthem:+Trending+Content">PSA: Equifax's hack checker is a hot mess</A></DIV><DIV CLASS="di"><CITE>Ron Lieber / <A HREF="http://www.nytimes.com/">New York Times</A>:</CITE> &nbsp; <A HREF="http://www.nytimes.com/2017/09/08/your-money/identity-theft/equifaxs-instructions-are-confusing-heres-what-to-do-now.html">Equifax's Instructions Are Confusing. Here's What to Do Now.</A></DIV><DIV CLASS="di"><CITE>Bryan Logan / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/equifax-responds-security-breach-arbitration-clause-website-call-center-2017-9?op=1">Equifax responds to confusion surrounding a massive security breach affecting 143 million customers</A></DIV><DIV CLASS="di"><CITE>Elizabeth Weise / <A HREF="http://www.usatoday.com/">USA Today</A>:</CITE> &nbsp; <A HREF="http://www.usatoday.com/story/tech/2017/09/08/equifax-lack-preparation-massive-breach-frustrates-public/646022001/">Equifax's post-hack website looked like a phishing threat to some browsers</A></DIV><DIV CLASS="di"><CITE>Jon Martindale / <A HREF="http://www.digitaltrends.com/">Digital Trends</A>:</CITE> &nbsp; <A HREF="http://www.digitaltrends.com/web/equifax-hack-how-to-find-out-if-you-were-hacked/">Are you a victim of the Equifax hack? Here's how to find out</A></DIV><DIV CLASS="di"><CITE>Jeff John Roberts / <A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/08/equifax-what-to-do/">Equifax Data Breach: What to Do If You've Been Hacked</A></DIV><DIV CLASS="di"><CITE>Richard Lawler / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/08/equifax-hack-response-pii-lawsuit-waiver/">Equifax tries to explain its response to a massive security breach</A></DIV><DIV CLASS="di"><CITE>AJ Dellinger / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/what-do-protect-yourself-after-equifax-breach-2587938">What To Do To Protect Yourself After The Equifax Breach</A></DIV><DIV CLASS="di"><CITE>Mike Masnick / <A HREF="http://www.techdirt.com/">Techdirt</A>:</CITE> &nbsp; <A HREF="http://www.techdirt.com/articles/20170908/17363538172/equifax-security-breach-is-complete-disaster-will-almost-certainly-get-worse.shtml">Equifax Security Breach Is A Complete Disaster... And Will Almost Certainly Get Worse</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Tony Webster / <A HREF="http://twitter.com/webster">@webster</A>:</CITE> &nbsp; <A HREF="http://twitter.com/webster/status/906346071210778625">OMG, Equifax security freeze PINs are worse than I thought. If you froze your credit today 2:15pm ET for example, you'd get PIN 0908171415.</A></DIV><DIV CLASS="di"><CITE>Tony Webster / <A HREF="http://twitter.com/webster">@webster</A>:</CITE> &nbsp; <A HREF="http://twitter.com/webster/status/906361966645710849">Verified PIN format w/ several people who froze today. And I got my PIN in 2007&mdash;same exact format. Equifax has been doing this for A DECADE.</A></DIV><DIV CLASS="di"><CITE>Eric Schneiderman / <A HREF="http://twitter.com/agschneiderman">@agschneiderman</A>:</CITE> &nbsp; <A HREF="http://twitter.com/agschneiderman/status/906235416738705408">After conversations w my office, @Equifax has clarified its policy re: arbitration. We are continuing to closely review.pic.twitter.com/WcPZ9OqMcL</A></DIV><DIV CLASS="di"><CITE>Zack Whittaker / <A HREF="http://twitter.com/zackwhittaker">@zackwhittaker</A>:</CITE> &nbsp; <A HREF="http://twitter.com/zackwhittaker/status/906343454585888768">The executive who runs Equifax's security group got a nice pay packet last year. http://www.cnbc.com/...</A></DIV><DIV CLASS="di"><CITE>Parker Thompson / <A HREF="http://twitter.com/pt">@pt</A>:</CITE> &nbsp; <A HREF="http://twitter.com/pt/status/906570997041553409">Blockchain is arguably far less secure than well-managed central databases. Personal security blows. Just shifts attack strategies.</A></DIV><DIV CLASS="di"><CITE>Josh Elman / <A HREF="http://twitter.com/joshelman">@joshelman</A>:</CITE> &nbsp; <A HREF="http://twitter.com/joshelman/status/906563846147469312">Debate I am having: is equifax a sign of need for greater regulation, or a sign we need decentralization and blockchain to replace asap?</A></DIV><DIV CLASS="di"><CITE>Switched / <A HREF="http://twitter.com/switch_d">@switch_d</A>:</CITE> &nbsp; <A HREF="http://twitter.com/switch_d/status/906290755706216449">abcdef:000000 also verified for me. http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Troy Hunt / <A HREF="http://twitter.com/troyhunt">@troyhunt</A>:</CITE> &nbsp; <A HREF="http://twitter.com/troyhunt/status/906295121494159360">What an absolute mess this situation is: &ldquo;We tested Equifax's data breach checker &mdash; and it's basically useless&rdquo; http://www.zdnet.com/...</A></DIV></DIV>
<DIV CLASS="exm" ID="1dxr" STYLE="display:block;"><A HREF="javascript:tgd('1',true)">Expand More For Next 2</A></DIV><DIV CLASS="exm" ID="1pxr" STYLE="display:none;"><A HREF="javascript:tgd('1',false)">Unexpand More For Next 2</A></DIV></DIV>
</DIV></DIV></DIV>
<DIV CLASS="relitems">
<DIV CLASS="itc1" ONMOUSEOVER="overitem(1,true,2)" ONMOUSEOUT="overitem(1,false,2)"><DIV CLASS="itc2" ID="170909p9"><DIV CLASS="item" ID="1i2">
<table class="shrtbl"><tr><td>
<CITE>Lily Hay Newman / <A HREF="http://www.wired.com/">Wired</A>:</CITE>
</td><td><span id="s1i2" pml="170909p9" twid="906624955915362306"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.wired.com/story/the-equifax-breach-exposes-americas-identity-crisis"><IMG CLASS="ill" SRC="/170909/i9.jpg"></A>
<STRONG CLASS="L1"><A CLASS="ourh" HREF="http://www.wired.com/story/the-equifax-breach-exposes-americas-identity-crisis">Equifax breach exposes the problems with using social security numbers as a unique identifiers in the digital age</A></STRONG>&nbsp; &mdash;&nbsp; ONE OF THE most shocking things about Thursday's announcement of the Equifax data breach is the sheer scale of the numbers involved.&nbsp; Particularly the Social Security numbers.</DIV>
<DIV ID="1d2"><DIV CLASS="dbpt">
<DIV ID="1dx2" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('1',true,2);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.dailymail.co.uk/news/article-4867652/Up-44-MILLION-Britons-data-stolen.html">Daily Mail</A>, <A HREF="http://www.kalzumeus.com/2017/09/09/identity-theft-credit-reports/">Kalzumeus Software</A>, <A HREF="http://www.bloomberg.com/view/articles/2017-09-08/the-equifax-hack-didn-t-have-to-be-this-bad">Bloomberg</A>, and <A HREF="http://nakedsecurity.sophos.com/2017/09/08/equifax-highlighting-the-problems-with-social-security-numbers/">Naked Security</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/adamcurry/status/906989667072999425">@adamcurry</A> and <A HREF="http://twitter.com/mattcutts/status/906896654573490176">@mattcutts</A></span></DIV>
</DIV></DIV>
<DIV ID="1p2" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="1px2" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('1',false,2)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Fionn Hargreaves / <A HREF="http://www.dailymail.co.uk/">Daily Mail</A>:</CITE> &nbsp; <A HREF="http://www.dailymail.co.uk/news/article-4867652/Up-44-MILLION-Britons-data-stolen.html">Up to 44 MILLION Britons may have had their data stolen in massive cyber attack on US credit rating firm Equifax</A></DIV><DIV CLASS="di"><CITE>Patrick McKenzie / <A HREF="http://www.kalzumeus.com/">Kalzumeus Software</A>:</CITE> &nbsp; <A HREF="http://www.kalzumeus.com/2017/09/09/identity-theft-credit-reports/">Identity Theft, Credit Reports, and You</A></DIV><DIV CLASS="di"><CITE>Elaine Ou / <A HREF="http://www.bloomberg.com/">Bloomberg</A>:</CITE> &nbsp; <A HREF="http://www.bloomberg.com/view/articles/2017-09-08/the-equifax-hack-didn-t-have-to-be-this-bad">The Equifax Hack Didn't Have to Be This Bad</A></DIV><DIV CLASS="di"><CITE>Maria Varmazis / <A HREF="http://nakedsecurity.sophos.com/">Naked Security</A>:</CITE> &nbsp; <A HREF="http://nakedsecurity.sophos.com/2017/09/08/equifax-highlighting-the-problems-with-social-security-numbers/">Equifax: highlighting the problems with social security numbers</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Adam Curry / <A HREF="http://twitter.com/adamcurry">@adamcurry</A>:</CITE> &nbsp; <A HREF="http://twitter.com/adamcurry/status/906989667072999425">Yippee! &ldquo;Up to 44mil Britons may have had data stolen from Equifax&rdquo; http://l.curry.com/f0h</A></DIV><DIV CLASS="di"><CITE>Matt Cutts / <A HREF="http://twitter.com/mattcutts">@mattcutts</A>:</CITE> &nbsp; <A HREF="http://twitter.com/mattcutts/status/906896654573490176">Solid advice on fixing erroneous things on your credit report: http://www.kalzumeus.com/... This is what adding value looks like.</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(1,true,3)" ONMOUSEOUT="overitem(1,false,3)"><DIV CLASS="itc2" ID="170908p13"><DIV CLASS="item" ID="1i3">
<table class="shrtbl"><tr><td>
<CITE>Tony Romm / <A HREF="http://recode.net/">Recode</A>:</CITE>
</td><td><span id="s1i3" pml="170908p13" twid="906254663900688384"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.recode.net/2017/9/8/16278030/congress-hearing-massive-equifax-data-breach-hack-security-privacy-data">House Energy and Commerce Committee, Financial Services Committee, and New York attorney general announce probes into Equifax breach</A></STRONG></DIV>
<DIV ID="1d3"><DIV CLASS="dbpt">
<DIV ID="1dx3" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('1',true,3);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.nytimes.com/2017/09/08/technology/seriously-equifax-why-the-credit-agencys-breach-means-regulation-is-needed.html">New York Times</A>, <A HREF="http://krebsonsecurity.com/2017/09/equifax-breach-response-turns-dumpster-fire/">Krebs on Security</A>, <A HREF="http://fortune.com/2017/09/09/equifax-hack-crisis/">Fortune</A>, <A HREF="http://themerkle.com/equifax-data-breach-demonstrates-the-value-of-cryptocurrencies/">The Merkle</A>, <A HREF="http://www.bloomberg.com/news/articles/2017-09-08/equifax-sued-over-massive-hack-in-multibillion-dollar-lawsuit">Bloomberg</A>, <A HREF="http://abcnews.go.com/Technology/wireStory/equifax-data-breach-49724230">Associated Press</A>, <A HREF="http://techcrunch.com/2017/09/09/a-perfect-storm-of-corporate-idiocy/">TechCrunch</A>, <A HREF="http://thehill.com/policy/technology/349832-ny-attorney-general-announces-investigation-in-equifax-breach">The Hill</A>, <A HREF="http://www.oregonlive.com/portland/index.ssf/2017/09/two_oregon_residents_file_clas.html">Oregonian</A>, <A HREF="http://www.finextra.com/blogposting/14483/equifax-exposed-major-breach-of-data-from-major-credit-bureau">Finextra Research Headlines</A>, <A HREF="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Equifax-Data-Breach-Windows-10-Oct-17th-Future-Decoded-AI-Interoperability-Robot-House-Builders">Channel 9</A>, <A HREF="http://www.cnet.com/news/equifax-breach-hacked/">CNET</A>, <A HREF="http://www.businessinsider.com/equifax-security-breach-ny-attorney-general-investigation-2017-9?op=1">Business Insider</A>, <A HREF="http://www.cnbc.com/2017/09/08/equifax-breach-congresswoman-waters-calls-for-credit-reporting-reform.html">CNBC</A>, <A HREF="http://www.latimes.com/business/la-fi-equifax-freeze-20170908-story.html">Los Angeles Times</A>, and <A HREF="http://www.snopes.com/equifax-credit-monitoring-class-action/">Snopes.com</A></span></DIV></DIV>
<DIV ID="1p3" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="1px3" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('1',false,3)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Farhad Manjoo / <A HREF="http://www.nytimes.com/">New York Times</A>:</CITE> &nbsp; <A HREF="http://www.nytimes.com/2017/09/08/technology/seriously-equifax-why-the-credit-agencys-breach-means-regulation-is-needed.html">Seriously, Equifax? This Is a Breach No One Should Get Away With</A></DIV><DIV CLASS="di"><CITE>Brian Krebs / <A HREF="http://krebsonsecurity.com/">Krebs on Security</A>:</CITE> &nbsp; <A HREF="http://krebsonsecurity.com/2017/09/equifax-breach-response-turns-dumpster-fire/">Equifax Breach Response Turns Dumpster Fire</A></DIV><DIV CLASS="di"><CITE>David Z. Morris / <A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/09/equifax-hack-crisis/">How Equifax Turned Its Massive Hack Into an Even Worse &lsquo;Dumpster Fire&rsquo;</A></DIV><DIV CLASS="di"><CITE>Dariusz / <A HREF="http://themerkle.com/">The Merkle</A>:</CITE> &nbsp; <A HREF="http://themerkle.com/equifax-data-breach-demonstrates-the-value-of-cryptocurrencies/">Equifax Data Breach Demonstrates the Value of Cryptocurrencies</A></DIV><DIV CLASS="di"><CITE>Polly Mosendz / <A HREF="http://www.bloomberg.com/">Bloomberg</A>:</CITE> &nbsp; <A HREF="http://www.bloomberg.com/news/articles/2017-09-08/equifax-sued-over-massive-hack-in-multibillion-dollar-lawsuit">Equifax Faces Multibillion-Dollar Lawsuit Over Hack</A></DIV><DIV CLASS="di"><CITE><A HREF="http://hosted.ap.org/dynamic/fronts/HOME?SITE=AP">Associated Press</A>:</CITE> &nbsp; <A HREF="http://abcnews.go.com/Technology/wireStory/equifax-data-breach-49724230">What you need to know about the Equifax data breach</A></DIV><DIV CLASS="di"><CITE>John Biggs / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/09/a-perfect-storm-of-corporate-idiocy/">A perfect storm of corporate idiocy</A></DIV><DIV CLASS="di"><CITE>Harper Neidig / <A HREF="http://www.thehill.com/">The Hill</A>:</CITE> &nbsp; <A HREF="http://thehill.com/policy/technology/349832-ny-attorney-general-announces-investigation-in-equifax-breach">NY attorney general announces investigation in Equifax breach</A></DIV><DIV CLASS="di"><CITE>Maxine Bernstein / <A HREF="http://www.oregonlive.com/">Oregonian</A>:</CITE> &nbsp; <A HREF="http://www.oregonlive.com/portland/index.ssf/2017/09/two_oregon_residents_file_clas.html">Two Oregon residents file class action lawsuit against Equifax, alleging negligence</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.finextra.com/">Finextra Research Headlines</A>:</CITE> &nbsp; <A HREF="http://www.finextra.com/blogposting/14483/equifax-exposed-major-breach-of-data-from-major-credit-bureau">Equifax Exposed: Major Breach of Data from Major Credit Bureau</A></DIV><DIV CLASS="di"><CITE><A HREF="http://channel9.msdn.com/">Channel 9</A>:</CITE> &nbsp; <A HREF="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Equifax-Data-Breach-Windows-10-Oct-17th-Future-Decoded-AI-Interoperability-Robot-House-Builders">TWC9: Equifax Data Breach, Windows 10 Oct 17th, Future Decoded, AI Interoperability, Robot House Builders and more... |</A></DIV><DIV CLASS="di"><CITE>Alfred Ng / <A HREF="http://www.cnet.com/news/">CNET</A>:</CITE> &nbsp; <A HREF="http://www.cnet.com/news/equifax-breach-hacked/">Equifax data hack: What are your legal options?</A></DIV><DIV CLASS="di"><CITE>Lydia Ramsey / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/equifax-security-breach-ny-attorney-general-investigation-2017-9?op=1">New York's AG is investigating Equifax after 143 million Social Security numbers were exposed in a hack</A></DIV><DIV CLASS="di"><CITE>Todd Haselton / <A HREF="http://www.cnbc.com/">CNBC</A>:</CITE> &nbsp; <A HREF="http://www.cnbc.com/2017/09/08/equifax-breach-congresswoman-waters-calls-for-credit-reporting-reform.html">Following Equifax breach, Rep. Waters calls for credit reporting overhaul</A></DIV><DIV CLASS="di"><CITE>David Pierson / <A HREF="http://www.latimes.com/">Los Angeles Times</A>:</CITE> &nbsp; <A HREF="http://www.latimes.com/business/la-fi-equifax-freeze-20170908-story.html">Caught up in the Equifax hack? Here's one thing you can do to protect yourself</A></DIV><DIV CLASS="di"><CITE>Arturo Garcia / <A HREF="http://www.snopes.com/">Snopes.com</A>:</CITE> &nbsp; <A HREF="http://www.snopes.com/equifax-credit-monitoring-class-action/">Does Equifax's Credit Monitoring Service Bar Users From Joining a Class-Action Suit Against Them?</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170910p5"></A>
<A NAME="a170910p9"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(2,true,1)" ONMOUSEOUT="overitem(2,false,1)"><DIV CLASS="itc2" ID="170910p5"><DIV CLASS="item" ID="2i1">
<table class="shrtbl"><tr><td>
<CITE><A HREF="http://www.thedailybeast.com/">The Daily Beast</A>:</CITE>
</td><td><span id="s2i1" pml="170910p5" twid="906871419535073281"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.thedailybeast.com/russias-facebook-fake-news-could-have-reached-70-million-americans"><IMG CLASS="ill" SRC="/170910/i5.jpg"></A>
<STRONG CLASS="L2"><A CLASS="ourh" HREF="http://www.thedailybeast.com/russias-facebook-fake-news-could-have-reached-70-million-americans">Theoretically, how many people could Russians reach with $100K in Facebook ads? Up to 70M in the US, if smartly targeted</A></STRONG>&nbsp; &mdash;&nbsp; Russian-funded covert propaganda posts on Facebook were likely seen by a minimum of 23 million people and might have reached as many as 70 million &hellip; </DIV>
<DIV ID="2d1"><DIV CLASS="dbpt">
<DIV ID="2dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('2',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.politico.com/magazine/story/2017/09/08/how-facebook-changed-the-spy-game-215587">Politico</A> and <A HREF="http://www.computerworld.com/article/3222680/social-media/disinformation-as-a-service-daas-not-good.html">Computerworld</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/pierre/status/906223357309235200">@pierre</A>, <A HREF="http://twitter.com/orinkerr/status/906751301798809600">@orinkerr</A>, <A HREF="http://twitter.com/jessicakia/status/906344708309491713">@jessicakia</A>, <A HREF="http://twitter.com/davidpriess/status/906911902244200448">@davidpriess</A>, and <A HREF="http://twitter.com/hoofnagle/status/906876590482534400">@hoofnagle</A></span></DIV>
<DIV CLASS="dbpt"><SPAN CLASS="moreat"><A HREF="http://mediagazer.com/170908/p19#a170908p19">See also Mediagazer</A></SPAN></DIV></DIV></DIV>
<DIV ID="2p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="2px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('2',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Asha Rangappa / <A HREF="http://www.politico.com/">Politico</A>:</CITE> &nbsp; <A HREF="http://www.politico.com/magazine/story/2017/09/08/how-facebook-changed-the-spy-game-215587">How Facebook Changed the Spy Game</A></DIV><DIV CLASS="di"><CITE>Mike Elgan / <A HREF="http://computerworld.com/">Computerworld</A>:</CITE> &nbsp; <A HREF="http://www.computerworld.com/article/3222680/social-media/disinformation-as-a-service-daas-not-good.html">Disinformation as a service? DaaS not good!</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Pierre Omidyar / <A HREF="http://twitter.com/pierre">@pierre</A>:</CITE> &nbsp; <A HREF="http://twitter.com/pierre/status/906223357309235200">It is illegal to knowingly broadcast a political ad which is untrue, and publishers routinely refuse to air some ads. http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Orin Kerr / <A HREF="http://twitter.com/orinkerr">@orinkerr</A>:</CITE> &nbsp; <A HREF="http://twitter.com/orinkerr/status/906751301798809600">Really interesting essay from @AshaRangappa_, &ldquo;How Facebook Changed the Spy Game.&rdquo; http://www.politico.com/... http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Jessica Kia / <A HREF="http://twitter.com/jessicakia">@jessicakia</A>:</CITE> &nbsp; <A HREF="http://twitter.com/jessicakia/status/906344708309491713">&ldquo;As the internet renders useless the @FBI normal methods to counter foreign propaganda, the reach of these operations has increased a 1000x&rdquo; http://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>David Priess / <A HREF="http://twitter.com/davidpriess">@davidpriess</A>:</CITE> &nbsp; <A HREF="http://twitter.com/davidpriess/status/906911902244200448">US counterintelligence &ldquo;hasn't caught up to the age of asymmetrical information warfare,&rdquo; argues @AshaRangappa_ http://www.politico.com/...</A></DIV><DIV CLASS="di"><CITE>Chris Hoofnagle / <A HREF="http://twitter.com/hoofnagle">@hoofnagle</A>:</CITE> &nbsp; <A HREF="http://twitter.com/hoofnagle/status/906876590482534400">Facebook being Facebook, it reported $ Russian spent on ads rather than the relevant info&mdash;the # of impressions made http://www.thedailybeast.com/ ...</A></DIV></DIV>
<DIV CLASS="dbpt"><SPAN CLASS="moreat"><A HREF="http://mediagazer.com/170908/p19#a170908p19">See also Mediagazer</A></SPAN></DIV><DIV CLASS="exm" ID="2dxr" STYLE="display:block;"><A HREF="javascript:tgd('2',true)">Expand More For Next</A></DIV><DIV CLASS="exm" ID="2pxr" STYLE="display:none;"><A HREF="javascript:tgd('2',false)">Unexpand More For Next</A></DIV></DIV>
</DIV></DIV></DIV>
<DIV CLASS="relitems">
<DIV CLASS="itc1" ONMOUSEOVER="overitem(2,true,2)" ONMOUSEOUT="overitem(2,false,2)"><DIV CLASS="itc2" ID="170910p9"><DIV CLASS="item" ID="2i2">
<table class="shrtbl"><tr><td>
<CITE>Scott Shane / <A HREF="http://www.nytimes.com/">New York Times</A>:</CITE>
</td><td><span id="s2i2" pml="170910p9" twid="907002289579315200"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.nytimes.com/2017/09/07/us/politics/russia-facebook-twitter-election.html">Investigation shows how suspected Russian operators used fake accounts on Twitter and Facebook to spread anti-Clinton messages and promote hacked material</A></STRONG></DIV>
<DIV ID="2d2"><DIV CLASS="dbpt">
<DIV ID="2dx2" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('2',true,2);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.yahoo.com/news/fire-facebook-refuses-disclose-political-ads-bought-russian-trolls-230143492.html">Yahoo</A>, <A HREF="http://hunterwalk.com/2017/09/08/the-bot-registration-act-of-2017-could-improve-twitter-for-us-humans/">Hunter Walk</A>, <A HREF="http://www.washingtonpost.com/news/global-opinions/wp/2017/09/08/the-case-for-trump-russia-collusion-were-getting-very-very-close/">Washington Post</A>, <A HREF="http://www.motherjones.com/politics/2017/09/on-the-front-lines-of-the-trump-fueled-information-wars/">Mother Jones</A>, and <A HREF="http://www.newser.com/story/248369/its-becoming-clear-facebook-gave-presidency-to-trump.html">Newser</A></span></DIV></DIV>
<DIV ID="2p2" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="2px2" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('2',false,2)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Michael Isikoff / <A HREF="http://www.yahoo.com/">Yahoo</A>:</CITE> &nbsp; <A HREF="http://www.yahoo.com/news/fire-facebook-refuses-disclose-political-ads-bought-russian-trolls-230143492.html">Under fire, Facebook refuses to disclose political ads bought by Russian trolls</A></DIV><DIV CLASS="di"><CITE><A HREF="http://hunterwalk.com/">Hunter Walk</A>:</CITE> &nbsp; <A HREF="http://hunterwalk.com/2017/09/08/the-bot-registration-act-of-2017-could-improve-twitter-for-us-humans/">The Bot Registration Act of 2017 Could Improve Twitter For Us Humans</A></DIV><DIV CLASS="di"><CITE>Anne Applebaum / <A HREF="http://www.washingtonpost.com/">Washington Post</A>:</CITE> &nbsp; <A HREF="http://www.washingtonpost.com/news/global-opinions/wp/2017/09/08/the-case-for-trump-russia-collusion-were-getting-very-very-close/">The case for Trump-Russia collusion: We're getting very, very close</A></DIV><DIV CLASS="di"><CITE>Denise Clifton / <A HREF="http://www.motherjones.com/">Mother Jones</A>:</CITE> &nbsp; <A HREF="http://www.motherjones.com/politics/2017/09/on-the-front-lines-of-the-trump-fueled-information-wars/">Disturbing New Evidence of How the Trump Era Is Boosting Misinformation and Propaganda</A></DIV><DIV CLASS="di"><CITE>John Johnson / <A HREF="http://www.newser.com/section/7/technology-news-headlines.html">Newser</A>:</CITE> &nbsp; <A HREF="http://www.newser.com/story/248369/its-becoming-clear-facebook-gave-presidency-to-trump.html">It's Becoming Clear: Facebook Gave Presidency to Trump</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170910p2"></A>
<A NAME="a170910p1"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(3,true,1)" ONMOUSEOUT="overitem(3,false,1)"><DIV CLASS="itc2" ID="170910p2"><DIV CLASS="item" ID="3i1">
<table class="shrtbl"><tr><td>
<CITE>Holly Hartman / <A HREF="http://www.chron.com/">Houston Chronicle</A>:</CITE>
</td><td><span id="s3i1" pml="170910p2" twid="906749556804726784"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.houstonchronicle.com/local/gray-matters/article/I-downloaded-an-app-And-suddenly-I-was-talking-12172506.php"><IMG CLASS="ill" SRC="/170910/i2.jpg"></A>
<STRONG CLASS="L2"><A CLASS="ourh" HREF="http://www.houstonchronicle.com/local/gray-matters/article/I-downloaded-an-app-And-suddenly-I-was-talking-12172506.php">A first-person account of using the walkie talkie app Zello during Hurricane Harvey; app was used by the volunteer group Cajun Navy to coordinate rescues</A></STRONG>&nbsp; &mdash;&nbsp; After two minutes of training, I was talking to people desperate for help&nbsp; &mdash;&nbsp; After watching nonstop coverage of the hurricane &hellip; </DIV>
<DIV ID="3d1"><DIV CLASS="dbpt">
<DIV ID="3dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('3',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://techcrunch.com/2017/09/10/zello-tops-us-app-store-as-the-walkie-talkie-for-hurricane-volunteers/">TechCrunch</A> and <A HREF="http://www.androidcentral.com/phone-app-saved-lives-during-hurricane-harvey">Android Central</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/kessler/status/906736770162712577">@kessler</A> and <A HREF="http://twitter.com/nxthompson/status/906708108680069120">@nxthompson</A></span></DIV>
</DIV></DIV>
<DIV ID="3p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="3px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('3',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Mike Butcher / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/10/zello-tops-us-app-store-as-the-walkie-talkie-for-hurricane-volunteers/">Zello tops US app store as the walkie-talkie for hurricane volunteers</A></DIV><DIV CLASS="di"><CITE>Jerry Hildenbrand / <A HREF="http://www.androidcentral.com/">Android Central</A>:</CITE> &nbsp; <A HREF="http://www.androidcentral.com/phone-app-saved-lives-during-hurricane-harvey">A phone app helped save lives during Hurricane Harvey</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Ben Kessler / <A HREF="http://twitter.com/kessler">@kessler</A>:</CITE> &nbsp; <A HREF="http://twitter.com/kessler/status/906736770162712577">Such an incredible story. Also, Zello, the walkie talkie app mentioned is currently #1 in the App Store. http://www.houstonchronicle.com/ ...</A></DIV><DIV CLASS="di"><CITE>Nicholas Thompson / <A HREF="http://twitter.com/nxthompson">@nxthompson</A>:</CITE> &nbsp; <A HREF="http://twitter.com/nxthompson/status/906708108680069120">&ldquo;I can't stop crying.&rdquo; &ldquo;It's OK. Stay calm.&rdquo; &ldquo;I'm trying.&rdquo; This story ... http://www.houstonchronicle.com/ ...</A></DIV></DIV>
<DIV CLASS="exm" ID="3dxr" STYLE="display:block;"><A HREF="javascript:tgd('3',true)">Expand More For Next</A></DIV><DIV CLASS="exm" ID="3pxr" STYLE="display:none;"><A HREF="javascript:tgd('3',false)">Unexpand More For Next</A></DIV></DIV>
</DIV></DIV></DIV>
<DIV CLASS="relitems">
<DIV CLASS="itc1" ONMOUSEOVER="overitem(3,true,2)" ONMOUSEOUT="overitem(3,false,2)"><DIV CLASS="itc2" ID="170910p1"><DIV CLASS="item" ID="3i2">
<table class="shrtbl"><tr><td>
<CITE>Alex Kantrowitz / <A HREF="http://www.buzzfeed.com/">BuzzFeed</A>:</CITE>
</td><td><span id="s3i2" pml="170910p1" twid="906746971666501633"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.buzzfeed.com/alexkantrowitz/as-hurricane-irma-devastates-walkie-talkie-app-zello-adds-6">CEO of Zello says the walkie talkie app, which relies on Wi-Fi and cell service, has added 6M users since past Monday after Hurricane Harvey and ahead of Irma</A></STRONG></DIV>
<DIV ID="3d2"><DIV CLASS="dbpt">
<DIV ID="3dx2" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('3',true,2);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.digitaltrends.com/mobile/zello-hurricane-harvey-hurricane-irma/">Digital Trends</A>, <A HREF="http://www.recode.net/2017/9/10/16283380/zello-florida-hurricane-irma-updates-search-and-rescue-news">Recode</A>, <A HREF="http://www.androidauthority.com/best-hurricane-apps-android-799467/">Android Authority</A>, and <A HREF="http://gizmodo.com/hurricane-irma-has-made-landfall-in-florida-updating-1803060802">Gizmodo</A></span>.&nbsp; <SPAN CLASS="drhed">Thanks:</SPAN><A HREF="http://twitter.com/kantrowitz/status/906717743633776640">@kantrowitz</A></DIV></DIV>
<DIV ID="3p2" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="3px2" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('3',false,2)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Stephen Jordan / <A HREF="http://www.digitaltrends.com/">Digital Trends</A>:</CITE> &nbsp; <A HREF="http://www.digitaltrends.com/mobile/zello-hurricane-harvey-hurricane-irma/">Zello is the top app in the App Store due to Hurricane Irma</A></DIV><DIV CLASS="di"><CITE>Johana Bhuiyan / <A HREF="http://recode.net/">Recode</A>:</CITE> &nbsp; <A HREF="http://www.recode.net/2017/9/10/16283380/zello-florida-hurricane-irma-updates-search-and-rescue-news">This walkie talkie app got 6 million new users in one week as people prepared for Hurricane Irma in Florida</A></DIV><DIV CLASS="di"><CITE>Joe Hindy / <A HREF="http://www.androidauthority.com/">Android Authority</A>:</CITE> &nbsp; <A HREF="http://www.androidauthority.com/best-hurricane-apps-android-799467/">5 best apps for helping during a hurricane</A></DIV><DIV CLASS="di"><CITE>Tom McKay / <A HREF="http://gizmodo.com/">Gizmodo</A>:</CITE> &nbsp; <A HREF="http://gizmodo.com/hurricane-irma-has-made-landfall-in-florida-updating-1803060802">Hurricane Irma Has Made Landfall in Florida</A></DIV></DIV>
<DIV CLASS="dbpt"><SPAN CLASS="drhed">Thanks:</SPAN><A HREF="http://twitter.com/kantrowitz/status/906717743633776640">@kantrowitz</A></DIV></DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170909p11"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(4,true,1)" ONMOUSEOUT="overitem(4,false,1)"><DIV CLASS="itc2" ID="170909p11"><DIV CLASS="item" ID="4i1">
<table class="shrtbl"><tr><td>
<CITE>Joe Maring / <A HREF="http://9to5google.com/">9to5Google</A>:</CITE>
</td><td><span id="s4i1" pml="170909p11" twid="906718027802136576"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://9to5google.com/2017/09/08/youtube-hdr-galaxy-s8/"><IMG CLASS="ill" SRC="/170909/i11.jpg"></A>
<STRONG CLASS="L2"><A CLASS="ourh" HREF="http://9to5google.com/2017/09/08/youtube-hdr-galaxy-s8/">YouTube starts rolling out HDR video support to Android app, available on Google Pixel, Galaxy S8, Galaxy Note8, LG V30, and Sony Xperia XZ Premium</A></STRONG>&nbsp; &mdash;&nbsp; Update (2:18 PM PT) &mdash; Since originally publishing this article, Google has also started to push out HDR YouTube support for the Google Pixel, LG V30, and Sony Xperia XZ Premium.</DIV>
<DIV ID="4d1"><DIV CLASS="dbpt">
<DIV ID="4dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('4',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.theverge.com/2017/9/8/16273408/galaxy-s8-note-8-hdr-youtube-app-update-first-phones">The Verge</A>, <A HREF="http://www.engadget.com/2017/09/08/youtube-hdr-pixel-galaxy-s8-lg-v30/">Engadget</A>, <A HREF="http://www.neowin.net/news/youtube-hdr-is-now-available-for-a-few-of-the-top-flagships">Neowin</A>, <A HREF="http://www.engadget.com/2017/09/09/youtube-playback-speed-mobile-ios-android/">Engadget</A>, <A HREF="http://techcrunch.com/2017/09/08/youtube-launches-hdr-playback-on-select-mobile-devices/">TechCrunch</A>, <A HREF="http://www.digitaltrends.com/mobile/youtube-hdr-galaxy-note-8-lg-g6/">Digital Trends</A>, <A HREF="http://www.techtimes.com/articles/213334/20170909/youtube-launches-hdr-option-on-select-lg-samsung-and-sony-xperia-phones-but-several-users-are-reporting-major-problems.htm">Tech Times</A>, <A HREF="http://www.techradar.com/news/youtube-hdr-samsung-galaxy-note-8-lg-v30-google-pixel">TechRadar.com</A>, <A HREF="http://www.ubergizmo.com/2017/09/youtube-hdr-support-added-to-phones/">Ubergizmo</A>, <A HREF="http://www.zdnet.com/article/youtube-update-brings-hdr-playback-to-samsung-galaxy-phones/">ZDNet</A>, <A HREF="http://thenextweb.com/google/2017/09/08/1075297/">The Next Web</A>, <A HREF="http://www.androidauthority.com/youtube-hdr-galaxy-s8-xperia-xz-premium-799302/">Android Authority</A>, <A HREF="http://www.pocket-lint.com/news/138829-youtube-hdr-here-s-how-to-find-and-watch-youtube-videos-in-hdr">Pocket-lint</A>, <A HREF="http://www.forbes.com/sites/johnarcher/2017/09/08/youtube-brings-hdr-to-mobile/">Forbes</A>, <A HREF="http://phandroid.com/2017/09/08/youtubes-new-hdr-option-is-showing-up-on-the-galaxy-s8-note-8-and-other-compatible-devices/">Phandroid</A>, <A HREF="http://www.slashgear.com/youtube-hdr-rolls-out-for-galaxy-s8-pixel-v30-and-other-phones-08498942/">SlashGear</A>, and <A HREF="http://www.iphoneincanada.ca/news/youtube-hdr-video-playback-smartphones/">iPhone in Canada Blog</A></span></DIV></DIV>
<DIV ID="4p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="4px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('4',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Chaim Gartenberg / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/8/16273408/galaxy-s8-note-8-hdr-youtube-app-update-first-phones">The Galaxy S8 and Note 8 are the first phones to get HDR YouTube support</A></DIV><DIV CLASS="di"><CITE>Timothy J. Seppala / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/08/youtube-hdr-pixel-galaxy-s8-lg-v30/">YouTube HDR is available for a bunch of new phones</A></DIV><DIV CLASS="di"><CITE>Steven Parker / <A HREF="http://www.neowin.net/">Neowin</A>:</CITE> &nbsp; <A HREF="http://www.neowin.net/news/youtube-hdr-is-now-available-for-a-few-of-the-top-flagships">YouTube HDR is now available for a few of the top flagships</A></DIV><DIV CLASS="di"><CITE>Mariella Moon / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/09/youtube-playback-speed-mobile-ios-android/">YouTube brings playback speed choices to mobile</A></DIV><DIV CLASS="di"><CITE>Sarah Perez / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/youtube-launches-hdr-playback-on-select-mobile-devices/">YouTube launches HDR playback on select mobile devices</A></DIV><DIV CLASS="di"><CITE>Kyle Wiggers / <A HREF="http://www.digitaltrends.com/">Digital Trends</A>:</CITE> &nbsp; <A HREF="http://www.digitaltrends.com/mobile/youtube-hdr-galaxy-note-8-lg-g6/">YouTube's updated app brings HDR to select Samsung, LG, and Sony smartphones</A></DIV><DIV CLASS="di"><CITE>Carl Velasco / <A HREF="http://www.techtimes.com/">Tech Times</A>:</CITE> &nbsp; <A HREF="http://www.techtimes.com/articles/213334/20170909/youtube-launches-hdr-option-on-select-lg-samsung-and-sony-xperia-phones-but-several-users-are-reporting-major-problems.htm">YouTube Launches HDR Option On Select LG, Samsung, And Sony Xperia Phones, But Several Users &hellip; </A></DIV><DIV CLASS="di"><CITE>Cameron Faulkner / <A HREF="http://www.techradar.com/">TechRadar.com</A>:</CITE> &nbsp; <A HREF="http://www.techradar.com/news/youtube-hdr-samsung-galaxy-note-8-lg-v30-google-pixel">YouTube HDR arrives for Galaxy Note 8, LG V30 and more</A></DIV><DIV CLASS="di"><CITE>Tyler Lee / <A HREF="http://www.ubergizmo.com/">Ubergizmo</A>:</CITE> &nbsp; <A HREF="http://www.ubergizmo.com/2017/09/youtube-hdr-support-added-to-phones/">YouTube Adds HDR Support For A Bunch Of Phones</A></DIV><DIV CLASS="di"><CITE>Jason Cipriani / <A HREF="http://www.zdnet.com/">ZDNet</A>:</CITE> &nbsp; <A HREF="http://www.zdnet.com/article/youtube-update-brings-hdr-playback-to-samsung-galaxy-phones/">YouTube update brings HDR playback to Samsung Galaxy phones</A></DIV><DIV CLASS="di"><CITE>Napier Lopez / <A HREF="http://thenextweb.com/">The Next Web</A>:</CITE> &nbsp; <A HREF="http://thenextweb.com/google/2017/09/08/1075297/">YouTube brings HDR playback to Android, and it looks incredible</A></DIV><DIV CLASS="di"><CITE>Williams Pelegrin / <A HREF="http://www.androidauthority.com/">Android Authority</A>:</CITE> &nbsp; <A HREF="http://www.androidauthority.com/youtube-hdr-galaxy-s8-xperia-xz-premium-799302/">YouTube HDR playback arrives on the Samsung Galaxy S8 and Xperia XZ Premium</A></DIV><DIV CLASS="di"><CITE>Elyse Betters / <A HREF="http://www.pocket-lint.com/">Pocket-lint</A>:</CITE> &nbsp; <A HREF="http://www.pocket-lint.com/news/138829-youtube-hdr-here-s-how-to-find-and-watch-youtube-videos-in-hdr">YouTube HDR: Here's how to find and watch YouTube videos in HDR</A></DIV><DIV CLASS="di"><CITE>John Archer / <A HREF="http://www.forbes.com/">Forbes</A>:</CITE> &nbsp; <A HREF="http://www.forbes.com/sites/johnarcher/2017/09/08/youtube-brings-hdr-to-mobile/">YouTube Brings HDR To Mobile</A></DIV><DIV CLASS="di"><CITE>Chris Chavez / <A HREF="http://phandroid.com/">Phandroid</A>:</CITE> &nbsp; <A HREF="http://phandroid.com/2017/09/08/youtubes-new-hdr-option-is-showing-up-on-the-galaxy-s8-note-8-and-other-compatible-devices/">YouTube's new HDR option is showing up on the Galaxy S8, Note 8, and other compatible devices</A></DIV><DIV CLASS="di"><CITE>Brittany A. Roston / <A HREF="http://www.slashgear.com/">SlashGear</A>:</CITE> &nbsp; <A HREF="http://www.slashgear.com/youtube-hdr-rolls-out-for-galaxy-s8-pixel-v30-and-other-phones-08498942/">YouTube HDR rolls out for Galaxy S8, Pixel, V30 and other phones</A></DIV><DIV CLASS="di"><CITE>Usman / <A HREF="http://www.iphoneincanada.ca/">iPhone in Canada Blog</A>:</CITE> &nbsp; <A HREF="http://www.iphoneincanada.ca/news/youtube-hdr-video-playback-smartphones/">YouTube Makes HDR Video Playback Available on Select Smartphones</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170910p8"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(5,true,1)" ONMOUSEOUT="overitem(5,false,1)"><DIV CLASS="itc2" ID="170910p8"><DIV CLASS="item" ID="5i1">
<table class="shrtbl"><tr><td>
<CITE>David Robinson / <A HREF="http://stackoverflow.blog/">Stack Overflow Blog</A>:</CITE>
</td><td><span id="s5i1" pml="170910p8" twid="906980895692935168"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://stackoverflow.blog/2017/09/06/incredible-growth-python/"><IMG CLASS="ill" SRC="/170910/i8.jpg"></A>
<STRONG CLASS="L2"><A CLASS="ourh" HREF="http://stackoverflow.blog/2017/09/06/incredible-growth-python/">Stack Overflow site metrics from high-income countries show Python is fastest-growing major programming language, with the highest trafficked tag on the site</A></STRONG>&nbsp; &mdash;&nbsp; We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the rest of the world.</DIV>
<DIV ID="5d1"><DIV CLASS="dbpt">
<DIV ID="5dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('5',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://thenewstack.io/week-programming-horse-race-heats-python/">The New Stack</A> and <A HREF="http://www.theregister.co.uk/2017/09/09/python_is_an_expander_not_a_constrictor/">The Register</A></span></DIV></DIV>
<DIV ID="5p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="5px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('5',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Mike Melanson / <A HREF="http://thenewstack.io/">The New Stack</A>:</CITE> &nbsp; <A HREF="http://thenewstack.io/week-programming-horse-race-heats-python/">This Week in Programming: Python Heats up the Language Horse Race</A></DIV><DIV CLASS="di"><CITE>Thomas Claburn / <A HREF="http://www.theregister.co.uk/">The Register</A>:</CITE> &nbsp; <A HREF="http://www.theregister.co.uk/2017/09/09/python_is_an_expander_not_a_constrictor/">Everyone loves programming in Python!&nbsp; You disagree?&nbsp; But it's the fastest growing, says Stack Overflow</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170910p4"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(6,true,1)" ONMOUSEOUT="overitem(6,false,1)"><DIV CLASS="itc2" ID="170910p4"><DIV CLASS="item" ID="6i1">
<table class="shrtbl"><tr><td>
<CITE>Joe Mullin / <A HREF="http://arstechnica.com/">Ars Technica</A>:</CITE>
</td><td><span id="s6i1" pml="170910p4" twid="906832408271577088"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://arstechnica.com/tech-policy/2017/09/first-case-over-workers-rights-in-the-gig-economy-heads-to-trial/"><IMG CLASS="ill" SRC="/170910/i4.jpg"></A>
<STRONG CLASS="L1"><A CLASS="ourh" HREF="http://arstechnica.com/tech-policy/2017/09/first-case-over-workers-rights-in-the-gig-economy-heads-to-trial/">Lawsuit against Grubhub, argued in court this past week, may set a precedent for how gig economy companies define employees vs contractors</A></STRONG>&nbsp; &mdash;&nbsp; Was Raef Lawson an employee or a business owner when he drove for GrubHub?&nbsp; &mdash;&nbsp; SAN FRANCISCO&mdash;The first big trial over worker rights in the &hellip; </DIV>
<DIV ID="6d1"><DIV CLASS="dbpt">
<DIV ID="6dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('6',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://techcrunch.com/2017/09/10/grubhub-trial-week-one-recap/">TechCrunch</A>, <A HREF="http://techcrunch.com/2017/09/08/grubhub-is-not-a-food-delivery-company-says-coo/">TechCrunch</A>, <A HREF="http://techcrunch.com/2017/09/05/grubhub-versus-lawson-1099-trial/">TechCrunch</A>, <A HREF="http://www.vanityfair.com/news/2017/09/sued-for-underpaying-drivers-grubhub-claims-it-isnt-a-food-delivery-company">Vanity Fair</A>, and <A HREF="http://mashable.com/2017/09/08/grubhub-lawsuit-trial-workers/">Mashable</A></span></DIV></DIV>
<DIV ID="6p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="6px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('6',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Megan Rose Dickey / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/10/grubhub-trial-week-one-recap/">What you missed at the GrubHub trial about 1099 independent contractors</A></DIV><DIV CLASS="di"><CITE>Megan Rose Dickey / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/grubhub-is-not-a-food-delivery-company-says-coo/">GrubHub is not a food delivery company, says COO</A></DIV><DIV CLASS="di"><CITE>Megan Rose Dickey / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/05/grubhub-versus-lawson-1099-trial/">As trial begins, GrubHub looks to defend itself as a 1099 employer</A></DIV><DIV CLASS="di"><CITE>Maya Kosoff / <A HREF="http://www.vanityfair.com/">Vanity Fair</A>:</CITE> &nbsp; <A HREF="http://www.vanityfair.com/news/2017/09/sued-for-underpaying-drivers-grubhub-claims-it-isnt-a-food-delivery-company">Sued for Underpaying Drivers, Grubhub Claims It Isn't a Food-Delivery Company</A></DIV><DIV CLASS="di"><CITE>Patrick Kulp / <A HREF="http://mashable.com/stories/">Mashable</A>:</CITE> &nbsp; <A HREF="http://mashable.com/2017/09/08/grubhub-lawsuit-trial-workers/">Grubhub claims it's not a food delivery company to avoid paying drivers more</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170909p4"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(7,true,1)" ONMOUSEOUT="overitem(7,false,1)"><DIV CLASS="itc2" ID="170909p4"><DIV CLASS="item" ID="7i1">
<table class="shrtbl"><tr><td>
<CITE>Mitchel Broussard / <A HREF="http://www.macrumors.com/">MacRumors</A>:</CITE>
</td><td><span id="s7i1" pml="170909p4" twid="906501636708847621"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.macrumors.com/2017/09/08/spotify-web-player-no-safari/"><IMG CLASS="ill" SRC="/170909/i4.jpg"></A>
<STRONG CLASS="L1"><A HREF="http://www.macrumors.com/2017/09/08/spotify-web-player-no-safari/">Spotify Web Player No Longer Compatible With Apple's Safari Browser</A></STRONG>&nbsp; &mdash;&nbsp; Spotify users on the service's Web Player have noticed that they can no longer listen to music in Apple's Safari browser, taking to Spotify's Community web page to discuss the incompatibility between Safari and Spotify's Web Player (via Mac Generation).</DIV>
<DIV ID="7d1"><DIV CLASS="dbpt">
<DIV ID="7dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('7',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.engadget.com/2017/09/09/spotify-drops-safari-streaming-support/">Engadget</A>, <A HREF="http://gizmodo.com/whoops-spotifys-web-player-no-longer-works-on-apples-s-1803098092">Gizmodo</A>, <A HREF="http://www.ibtimes.com/spotify-web-player-no-longer-available-apples-safari-browser-2588175">International Business Times</A>, <A HREF="http://www.theverge.com/2017/9/10/16283494/spotify-web-player-safari-browser-support-apple">The Verge</A>, <A HREF="http://www.slashgear.com/spotify-web-streaming-no-longer-supports-apples-safari-10499010/">SlashGear</A>, <A HREF="http://www.digitaltrends.com/apple/spotify-drops-safari-support/">Digital Trends</A>, <A HREF="http://community.spotify.com/t5/Desktop-Linux-Windows-Web-Player/Safari-No-Longer-Supported/td-p/1975103">The Spotify Community</A>, and <A HREF="http://www.imore.com/spotify-no-longer-lets-you-stream-music-apples-safari-browser">iMore</A></span></DIV></DIV>
<DIV ID="7p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="7px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('7',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Jon Fingas / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/09/spotify-drops-safari-streaming-support/">Spotify no longer streams music in Apple's Safari web browser</A></DIV><DIV CLASS="di"><CITE>Tom McKay / <A HREF="http://gizmodo.com/">Gizmodo</A>:</CITE> &nbsp; <A HREF="http://gizmodo.com/whoops-spotifys-web-player-no-longer-works-on-apples-s-1803098092">Whoops, Spotify's Web Player No Longer Works on Apple's Safari Browser</A></DIV><DIV CLASS="di"><CITE>Eric Chiu / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/spotify-web-player-no-longer-available-apples-safari-browser-2588175">Spotify Web Player No Longer Available In Apple's Safari Browser</A></DIV><DIV CLASS="di"><CITE>Andrew Liptak / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/10/16283494/spotify-web-player-safari-browser-support-apple">Spotify's Web Player no longer works on Safari</A></DIV><DIV CLASS="di"><CITE>Adam Westlake / <A HREF="http://www.slashgear.com/">SlashGear</A>:</CITE> &nbsp; <A HREF="http://www.slashgear.com/spotify-web-streaming-no-longer-supports-apples-safari-10499010/">Spotify web streaming no longer supports Apple's Safari</A></DIV><DIV CLASS="di"><CITE>Mark Austin / <A HREF="http://www.digitaltrends.com/">Digital Trends</A>:</CITE> &nbsp; <A HREF="http://www.digitaltrends.com/apple/spotify-drops-safari-support/">Spotify drops Safari browser in stealth system update</A></DIV><DIV CLASS="di"><CITE><A HREF="http://community.spotify.com/">The Spotify Community</A>:</CITE> &nbsp; <A HREF="http://community.spotify.com/t5/Desktop-Linux-Windows-Web-Player/Safari-No-Longer-Supported/td-p/1975103">Safari No Longer Supported??!!</A></DIV><DIV CLASS="di"><CITE>Tory Foulk / <A HREF="http://www.imore.com/">iMore</A>:</CITE> &nbsp; <A HREF="http://www.imore.com/spotify-no-longer-lets-you-stream-music-apples-safari-browser">Spotify no longer lets you stream music in Apple's Safari browser</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
<DIV CLASS="clus">
<A NAME="a170909p7"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(8,true,1)" ONMOUSEOUT="overitem(8,false,1)"><DIV CLASS="itc2" ID="170909p7"><DIV CLASS="last item" ID="8i1">
<table class="shrtbl"><tr><td>
<CITE>Kavita Kumar / <A HREF="http://www.startribune.com/">Star Tribune</A>:</CITE>
</td><td><span id="s8i1" pml="170909p7" twid="906555734443397120"></span></td></tr></table>
<DIV CLASS="ii"><A HREF="http://www.startribune.com/best-buy-stops-selling-security-software-made-by-russian-firm/443279653/"><IMG CLASS="ill" SRC="/170909/i7.jpg"></A>
<STRONG CLASS="L1"><A CLASS="ourh" HREF="http://www.startribune.com/best-buy-stops-selling-security-software-made-by-russian-firm/443279653/">Best Buy pulls Kaspersky security software off its shelves amid outside concerns that Kaspersky could have ties to the Russian government</A></STRONG>&nbsp; &mdash;&nbsp; Reports of Kremlin ties led retailer to pull the product.&nbsp; &mdash;&nbsp; Best Buy is pulling internet security software from a Russian company off its shelves &hellip; </DIV>
<DIV ID="8d1"><DIV CLASS="dbpt">
<DIV ID="8dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('8',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.reuters.com/article/us-usa-kasperskylab-best-buy/best-buy-stops-sale-of-russia-based-kaspersky-products-idUSKCN1BJ2M4">Reuters</A>, <A HREF="http://www.slashgear.com/kaspersky-security-software-pulled-from-best-buy-over-russia-concerns-10499008/">SlashGear</A>, <A HREF="http://mspoweruser.com/despite-making-peace-with-microsoft-storm-clouds-continue-to-gather-for-kaspersky/">MSPoweruser</A>, <A HREF="http://www.engadget.com/2017/09/08/best-buy-pulls-kasperskys-antivirus-software-from-its-shelves/">Engadget</A>, <A HREF="http://www.cultofmac.com/501332/best-buy-pulls-kaspersky-cybersecurity-software/">Cult of Mac</A>, <A HREF="http://www.neowin.net/news/best-buy-halts-the-sale-of-kaspersky-products-amid-russian-spying-fears">Neowin</A>, <A HREF="http://www.windowscentral.com/best-buy-reportedly-pulling-kaspersky-software-shelves-amid-concerns-over-kremlin-ties">Windows Central</A>, <A HREF="http://www.cyberscoop.com/best-buy-kaspersky/">Cyberscoop</A>, and <A HREF="http://www.businessinsider.com/bestbuy-stops-kaspersky-products-2017-9?op=1">Business Insider</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/kimzetter/status/906296632517517314">@kimzetter</A> and <A HREF="http://twitter.com/ncweaver/status/906256634610987009">@ncweaver</A></span></DIV>
</DIV></DIV>
<DIV ID="8p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="8px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('8',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Manas Mishra / <A HREF="http://www.reuters.com/">Reuters</A>:</CITE> &nbsp; <A HREF="http://www.reuters.com/article/us-usa-kasperskylab-best-buy/best-buy-stops-sale-of-russia-based-kaspersky-products-idUSKCN1BJ2M4">Best Buy stops sale of Russia-based Kaspersky products</A></DIV><DIV CLASS="di"><CITE>Adam Westlake / <A HREF="http://www.slashgear.com/">SlashGear</A>:</CITE> &nbsp; <A HREF="http://www.slashgear.com/kaspersky-security-software-pulled-from-best-buy-over-russia-concerns-10499008/">Kaspersky security software pulled from Best Buy over Russia concerns</A></DIV><DIV CLASS="di"><CITE>Surur / <A HREF="http://mspoweruser.com/">MSPoweruser</A>:</CITE> &nbsp; <A HREF="http://mspoweruser.com/despite-making-peace-with-microsoft-storm-clouds-continue-to-gather-for-kaspersky/">Despite making peace with Microsoft storm clouds continue to gather for Kaspersky</A></DIV><DIV CLASS="di"><CITE>Richard Lawler / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/08/best-buy-pulls-kasperskys-antivirus-software-from-its-shelves/">Best Buy pulls Kaspersky's antivirus software from its shelves</A></DIV><DIV CLASS="di"><CITE>Buster Hein / <A HREF="http://www.cultofmac.com/">Cult of Mac</A>:</CITE> &nbsp; <A HREF="http://www.cultofmac.com/501332/best-buy-pulls-kaspersky-cybersecurity-software/">Best Buy pulls popular Mac and PC security software due to Russian govt links</A></DIV><DIV CLASS="di"><CITE>Dreyer Smit / <A HREF="http://www.neowin.net/">Neowin</A>:</CITE> &nbsp; <A HREF="http://www.neowin.net/news/best-buy-halts-the-sale-of-kaspersky-products-amid-russian-spying-fears">Best Buy halts the sale of Kaspersky products amid Russian spying fears</A></DIV><DIV CLASS="di"><CITE>Dan Thorp-Lancaster / <A HREF="http://www.windowscentral.com/">Windows Central</A>:</CITE> &nbsp; <A HREF="http://www.windowscentral.com/best-buy-reportedly-pulling-kaspersky-software-shelves-amid-concerns-over-kremlin-ties">Best Buy reportedly pulling Kaspersky software from shelves over concerns of Kremlin ties</A></DIV><DIV CLASS="di"><CITE>Patrick Howell O'Neill / <A HREF="http://www.cyberscoop.com/">Cyberscoop</A>:</CITE> &nbsp; <A HREF="http://www.cyberscoop.com/best-buy-kaspersky/">Best Buy removes Kaspersky from store offerings</A></DIV><DIV CLASS="di"><CITE>Sonam Sheth / <A HREF="http://www.businessinsider.com/">Business Insider</A>:</CITE> &nbsp; <A HREF="http://www.businessinsider.com/bestbuy-stops-kaspersky-products-2017-9?op=1">The US' biggest electronics giant just cut ties with an elite Russian company believed to be linked to the Kremlin</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Kim Zetter / <A HREF="http://twitter.com/kimzetter">@kimzetter</A>:</CITE> &nbsp; <A HREF="http://twitter.com/kimzetter/status/906296632517517314">Kaspersky is barred from US gov contracts &amp; Best Buy and gov is running public campaign to condemn it. Never seen anything like this before https://twitter.com/...</A></DIV><DIV CLASS="di"><CITE>Nicholas Weaver / <A HREF="http://twitter.com/ncweaver">@ncweaver</A>:</CITE> &nbsp; <A HREF="http://twitter.com/ncweaver/status/906256634610987009">This is actually disappointing to me. Most Best Buy shoppers aren't in the &ldquo;OMG RUSSIA&rdquo; threat environment, so Kaspersky is fine for them. https://twitter.com/...</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
<DIV ID="topcol23">
<DIV ID="topcol2">
<DIV ID="sponsorposts">
<H2>Sponsor Posts</H2>
<DIV CLASS="item">
<CITE><A HREF="/goto/trnsfrm.ms/irel8">Microsoft</A>:</CITE>
<DIV CLASS="ii"><A HREF="/goto/trnsfrm.ms/irel8"><IMG CLASS="ill" STYLE="width:132px" SRC="/simg/microsoft_264px.png"></A>
<STRONG CLASS="L1"><A HREF="/goto/trnsfrm.ms/irel8">A new app aims to shatter the stigma surrounding mental health</A></STRONG>&nbsp; &mdash;&nbsp; iRel8 connects users anonymously to others experiencing anxiety, addiction, depression and dozens of other conditions.</DIV>
</DIV>
<DIV CLASS="item">
<CITE><A HREF="/goto/blog.eero.com/eero-plus-gets-even-better-with-vpn-password-management-antivirus-and-ad-blocking/">eero</A>:</CITE>
<DIV CLASS="ii"><A HREF="/goto/blog.eero.com/eero-plus-gets-even-better-with-vpn-password-management-antivirus-and-ad-blocking/"><IMG CLASS="ill" STYLE="width:110px" SRC="/simg/eero_220px.png"></A>
<STRONG CLASS="L1"><A HREF="/goto/blog.eero.com/eero-plus-gets-even-better-with-vpn-password-management-antivirus-and-ad-blocking/">New security features from eero Plus</A></STRONG>&nbsp; &mdash;&nbsp; Protect all your connected devices with VPN, 1Password, Malwarebytes, and Ad blocking.</DIV>
</DIV>
<DIV CLASS="item">
<CITE><A HREF="/goto/ad.doubleclick.net/ddm/clk/412498828;213302113;x">Adyen</A>:</CITE>
<DIV CLASS="ii"><A HREF="/goto/ad.doubleclick.net/ddm/clk/412498828;213302113;x"><IMG CLASS="ill" STYLE="width:120px" SRC="/simg/adyen_240px.png"></A>
<STRONG CLASS="L1"><A HREF="/goto/ad.doubleclick.net/ddm/clk/412498828;213302113;x">Get a glimpse into the future of retail technology</A></STRONG>&nbsp; &mdash;&nbsp; The retail world always takes leaps, but as 2018 approaches, Adyen data and market research gives some early clues as to where it might land.</DIV>
</DIV>
<DIV CLASS="item">
<CITE><A HREF="/goto/www.zoho.com/blog">Zoho</A>:</CITE>
<DIV CLASS="ii"><A HREF="/goto/www.zoho.com/"><IMG CLASS="ill" STYLE="width:123px" SRC="/simg/zoho_246px.png"></A>
<STRONG CLASS="L1"><A HREF="/goto/www.zoho.com/blog/books/contextual-banking-a-game-changer-for-smes.html">Contextual Banking: a game changer for SMEs</A></STRONG>&nbsp; &mdash;&nbsp; Accounting has come a long way.&nbsp; What we used to do using pen and paper we can now manage on our mobile devices from anywhere.&nbsp; Banking has come a long way too, from cash transactions to e-payments.</DIV>
</DIV>
<DIV CLASS="item">
<CITE><A HREF="/goto/ad.doubleclick.net/ddm/trackclk/N1462.270586TECHMEME/B20696373.213573317;dc_trk_aid=413025116;dc_trk_cid=97555894;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=">Thomson Reuters</A>:</CITE>
<DIV CLASS="ii"><A HREF="/goto/ad.doubleclick.net/ddm/trackclk/N1462.270586TECHMEME/B20696373.213573317;dc_trk_aid=413025116;dc_trk_cid=97555894;dc_lat=;dc_rdid=;tag_for_child_directed_treatment="><IMG CLASS="ill" STYLE="width:120px" SRC="/simg/thomsonreuterssq_240px.png"></A>
<STRONG CLASS="L1"><A HREF="/goto/ad.doubleclick.net/ddm/trackclk/N1462.270586TECHMEME/B20696373.213573317;dc_trk_aid=413025116;dc_trk_cid=97555894;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=">2018 Top 100 Global Tech Leaders</A></STRONG>&nbsp; &mdash;&nbsp; 21st century technology-sector leadership requires more than financial success.&nbsp; It also requires a commitment to compliance, innovation, and much more.&nbsp; Who are today's leaders?</DIV>
</DIV>
<div CLASS="cnvl">
<A HREF="/sponsor">Sponsor Techmeme</A>
</div>
</DIV>
<DIV ID="hiring">
<H2>Who's Hiring In Tech?</H2>
<DIV CLASS="cosp"><A HREF="/goto/www.facebook.com/careers/"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/facebook-Vdkn9Het.png"><SPAN> Facebook</SPAN>: Best place to build &amp; make an impact.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/www.airbnb.com/careers"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/airbnb-e0ekiIdO.png"><SPAN> Airbnb</SPAN>: Scaling human connection.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/automattic.com/work-with-us/?utm_source=techmeme&utm_campaign=downtogo"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/automattic-6sTVp0yi.png"><SPAN> Automattic</SPAN>: 29% down, 71% to go. WordPress.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/careers.pinterest.com/careers"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/pinterest-BSHaJspl.png"><SPAN> Pinterest</SPAN>: 75 billion ideas and counting.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/www.mulesoft.com/careers"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/mulesoft-oRs9qplS.png"><SPAN> MuleSoft</SPAN>: Connect anything. Change everything.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/grnh.se/kxg6521"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/squarespace-HWbJ5aTh.png"><SPAN> Squarespace</SPAN>: Empower Yourself -- and the World.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/aaptiv.com/jobs"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/aaptiv-05t4BeCh.png"><SPAN> Aaptiv</SPAN>: This is what fitness sounds like.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/gusto.com/about/careers"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/gusto-BFIZRm5j.png"><SPAN> Gusto</SPAN>: Work that empowers a better life.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/careers.smartrecruiters.com/Square/techmeme"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/square-L3gsILhy.png"><SPAN> Square</SPAN>: Talented People Thrive Here.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/transferwise.com/jobs/"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/transferwise-OMZ6a3c1.png"><SPAN> TransferWise</SPAN>: Building the future of finance.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/launchdarkly.com/careers.html"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/launchdarkly-azWk3D1X.png"><SPAN> LaunchDarkly</SPAN>: Eliminate Risk. Deliver Value.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/snap.com/en-US/jobs"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/snap-bFXOFsl1.png"><SPAN> Snap</SPAN>: Toys are preludes to serious ideas.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/careers.google.com/"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/google-J9LwzbCJ.png"><SPAN> Google</SPAN>: Bring questions. Build answers.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/careers.microsoft.com/"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/microsoft-uwsu2bAQ.png"><SPAN> Microsoft</SPAN>: Come as you are. Do what you love.</A></DIV>
<DIV CLASS="cosp"><A HREF="/goto/techmeme.com/jobs"><IMG CLASS="down2" WIDTH=16 SRC="/simg/jobfav/techmeme-Uf5zhvx1.png"><SPAN> Techmeme</SPAN>: You might have heard of us...</A></DIV>
<div CLASS="cnvl">
<A HREF="http://www.techmeme.com/add_jobs">Add your company here</A>
</div>
</div>
</DIV>
<DIV ID="topcol3">
<DIV id="newpostscounter" onclick="window.location.href=window.location.pathname;"></DIV>
<DIV id="countercolspaceholder">&nbsp;</DIV>
<DIV id="countercol">
<H2>About This Page</H2>
<P>This is a Techmeme archive page.
It shows how the site appeared at 6:20&nbsp;PM&nbsp;ET, September&nbsp;10,&nbsp;2017.
</P>
<P>The most current version of the site as always is available at our <A HREF="/">home</A> page.
To view an earlier snapshot click <A HREF="javascript:xdates(1)">here</A>
and then modify the date indicated.
</P>
<DIV CLASS="fromsis">
<H2>From Mediagazer</H2>
<CITE>Joe Pompeo / Vanity Fair:</CITE>
<DIV CLASS="ii"><A CLASS="nfdl" HREF="https://mediagazer.com/#a180212p17">Sources: CNN to target savings on digital by eliminating up to ~50 jobs worldwide this week; cuts to affect CNN Money, video, product, tech, social publishing</A></DIV><BR>
<CITE>The Daily Beast:</CITE>
<DIV CLASS="ii"><A CLASS="nfdl" HREF="https://mediagazer.com/#a180212p19">Sources: billionaire financiers behind Ben Shapiro's The Daily Wire website in talks to buy Glenn Beck's TheBlaze</A></DIV><BR>
<CITE>Laura M. Holson / New York Times:</CITE>
<DIV CLASS="ii"><A CLASS="nfdl" HREF="https://mediagazer.com/#a180213p1">Profile of MSNBC host Joy Reid, whose Saturday show AM Joy averages nearly 1M weekly viewers and has found popularity on Twitter as a leader of the #resistance</A></DIV><BR>
</DIV>
</DIV>
</DIV>
<STYLE TYPE="text/css" MEDIA="all">
.evhed {padding-top:1em;border-top:#174a61 solid 2px}
#events H2 {padding-bottom:0.9em}
#events {width:96%;float:left}
#events {margin-top:1em;padding:1em;background:#f4f4f4;}
#events a:visited {color:#002848;}
#events a {color:#000}
#events a:visited {color:#000}
#events a div {float:left}
#events a > div:first-child {width:18%;padding-right:2%}
#events a > div:first-child + div {width:46%;padding-right:2%;font-weight:bold;}
#events .nf a > div:first-child + div {font-weight:normal;}
#events a > div:first-child + div + div {width:31.9%;color:#444}
#events .ne {clear:both;}
#events .rhov {float:left;width:100%;padding:0.3em 0;}
#events .rhov:hover {text-decoration:underline;background:#d0e8f4;}
#events .ne .rhov {border-top:solid 1px #ccc;}
#events .featured .rhov {background:#ffd;padding:0.5em 0;}
#events .featured span {float:right;background:#a56;color:#fff;font-size:0.8em;padding:0.2em 0.2em 0;margin-bottom:0.1em;margin-top:-0.1em;border-top:solid 1px #ecc;border-bottom:solid 1px #945;}
#events .featured .rhov:hover {background:#d0e8f4}
#events .efoot {font-weight:bold;width:100%}
#events .efoot A {color:#802848;}
#events .efoot A:visited {color:#802848;}
#events .efoot {clear:both;padding:1.2em 0 0}
#events .efoot .fn1 {float:left}
#events .efoot .fn2 {width:33%;margin:0 auto;}
#events .efoot .fn3 {float:right}
</STYLE>
<DIV ID="events">
<H2>Upcoming Tech Events</H2>
<div><div class="rhov"><a href="/goto/events.recode.net/events/code-media/"><div>Feb 12-13</div><div>Code Media</div><div>Huntingon Beach</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.startupgrind.com/conference/"><div>Feb 12-14</div><div>Startup Grind Global Conference</div><div>Redwood City, CA</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/finance.google.com/finance?q=bidu"><div>Feb 13</div><div>Earnings: BIDU</div><div></div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/cc.talkpoint.com/gold006/021318a_as/?entity=13_8GYF21O"><div>Feb 13-15</div><div>Goldman Sachs Technology and Internet Conference</div><div>San Francisco</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.google.com/finance?q=csco"><div>Feb 14</div><div>Earnings: CSCO</div><div></div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.techmeme.com/180124/p29#a180124p29"><div>Feb 25</div><div>Samsung Galaxy Unpacked press event</div><div>Barcelona</div></a></div></div>
<div class="featured ne"><div class="rhov"><a href="/goto/www.mobileworldcongress.com"><div>Feb 26-Mar 1</div><div>Mobile World Congress <span>REGISTER NOW</span></div><div>Barcelona</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.sxsw.com"><div>Mar 9-18</div><div>SXSW</div><div>Austin</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.gdconf.com"><div>Mar 19-23</div><div>Game Developers Conference</div><div>San Francisco</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/ted2018.ted.com"><div>Apr 10-14</div><div>TED</div><div>Vancouver</div></a></div></div>
<div class="featured ne"><div class="rhov"><a href="/goto/www.rsaconference.com/events/us18"><div>Apr 16-20</div><div>RSA Conference <span>REGISTER NOW</span></div><div>San Francisco</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.f8.com"><div>May 1-2</div><div>F8</div><div>San Jose</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.techmeme.com/180208/p15#a180208p15"><div>May 7-9</div><div>Microsoft Build</div><div>Seattle</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.techmeme.com/180124/p5#a180124p5"><div>May 8-10</div><div>Google I/O</div><div>Mountain View</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/events.recode.net/events/code-conference-2018/"><div>May 29-31</div><div>Code Conference</div><div>Rancho Palos Verdes, CA</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.e3expo.com"><div>Jun 12-14</div><div>E3</div><div>Los Angeles</div></a></div></div>
<div class="ne"><div class="rhov"><a href="/goto/www.fortuneconferences.com/brainstorm-tech-2018/"><div>Jun 16-18</div><div>Fortune Brainstorm Tech</div><div>Aspen</div></a></div></div>
<div class="efoot">
<div class="fn1"><A HREF="http://www.techmeme.com/events">View all events</A></div>
<div class="fn3"><A HREF="http://www.techmeme.com/sponsor#ejump">Add your event here</A></div>
<div class="fn2"><A HREF="http://news.techmeme.com/160425/icalendar">Add to your calendar</A></div>
</div>
</DIV>
</DIV>
<DIV CLASS="botcols">
<DIV CLASS="abotcols"></DIV>
<DIV ID="botcol1">
<H2>More News</H2>
<A NAME="a170910p7"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(9,true,1)" ONMOUSEOUT="overitem(9,false,1)"><DIV CLASS="itc2" ID="170910p7"><DIV CLASS="item" ID="9i1">
<table class="shrtbl"><tr><td>
<CITE>Virginia Heffernan / <A HREF="http://www.politico.com/">Politico</A>:</CITE>
</td><td><span id="s9i1" pml="170910p7" twid="906949484940316675"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.politico.com/magazine/story/2017/09/05/twitter-thread-social-media-trend-215539">A look at the Twitter thread as a literary form, requiring precise and lively storytelling</A></STRONG></DIV>
<DIV ID="9d1"><DIV CLASS="dbpt">
<DIV ID="9dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('9',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/politicomag/status/906725697879777280">@politicomag</A></span></DIV></DIV>
<DIV ID="9p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="9px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('9',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Politico / <A HREF="http://twitter.com/politicomag">@politicomag</A>:</CITE> &nbsp; <A HREF="http://twitter.com/politicomag/status/906725697879777280">&ldquo;Some days, it seems as if the thread has even replaced the Atlantic-style treatise among much of the commentariat.&rdquo; http://www.politico.com/...</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170910p6"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(10,true,1)" ONMOUSEOUT="overitem(10,false,1)"><DIV CLASS="itc2" ID="170910p6"><DIV CLASS="item" ID="10i1">
<table class="shrtbl"><tr><td>
<CITE>Nolan Bauerle / <A HREF="http://www.coindesk.com/">CoinDesk</A>:</CITE>
</td><td><span id="s10i1" pml="170910p6" twid="906910480928854016"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.coindesk.com/historic-quarter-coindesk-launches-q2-state-of-blockchain-report/">Q2 2017 Blockchain Report: ICO funding hits $797M, exceeding VC funding in blockchain industry by 3x; total value of all cryptocurrencies is $100B, up 4x QoQ</A></STRONG></DIV>
<DIV ID="10d1"><DIV CLASS="dbpt">
<DIV ID="10dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('10',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://musically.com/2017/09/08/icos-raised-797m-second-quarter-2017-alone/">Music Ally</A>, <A HREF="http://fortune.com/2017/09/08/bitcoin-price-tumbles-china/">Fortune</A>, <A HREF="http://techcrunch.com/2017/09/08/japanese-startup-plans-one-stop-ico-platform-fueled-by-25m-from-vcs-and-a-60m-ico/">TechCrunch</A>, and <A HREF="http://tech.eu/brief/balance-crowdfunding/">Tech.eu</A></span></DIV></DIV>
<DIV ID="10p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="10px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('10',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Stuart Dredge / <A HREF="http://musically.com/">Music Ally</A>:</CITE> &nbsp; <A HREF="http://musically.com/2017/09/08/icos-raised-797m-second-quarter-2017-alone/">SEPTEMBER 8, 2017:ICOS RAISED $797M IN THE SECOND QUARTER OF 2017 ALONE</A></DIV><DIV CLASS="di"><CITE><A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/08/bitcoin-price-tumbles-china/">Bitcoin Price Tumbles on This Potential Threat In China</A></DIV><DIV CLASS="di"><CITE>Jon Russell / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/japanese-startup-plans-one-stop-ico-platform-fueled-by-25m-from-vcs-and-a-60m-ico/">Japanese startup plans one-stop ICO platform fueled by $25M from VCs and a $60M ICO</A></DIV><DIV CLASS="di"><CITE>Jonathan Keane / <A HREF="http://tech.eu/">Tech.eu</A>:</CITE> &nbsp; <A HREF="http://tech.eu/brief/balance-crowdfunding/">Blockchain startup Balance raises $1.2 million through crowdfunding rather than ICO</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170910p3"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(11,true,1)" ONMOUSEOUT="overitem(11,false,1)"><DIV CLASS="itc2" ID="170910p3"><DIV CLASS="item" ID="11i1">
<table class="shrtbl"><tr><td>
<CITE>Jordan Crook / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE>
</td><td><span id="s11i1" pml="170910p3" twid="906793455971643397"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://techcrunch.com/2017/09/07/favor-the-on-demand-service-focused-on-texas-picks-up-22-million-series-b/">Favor, an on-demand delivery service focused on just Texas, closes $22M Series B led by existing investor S3 Ventures</A></STRONG></DIV>
<DIV ID="11d1"><DIV CLASS="dbpt">
<DIV ID="11dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('11',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.xconomy.com/texas/2017/09/07/favor-adds-22m-to-expand-again-after-cutting-delivery-outside-texas/">Xconomy</A></span></DIV></DIV>
<DIV ID="11p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="11px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('11',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>David Holley / <A HREF="http://www.xconomy.com/">Xconomy</A>:</CITE> &nbsp; <A HREF="http://www.xconomy.com/texas/2017/09/07/favor-adds-22m-to-expand-again-after-cutting-delivery-outside-texas/">Favor Adds $22M to Expand Again After Cutting Delivery Outside Texas</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170909p10"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(12,true,1)" ONMOUSEOUT="overitem(12,false,1)"><DIV CLASS="itc2" ID="170909p10"><DIV CLASS="last item" ID="12i1">
<table class="shrtbl"><tr><td>
<CITE>Anton Shilov / <A HREF="http://www.anandtech.com/">AnandTech</A>:</CITE>
</td><td><span id="s12i1" pml="170909p10" twid="906671483518320641"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.anandtech.com/show/11829/intel-discontinues-wigig-cards-to-focus-on-vr">Intel discontinues all of its products based on short-range Wi-Fi standard WiGig, also known as 802.11ad, says it will focus on WiGig solutions for VR</A></STRONG></DIV>
<DIV ID="12d1"><DIV CLASS="dbpt">
<DIV ID="12dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('12',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.zdnet.com/article/intel-cuts-cord-on-its-current-cord-cutting-wigig-products/">ZDNet</A>, <A HREF="http://arstechnica.com/gadgets/2017/09/intel-to-stop-making-wigig-cards-for-laptops-but-still-pushing-60ghz-for-vr/">Ars Technica</A>, <A HREF="http://www.techradar.com/news/intel-kills-wigig-products-to-focus-underlying-tech-on-wireless-vr">TechRadar.com</A>, <A HREF="http://www.tgdaily.com/opinion-features/intel-showcases-vr-right-how-vr-doesnt-have-to-really-suck-">TGDaily</A>, and <A HREF="http://liliputing.com/2017/09/intel-discontinues-wigig-hardware-laptops.html">Liliputing</A></span></DIV></DIV>
<DIV ID="12p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="12px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('12',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Sean Portnoy / <A HREF="http://www.zdnet.com/">ZDNet</A>:</CITE> &nbsp; <A HREF="http://www.zdnet.com/article/intel-cuts-cord-on-its-current-cord-cutting-wigig-products/">Intel cuts cord on its current cord-cutting WiGig products</A></DIV><DIV CLASS="di"><CITE>Peter Bright / <A HREF="http://arstechnica.com/">Ars Technica</A>:</CITE> &nbsp; <A HREF="http://arstechnica.com/gadgets/2017/09/intel-to-stop-making-wigig-cards-for-laptops-but-still-pushing-60ghz-for-vr/">Intel to stop making WiGig cards for laptops but still pushing 60GHz for VR</A></DIV><DIV CLASS="di"><CITE>Joe Osborne / <A HREF="http://www.techradar.com/">TechRadar.com</A>:</CITE> &nbsp; <A HREF="http://www.techradar.com/news/intel-kills-wigig-products-to-focus-underlying-tech-on-wireless-vr">Intel kills WiGig products to focus underlying tech on wireless VR</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.tgdaily.com/">TGDaily</A>:</CITE> &nbsp; <A HREF="http://www.tgdaily.com/opinion-features/intel-showcases-vr-right-how-vr-doesnt-have-to-really-suck-">Intel Showcases VR Right: How VR Doesn't Have To Really Suck</A></DIV><DIV CLASS="di"><CITE>Brad Linder / <A HREF="http://liliputing.com/">Liliputing</A>:</CITE> &nbsp; <A HREF="http://liliputing.com/2017/09/intel-discontinues-wigig-hardware-laptops.html">Intel discontinues WiGig hardware for laptops</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
<DIV ID="botcol2">
<H2>Earlier Picks</H2>
<A NAME="a170909p8"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(13,true,1)" ONMOUSEOUT="overitem(13,false,1)"><DIV CLASS="itc2" ID="170909p8"><DIV CLASS="item" ID="13i1">
<table class="shrtbl"><tr><td>
<CITE>Matt Burgess / <A HREF="http://www.wired.co.uk/">WIRED UK</A>:</CITE>
</td><td><span id="s13i1" pml="170909p8" twid="906587178150584320"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.wired.co.uk/article/taxify-stop-london-investigation">Uber rival Taxify stops operating in London just three days after launching as the city's transport regulator begins investigating its operating license</A></STRONG></DIV>
<DIV ID="13d1"><DIV CLASS="dbpt">
<DIV ID="13dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('13',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.wired.co.uk/article/taxify-london-licence-taxi-uber">WIRED UK</A>, <A HREF="http://www.dailymail.co.uk/sciencetech/article-4866022/Uber-s-rival-Taxify-ordered-stop-taking-London-bookings.html">Daily Mail</A>, <A HREF="http://www.ft.com/content/f0ad1362-92d4-11e7-a9e6-11d2f0ebb7f0">Financial Times</A>, and <A HREF="http://www.cityam.com/270886/addison-lees-licence-renewed-only-six-months-tfl-considers">City A.M.</A></span></DIV></DIV>
<DIV ID="13p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="13px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('13',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Matt Burgess / <A HREF="http://www.wired.co.uk/">WIRED UK</A>:</CITE> &nbsp; <A HREF="http://www.wired.co.uk/article/taxify-london-licence-taxi-uber">London's latest cut-price Uber rival is being investigated by TfL</A></DIV><DIV CLASS="di"><CITE>Phoebe Weston / <A HREF="http://www.dailymail.co.uk/">Daily Mail</A>:</CITE> &nbsp; <A HREF="http://www.dailymail.co.uk/sciencetech/article-4866022/Uber-s-rival-Taxify-ordered-stop-taking-London-bookings.html">Uber rival Taxify stops operating in London just three days after launch following concerns over its licence</A></DIV><DIV CLASS="di"><CITE>Aliya Ram / <A HREF="http://www.ft.com/">Financial Times</A>:</CITE> &nbsp; <A HREF="http://www.ft.com/content/f0ad1362-92d4-11e7-a9e6-11d2f0ebb7f0">New car-hailing app banned in London</A></DIV><DIV CLASS="di"><CITE>Lynsey Barber / <A HREF="http://www.cityam.com/">City A.M.</A>:</CITE> &nbsp; <A HREF="http://www.cityam.com/270886/addison-lees-licence-renewed-only-six-months-tfl-considers">Addison Lee's licence renewed for only six months as TfL considers increasing fees</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170909p3"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(14,true,1)" ONMOUSEOUT="overitem(14,false,1)"><DIV CLASS="itc2" ID="170909p3"><DIV CLASS="item" ID="14i1">
<table class="shrtbl"><tr><td>
<CITE>Nectar Gan / <A HREF="http://www.scmp.com/">South China Morning Post</A>:</CITE>
</td><td><span id="s14i1" pml="170909p3" twid="906450033670836224"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.scmp.com/news/china/policies-politics/article/2110400/chinas-twitter-weibo-orders-users-register-their-real">Weibo orders users to verify their real names by September 15 following China's new restrictions on anonymous online conversation</A></STRONG></DIV>
<DIV ID="14d1"><DIV CLASS="dbpt">
<DIV ID="14dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('14',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://techcrunch.com/2017/09/08/weibo-users-given-one-week-warning-to-provide-real-names/">TechCrunch</A></span></DIV></DIV>
<DIV ID="14p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="14px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('14',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Devin Coldewey / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/weibo-users-given-one-week-warning-to-provide-real-names/">Weibo users given one-week warning to provide real names</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170908p17"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(15,true,1)" ONMOUSEOUT="overitem(15,false,1)"><DIV CLASS="itc2" ID="170908p17"><DIV CLASS="item" ID="15i1">
<table class="shrtbl"><tr><td>
<CITE>Eric Geller / <A HREF="http://www.politico.com/">Politico</A>:</CITE>
</td><td><span id="s15i1" pml="170908p17" twid="906346850541867008"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A CLASS="ourh" HREF="http://www.politico.com/story/2017/09/08/virginia-election-machines-hacking-target-242492">Virginia State Board of Elections votes to remove touchscreen voting machines before November elections, saying they pose unacceptable digital risks</A></STRONG></DIV>
<DIV ID="15d1"><DIV CLASS="dbpt">
<DIV ID="15dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('15',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.theverge.com/2017/9/10/16284108/virginia-replacing-direct-recording-electronic-voting-machine-cybersecurity">The Verge</A>, <A HREF="http://www.engadget.com/2017/09/09/virginia-replaces-voting-machines-over-hacking-concerns/">Engadget</A>, <A HREF="http://www.ibtimes.com/hacking-concerns-prompt-virginia-replace-voting-machines-2588126">International Business Times</A>, <A HREF="http://gizmodo.com/virginia-is-getting-rid-of-its-vulnerable-voting-machin-1802776002">Gizmodo</A>, and <A HREF="http://techcrunch.com/2017/09/08/virginia-dre-voting-machines-hack/">TechCrunch</A></span><DIV CLASS="dbpt">
<SPAN CLASS="drhed">Tweets:</SPAN>&nbsp;<span class="bls"><A HREF="http://twitter.com/ericgeller/status/906200521786232832">@ericgeller</A> and <A HREF="http://twitter.com/brianklaas/status/906200609375875072">@brianklaas</A></span></DIV>
</DIV></DIV>
<DIV ID="15p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="15px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('15',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Andrew Liptak / <A HREF="http://www.theverge.com/">The Verge</A>:</CITE> &nbsp; <A HREF="http://www.theverge.com/2017/9/10/16284108/virginia-replacing-direct-recording-electronic-voting-machine-cybersecurity">Virginia is replacing some of its electronic voting machines over security concerns</A></DIV><DIV CLASS="di"><CITE>Jon Fingas / <A HREF="http://www.engadget.com/">Engadget</A>:</CITE> &nbsp; <A HREF="http://www.engadget.com/2017/09/09/virginia-replaces-voting-machines-over-hacking-concerns/">Virginia to replace voting machines over hacking concerns</A></DIV><DIV CLASS="di"><CITE>Rishabh Jain / <A HREF="http://www.ibtimes.com/">International Business Times</A>:</CITE> &nbsp; <A HREF="http://www.ibtimes.com/hacking-concerns-prompt-virginia-replace-voting-machines-2588126">Hacking Concerns Prompt Virginia To Replace Voting Machines</A></DIV><DIV CLASS="di"><CITE>Kate Conger / <A HREF="http://gizmodo.com/">Gizmodo</A>:</CITE> &nbsp; <A HREF="http://gizmodo.com/virginia-is-getting-rid-of-its-vulnerable-voting-machin-1802776002">Virginia Is Getting Rid of Its Vulnerable Voting Machines</A></DIV><DIV CLASS="di"><CITE>Taylor Hatmaker / <A HREF="http://techcrunch.com/">TechCrunch</A>:</CITE> &nbsp; <A HREF="http://techcrunch.com/2017/09/08/virginia-dre-voting-machines-hack/">Virginia just decertified its most hackable voting machines</A></DIV></DIV>
<DIV CLASS="dbpt"><DIV CLASS="drhed">Tweets:</DIV>
<DIV CLASS="di"><CITE>Eric Geller / <A HREF="http://twitter.com/ericgeller">@ericgeller</A>:</CITE> &nbsp; <A HREF="http://twitter.com/ericgeller/status/906200521786232832">The Virginia elections department informed other states of its recommendation &mdash; a subtle hint that they might want to follow suit.</A></DIV><DIV CLASS="di"><CITE>Brian Klaas / <A HREF="http://twitter.com/brianklaas">@brianklaas</A>:</CITE> &nbsp; <A HREF="http://twitter.com/brianklaas/status/906200609375875072">This should be replicated nationwide. Paper ballots are far superior for election security. Machines with no paper trail are unacceptable. http://twitter.com/...</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
<A NAME="a170908p16"></A>
<DIV CLASS="itc1" ONMOUSEOVER="overitem(16,true,1)" ONMOUSEOUT="overitem(16,false,1)"><DIV CLASS="itc2" ID="170908p16"><DIV CLASS="last item" ID="16i1">
<table class="shrtbl"><tr><td>
<CITE>Stan Higgins / <A HREF="http://www.coindesk.com/">CoinDesk</A>:</CITE>
</td><td><span id="s16i1" pml="170908p16" twid="906317923488337920"></span></td></tr></table>
<DIV CLASS="ii"><STRONG><A HREF="http://www.coindesk.com/blockchain-firms-ripple-r3-file-dueling-lawsuits-cryptocurrency-contract-dispute/">Blockchain Firms Ripple, R3 File Dueling Lawsuits Over Crypto Contract Dispute</A></STRONG></DIV>
<DIV ID="16d1"><DIV CLASS="dbpt">
<DIV ID="16dx1" style="display:none" class="dxd"><table><tr><td class="dxcol" ONCLICK="tgd('16',true,1);"></td></tr></table></DIV>
<SPAN CLASS="drhed">More:</SPAN>
<span class="bls"><A HREF="http://www.reuters.com/article/us-r3-ripple-lawsuit/blockchain-startup-r3-sues-competitor-ripple-idUSKCN1BJ27I">Reuters</A>, <A HREF="http://www.bloomberg.com/news/articles/2017-09-09/blockchain-developers-face-off-over-1-billion-in-digital-cash">Bloomberg</A>, and <A HREF="http://fortune.com/2017/09/08/blockchain-r3-sues-ripple-labs/">Fortune</A></span></DIV></DIV>
<DIV ID="16p1" STYLE="display: none;"><DIV CLASS="dbpt"><DIV ID="16px1" class="dxd"><table><tr><td class="dxcol up" ONCLICK="tgd('16',false,1)"></td></tr></table></DIV>
<DIV CLASS="drhed">More:</DIV>
<DIV CLASS="di"><CITE>Anna Irrera / <A HREF="http://www.reuters.com/">Reuters</A>:</CITE> &nbsp; <A HREF="http://www.reuters.com/article/us-r3-ripple-lawsuit/blockchain-startup-r3-sues-competitor-ripple-idUSKCN1BJ27I">U.S. blockchain startups R3 and Ripple in legal battle</A></DIV><DIV CLASS="di"><CITE><A HREF="http://www.bloomberg.com/">Bloomberg</A>:</CITE> &nbsp; <A HREF="http://www.bloomberg.com/news/articles/2017-09-09/blockchain-developers-face-off-over-1-billion-in-digital-cash">Blockchain Developers Face Off Over $1 Billion in Digital Cash</A></DIV><DIV CLASS="di"><CITE><A HREF="http://fortune.com/">Fortune</A>:</CITE> &nbsp; <A HREF="http://fortune.com/2017/09/08/blockchain-r3-sues-ripple-labs/">Blockchain Startup R3 Sues Rival Ripple Labs</A></DIV></DIV>
</DIV>
</DIV></DIV></DIV>
</DIV>
</DIV>
</DIV>
<DIV CLASS="navbar">
<DIV CLASS="navtabs">
<DIV CLASS="sisnav">
<A HREF="https://www.mediagazer.com/"><IMG SRC="https://www.techmeme.com/img/mg16.png"> Mediagazer</A>
<A HREF="https://www.memeorandum.com/"><IMG SRC="https://www.techmeme.com/img/mo16.png"> memeorandum</A>
<A HREF="https://www.wesmirch.com/"><IMG SRC="https://www.techmeme.com/img/ws16.png"> WeSmirch</A>
</DIV>
<SPAN CLASS="iamhere"><A HREF="/" TITLE="Techmeme main page">Home</A></SPAN>
<A HREF="/river" TITLE="Techmeme in pure reverse chronological order">River</A>
<A HREF="/lb" TITLE="Techmeme's top authors and publications">Leaderboards</A>
<A HREF="/about" TITLE="More about Techmeme">About</A>
<A HREF="https://news.techmeme.com/" TITLE="Notices about this site from Techmeme's team">Site News</A>
<A HREF="/sponsor" TITLE="Information on sponsoring Techmeme">Sponsor</A>
</DIV>
</DIV>
</div>
</BODY>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</HTML>
