summaryrefslogtreecommitdiff
path: root/old/~sgeerken/mirror/arstechnica/_index.html
blob: 4a12817018d757cec5d6343d91b438eb92faf683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>    <html lang="en-us" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>    <html lang="en-us" class="no-js ie8 lt-ie9"> <![endif]-->
<!--[if IE 9]>    <html lang="en-us" class="no-js ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-us"> <!--<![endif]-->
<head>
<title>Ars Technica</title>
    <script type="text/javascript">
    ars = {"ASSETS":"http:\/\/cdn.arstechnica.net\/wp-content\/themes\/arstechnica\/assets","HOME":"http:\/\/arstechnica.com","LOGIN_URL":"https:\/\/arstechnica.com\/services\/login-desktop.html?v=1","CIVIS":"\/civis","THEME":"light","VIEW":"grid","MOBILE":false,"PREMIER":false,"LOGGED":false,"ENV":"production","AD":{"kw":["homepage"],"zone":"homepage","sync":true,"queue":[]},"TOTAL":66059,"UNREAD":0,"RECENT":[589439,589405,589355,589243,589349,589309,589313,589209,589247,589249,589211,588423,589095,589159,589125,589079,589075,589047,589017,589015,588991,588957,584573,588983,588949],"LOGINS":true,"COMMENTS":false,"hide_year":true,"READY":[],"SHOW_ADS":true,"IMG_PROXY":"https:\/\/cdn.arstechnica.net\/i\/"};
  </script>

  <!--[if lte IE 8]><script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/modernizr/modernizr.js"></script><![endif]-->

      <link rel="stylesheet" type="text/css" media="all" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/css/ars.min.54aaf121c15e7b4eee30b928d24642d2.css" />
      <link rel="alternate" type="application/rss+xml" href="http://feeds.arstechnica.com/arstechnica/index/" />
  <link rel="shortcut icon" href="https://cdn.arstechnica.net/favicon.ico" />
  <link rel="icon" type="image/x-icon" href="https://cdn.arstechnica.net/favicon.ico" />
  <link rel="apple-touch-icon" sizes="180x180" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/ars-ios-icon.png" />
  <link rel="icon" sizes="192x192" href="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/material-ars.png" />

  <meta name="application-name" content="Ars Technica"/>
  <meta name="msapplication-starturl" content="http://arstechnica.com/"/>
  <meta name="msapplication-tooltip" content="Ars Technica: Serving the technologist for 1.2 decades"/>
  <meta name="msapplication-task" content="name=News;action-uri=http://arstechnica.com/;icon-uri=https://cdn.arstechnica.net/favicon.ico"/>
  <meta name="msapplication-task" content="name=Features;action-uri=http://arstechnica.com/features/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-features.ico"/>
  <meta name="msapplication-task" content="name=OpenForum;action-uri=http://arstechnica.com/civis/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-forum.ico"/>
  <meta name="msapplication-task" content="name=Subscribe;action-uri=http://arstechnica.com/subscriptions/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-subscribe.ico"/>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="advertising" content="ask" />
  <meta property="fb:admins" content="592156917" />

  <meta name="format-detection" content="telephone=no" />
  <meta name="theme-color" content="#000000" />

    <meta name="viewport" content="width=1020" />

            <meta property="og:site_name" content="Ars Technica" />
      <meta property="og:title" content="Ars Technica" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="http://arstechnica.com/" />
      <meta property="og:image" content="https://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/ars-logo-open-grey.png" />

      <meta property="og:description" content="Serving the Technologist for more than a decade. IT news, reviews, and analysis." />
      <meta name="description" content="Serving the Technologist for more than a decade. IT news, reviews, and analysis." />
  
  <script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/omniture/mbox.js"></script>

    <script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/cn/cn-jquery-all.min.js"></script>

<script type="text/javascript">
  CN.site.init({
    code:  "ars",
    title: "Ars",
    name:  ars.MOBILE ? "ars.mobile" : "ars",
    env:   ars.ENV === "production" ? "PROD" : "DEV",
    debug: ars.ENV !== "production"
  });
  CN.dart.init({
    site: CN.site.name + '.dart',
    zone: ars.AD.zone,
    kws: ars.AD.kw,
    gptCallback: function(e) { ars.sda.ad_loaded(e); }
  });
</script>

<script type="text/javascript">
CN.ad.polar.article = function (Handlebars,depth0,helpers,partials,data) {
  this.compilerInfo = [4,'>= 1.0.0'];
helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
  var buffer = "", stack1, stack2, functionType="function", escapeExpression=this.escapeExpression, self=this;

function program1(depth0,data) {
  
  var buffer = "", stack1;
  buffer += "\n      <span style=\"width:50px; height:50px; overflow:hidden; display:inline-block; float:left; margin:2px 10px 5px 0\">\n        <img src=\""
    + escapeExpression(((stack1 = ((stack1 = depth0.image),stack1 == null || stack1 === false ? stack1 : stack1.href)),typeof stack1 === functionType ? stack1.apply(depth0) : stack1))
    + "\" style=\"float:none; margin:0; height:50px; width:auto;\" />\n      </span>\n    ";
  return buffer;
  }

  buffer += "<li>\n  <a href="http://arstechnica.com/\&quot;&quot;;"
  if (stack1 = helpers.link) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
  else { stack1 = depth0.link; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
  buffer += escapeExpression(stack1)
    + "\">\n    <h2 style=\"color:#00A3D3;\">Sponsored by: <span style=\"text-transform:none;\">"
    + escapeExpression(((stack1 = ((stack1 = depth0.sponsor),stack1 == null || stack1 === false ? stack1 : stack1.name)),typeof stack1 === functionType ? stack1.apply(depth0) : stack1))
    + "</span></h2>\n    ";
  stack2 = helpers['if'].call(depth0, ((stack1 = depth0.image),stack1 == null || stack1 === false ? stack1 : stack1.href), {hash:{},inverse:self.noop,fn:self.program(1, program1, data),data:data});
  if(stack2 || stack2 === 0) { buffer += stack2; }
  buffer += "\n    <h1 class=\"heading\">";
  if (stack2 = helpers.title) { stack2 = stack2.call(depth0, {hash:{},data:data}); }
  else { stack2 = depth0.title; stack2 = typeof stack2 === functionType ? stack2.apply(depth0) : stack2; }
  buffer += escapeExpression(stack2)
    + "</h1>\n  </a>\n</li>";
  return buffer;
};
</script>
  
  </head>
<body class="home blog grid-view light">
  <div id="container">
    <header id="masthead">
              <aside id="ad-top">
          
<div id="topBanner728x90_frame"></div>
<script type="text/javascript">
CN.dart.call('topBanner', {sz: '728x90', kws: [], collapse: true});
</script>

        </aside>

 
      <h1><a href="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html"><em>Ars</em>Technica</a></h1>
      <div id="profile">
              <a href="http://arstechnica.com/civis/ucp.php?mode=register" rel="nofollow">Register</a>
        <a id="login" href="http://arstechnica.com/civis/ucp.php?mode=login&amp;return_to=http%3A%2F%2Farstechnica.com%2F" rel="nofollow">Log in</a>
            </div>
      <nav id="primary">
              <ul>
        <li id="home-icon">
          <a href="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html"><span>Home</span></a>
        </li>
        <li class="has-children">
          <a href="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html#">Main Menu</a>
           <div id="main-menu" class="dropdown">
  <div id="sections">
    <ul class="cat-list">
      <li class="top-row even">
        <a class="cat-link" href="http://arstechnica.com/information-technology">
          <span class="cat-name">Information Technology</span>
          <span class="subheading cat-desc">Technology Lab</span>
        </a>
      </li>
      <li class="top-row odd">
        <a class="cat-link" href="http://arstechnica.com/gadgets">
          <span class="cat-name">Product News &amp; Reviews</span>
          <span class="subheading cat-desc">Gear &amp; Gadgets</span>
        </a>
      </li>
      <li class="even">
        <a class="cat-link" href="http://arstechnica.com/business">
          <span class="cat-name">Business of Technology</span>
          <span class="subheading cat-desc">Ministry of Innovation</span>
        </a>
      </li>
      <li class="odd">
        <a class="cat-link" href="http://arstechnica.com/security">
          <span class="cat-name">Security &amp; Hacktivism</span>
          <span class="subheading cat-desc">Risk Assessment</span>
        </a>
      </li>
      <li class="even">
        <a class="cat-link" href="http://arstechnica.com/tech-policy">
          <span class="cat-name">Civilization &amp; Discontents</span>
          <span class="subheading cat-desc">Law &amp; Disorder</span>
        </a>
      </li>
      <li class="odd">
        <a class="cat-link" href="http://arstechnica.com/apple">
          <span class="cat-name">The Apple Ecosystem</span>
          <span class="subheading cat-desc">Infinite Loop</span>
        </a>
      </li>
      <li class="even">
        <a class="cat-link" href="http://arstechnica.com/gaming">
          <span class="cat-name">Gaming &amp; Entertainment</span>
          <span class="subheading cat-desc">Opposable Thumbs</span>
        </a>
      </li>
      <li class="odd">
        <a class="cat-link" href="http://arstechnica.com/science">
          <span class="cat-name">Science &amp; Exploration</span>
          <span class="subheading cat-desc">The Scientific Method</span>
        </a>
      </li>
      <li class="even">
        <a class="cat-link" href="http://arstechnica.com/cars">
          <span class="cat-name">All Things Automotive</span>
          <span class="subheading cat-desc">Cars Technica</span>
        </a>
      </li>
    </ul>
  <div class="cat-feature">
      <a class="cat-link" href="http://arstechnica.com/gadgets/2014/11/the-2014-ars-technica-gift-guide/">
            <img src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/feature-thumbs/gift-guide-2014-icon.png" />
            <span class="cat-name">Feature Series</span>
      <span class="cat-desc subheading">The 2014 Ars Technica gift guide</span>
      <span class="cat-full-desc">Smartphones, tablets, video games, and so much more round out our holiday picks.</span>
    </a>
    </div>
  </div>
  <aside class="drop-extras">
        <style type="text/css">#layout-swap { margin-top: -6px; color: #808f95}</style>
    <aside id="layout-swap">
	<span class="subheading">Layout:</span>
  <ul>
    <li class="grid active">
            <a href="http://arstechnica.com/?view=grid"><span>Grid View</span></a>
          </li>
    <li class="article">
            <a href="http://arstechnica.com/?view=archive"><span>Article View</span></a>
          </li>
  </ul>
</aside>


    <h2 class="subheading notched">Site Theme</h2>
    <ul id="theme-switch">
            <li class="light active">
                <a href="http://arstechnica.com/?theme=light"><span class="subheading">Dark on light</span></a>
              </li>
      <li class="dark ">
                <a href="http://arstechnica.com/?theme=dark"><span class="subheading">Light on dark</span></a>
              </li>
    </ul>
    <div id="explore-ars">
      <h2 class="subheading notched">Explore Ars</h2>
      <ul>
        <li><a href="http://arstechnica.com/reviews/">Reviews</a></li>
        <li><a href="http://arstechnica.com/video/">Video</a></li>
        <li><a href="http://arstechnica.com/staff/">Staff Blogs</a></li>
        <li><a href="http://arstechnica.com/features/">Feature Archive</a></li>
        <li><a href="http://arstechnica.com/staff-directory/">Staff Directory</a></li>
        <li><a href="http://arstechnica.com/contact-us/">Contact Us</a></li>
      </ul>
    </div>
    <div id="featured-disciplines">
      <h2 class="subheading notched">Featured Disciplines</h2>
      <ul>
        <li><a href="http://arstechnica.com/discipline/photography/">Photography</a></li>
        <li><a href="http://arstechnica.com/discipline/productivity/">Productivity</a></li>
        <li><a href="http://arstechnica.com/discipline/cloud-2/">Cloud</a></li>
        <li><a href="http://arstechnica.com/discipline/gadgets-3/">Gadgets</a></li>
        <li><a href="http://arstechnica.com/discipline/tablets-2/">Tablets</a></li>
      </ul>
    </div>
  </aside>
</div>
        </li>
        <li class="has-children" id="my-stories">
          <a href="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html#">My Stories: <span class="unread-count">0</span></a>
          <div class="dropdown">
            <nav class="my-stories-nav first">
              <h2 class="subheading notched">New Since Last Visit <span class="unread-count"></span></h2>
              <ol class="new-stories with-numbers"></ol>
              <footer><a class="subheading" href="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html#" id="more-unread-stories">See more news stories</a></footer>
            </nav>
            <nav class="my-stories-nav middle">
              <h2 class="subheading notched">We Recommend</h2>
              <ol class="recommendations"></ol>
            </nav>
            <nav class="my-stories-nav">
              <h2 class="subheading notched">My Discussions</h2>
                            <p class="discussions disabled">Log in to track your discussions.</p>
                          </nav>
          </div>
        </li>
        <li class="no-children"><a href="http://arstechnica.com/civis/">Forums</a></li>
                <li class="no-children subscribe">
          <a href="http://arstechnica.com/subscriptions/">Subscribe</a>
        </li>
                <li class="no-children"><a href="http://arstechnica.com/jobs/">Jobs</a></li>
                        <li id="search-container" class="right inactive">
          <a id="search-switch" href="http://arstechnica.com/search/"></a>
          <form action="http://arstechnica.com/search/" method="GET" id="search_form">
            <input type="hidden" name="ie" value="UTF-8" />
            <input type="text" name="q" id="hdr_search_input" value="">
            <input type="submit" value="">
          </form>
          <style type="text/css">
            table.gstl_50.gssb_c {
              top:30px !important;
              left: 0 !important;
              width: 100% !important;
            }
          </style>
        </li>
              </ul>
      </nav>
    </header>

    <div id="pushdown-wrap">
    <style type="text/css">
#pushdown-wrap { display: none }
</style>
<div id="pushdown970x418_frame"></div>
<script type="text/javascript">
CN.dart.call('pushdown', {sz: '970x418', kws: ["top"], collapse: true});
</script>

    </div>

    <section id="content" class="clearfix">
<!-- cache hit 137:home/toppost:885d56085f538f75cf5e9bcb302f399f -->
<h1 id="top-story">
  <em class="subheading">Top Post:</em> <a class="heading" href="http://arstechnica.com/gadgets/2014/12/android-2-3-gingerbread-four-years-later-the-os-just-wont-die/">Android 2.3 Gingerbread—Four years later, the OS just won’t die</a>
&nbsp;
</h1>


<div class="clearfix sections-container">
	<section class="column-1" id="stories-main">
    		<h2 class="subheading notched">In-Depth Reports</h2>
		<ol>
<li class="post">
  <article class="report in-column" data-post-id="589243">
		<a href="http://arstechnica.com/tech-policy/2014/12/musician-turned-rogue-sony-e-mail-publisher-hit-with-dmca-claims/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/broeksmit.2-300x150.jpeg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Musician-turned-rogue</span></span> publisher hit with DMCA claims over Sony emails</span>
			</h1>
        		</a>
	<p class="excerpt">Twitter removes data in only two out of 20 tweets.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1420059951">Dec 31, 9:05 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="35 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/musician-turned-rogue-sony-e-mail-publisher-hit-with-dmca-claims/?comments=1"><span>49</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589349">
		<a href="http://arstechnica.com/tech-policy/2014/12/got-a-parking-ticket-in-nyc-city-looking-at-apple-pay-bitcoin-as-ways-to-pay/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/5941979034_e82cb12c29_z-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Got</span></span> a parking ticket in NYC? City looking at Apple Pay, Bitcoin as ways to pay</span>
			</h1>
        		</a>
	<p class="excerpt">New York City has submitted a Request for Information to potentially go mobile.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/megan-geuss/"><span itemprop="name">Megan Geuss</span></a>
  -    <span class="date" data-time="1420054834">Dec 31, 7:40 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="14 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/got-a-parking-ticket-in-nyc-city-looking-at-apple-pay-bitcoin-as-ways-to-pay/?comments=1"><span>19</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589309">
		<a href="http://arstechnica.com/science/2014/12/remains-of-long-dead-viruses-in-our-genomes-aid-our-immune-response/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/b8d45f0b0c8b419cd8d7d1ce93b6-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Remains</span></span> of long-dead viruses in our genomes aid our immune response</span>
			</h1>
        		</a>
	<p class="excerpt">Let B cells respond to pathogens without any help.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by         <span class="author" itemprop="name">Shalini Saxena</span>
        <span class="date" data-time="1420052415">Dec 31, 7:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="18 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/remains-of-long-dead-viruses-in-our-genomes-aid-our-immune-response/?comments=1"><span>23</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588423">
		<a href="http://arstechnica.com/gadgets/2014/12/android-2-3-gingerbread-four-years-later-the-os-just-wont-die/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/IMG_2044-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Android</span></span> 2.3 Gingerbread—Four years later, the OS just won’t die</span>
			</h1>
        		</a>
	<p class="excerpt">Years of support means the OS looks very different today than it did in 2010.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  -    <span class="date" data-time="1420035610">Dec 31, 2:20 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="79 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/android-2-3-gingerbread-four-years-later-the-os-just-wont-die/?comments=1"><span>116</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589095">
		<a href="http://arstechnica.com/business/2014/12/comcast-just-upped-its-cable-modem-rental-fee-from-8-to-10-per-month/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/04/comcast-bill-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Comcast</span></span> just upped its cable modem rental fee from $8 to $10 per month</span>
			</h1>
        		</a>
	<p class="excerpt">"Confirmed 25% increase effective 12/20/2014. F—k them."</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/cyrus-farivar/"><span itemprop="name">Cyrus Farivar</span></a>
  -    <span class="date" data-time="1420034427">Dec 31, 2:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="143 posters participating" class="comment-count" href="http://arstechnica.com/business/2014/12/comcast-just-upped-its-cable-modem-rental-fee-from-8-to-10-per-month/?comments=1"><span>185</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589159">
		<a href="http://arstechnica.com/security/2014/12/the-unusual-suspects-ex-employees-lizard-squad-may-have-aided-sony-hack/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2010/05/lizard_reptile.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">The</span></span> unusual suspects: Ex-employees, Lizard Squad may have aided Sony hack</span>
			</h1>
        		</a>
	<p class="excerpt">Analysts point to at least six insiders; DDoSers say they gave passwords to GoP.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/sean-gallagher/"><span itemprop="name">Sean Gallagher</span></a>
  -    <span class="date" data-time="1419996186">Dec 31, 3:23 am UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="48 posters participating, including story author." class="comment-count" href="http://arstechnica.com/security/2014/12/the-unusual-suspects-ex-employees-lizard-squad-may-have-aided-sony-hack/?comments=1"><span>68</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589125">
		<a href="http://arstechnica.com/science/2014/12/city-lights-viewed-from-space-shows-cultural-tech-differences/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/738475main_8601843216_1dc787a335_o-full_full-1-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">City</span></span> lights viewed from space show cultural, tech differences</span>
			</h1>
        		</a>
	<p class="excerpt">East-West divide persists in Berlin, US lighting similar to East Berlin's.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419980120">Dec 30, 10:55 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="57 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/city-lights-viewed-from-space-shows-cultural-tech-differences/?comments=1"><span>79</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="589017">
		<a href="http://arstechnica.com/tech-policy/2014/12/nsa-has-vpns-in-vulcan-death-grip-no-really-thats-what-they-call-it/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/Vulcannervepinch-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">NSA</span></span> has VPNs in Vulcan death grip—no, really, that’s what they call it</span>
			</h1>
        		</a>
	<p class="excerpt">VPN traffic repositories used to find keys, crack encryption of target traffic.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/sean-gallagher/"><span itemprop="name">Sean Gallagher</span></a>
  -    <span class="date" data-time="1419961540">Dec 30, 5:45 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="133 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/nsa-has-vpns-in-vulcan-death-grip-no-really-thats-what-they-call-it/?comments=1"><span>207</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588957">
		<a href="http://arstechnica.com/tech-policy/2014/12/newly-published-nsa-documents-show-agency-could-grab-all-skype-traffic/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/skype-msstore-25-credit-620px-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Newly</span></span> published NSA documents show agency could grab all Skype traffic</span>
			</h1>
        		</a>
	<p class="excerpt">“Sustained Skype collection” of voice, video, and messages started in 2011.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/sean-gallagher/"><span itemprop="name">Sean Gallagher</span></a>
  -    <span class="date" data-time="1419957520">Dec 30, 4:38 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="51 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/newly-published-nsa-documents-show-agency-could-grab-all-skype-traffic/?comments=1"><span>69</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="584573">
		<a href="http://arstechnica.com/gaming/2014/12/reminder-enter-ars-2014-charity-drive-and-help-a-good-cause-too/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/arscharity2014-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Reminder:</span></span> Enter Ars’ 2014 Charity Drive and help a good cause, too [Updated]</span>
			</h1>
        		</a>
	<p class="excerpt">Join 250+ readers that have donated over $11,000 so far this year.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/kyle-orland/"><span itemprop="name">Kyle Orland</span></a>
  -    <span class="date" data-time="1419956694">Dec 30, 4:24 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="11 posters participating, including story author." class="comment-count" href="http://arstechnica.com/gaming/2014/12/reminder-enter-ars-2014-charity-drive-and-help-a-good-cause-too/?comments=1"><span>12</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588919">
		<a href="http://arstechnica.com/security/2014/12/politicians-fingerprint-reproduced-using-photos-of-her-hands/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/vonderleyen-300x150.png" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Politician’s</span></span> fingerprint reproduced using photos of her hands</span>
			</h1>
        		</a>
	<p class="excerpt">At a Chaos Computer Club convention, hacker Starbug suggests notable people wear gloves.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/megan-geuss/"><span itemprop="name">Megan Geuss</span></a>
  -    <span class="date" data-time="1419901524">Dec 30, 1:05 am UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="69 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/politicians-fingerprint-reproduced-using-photos-of-her-hands/?comments=1"><span>109</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588815">
		<a href="http://arstechnica.com/science/2014/12/researchers-we-can-detect-life-on-other-worlds-through-its-vibrations/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/PIA19048europa950-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Researchers:</span></span> We can detect life on other worlds through its vibrations</span>
			</h1>
        		</a>
	<p class="excerpt">A sensitive instrument vibrates with the metabolic activity of life itself.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419883253">Dec 29, 8:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="54 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/researchers-we-can-detect-life-on-other-worlds-through-its-vibrations/?comments=1"><span>123</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588751">
		<a href="http://arstechnica.com/science/2014/12/pope-to-push-for-action-on-climate-change/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/La_Messa_del_Crisma-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Pope</span></span> to push for action on climate change</span>
			</h1>
        		</a>
	<p class="excerpt">Upcoming encyclical will urge Catholics to act on "moral and scientific grounds."</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419873094">Dec 29, 5:11 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="88 posters participating, including story author." class="comment-count" href="http://arstechnica.com/science/2014/12/pope-to-push-for-action-on-climate-change/?comments=1"><span>365</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588395">
		<a href="http://arstechnica.com/gadgets/2014/12/hp-elitebook-1020-review-a-business-ultrabook-youll-want-to-bring-home/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/IMG_0614-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">HP</span></span> EliteBook 1020 review: A business Ultrabook you’ll want to bring home</span>
			</h1>
        		</a>
	<p class="excerpt">Core M needs speed and the trackpad is weird, but there's a lot to like here.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/andrew_cunningham/"><span itemprop="name">Andrew Cunningham</span></a>
  -    <span class="date" data-time="1419782440">Dec 28, 4:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="37 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/hp-elitebook-1020-review-a-business-ultrabook-youll-want-to-bring-home/?comments=1"><span>43</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587595">
		<a href="http://arstechnica.com/science/2014/12/finding-gene-activity-differences-in-identical-twins/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/4045176015_ded0324276_z-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Finding</span></span> gene activity differences in identical twins</span>
			</h1>
        		</a>
	<p class="excerpt">Researchers identify a few cases where twins' genes behave differently.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/diana-gitig-2/"><span itemprop="name">Diana Gitig</span></a>
  -    <span class="date" data-time="1419692403">Dec 27, 3:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="17 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/finding-gene-activity-differences-in-identical-twins/?comments=1"><span>37</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588387">
		<a href="http://arstechnica.com/science/2014/12/when-the-doctors-away-the-patient-is-more-likely-to-survive/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/cardiology-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">When</span></span> the doctor’s away, the patient is more likely to survive</span>
			</h1>
        		</a>
	<p class="excerpt">Deaths due to heart problems drop during major cardiology gatherings.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419604213">Dec 26, 2:30 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="75 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/when-the-doctors-away-the-patient-is-more-likely-to-survive/?comments=1"><span>91</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587057">
		<a href="http://arstechnica.com/gaming/2014/12/wheel-to-wheel-racing-ars-compares-xbox-one-steering-wheels/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/xbox-one-wheels-listing-image-300x150.png" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Wheel-to-wheel</span></span> racing: Ars compares Xbox One steering wheels</span>
			</h1>
        		</a>
	<p class="excerpt">Are the Xbox One racing wheels any good?</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/jonathan-m-gitlin/"><span itemprop="name">Jonathan M. Gitlin</span></a>
  -    <span class="date" data-time="1419601495">Dec 26, 1:44 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="21 posters participating, including story author." class="comment-count" href="http://arstechnica.com/gaming/2014/12/wheel-to-wheel-racing-ars-compares-xbox-one-steering-wheels/?comments=1"><span>23</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="586939">
		<a href="http://arstechnica.com/staff/2014/12/meet-our-office-mates-the-pets-of-ars-technica/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/IMG_1983-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Meet</span></span> our office-mates: The pets of Ars Technica</span>
			</h1>
        		</a>
	<p class="excerpt">You've seen our offices, now meet the animals that make working at home more fun.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/eric-bangeman/"><span itemprop="name">Eric Bangeman</span></a>
  -    <span class="date" data-time="1419516041">Dec 25, 2:00 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="87 posters participating, including story author." class="comment-count" href="http://arstechnica.com/staff/2014/12/meet-our-office-mates-the-pets-of-ars-technica/?comments=1"><span>125</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588243">
		<a href="http://arstechnica.com/tech-policy/2014/12/rockstar-litigation-a-high-water-mark-in-patent-wastefulness-is-over/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/nortel.building-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Rockstar</span></span> litigation, a high-water mark in patent wastefulness, is over</span>
			</h1>
        		</a>
	<p class="excerpt">Apple and Microsoft spent $4.5 billion on a patent attack, sold it at a loss.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1419446055">Dec 24, 6:34 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="56 posters participating, including story author." class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/rockstar-litigation-a-high-water-mark-in-patent-wastefulness-is-over/?comments=1"><span>142</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588317">
		<a href="http://arstechnica.com/information-technology/2014/12/minneapolis-residents-to-get-10-gigabit-fiber-for-400-per-month/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/plaid-300x150.png" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Minneapolis</span></span> residents to get 10-gigabit fiber, for $400 per month</span>
			</h1>
        		</a>
	<p class="excerpt">Single gigabit access is already available for $65 per month.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/lee-hutchinson/"><span itemprop="name">Lee Hutchinson</span></a>
  -    <span class="date" data-time="1419441057">Dec 24, 5:10 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="106 posters participating, including story author." class="comment-count" href="http://arstechnica.com/information-technology/2014/12/minneapolis-residents-to-get-10-gigabit-fiber-for-400-per-month/?comments=1"><span>187</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="588259">
		<a href="http://arstechnica.com/science/2014/12/nasas-maven-charts-a-disappearing-martian-atmosphere/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/maven_mars_limb-300x150.png" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">NASA’s</span></span> MAVEN charts a disappearing Martian atmosphere</span>
			</h1>
        		</a>
	<p class="excerpt">Finds streams of solar wind particles that penetrate deep into the atmosphere.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by         <span class="author" itemprop="name">Nicole Gugliucci</span>
        <span class="date" data-time="1419434701">Dec 24, 3:25 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="27 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/nasas-maven-charts-a-disappearing-martian-atmosphere/?comments=1"><span>33</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587937">
		<a href="http://arstechnica.com/tech-policy/2014/12/what-would-twitter-do-musicians-tweets-of-sony-e-mails-lead-to-threats/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/valinsunnyglasses-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">What</span></span> Would Twitter Do? Musician’s tweets of Sony e-mails lead to threats</span>
			</h1>
        		</a>
	<p class="excerpt">"I don't know what the line is," says musician-turned-publisher Val Broeksmit.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1419371157">Dec 23, 9:45 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="62 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/what-would-twitter-do-musicians-tweets-of-sony-e-mails-lead-to-threats/?comments=1"><span>95</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587577">
		<a href="http://arstechnica.com/science/2014/12/immune-cells-tweak-the-bodys-metabolism-to-help-control-obesity/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/man_with_tape_measure-300x150.png" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Immune</span></span> cells tweak the body’s metabolism to help control obesity</span>
			</h1>
        		</a>
	<p class="excerpt">The immune cells convert adipose tissue to a fat-burning form.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/diana-gitig-2/"><span itemprop="name">Diana Gitig</span></a>
  -    <span class="date" data-time="1419364551">Dec 23, 7:55 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="73 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/immune-cells-tweak-the-bodys-metabolism-to-help-control-obesity/?comments=1"><span>138</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587365">
		<a href="http://arstechnica.com/the-multiverse/2014/12/battle-of-the-five-armies-is-a-soulless-end-to-the-flawed-hobbit-trilogy/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/bilbo-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust"><em>Battle</span></span> of the Five Armies</em> is a soulless end to the flawed <em>Hobbit</em> trilogy</span>
			</h1>
        		</a>
	<p class="excerpt">Ars' resident Tolkien nerd on Peter Jackson's problematic final chapter.</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/andrew_cunningham/"><span itemprop="name">Andrew Cunningham</span></a>
  -    <span class="date" data-time="1419363606">Dec 23, 7:40 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="172 posters participating, including story author." class="comment-count" href="http://arstechnica.com/the-multiverse/2014/12/battle-of-the-five-armies-is-a-soulless-end-to-the-flawed-hobbit-trilogy/?comments=1"><span>266</span></a>

	</aside>

	</article>
</li>
<li class="post">
  <article class="report in-column" data-post-id="587885">
		<a href="http://arstechnica.com/tech-policy/2014/12/warrant-for-raid-on-kim-dotcom-legal-new-zealand-supreme-court-rules/">
							<figure class="overlay"><img class="with-overlay" src="http://cdn.arstechnica.net/wp-content/uploads/2014/04/dotcom.cars_-300x150.jpg" width="300" height="150"></figure>
						<h1 class="heading">
				<span class="whole"><span class="firstword"><span class="adjust">Warrant</span></span> for raid on Kim Dotcom legal, New Zealand Supreme Court rules</span>
			</h1>
        		</a>
	<p class="excerpt">Dotcom and his compatriots will have to pay $27,000 to Attorney General</p>
  
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/megan-geuss/"><span itemprop="name">Megan Geuss</span></a>
  -    <span class="date" data-time="1419356156">Dec 23, 5:35 pm UTC</span>
  </p>

		<aside class="comments-hotness ">
  
    <a title="41 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/warrant-for-raid-on-kim-dotcom-legal-new-zealand-supreme-court-rules/?comments=1"><span>48</span></a>

	</aside>

	</article>
</li>
</ol>
	</section>

	<div class="column-2 right for-rule">

        <article style="background-image:url(http://cdn.arstechnica.net/wp-content/uploads/2014/12/GOO9000-640x215.jpg)" class="main-feature main-feature-alt" data-post-id="580699">
		<h2 class="feature-sash subheading notched-left">Feature Story</h2>
		<a class="feature-container" href="http://arstechnica.com/gadgets/2014/12/google-tracker-2015-everything-google-is-working-on-for-the-new-year/">
			<div class="feature-contents">
				<h1 class="heading">Google Tracker 2015: Everything we know Google is working on for the new year</h1>
				<p class="excerpt">2014 included major expansions in home automation and medicine, so what's next?</p>
				<hr />
			</div>
		</a>
		<footer class="feature-meta">
      
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  |    <span class="date" data-time="1419861653">Dec 29, 2014 2:00 pm UTC</span>
  </p>

		  	<aside class="comments-hotness ">
  
    <a title="54 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/google-tracker-2015-everything-google-is-working-on-for-the-new-year/?comments=1"><span>69</span></a>

	</aside>

		</footer>
	</article>
  
		<section id="radar">
						<div id="recent-story">Latest Story</div>
						<h2 class="subheading notched">On The Radar</h2>
			<ol class="column" id="stories-brief">
        
<li class="post">
  <article class="in-column" data-post-id="589439">
		<h2>don't shaft us here</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/google-to-fcc-if-you-go-with-title-ii-dont-forget-our-favorite-part/">Google to FCC: If you go with Title II, don’t forget our favorite part</a></h1>
		<p class="excerpt">Regulating ISPs means Google Fiber <i>should</i> get access to utility poles.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1420067165">Dec 31, 11:06 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="39 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/google-to-fcc-if-you-go-with-title-ii-dont-forget-our-favorite-part/?comments=1"><span>72</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589405">
		<h2>The 128GB iPhone says "hi"</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gadgets/2014/12/moto-x-pure-edition-now-available-in-64gb-version-for-599-99/">Moto X Pure Edition now available in 64GB version for $599.99</a></h1>
		<p class="excerpt">The unlocked version of the Moto X gets an exclusive storage tier. </p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  -    <span class="date" data-time="1420062614">Dec 31, 9:50 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="20 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/moto-x-pure-edition-now-available-in-64gb-version-for-599-99/?comments=1"><span>26</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589355">
		<h2>Fair winds to you sir</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/north-korean-defector-to-airdrop-dvd-usb-copies-of-the-interview/">North Korean defector to airdrop DVD, USB copies of <em>The Interview</em></a></h1>
		<p class="excerpt">DPRK's "leadership will crumble if the idolization of leader Kim breaks down."</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/cyrus-farivar/"><span itemprop="name">Cyrus Farivar</span></a>
  -    <span class="date" data-time="1420061449">Dec 31, 9:30 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="47 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/north-korean-defector-to-airdrop-dvd-usb-copies-of-the-interview/?comments=1"><span>58</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589313">
		<h2>Take your sexts elsewhere</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/snapchats-privacy-practices-to-be-monitored-for-the-next-20-years/">Snapchat’s privacy practices to be monitored for the next 20 years</a></h1>
		<p class="excerpt">FTC: No more saying that your secret sexy snaps can't be saved. </p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/cyrus-farivar/"><span itemprop="name">Cyrus Farivar</span></a>
  -    <span class="date" data-time="1420050033">Dec 31, 6:20 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="24 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/snapchats-privacy-practices-to-be-monitored-for-the-next-20-years/?comments=1"><span>28</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589209">
		<h2>A zombie brand! RUN!</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gadgets/2014/12/hp-sells-palm-trademarks-brand-could-be-resurrected-with-new-smartphones/">HP sells Palm trademarks; brand could be resurrected with new smartphones</a></h1>
		<p class="excerpt">It looks like Palm will rise from the dead as a Chinese smartphone brand. </p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  -    <span class="date" data-time="1420048857">Dec 31, 6:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="35 posters participating, including story author." class="comment-count" href="http://arstechnica.com/gadgets/2014/12/hp-sells-palm-trademarks-brand-could-be-resurrected-with-new-smartphones/?comments=1"><span>59</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589247">
		<h2>Get moar sekurity</h2>
				<h1 class="heading"><a href="http://arstechnica.com/security/2014/12/us-banks-trace-credit-fraud-to-chick-fil-a-locales-in-possible-data-breach/">US banks trace credit fraud to Chick-fil-A locales in possible data breach</a></h1>
		<p class="excerpt">One financial institution says it had nearly 9,000 customer cards involved.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1420048106">Dec 31, 5:48 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="37 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/us-banks-trace-credit-fraud-to-chick-fil-a-locales-in-possible-data-breach/?comments=1"><span>61</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589249">
		<h2>Watch out</h2>
				<h1 class="heading"><a href="http://arstechnica.com/security/2014/12/feds-sony-hackers-next-target-will-be-an-unnamed-news-organization/">Feds: Sony hackers’ next target will be an unnamed news organization</a></h1>
		<p class="excerpt">In a bulletin, FBI and DHS add "other such organizations" may be targeted, too.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/cyrus-farivar/"><span itemprop="name">Cyrus Farivar</span></a>
  -    <span class="date" data-time="1420047081">Dec 31, 5:31 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="36 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/feds-sony-hackers-next-target-will-be-an-unnamed-news-organization/?comments=1"><span>47</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589211">
		<h2>No DiskWarrior on Mars</h2>
				<h1 class="heading"><a href="http://arstechnica.com/science/2014/12/nasa-to-try-to-reconfigure-a-flash-driveon-mars/">NASA to try to reconfigure a flash drive&mdash;on Mars</a></h1>
		<p class="excerpt">Will try to disable one of the Opportunity rover's memory banks.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1420043610">Dec 31, 4:33 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="46 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/nasa-to-try-to-reconfigure-a-flash-driveon-mars/?comments=1"><span>57</span></a>

	</aside>

	</article>
</li>
<!-- cache hit 137:home/editorspicks:885d56085f538f75cf5e9bcb302f399f -->        <li>
					<div class="brief-box editors-picks">
						<h2>Ars Editor&#8217;s Picks <em>The web worth reading.</em></h2>
						<ol>
																					<li>
																<a href="http://boingboing.net/2014/12/31/how-imageboard-culture-shaped.html">
									<span class="editors-pick-title">How imageboard culture shaped Gamergate</span>
									<span class="editors-pick-pub">BoingBoing</span>
								</a>
							</li>
														<li>
																<a href="http://priceonomics.com/the-man-who-invented-scotch-tape/">
									<span class="editors-pick-title">The Man Who Invented Scotch Tape</span>
									<span class="editors-pick-pub">Priceonomics</span>
								</a>
							</li>
														<li>
																<a href="http://www.slate.com/articles/technology/technology/2014/12/aol_email_address_why_i_still_use_my_aol_com_account_and_no_i_m_not_a_technophobic.html">
									<span class="editors-pick-title">I Still Use an AOL Email Account</span>
									<span class="editors-pick-pub">Slate</span>
								</a>
							</li>
													</ol>
					</div>
        </li>

<li class="post">
  <article class="in-column" data-post-id="589079">
		<h2>Be your own santa</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gadgets/2014/12/dealmaster-get-an-hp-pavillion-17z-laptop-for-just-434-99/">Dealmaster: Get an HP Pavilion 17z laptop for just $434.99</a></h1>
		<p class="excerpt">Save $95 on the 17-inch laptop, with tons of configuration options!</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ars-staff/"><span itemprop="name">Ars Staff</span></a>
  -    <span class="date" data-time="1419976813">Dec 30, 10:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="10 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/dealmaster-get-an-hp-pavillion-17z-laptop-for-just-434-99/?comments=1"><span>12</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589075">
		<h2>That's not Santa</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/wikileaks-claims-employees-google-mail-metadata-seized-by-us-government/">WikiLeaks claims employee’s Google mail, metadata seized by US government [Updated]</a></h1>
		<p class="excerpt">Google alerted organization on Christmas Eve of served warrant.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/sean-gallagher/"><span itemprop="name">Sean Gallagher</span></a>
  -    <span class="date" data-time="1419974817">Dec 30, 9:26 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="43 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/wikileaks-claims-employees-google-mail-metadata-seized-by-us-government/?comments=1"><span>75</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="589047">
		<h2>Soon to be on sale for -$50</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gaming/2014/12/two-month-long-xbox-one-sale-ending-price-will-jump-back-to-400/">Two-month long Xbox One sale ending, price will jump back to $400</a></h1>
		<p class="excerpt">The $50 discount for the holidays expires on January 3.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  -    <span class="date" data-time="1419968752">Dec 30, 7:45 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="34 posters participating" class="comment-count" href="http://arstechnica.com/gaming/2014/12/two-month-long-xbox-one-sale-ending-price-will-jump-back-to-400/?comments=1"><span>57</span></a>

	</aside>

	</article>
</li>
<!-- cache hit 137:home/topposts:885d56085f538f75cf5e9bcb302f399f -->        				<li>
					<div class="brief-box top-stories">
						<h2 class="subheading notched">The Week's Top Stories</h2>
						<ol>
																		<li><a href="http://arstechnica.com/gadgets/2014/12/google-tracker-2015-everything-google-is-working-on-for-the-new-year/">Google Tracker 2015: Everything we know Google is working on for the new year</a></li>
												<li><a href="http://arstechnica.com/staff/2014/12/meet-our-office-mates-the-pets-of-ars-technica/">Meet our office-mates: The pets of Ars Technica</a></li>
												<li><a href="http://arstechnica.com/gaming/2014/12/the-20-best-games-of-2014-as-chosen-by-the-ars-brain-trust/">The 20 best games of 2014, as chosen by the Ars brain trust</a></li>
												<li><a href="http://arstechnica.com/gaming/2014/12/looking-back-at-the-best-games-of-the-2010s-so-far/">Looking back at the best games of the 2010s (so far)</a></li>
												<li><a href="http://arstechnica.com/gadgets/2014/12/android-2-3-gingerbread-four-years-later-the-os-just-wont-die/">Android 2.3 Gingerbread—Four years later, the OS just won’t die</a></li>
												<li><a href="http://arstechnica.com/tech-policy/2014/12/nsa-has-vpns-in-vulcan-death-grip-no-really-thats-what-they-call-it/">NSA has VPNs in Vulcan death grip—no, really, that’s what they call it</a></li>
												<li><a href="http://arstechnica.com/business/2014/12/facebook-apologizes-for-morbid-results-with-its-year-in-review-nag/">Facebook apologizes for morbid results with its “Year in Review” nag</a></li>
												<li><a href="http://arstechnica.com/gadgets/2014/12/hp-elitebook-1020-review-a-business-ultrabook-youll-want-to-bring-home/">HP EliteBook 1020 review: A business Ultrabook you’ll want to bring home</a></li>
												<li><a href="http://arstechnica.com/science/2014/12/when-the-doctors-away-the-patient-is-more-likely-to-survive/">When the doctor’s away, the patient is more likely to survive</a></li>
												<li><a href="http://arstechnica.com/business/2014/12/comcast-just-upped-its-cable-modem-rental-fee-from-8-to-10-per-month/">Comcast just upped its cable modem rental fee from $8 to $10 per month</a></li>
												</ol>
					</div>
				</li>
        
<li class="post">
  <article class="in-column" data-post-id="589015">
		<h2>legislators vs. reality</h2>
				<h1 class="heading"><a href="http://arstechnica.com/science/2014/12/west-virginia-school-board-alters-climate-change-education-standards/">West Virginia school board alters climate change education standards</a></h1>
		<p class="excerpt">Because “West Virginia coal... has been taking on unfair negativity.”</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419960371">Dec 30, 5:26 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="88 posters participating, including story author." class="comment-count" href="http://arstechnica.com/science/2014/12/west-virginia-school-board-alters-climate-change-education-standards/?comments=1"><span>164</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588991">
		<h2>THIS IS...NAW, TOO EASY</h2>
				<h1 class="heading"><a href="http://arstechnica.com/information-technology/2014/12/report-microsofts-browser-for-windows-10-wont-be-internet-explorer/">Report: Microsoft’s browser for Windows 10 won’t be Internet Explorer</a></h1>
		<p class="excerpt">Instead, new Chrome-like browser codenamed &quot;Spartan&quot; will ship alongside IE11.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/lee-hutchinson/"><span itemprop="name">Lee Hutchinson</span></a>
  -    <span class="date" data-time="1419958044">Dec 30, 4:47 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="90 posters participating, including story author." class="comment-count" href="http://arstechnica.com/information-technology/2014/12/report-microsofts-browser-for-windows-10-wont-be-internet-explorer/?comments=1"><span>123</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588983">
		<h2>parasite</h2>
				<h1 class="heading"><a href="http://arstechnica.com/security/2014/12/south-korean-operator-finds-worm-in-its-nuclear-plant-control-systems/">South Korean operator finds worm in its nuclear plant control systems</a></h1>
		<p class="excerpt">Apparently unrelated to ongoing attacks on its business systems.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419954990">Dec 30, 3:56 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="43 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/south-korean-operator-finds-worm-in-its-nuclear-plant-control-systems/?comments=1"><span>60</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588949">
		<h2>they are the 51%</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gadgets/2014/12/if-you-got-a-new-smartphone-for-christmas-it-was-probably-an-iphone/">If you got a new smartphone for Christmas, it was probably an iPhone</a></h1>
		<p class="excerpt">Worldwide device activation data shows that it was happy holidays for Cupertino.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/lee-hutchinson/"><span itemprop="name">Lee Hutchinson</span></a>
  -    <span class="date" data-time="1419953324">Dec 30, 3:28 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="55 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/if-you-got-a-new-smartphone-for-christmas-it-was-probably-an-iphone/?comments=1"><span>102</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588863">
		<h2>approaching inbox one million</h2>
				<h1 class="heading"><a href="http://arstechnica.com/business/2014/12/e-mail-matters-twitter-doesnt-to-american-workers/">E-mail matters, Twitter doesn’t, to American workers</a></h1>
		<p class="excerpt">And a plurality of firms now have rules about what employees can say online.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/peter-bright/"><span itemprop="name">Peter Bright</span></a>
  -    <span class="date" data-time="1419951635">Dec 30, 3:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="39 posters participating" class="comment-count" href="http://arstechnica.com/business/2014/12/e-mail-matters-twitter-doesnt-to-american-workers/?comments=1"><span>45</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588885">
		<h2>Return to sender</h2>
				<h1 class="heading"><a href="http://arstechnica.com/apple/2014/12/apple-offers-eu-customers-14-day-money-back-returns-on-e-purchases/">Apple offers EU customers 14-day money-back returns on e-purchases</a></h1>
		<p class="excerpt">&ldquo;No questions asked&rdquo; digital refunds for iTunes, iBooks, and apps (but not in US).</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/sean-gallagher/"><span itemprop="name">Sean Gallagher</span></a>
  -    <span class="date" data-time="1419889836">Dec 29, 9:50 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="55 posters participating" class="comment-count" href="http://arstechnica.com/apple/2014/12/apple-offers-eu-customers-14-day-money-back-returns-on-e-purchases/?comments=1"><span>81</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588861">
		<h2>wave and pay across the pond</h2>
				<h1 class="heading"><a href="http://arstechnica.com/apple/2014/12/uk-banks-wary-of-apple-pay-data-collection-but-early-2015-launch-possible/">UK banks wary of Apple Pay data collection, but early 2015 launch possible</a></h1>
		<p class="excerpt"><em>The Telegraph</em> says expansion of the service is coming to Europe and beyond.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/megan-geuss/"><span itemprop="name">Megan Geuss</span></a>
  -    <span class="date" data-time="1419888904">Dec 29, 9:35 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="36 posters participating" class="comment-count" href="http://arstechnica.com/apple/2014/12/uk-banks-wary-of-apple-pay-data-collection-but-early-2015-launch-possible/?comments=1"><span>49</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588851">
		<h2>"great leader" of internet movies</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/the-interview-online-release-earns-15m/"><i>The Interview</i> earns a stunning $15M from online sales</a></h1>
		<p class="excerpt">Sony got close to the $20 million weekend it was aiming for.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1419887728">Dec 29, 9:15 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="77 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/the-interview-online-release-earns-15m/?comments=1"><span>120</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588793">
		<h2>google be gone</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/the-great-firewall-keeps-growing-as-china-blocks-all-gmail-access/">The Great Firewall keeps growing, as China blocks all Gmail access</a></h1>
		<p class="excerpt">Chinese web-blocking has grown significantly in 2014.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/joe-mullin/"><span itemprop="name">Joe Mullin</span></a>
  -    <span class="date" data-time="1419883719">Dec 29, 8:08 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="57 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/the-great-firewall-keeps-growing-as-china-blocks-all-gmail-access/?comments=1"><span>87</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588809">
		<h2>Lounging around</h2>
				<h1 class="heading"><a href="http://arstechnica.com/security/2014/12/fbi-claimed-to-be-investigating-xbox-live-playstation-network-ddos-perps/">FBI claimed to be investigating Xbox Live, PlayStation Network DDoS perps</a></h1>
		<p class="excerpt">But FBI's reach may be limited, with Lizard Squad members based around the world.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/peter-bright/"><span itemprop="name">Peter Bright</span></a>
  -    <span class="date" data-time="1419882936">Dec 29, 7:55 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="43 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/fbi-claimed-to-be-investigating-xbox-live-playstation-network-ddos-perps/?comments=1"><span>57</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588749">
		<h2>oh elise it doesn't matter what you do</h2>
				<h1 class="heading"><a href="http://arstechnica.com/cars/2014/12/tesla-roadster-gets-a-range-increase-to-a-truly-crazy-400-miles-maximum/">Tesla Roadster gets a range increase to a truly crazy 400 miles maximum</a></h1>
		<p class="excerpt">Precursor to the Model S can now go a lot farther on a charge.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/lee-hutchinson/"><span itemprop="name">Lee Hutchinson</span></a>
  -    <span class="date" data-time="1419870623">Dec 29, 4:30 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="75 posters participating, including story author." class="comment-count" href="http://arstechnica.com/cars/2014/12/tesla-roadster-gets-a-range-increase-to-a-truly-crazy-400-miles-maximum/?comments=1"><span>124</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588725">
		<h2>moar bits is better</h2>
				<h1 class="heading"><a href="http://arstechnica.com/gadgets/2014/12/the-first-device-with-a-snapdragon-810-is-the-galaxy-note-4/">The first device with a Snapdragon 810 is&#8230; the Galaxy Note 4?!</a></h1>
		<p class="excerpt">The Note 4 will be one of the first to get the 64-bit SoC.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ronamadeo/"><span itemprop="name">Ron Amadeo</span></a>
  -    <span class="date" data-time="1419868508">Dec 29, 3:55 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="47 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/the-first-device-with-a-snapdragon-810-is-the-galaxy-note-4/?comments=1"><span>68</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588695">
		<h2>I'll allow it</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/bankruptcy-judge-aereo-can-sell-its-tv-stream-tech-with-some-caveats/">Bankruptcy judge: Aereo can sell its TV stream tech—with some caveats</a></h1>
		<p class="excerpt">Broadcasters can attend the auction, oppose any sales, and examine customer records.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1419789633">Dec 28, 6:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="40 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/bankruptcy-judge-aereo-can-sell-its-tv-stream-tech-with-some-caveats/?comments=1"><span>82</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588651">
		<h2>(Not quite a) Pay day</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/potential-copyright-suit-could-create-new-drama-for-the-interview/">Possible copyright suit could create a smaller headache for <em>The Interview</em></a></h1>
		<p class="excerpt">Sony was negotiating with Yoon Mi-rae, but it allegedly used song without permission.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1419786006">Dec 28, 5:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="42 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/potential-copyright-suit-could-create-new-drama-for-the-interview/?comments=1"><span>60</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588697">
		<h2>'Cause you had a bad year</h2>
				<h1 class="heading"><a href="http://arstechnica.com/business/2014/12/facebook-apologizes-for-morbid-results-with-its-year-in-review-nag/">Facebook apologizes for morbid results with its “Year in Review” nag</a></h1>
		<p class="excerpt">Complaining user was auto-served a photo of a recently deceased loved one.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/samred/"><span itemprop="name">Sam Machkovech</span></a>
  -    <span class="date" data-time="1419778816">Dec 28, 3:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="84 posters participating" class="comment-count" href="http://arstechnica.com/business/2014/12/facebook-apologizes-for-morbid-results-with-its-year-in-review-nag/?comments=1"><span>125</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588637">
		<h2>Ugh.</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/north-korea-suffers-another-internet-outage-hurls-racial-slur-at-pres-obama/">North Korea suffers another Internet outage, hurls racial slur at Pres. Obama</a></h1>
		<p class="excerpt">Latest drama follows <em>The Interview</em>'s Christmas opening—which earned $1 million.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1419705035">Dec 27, 6:30 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="128 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/north-korea-suffers-another-internet-outage-hurls-racial-slur-at-pres-obama/?comments=1"><span>409</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588595">
		<h2>Pump the brakes </h2>
				<h1 class="heading"><a href="http://arstechnica.com/cars/2014/12/california-dmv-will-miss-its-deadline-for-driverless-car-regulations/">California DMV will miss its deadline for driverless car regulations</a></h1>
		<p class="excerpt">State Senate initially wanted rules for public use by January 1. </p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1419703225">Dec 27, 6:00 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="21 posters participating, including story author." class="comment-count" href="http://arstechnica.com/cars/2014/12/california-dmv-will-miss-its-deadline-for-driverless-car-regulations/?comments=1"><span>39</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588605">
		<h2>Busy? We have some reports</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/on-christmas-eve-nsa-quietly-releases-12-years-worth-of-internal-reports/">On Christmas Eve, NSA quietly releases 12 years worth of internal reports</a></h1>
		<p class="excerpt">Less law-abusing, more human error—like sensitive info sent to the wrong printer.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/nathan-mattise/"><span itemprop="name">Nathan Mattise</span></a>
  -    <span class="date" data-time="1419700881">Dec 27, 5:21 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="28 posters participating, including story author." class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/on-christmas-eve-nsa-quietly-releases-12-years-worth-of-internal-reports/?comments=1"><span>34</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588351">
		<h2>This is your brain on a phone</h2>
				<h1 class="heading"><a href="http://arstechnica.com/science/2014/12/our-brains-are-being-continuously-reshaped-by-smartphone-use/">Our brains are being “continuously reshaped” by smartphone use</a></h1>
		<p class="excerpt">Our thumbs are developing a special relationship with our brains.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by         <span class="author" itemprop="name">Katie Collins</span>
        <span class="date" data-time="1419605676">Dec 26, 2:54 pm UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="46 posters participating" class="comment-count" href="http://arstechnica.com/science/2014/12/our-brains-are-being-continuously-reshaped-by-smartphone-use/?comments=1"><span>53</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588531">
		<h2>Bah humbug</h2>
				<h1 class="heading"><a href="http://arstechnica.com/security/2014/12/grinches-steal-christmas-for-xbox-live-playstation-network-users/">Grinches steal Christmas for Xbox Live, PlayStation Network users</a></h1>
		<p class="excerpt">Hacker group knocks gaming networks offline with DDoS attack.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/eric-bangeman/"><span itemprop="name">Eric Bangeman</span></a>
  -    <span class="date" data-time="1419555910">Dec 26, 1:05 am UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="106 posters participating" class="comment-count" href="http://arstechnica.com/security/2014/12/grinches-steal-christmas-for-xbox-live-playstation-network-users/?comments=1"><span>178</span></a>

	</aside>

	</article>
</li>

<li class="post">
  <article class="in-column" data-post-id="588479">
		<h2>Face-booked</h2>
				<h1 class="heading"><a href="http://arstechnica.com/tech-policy/2014/12/suit-over-facebooks-practice-of-scanning-users-messages-to-go-forward/">Suit over Facebook’s practice of scanning users’ messages to go forward</a></h1>
		<p class="excerpt">Company's TOS "does not establish that users consented" to the practice, court rules.</p>
    
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/john-timmer/"><span itemprop="name">John Timmer</span></a>
  -    <span class="date" data-time="1419465648">Dec 25, 12:00 am UTC</span>
  </p>

			<aside class="comments-hotness radar">
  
    <a title="39 posters participating" class="comment-count" href="http://arstechnica.com/tech-policy/2014/12/suit-over-facebooks-practice-of-scanning-users-messages-to-go-forward/?comments=1"><span>44</span></a>

	</aside>

	</article>
</li>
			</ol>
		</section>
		
		
<section id="recent-feature" class="column-1 right">
  
    <div class="thick-divide-bottom"><aside class="side-ad">
    
<div id="xrailTop300x250_frame"></div>
<script type="text/javascript">
CN.dart.call('xrailTop', {sz: '300x250', kws: ["top"], collapse: true});
</script>

  </aside></div>
  
  <ul class="column" id="stories-features">
  	<h2 class="subheading notched">Recent Feature Stories</h2>
          
<li class="post" id="post-588157">
  <article class="in-column" data-post-id="588157">
		<a href="http://arstechnica.com/gaming/2014/12/looking-back-at-the-best-games-of-the-2010s-so-far/" class="headline-image">
						<img src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/finaltree-300x100.jpg" width="300" height="100">
						<h2 class="page-count subheading">Feature Story (6 pages)</h2>
			<h1 class="heading">Looking back at the best games of the 2010s (so far)</h1>
		</a>
		<p class="excerpt">Ars editors look back at their favorites from the last half-decade of gaming.</p>
        
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/ars-staff/"><span itemprop="name">Ars Staff</span></a>
  -    <span class="date" data-time="1419606009">Dec 26, 3:00 pm UTC</span>
  </p>

			<aside class="comments-hotness ">
  
    <a title="106 posters participating" class="comment-count" href="http://arstechnica.com/gaming/2014/12/looking-back-at-the-best-games-of-the-2010s-so-far/?comments=1"><span>126</span></a>

	</aside>

    	</article>
</li>
          
<li class="post" id="post-587933">
  <article class="in-column" data-post-id="587933">
		<a href="http://arstechnica.com/gaming/2014/12/the-20-best-games-of-2014-as-chosen-by-the-ars-brain-trust/" class="headline-image">
						<img src="http://cdn.arstechnica.net/wp-content/uploads/2012/12/bat-supe-console-pc-300x100.jpg" width="300" height="100">
						<h2 class="page-count subheading">Feature Story (5 pages)</h2>
			<h1 class="heading">The 20 best games of 2014, as chosen by the Ars brain trust</h1>
		</a>
		<p class="excerpt">From polished sequels to surprising new franchises, 2014 was a weird year in gaming.</p>
        
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by         <span class="author" itemprop="name">Ars Staff</span>
        <span class="date" data-time="1419519640">Dec 25, 3:00 pm UTC</span>
  </p>

			<aside class="comments-hotness ">
  
    <a title="108 posters participating, including story author." class="comment-count" href="http://arstechnica.com/gaming/2014/12/the-20-best-games-of-2014-as-chosen-by-the-ars-brain-trust/?comments=1"><span>159</span></a>

	</aside>

    	</article>
</li>
    
      <aside class="thick-divide-top">
    <h2 class="subheading notched">Watch Ars Video</h2>
	  <article class="in-column">
      <div class="column-video" data-player="2196096102001" data-video="3939122241001" data-key="AQ~~,AAAAlDCBGhk~,VcmqiTAuekrwPweJ20LLt7jwm8LxmhCE">
        <img src="https://cdn.arstechnica.net/i/http://brightcove.vo.llnwd.net/v1/unsecured/media/636468927001/201412/1500/636468927001_3939301403001_vs-548b52c6e4b053ee69aed857-1592194019001.jpg?pubId=636468927001" width="300" height="169">
        <div class="column-video-overlay"></div>
      </div>
      <a href="http://arstechnica.com/gadgets/2014/12/mach-2-hair-on-fire-ars-flies-the-navys-fa-18-sim-into-the-danger-zone/"><h1 class="heading videohead">Ars flies the Navy's F/A-18 simulator</h1></a>
		  <p class="excerpt">We strap into the Super Hornet sim at NAS Oceana and blast off.</p>
    </article>
  </aside>
    <li id="in-the-know">
	<h2 class="subheading notched">Stay in the know with</h2>
	<ul class="social clearfix">
    <li class="fb">
			<a href="https://www.facebook.com/arstechnica"></a>
		</li>
		<li class="twit">
			<a href="https://twitter.com/arstechnica"></a>
		</li>
		<li class="gplus">
			<a href="https://plus.google.com/+ArsTechnica/posts"></a>
		</li>
		<li class="email">
      <a href="http://arstechnica.us1.list-manage.com/subscribe?u=af7f013bad7e785d15aab736f&id=0adf3ee3d9"></a>
		</li>
		<li class="rss">
			<a href="http://arstechnica.com/rss-feeds/"></a>
		</li>
	</ul>
</li>

    
<li class="post" id="post-586337">
  <article class="in-column" data-post-id="586337">
		<a href="http://arstechnica.com/gadgets/2014/12/the-ars-system-guides-gaming-boxes-december-2014/" class="headline-image">
						<img src="http://cdn.arstechnica.net/wp-content/uploads/2013/07/system-guide-gear-list-300x100.jpg" width="300" height="100">
						<h2 class="page-count subheading">Feature Story (6 pages)</h2>
			<h1 class="heading">The Ars System Guide’s Gaming Boxes: December 2014</h1>
		</a>
		<p class="excerpt">A gamer's needs are different from the normal system builder—time for a new guide.</p>
        
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/brian-won/"><span itemprop="name">Brian Won</span></a>
  -    <span class="date" data-time="1419357614">Dec 23, 6:00 pm UTC</span>
  </p>

			<aside class="comments-hotness ">
  
    <a title="52 posters participating" class="comment-count" href="http://arstechnica.com/gadgets/2014/12/the-ars-system-guides-gaming-boxes-december-2014/?comments=1"><span>79</span></a>

	</aside>

    	</article>
</li>

<li class="post" id="post-584345">
  <article class="in-column" data-post-id="584345">
		<a href="http://arstechnica.com/gadgets/2014/12/the-state-of-smartphones-in-2014-ars-technicas-ultimate-guide/" class="headline-image">
						<img src="http://cdn.arstechnica.net/wp-content/uploads/2014/12/the-ars-phone-300x100.jpg" width="300" height="100">
						<h2 class="page-count subheading">Feature Story (6 pages)</h2>
			<h1 class="heading">The state of smartphones in 2014: Ars Technica’s Ultimate Guide</h1>
		</a>
		<p class="excerpt">All the phones you need to know about, and everything you need to know about them.</p>
        
  <p class="byline" itemprop="author creator" itemscope itemtype="http://schema.org/Person">
  by     <a itemprop="url" href="http://arstechnica.com/author/andrew_cunningham/"><span itemprop="name">Andrew Cunningham</span></a>
  -    <span class="date" data-time="1419195638">Dec 21, 9:00 pm UTC</span>
  </p>

			<aside class="comments-hotness ">
  
    <a title="113 posters participating, including story author." class="comment-count" href="http://arstechnica.com/gadgets/2014/12/the-state-of-smartphones-in-2014-ars-technicas-ultimate-guide/?comments=1"><span>168</span></a>

	</aside>

    	</article>
</li>

        
            <li class="thick-divide-top thick-divide-bottom">
      <aside class="side-ad">
        
<div id="xrailBottom300x250_frame"></div>
<script type="text/javascript">
CN.dart.call('xrailBottom', {sz: '300x250', kws: ["bottom"], collapse: true});
</script>

      </aside>
    </li>
              
    <li class="feature-archive-link">
      <h2 class="subheading"><a href="http://arstechnica.com/features/">Ars Feature Story Archive <span class="arrow">&rarr;</span></a></h2>
    </li>
  </ul>
</section>
	</div>
</div>

<div id="read-more" class="thick-divide-bottom thin-divide-top"><a href="http://arstechnica.com/page/2">Read more stories</a></div>
		</section>
    		<footer id="page-footer">
			<nav id="footer-nav" class="clearfix">
				<div class="nav-section">
					<h2 class="subheading">Site Links</h2>
					<ul>
						<li><a href="http://arstechnica.com/about-us/">About Us</a></li>
						<li><a href="http://arstechnica.com/advertise-with-us/">Advertise with us</a></li>
						<li><a href="http://arstechnica.com/contact-us/">Contact Us</a></li>
						<li><a href="http://arstechnica.com/reprints/">Reprints</a></li>
					</ul>
					
					<h2 class="subheading">Subscriptions</h2>
					<ul>
						<li><a href="http://arstechnica.com/subscriptions/">Subscribe to Ars</a></li>
					</ul>
				</div>
				<div class="nav-section">
					<h2 class="subheading">More Reading</h2>
					<ul>
						<li><a href="http://arstechnica.com/rss-feeds/">RSS Feeds</a></li>
						<li><a href="http://arstechnica.com/newsletters/">Newsletters</a></li>
					</ul>
				</div>
				<div class="nav-section">
					<h2 class="subheading">Conde Nast Sites</h2>
					<ul class="conde-nast-sites">
						<li><a href="http://www.reddit.com/">Reddit</a></li>
						<li><a href="http://www.wired.com/">Wired</a></li>
						<li><a href="http://www.vanityfair.com/">Vanity Fair</a></li>
						<li><a href="http://www.style.com/">Style</a></li>
						<li><a href="http://www.details.com/">Details</a></li>
					</ul>
					<form method="get" action="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html#">
						<select id="mag_list" name="mag_list" onchange="(this.options[this.selectedIndex].value) ? (window.location = this.options[this.selectedIndex].value) : null">
							<option value="" selected="selected">Visit our sister sites</option>
							<option value="">- - - - - - - - - - - - - -</option>
							<option value="http://www.gq.com">GQ</option>
							<option value="http://www.concierge.com">Concierge</option>
							<option value="http://www.epicurious.com">Epicurious</option>
							<option value="http://men.style.com">Men.Style.com</option>
							<option value="http://www.style.com">Style.com</option>
							<option value="http://www.wired.com">Wired.com</option>
							<option value="http://www.lipstick.com">Lipstick.com</option>
							<option value="http://www.nutritiondata.com">NutritionData</option>
							<option value="http://www.allure.com">Allure</option>
							<option value="http://www.architecturaldigest.com">Architectural Digest</option>
							<option value="http://www.bonappetit.com">Bon App&eacute;tit</option>
							<option value="http://www.brides.com">Brides</option>
							<option value="http://www.portfolio.com">Cond&eacute; Nast Portfolio</option>
							<option value="http://www.glamour.com">Glamour</option>
							<option value="http://www.golfdigest.com">Golf Digest</option>
							<option value="http://www.golfworld.com">Golf World</option>
							<option value="http://www.luckymag.com">Lucky</option>
							<option value="http://www.self.com">Self</option>
							<option value="http://www.teenvogue.com">Teen Vogue</option>
							<option value="http://www.newyorker.com">The New Yorker</option>
							<option value="http://www.vanityfair.com">Vanity Fair</option>
							<option value="http://www.wmagazine.com">W</option>
						</select>
					</form>
					<form method="get" action="https://www.dillo.org/~sgeerken/mirror/arstechnica/index.html#">
						<select size="1" id="sub_list" name="sub_list" onchange="(this.options[this.selectedIndex].value) ? (window.location = this.options[this.selectedIndex].value) : null">
							<option value="" selected="selected">Subscribe to a magazine</option>
							<option value="http://www.magazinestoresubscriptions.com?source=univdropdown">View All Titles</option>
							<option value="">- - - - - - - - - - - - - -</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Allure?source=SITEFOOTER">Allure</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ArchitecturalDigest">Architectural Digest</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_BonAppetite?source=SITEFOOTER">Bon App&eacute;tit</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Brides?source=SITEFOOTER">Brides</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastPortfolio?source=SITEFOOTER">Cond&eacute; Nast Portfolio</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_CondeNastTraveler?source=SITEFOOTER">Cond&eacute; Nast Traveler</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Details?source=SITEFOOTER">Details</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ElegantBride?source=SITEFOOTER">Elegant Bride</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Glamour?source=SITEFOOTER">Glamour</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfDigest?source=SITEFOOTER">Golf Digest</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GolfWorld?source=SITEFOOTER">Golf World</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_GQ?source=SITEFOOTER">GQ</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Lucky?source=SITEFOOTER">Lucky</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_ModernBride?source=SITEFOOTER">Modern Bride</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Self?source=SITEFOOTER">Self</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_TeenVogue?source=SITEFOOTER">Teen Vogue</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_NewYorker?source=SITEFOOTER">The New Yorker</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_VanityFair?source=SITEFOOTER">Vanity Fair</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Vogue?source=SITEFOOTER">Vogue</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_W?source=SITEFOOTER">W</option>
							<option value="https://www.magazinestoresubscriptions.com/webapp/wcs/stores/servlet/Subscriptions_Wired?source=SITEFOOTER">Wired</option>
						</select>
					</form>
				</div>
				<div class="nav-section" id="mobile-site">
          <h2 class="subheading"><a href="http://arstechnica.com/?view=mobile">View Mobile Site</a></h2>
				</div>
			</nav>
	    			<div id="copyright-terms">
			© 2015 Condé Nast. All rights reserved<br>
			Use of this Site constitutes acceptance of our <a href="http://www.condenast.com/privacy-policy" target="_blank">User Agreement</a> (effective 1/2/14) and <a href="http://www.condenast.com/privacy-policy#privacypolicy" target="_blank">Privacy Policy</a> (effective 1/2/14), and <a href="http://arstechnica.com/amendment-to-conde-nast-user-agreement-privacy-policy/">Ars Technica Addendum (effective 5/17/2012)</a><br>
			<a href="http://www.condenast.com/privacy-policy#privacypolicy-california" target="_blank">Your California Privacy Rights</a><br>
			The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.<br><br>
			<a href="http://www.condenast.com/privacy-policy#privacypolicy-optout" target="_blank">Ad Choices</a><img width="10" height="10" border="0" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/images/ad_choices_arrow.png">
			</div> 

		</footer>
	</div>

      <script type="text/javascript" src="http://www.google.com/jsapi?autoload={'modules':[{'name':'search','version':'1','packages':[],'language':'en'}]}"></script>
  
		<script type="text/javascript" src="http://cdn.arstechnica.net/wp-content/themes/arstechnica/assets/js/ars.min.ddc805829c2eaf1af344142d81398484.js"></script>
	
  <noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="http://condenast.112.2o7.net/b/ss/condenet-dev/1/H.15.1--NS/0" height="1" width="1" border="0" alt="" /></a></noscript>

  
  
    <!-- Google Analytics start -->
	<script type="text/javascript">
	var _gaq = _gaq || [];
  _gaq.push(
    ['_setAccount', 'UA-31997-1'],
    ['_setCustomVar', 1, 'view', "grid"],
    ['_setCustomVar', 2, 'theme', "light"],
    ['_setCustomVar', 3, 'logged_in', "false"],
    ['_setCustomVar', 4, 'show_comments', "false"],
    ['_trackPageview']
  );
	(function() {
	  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
	</script>
  <!-- Google Analytics end -->

  <!-- Parse.ly start -->
	<script type="text/javascript">
  (function(d) {
    var site = "arstechnica.com",
    b = d.body,
    e = d.createElement("div");
    e.innerHTML = '<span id="parsely-cfg" data-parsely-site="'+site+'"></span>';
    e.id = "parsely-root";
    e.style.display = "none";
    b.appendChild(e);
  })(document);

  (function(s, p, d) {
    var h=d.location.protocol, i=p+"-"+s,
    e=d.getElementById(i), r=d.getElementById(p+"-root"),
    u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
      :"static."+p+".com";
    if (e) return;
    e = d.createElement(s); e.id = i; e.async = true;
    e.src = h+"//"+u+"/p.js"; r.appendChild(e);
  })("script", "parsely", document);
	</script>
  <!-- Parse.ly end -->
  

  
  
  </body>
</html>