Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robclewley/e98399e33738e7cb6ac4bbb24a43c50b to your computer and use it in GitHub Desktop.
Save robclewley/e98399e33738e7cb6ac4bbb24a43c50b to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"%reload_ext coffeetools\n",
"from literacy import Literate\n",
"from coffeetools import coffee\n",
"library=Literate(default_lang='python')\n",
"library.env.filters['table'] = lambda df,more='': df.to_html(index=False,max_rows=10,classes=more+' table table-bordered table-striped table-hover')\n",
"library.env.filters['execute_coffeescript']=lambda s: coffee.compile(s, bare=True)"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 2.77 s, sys: 409 ms, total: 3.18 s\n",
"Wall time: 3.19 s\n"
]
},
{
"data": {
"text/html": [
"\n",
"<h1>Load chunk of Reddit from disk</h1>\n",
"<hr><pre><code>%%time\n",
"import json\n",
"import pandas as pd\n",
"with open('RC_2007-10.json','r') as f:\n",
" df = pd.DataFrame([json.loads(line) for line in f.read().split('\\n') if line])\n",
"</code></pre><hr>"
],
"text/plain": [
"<literacy.Cell object>"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"%%literate\n",
"# Load chunk of Reddit from disk\n",
"\n",
" %%time\n",
" import json\n",
" import pandas as pd\n",
" with open('RC_2007-10.json','r') as f:\n",
" df = pd.DataFrame([json.loads(line) for line in f.read().split('\\n') if line])"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"<h1>Add column info</h1><div class=\"input-group\">\n",
" <span class=\"input-group-addon\" id=\"basic-addon1\">XSL search through Defiant JS</span>\n",
" <input id=\"username\" value=\"[author='spez']\" type=\"text\" class=\"form-control\" placeholder=\"Username\" aria-describedby=\"basic-addon1\"/>\n",
"</div><p>Change the query string to filter the reddit data that is loaded. A pandas dataframe is passed\n",
"to DefiantJS allowing search on a JSON object. The JSON is transformed to XML for optimized search.</p><blockquote><p>Showing <span id=\"num_records\"/> records for the query <code id=\"query_string\"/>.</p>\n",
"</blockquote><p><table border=\"1\" class=\"dataframe updateme table table-bordered table-striped table-hover\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th>archived</th>\n",
" <th>author</th>\n",
" <th>author_flair_css_class</th>\n",
" <th>author_flair_text</th>\n",
" <th>body</th>\n",
" <th>controversiality</th>\n",
" <th>created_utc</th>\n",
" <th>distinguished</th>\n",
" <th>downs</th>\n",
" <th>edited</th>\n",
" <th>gilded</th>\n",
" <th>id</th>\n",
" <th>link_id</th>\n",
" <th>name</th>\n",
" <th>parent_id</th>\n",
" <th>retrieved_on</th>\n",
" <th>score</th>\n",
" <th>score_hidden</th>\n",
" <th>subreddit</th>\n",
" <th>subreddit_id</th>\n",
" <th>ups</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <td>True</td>\n",
" <td>bostich</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>test</td>\n",
" <td>0</td>\n",
" <td>1192450635</td>\n",
" <td>None</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>0</td>\n",
" <td>c0299an</td>\n",
" <td>t3_5yba3</td>\n",
" <td>t1_c0299an</td>\n",
" <td>t3_5yba3</td>\n",
" <td>1427426409</td>\n",
" <td>1</td>\n",
" <td>False</td>\n",
" <td>reddit.com</td>\n",
" <td>t5_6</td>\n",
" <td>1</td>\n",
" </tr>\n",
" <tr>\n",
" <td>True</td>\n",
" <td>igiveyoumylife</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>much smoother.\\r\\n\\r\\nIm just glad reddit is b...</td>\n",
" <td>0</td>\n",
" <td>1192450639</td>\n",
" <td>None</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>0</td>\n",
" <td>c0299ao</td>\n",
" <td>t3_5yba3</td>\n",
" <td>t1_c0299ao</td>\n",
" <td>t3_5yba3</td>\n",
" <td>1427426409</td>\n",
" <td>2</td>\n",
" <td>False</td>\n",
" <td>reddit.com</td>\n",
" <td>t5_6</td>\n",
" <td>2</td>\n",
" </tr>\n",
" <tr>\n",
" <td>True</td>\n",
" <td>Arve</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>Can we please deprecate the word \"Ajax\" now? \\...</td>\n",
" <td>0</td>\n",
" <td>1192450643</td>\n",
" <td>None</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>0</td>\n",
" <td>c0299ap</td>\n",
" <td>t3_5yba3</td>\n",
" <td>t1_c0299ap</td>\n",
" <td>t1_c02999p</td>\n",
" <td>1427426409</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>reddit.com</td>\n",
" <td>t5_6</td>\n",
" <td>0</td>\n",
" </tr>\n",
" <tr>\n",
" <td>True</td>\n",
" <td>[deleted]</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>[deleted]</td>\n",
" <td>0</td>\n",
" <td>1192450646</td>\n",
" <td>None</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>0</td>\n",
" <td>c0299aq</td>\n",
" <td>t3_5yba3</td>\n",
" <td>t1_c0299aq</td>\n",
" <td>t3_5yba3</td>\n",
" <td>1427426409</td>\n",
" <td>1</td>\n",
" <td>False</td>\n",
" <td>reddit.com</td>\n",
" <td>t5_6</td>\n",
" <td>1</td>\n",
" </tr>\n",
" <tr>\n",
" <td>True</td>\n",
" <td>gigaquack</td>\n",
" <td>None</td>\n",
" <td>None</td>\n",
" <td>Oh, I see. Fancy schmancy \"submitting....\"</td>\n",
" <td>0</td>\n",
" <td>1192450646</td>\n",
" <td>None</td>\n",
" <td>0</td>\n",
" <td>False</td>\n",
" <td>0</td>\n",
" <td>c0299ar</td>\n",
" <td>t3_5yba3</td>\n",
" <td>t1_c0299ar</td>\n",
" <td>t1_c0299ah</td>\n",
" <td>1427426409</td>\n",
" <td>3</td>\n",
" <td>False</td>\n",
" <td>reddit.com</td>\n",
" <td>t5_6</td>\n",
" <td>3</td>\n",
" </tr>\n",
" </tbody>\n",
"</table></p>\n",
"<hr><pre><code class=\"lang-coffeescript\">window.do_tree = (snapshot)=&gt;\n",
" require [ \n",
" 'https://rawgit.com/Yomguithereal/baobab/master/build/baobab.min.js'\n",
" 'https://d3js.org/d3.v3.min.js'\n",
" ], (Baobab, d3)=&gt;\n",
" d3.select('#username').on 'input', (e,v)-&gt; \n",
" tree.set 'query', d3.select(@).property('value')\n",
" d3.selection::easy = ({tag='div', classes=[], id='', data=[[]], handler=-&gt;})-&gt;\n",
" selection = @selectAll tag\n",
" .data data\n",
" selection.enter().append tag\n",
" if classes\n",
" for c in classes\n",
" selection.classed c, true\n",
" if id \n",
" selection.attr 'id', id\n",
" selection.each handler\n",
" selection.exit().remove()\n",
" selection\n",
"\n",
" window.tree = new Baobab \n",
" query: '[score&gt;20]'\n",
" records: Baobab.monkey ['.','query'], (query)-&gt; JSON.search snapshot, \"//*#{query}\"\n",
" columns: ['archived', 'author', 'author_flair_css_class', 'author_flair_text', 'body', 'controversiality', 'created_utc', 'distinguished', 'downs', 'edited', 'gilded', 'id', 'link_id', 'name', 'parent_id', 'retrieved_on', 'score', 'score_hidden', 'subreddit', 'subreddit_id', 'ups']\n",
" records = tree.select 'records'\n",
" records.on 'update', (e)-&gt; \n",
" d3.select('#num_records').text e.data.currentData.length\n",
" d3.select('#query_string').text tree.get 'query'\n",
" parts = \n",
" body: d3.select '.updateme tbody'\n",
" head: d3.select '.updateme thead'\n",
" columns = tree.get('columns')\n",
" parts.head.easy\n",
" tag: 'tr'\n",
" classes: 'head'\n",
" data: [[null,columns...]]\n",
" handler: (columns)-&gt;\n",
" d3.select(@).easy\n",
" tag: 'th'\n",
" data: columns\n",
" handler: (s)-&gt;2\n",
" parts.body.easy\n",
" tag: 'tr'\n",
" classes: 'body'\n",
" data: records.get()[0..10]\n",
" handler: (record,i)-&gt;\n",
" d3.select(@).easy\n",
" tag: 'td'\n",
" data: columns.map (k)-&gt; record[k]\n",
" handler: (v)-&gt; @innerText = v\n",
"\n",
" tree.set 'query', '//*[score&gt;40]'\n",
"</code></pre><script>// Generated by CoffeeScript 1.10.0\n",
"var slice = [].slice;\n",
"\n",
"window.do_tree = (function(_this) {\n",
" return function(snapshot) {\n",
" return require(['https://rawgit.com/Yomguithereal/baobab/master/build/baobab.min.js', 'https://d3js.org/d3.v3.min.js'], function(Baobab, d3) {\n",
" var records;\n",
" d3.select('#username').on('input', function(e, v) {\n",
" return tree.set('query', d3.select(this).property('value'));\n",
" });\n",
" d3.selection.prototype.easy = function(arg) {\n",
" var c, classes, data, handler, id, j, len, ref, ref1, ref2, ref3, ref4, selection, tag;\n",
" tag = (ref = arg.tag) != null ? ref : 'div', classes = (ref1 = arg.classes) != null ? ref1 : [], id = (ref2 = arg.id) != null ? ref2 : '', data = (ref3 = arg.data) != null ? ref3 : [[]], handler = (ref4 = arg.handler) != null ? ref4 : function() {};\n",
" selection = this.selectAll(tag).data(data);\n",
" selection.enter().append(tag);\n",
" if (classes) {\n",
" for (j = 0, len = classes.length; j < len; j++) {\n",
" c = classes[j];\n",
" selection.classed(c, true);\n",
" }\n",
" }\n",
" if (id) {\n",
" selection.attr('id', id);\n",
" }\n",
" selection.each(handler);\n",
" selection.exit().remove();\n",
" return selection;\n",
" };\n",
" window.tree = new Baobab({\n",
" query: '[score>20]',\n",
" records: Baobab.monkey(['.', 'query'], function(query) {\n",
" return JSON.search(snapshot, \"//*\" + query);\n",
" }),\n",
" columns: ['archived', 'author', 'author_flair_css_class', 'author_flair_text', 'body', 'controversiality', 'created_utc', 'distinguished', 'downs', 'edited', 'gilded', 'id', 'link_id', 'name', 'parent_id', 'retrieved_on', 'score', 'score_hidden', 'subreddit', 'subreddit_id', 'ups']\n",
" });\n",
" records = tree.select('records');\n",
" records.on('update', function(e) {\n",
" var columns, parts;\n",
" d3.select('#num_records').text(e.data.currentData.length);\n",
" d3.select('#query_string').text(tree.get('query'));\n",
" parts = {\n",
" body: d3.select('.updateme tbody'),\n",
" head: d3.select('.updateme thead')\n",
" };\n",
" columns = tree.get('columns');\n",
" parts.head.easy({\n",
" tag: 'tr',\n",
" classes: 'head',\n",
" data: [[null].concat(slice.call(columns))],\n",
" handler: function(columns) {\n",
" return d3.select(this).easy({\n",
" tag: 'th',\n",
" data: columns,\n",
" handler: function(s) {\n",
" return 2;\n",
" }\n",
" });\n",
" }\n",
" });\n",
" return parts.body.easy({\n",
" tag: 'tr',\n",
" classes: 'body',\n",
" data: records.get().slice(0, 11),\n",
" handler: function(record, i) {\n",
" return d3.select(this).easy({\n",
" tag: 'td',\n",
" data: columns.map(function(k) {\n",
" return record[k];\n",
" }),\n",
" handler: function(v) {\n",
" return this.innerText = v;\n",
" }\n",
" });\n",
" }\n",
" });\n",
" });\n",
" return tree.set('query', '//*[score>40]');\n",
" });\n",
" };\n",
"})(this);\n",
"</script><hr>"
],
"text/plain": [
"<literacy.Cell object>"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"%%literate\n",
"\n",
"# Add column info\n",
"\n",
"<div class=\"input-group\">\n",
" <span class=\"input-group-addon\" id=\"basic-addon1\">XSL search through Defiant JS</span>\n",
" <input id='username' value=\"[author='spez']\" type=\"text\" class=\"form-control\" placeholder=\"Username\" aria-describedby=\"basic-addon1\">\n",
"</div>\n",
"\n",
"Change the query string to filter the reddit data that is loaded. A pandas dataframe is passed\n",
"to DefiantJS allowing search on a JSON object. The JSON is transformed to XML for optimized search.\n",
"\n",
"> Showing <span id=\"num_records\"></span> records for the query <code id=\"query_string\"></code>.\n",
"\n",
"{{df.iloc[:5]|table('updateme')}}\n",
"\n",
"```coffeescript\n",
"window.do_tree = (snapshot)=>\n",
" require [ \n",
" 'https://rawgit.com/Yomguithereal/baobab/master/build/baobab.min.js'\n",
" 'https://d3js.org/d3.v3.min.js'\n",
" ], (Baobab, d3)=>\n",
" d3.select('#username').on 'input', (e,v)-> \n",
" tree.set 'query', d3.select(@).property('value')\n",
" d3.selection::easy = ({tag='div', classes=[], id='', data=[[]], handler=->})->\n",
" selection = @selectAll tag\n",
" .data data\n",
" selection.enter().append tag\n",
" if classes\n",
" for c in classes\n",
" selection.classed c, true\n",
" if id \n",
" selection.attr 'id', id\n",
" selection.each handler\n",
" selection.exit().remove()\n",
" selection\n",
"\n",
" window.tree = new Baobab \n",
" query: '[score>20]'\n",
" records: Baobab.monkey ['.','query'], (query)-> JSON.search snapshot, \"//*#{query}\"\n",
" columns: {{df.columns.tolist()}}\n",
" records = tree.select 'records'\n",
" records.on 'update', (e)-> \n",
" d3.select('#num_records').text e.data.currentData.length\n",
" d3.select('#query_string').text tree.get 'query'\n",
" parts = \n",
" body: d3.select '.updateme tbody'\n",
" head: d3.select '.updateme thead'\n",
" columns = tree.get('columns')\n",
" parts.head.easy\n",
" tag: 'tr'\n",
" classes: 'head'\n",
" data: [[null,columns...]]\n",
" handler: (columns)->\n",
" d3.select(@).easy\n",
" tag: 'th'\n",
" data: columns\n",
" handler: (s)->2\n",
" parts.body.easy\n",
" tag: 'tr'\n",
" classes: 'body'\n",
" data: records.get()[0..10]\n",
" handler: (record,i)->\n",
" d3.select(@).easy\n",
" tag: 'td'\n",
" data: columns.map (k)-> record[k]\n",
" handler: (v)-> @innerText = v\n",
"\n",
" tree.set 'query', '//*[score>40]'\n",
" ```"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"application/javascript": [
"\n",
"$.getScript('http://defiantjs.com/defiant.js/dist/defiant.min.js', function(){\n",
" window.snapshot = Defiant.getSnapshot([{\"archived\":true,\"author\":\"bostich\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192450635\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299an\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299an\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"igiveyoumylife\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"much smoother.\\r\\n\\r\\nIm just glad reddit is back, #reddit in mIRC was entertaining but I had no idea how addicted I had become. Thanks for making the detox somewhat short.\",\"controversiality\":0,\"created_utc\":\"1192450639\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ao\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ao\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"Arve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Can we please deprecate the word \\\"Ajax\\\" now? \\r\\n\\r\\n(But yeah, this _is_ much nicer)\",\"controversiality\":0,\"created_utc\":\"1192450643\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ap\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ap\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426409,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450646\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299aq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299aq\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh, I see. Fancy schmancy \\\"submitting....\\\"\",\"controversiality\":0,\"created_utc\":\"1192450646\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ar\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ar\",\"parent_id\":\"t1_c0299ah\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"Percept\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testing ...\",\"controversiality\":0,\"created_utc\":\"1192450656\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299as\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299as\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I like it. One more time...\",\"controversiality\":0,\"created_utc\":\"1192450658\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299at\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299at\",\"parent_id\":\"t1_c0299ar\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"mcm69\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" try refreshing yor cache, that worked for me \\n\\/\\/edit: trying to edit\",\"controversiality\":0,\"created_utc\":\"1192450662\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299au\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299au\",\"parent_id\":\"t1_c02999j\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"K. I lied. Just one more...\",\"controversiality\":0,\"created_utc\":\"1192450670\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299av\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299av\",\"parent_id\":\"t1_c0299at\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"deki\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I also wonder what the differences are...\",\"controversiality\":0,\"created_utc\":\"1192450681\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299aw\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299aw\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"So addictive...\",\"controversiality\":0,\"created_utc\":\"1192450683\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ax\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ax\",\"parent_id\":\"t1_c0299av\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"llimllib\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can't post a story to proggit - I got \\\"you are trying to submit too fast\\\" on my first submission.\",\"controversiality\":0,\"created_utc\":\"1192450687\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ay\",\"link_id\":\"t3_5yba1\",\"name\":\"t1_c0299ay\",\"parent_id\":\"t3_5yba1\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Alright I'm done.\",\"controversiality\":0,\"created_utc\":\"1192450691\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299az\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299az\",\"parent_id\":\"t1_c0299ax\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"igiveyoumylife\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Is anyone else's \\\"recommended\\\" page completely empty? Mine is, and it is usually jam-packed.\",\"controversiality\":0,\"created_utc\":\"1192450696\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b0\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b0\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450700\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b1\",\"parent_id\":\"t1_c02999j\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ok, I guess we need to submit comments to test? \",\"controversiality\":0,\"created_utc\":\"1192450705\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b2\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can't submit any stories -- even the first time, i get, \\\"you are trying to submit too fast\\\" .. anyone else seeing this?\\n\\nEdit: This appears to be fixed.\",\"controversiality\":0,\"created_utc\":\"1192450709\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b3\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"deki\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Working fine with normal Adblock.\",\"controversiality\":0,\"created_utc\":\"1192450737\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b4\",\"parent_id\":\"t1_c0299a5\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jezmck\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"can't see beta.reddit.com from here...\",\"controversiality\":0,\"created_utc\":\"1192450739\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b5\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"sickofthisshit\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I had a problem as well, with my comment being lost. Then I did a \\\"super-refresh\\\" (shift-Reload) and it seemed to work.\",\"controversiality\":0,\"created_utc\":\"1192450748\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b6\",\"parent_id\":\"t1_c02999j\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"hfaber\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"hm?\",\"controversiality\":0,\"created_utc\":\"1192450748\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b7\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"paternoster\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think so...\",\"controversiality\":0,\"created_utc\":\"1192450770\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b8\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b8\",\"parent_id\":\"t1_c0299b2\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"igiveyoumylife\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"well... I read Ron Paul's website.\",\"controversiality\":0,\"created_utc\":\"1192450771\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299b9\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299b9\",\"parent_id\":\"t1_c0299ac\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"zoomzoom83\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"No\",\"controversiality\":0,\"created_utc\":\"1192450772\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ba\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ba\",\"parent_id\":\"t1_c0299ap\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"donh\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Cry me a river. Most patents and\\r\\ncopyrights these days are theft of\\r\\npublic domain under the color of\\r\\nlaw, to an absurd degree.\\r\\n\\r\\nMickey Mouse copyright extended to\\r\\n100 years as a favor to everyone's\\r\\nfavorite political donor, Will Eisner.\\r\\nAmazon's one click patent.\\r\\n\\r\\nIt's probably been 20 years \\r\\nsince the Constitutional authority\\r\\nto grant patents and copyrights\\r\\nactually served, on the whole, to\\r\\n\\\"advance the arts and commerce\\\",\\r\\nrather than to stifle them.\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192450781\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bb\",\"link_id\":\"t3_2zxa6\",\"name\":\"t1_c0299bb\",\"parent_id\":\"t3_2zxa6\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tashbarg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"jup\",\"controversiality\":0,\"created_utc\":\"1192450789\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bc\",\"parent_id\":\"t1_c0299b2\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"newton_dave\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"As long as we can still say \\\"Web 2.0\\\"...\",\"controversiality\":0,\"created_utc\":\"1192450790\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bd\",\"parent_id\":\"t1_c0299ap\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"hfaber\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what's new except the asynchronous submit (which alone isn't really worth being dubbed 'new comment system')?\",\"controversiality\":0,\"created_utc\":\"1192450797\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299be\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299be\",\"parent_id\":\"t1_c0299b7\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"paternoster\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yep\",\"controversiality\":0,\"created_utc\":\"1192450809\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bf\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bf\",\"parent_id\":\"t1_c0299b0\",\"retrieved_on\":1427426409,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450827\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bg\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"newton_dave\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You can stop anytime you want.\\n\\nReally.\",\"controversiality\":0,\"created_utc\":\"1192450831\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bh\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bh\",\"parent_id\":\"t1_c0299az\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"lyon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"hmm only worked after refresh...\",\"controversiality\":0,\"created_utc\":\"1192450849\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bi\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bi\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"joe24pack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"okay, dokay, lets see how the comment work now ... PING !!!\",\"controversiality\":0,\"created_utc\":\"1192450869\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bj\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450870\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bk\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bk\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testing, 1, 2, 3, testing\",\"controversiality\":0,\"created_utc\":\"1192450874\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bl\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Comments posted by friends are colored orange.\",\"controversiality\":0,\"created_utc\":\"1192450875\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bm\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bm\",\"parent_id\":\"t1_c0299be\",\"retrieved_on\":1427426409,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450885\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bn\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bn\",\"parent_id\":\"t1_c0299bh\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"woot! nice!\",\"controversiality\":0,\"created_utc\":\"1192450893\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bo\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bo\",\"parent_id\":\"t1_c0299bl\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"orangepeel\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The quick brown fox jumped over the lazy dog.\",\"controversiality\":0,\"created_utc\":\"1192450898\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bp\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"igiveyoumylife\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"uh oh... what is that about? (I like your user name, mm latin)\",\"controversiality\":0,\"created_utc\":\"1192450910\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bq\",\"parent_id\":\"t1_c0299bf\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450916\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299br\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299br\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"rook2pawn\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"uhm, a 7 yo girl was sat upon to death by a daycare facility empoloyee and was sentenced to 60 days of prison and a couple thousand bucks. so, .... yeah, dont compare your woes.\",\"controversiality\":0,\"created_utc\":\"1192450918\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bs\",\"link_id\":\"t3_2zsd2\",\"name\":\"t1_c0299bs\",\"parent_id\":\"t3_2zsd2\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"Kitsunemisao\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Let me see EDIT: Oooh thats lovely, much better than before!\",\"controversiality\":0,\"created_utc\":\"1192450919\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bt\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bt\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"crm114\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't see the difference yet, but I imagine that I will as soon as I post this.\",\"controversiality\":0,\"created_utc\":\"1192450929\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bu\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This new comment system is going to do wonders for [the Fibonacci sequence thread](http:\\/\\/reddit.com\\/info\\/2mg72\\/comments\\/c2zuy0).\",\"controversiality\":0,\"created_utc\":\"1192450935\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bv\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":22,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":22},{\"archived\":true,\"author\":\"deki\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"1\",\"controversiality\":0,\"created_utc\":\"1192450947\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bw\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bw\",\"parent_id\":\"t1_c0299bn\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"walrod\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"1\",\"controversiality\":0,\"created_utc\":\"1192450978\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bx\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bx\",\"parent_id\":\"t1_c0299bw\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450978\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299by\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299by\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm testing ^_^\",\"controversiality\":0,\"created_utc\":\"1192450986\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299bz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299bz\",\"parent_id\":\"t1_c0299b2\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sakri\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" no, let me try \\r\\n\\r\\n\\/\\/edit, nice!\",\"controversiality\":0,\"created_utc\":\"1192450988\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c0\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c0\",\"parent_id\":\"t1_c0299ad\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"BastiX\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"2\",\"controversiality\":0,\"created_utc\":\"1192450995\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c1\",\"parent_id\":\"t1_c0299bx\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tubelight\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"let me try this.\",\"controversiality\":0,\"created_utc\":\"1192450996\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c2\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192450999\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c3\",\"parent_id\":\"t1_c02999l\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"joe24pack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I likes, I likes, I likes juicy Ajaxiliscious goodness. Now if could only find my precious. Now what has it got in its pocketses?\",\"controversiality\":0,\"created_utc\":\"1192451000\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c4\",\"parent_id\":\"t1_c0299bj\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"spotcatbug\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Is anything else different? Surely there's more to \\\"The New Reddit\\\" than this.\\n\\nedit: I guess that sounded kinda snotty. I really like the new submitting-in-place (it was my #1 desired fix\\/upgrade).\",\"controversiality\":0,\"created_utc\":\"1192451009\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c5\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426409,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"hejog\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"this is a test.\",\"controversiality\":0,\"created_utc\":\"1192451009\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c6\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"shadowcast\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" hey I want in on the comment testing fun.\\n\\nedit: oooh slick. \",\"controversiality\":0,\"created_utc\":\"1192451019\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c7\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"edf825\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"3\",\"controversiality\":0,\"created_utc\":\"1192451023\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c8\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c8\",\"parent_id\":\"t1_c0299c1\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Lumarin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You think you have a problem?\\r\\nI wasn't even able to log in when I was using firefox...I had to switch to Opera to log in...now to test that new submit.\",\"controversiality\":0,\"created_utc\":\"1192451026\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299c9\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299c9\",\"parent_id\":\"t1_c02999j\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"newton_dave\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think the \\\"parent\\\" link is broken.\",\"controversiality\":0,\"created_utc\":\"1192451027\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ca\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ca\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"bushwakko\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"whats new?\",\"controversiality\":0,\"created_utc\":\"1192451031\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cb\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cb\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"whatintheworldisthat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Same here. Certainly a bug, I'll take a screenshot, one sec. \",\"controversiality\":0,\"created_utc\":\"1192451034\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cc\",\"parent_id\":\"t1_c0299by\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"Bobsickle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"5\",\"controversiality\":0,\"created_utc\":\"1192451036\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cd\",\"parent_id\":\"t1_c0299c8\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"DavidM01\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Mass torture at Guantanamo? I would love to see a source on that one. The only I have heard there is sleep deprivation and loud music.\\n\\nAbu Gharib? That was an isolated incident and only the \\\"bush is hitler\\\" nutjobs think the administration had a direct hand in it.\\n\\nRenditioning? I hate to break it to you but enemy forces fighting on a field of battle *out of uniform* have no rights under Geneva. None, zip, nada. Call it wrong all you like, but illegal its not.\\n\\nFISA? This has been done in drug enforcement long before WOT. And there is no spying on 'millions' of citizens either.\\n\\nThe roving wiretaps are on *individuals* which we are trying to monitor, therefore law enforcement should be able to track them on new phones. If you think terrorists under surveillance should be able to just grab a new cell phone at Wal-mart and start the whole judicial review process all over again you are crazy. \\n\",\"controversiality\":0,\"created_utc\":\"1192451036\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ce\",\"link_id\":\"t3_2zrn9\",\"name\":\"t1_c0299ce\",\"parent_id\":\"t1_c2zxpw\",\"retrieved_on\":1427426409,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"Lumarin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ohhhh.....that's nice.\\r\\nLet's do it again.\",\"controversiality\":0,\"created_utc\":\"1192451045\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cf\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cf\",\"parent_id\":\"t1_c0299c9\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"wbeavis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Just another comment\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192451063\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cg\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"LoveGoblin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'd rather have a dead hotdog than a live one.\",\"controversiality\":0,\"created_utc\":\"1192451068\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ch\",\"link_id\":\"t3_2zwqj\",\"name\":\"t1_c0299ch\",\"parent_id\":\"t1_c2zyez\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"flosch\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"8\",\"controversiality\":0,\"created_utc\":\"1192451071\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ci\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ci\",\"parent_id\":\"t1_c0299cd\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451071\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cj\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zoomzoom83\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nope. Months of development, a day of downtime, all for a new commenting system.\\n\\n(In reality, I think it's a complete rewrite implementing much the same functionality).\",\"controversiality\":0,\"created_utc\":\"1192451073\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ck\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ck\",\"parent_id\":\"t1_c0299c5\",\"retrieved_on\":1427426409,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"BastiX\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"13\",\"controversiality\":0,\"created_utc\":\"1192451085\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cl\",\"parent_id\":\"t1_c0299ci\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"wbeavis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"these aren't the comments you are looking for. move along\",\"controversiality\":0,\"created_utc\":\"1192451089\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cm\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cm\",\"parent_id\":\"t1_c0299cg\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"21\",\"controversiality\":0,\"created_utc\":\"1192451101\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cn\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cn\",\"parent_id\":\"t1_c0299cl\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Kitsunemisao\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What would happen with Lesbian computers? And what guy would wanna put his ding-a-ling into a computer, full of fans and electricity? Hope it wasn't dual core... &gt;_&gt;\",\"controversiality\":0,\"created_utc\":\"1192451139\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299co\",\"link_id\":\"t3_2zw41\",\"name\":\"t1_c0299co\",\"parent_id\":\"t3_2zw41\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"bertramredneck\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Don't hesitate to procrastinate. \",\"controversiality\":0,\"created_utc\":\"1192451168\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cp\",\"link_id\":\"t3_2zy8i\",\"name\":\"t1_c0299cp\",\"parent_id\":\"t3_2zy8i\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"underthesun\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah, here's to less bandwidth while redditing, I hope that doesn't reduce my work throughput too much\",\"controversiality\":0,\"created_utc\":\"1192451193\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cq\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451203\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cr\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cr\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Boo, you broke my greasemonkey script that collapses comment threads. :(\\n::goes back to the drawing board::\",\"controversiality\":0,\"created_utc\":\"1192451235\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cs\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cs\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"neoform2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well it wasn't bad before.. Now it doesn't seem overly different IMO..\",\"controversiality\":0,\"created_utc\":\"1192451249\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ct\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ct\",\"parent_id\":\"t1_c0299a9\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"glen_quagmire\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i don't see a difference\",\"controversiality\":0,\"created_utc\":\"1192451252\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cu\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"glen_quagmire\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"oh i just saw a difference\",\"controversiality\":0,\"created_utc\":\"1192451266\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cv\",\"parent_id\":\"t1_c0299cu\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451275\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cw\",\"link_id\":\"t3_5ybae\",\"name\":\"t1_c0299cw\",\"parent_id\":\"t3_5ybae\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"glen_quagmire\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"this will become like twitter. possibly more buggy.\",\"controversiality\":0,\"created_utc\":\"1192451287\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cx\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cx\",\"parent_id\":\"t1_c0299cv\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tinha\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"ok...testing...testing...\",\"controversiality\":0,\"created_utc\":\"1192451288\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cy\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299cy\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"furry8\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what if i leave my keys on my car and it gets stolen?\",\"controversiality\":0,\"created_utc\":\"1192451312\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299cz\",\"link_id\":\"t3_2zvjj\",\"name\":\"t1_c0299cz\",\"parent_id\":\"t1_c2zx7k\",\"retrieved_on\":1427426409,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451319\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d0\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d0\",\"parent_id\":\"t1_c0299bz\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451320\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d1\",\"link_id\":\"t3_5ybal\",\"name\":\"t1_c0299d1\",\"parent_id\":\"t3_5ybal\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"llimllib\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"fixed, thanks\",\"controversiality\":0,\"created_utc\":\"1192451325\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d2\",\"link_id\":\"t3_5yba1\",\"name\":\"t1_c0299d2\",\"parent_id\":\"t1_c0299ay\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"underthelinux\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"why are you testing?\",\"controversiality\":0,\"created_utc\":\"1192451325\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d3\",\"parent_id\":\"t1_c0299bz\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451330\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d4\",\"parent_id\":\"t1_c0299a6\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"chime\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Go Marshall Brain! He's on my Myspace friends. I kid you not! Of course, someone else owns it now but still cool.\",\"controversiality\":0,\"created_utc\":\"1192451341\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d5\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299d5\",\"parent_id\":\"t3_5yba2\",\"retrieved_on\":1427426409,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-7},{\"archived\":true,\"author\":\"rhamej\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testing one two, testing one two...\",\"controversiality\":0,\"created_utc\":\"1192451349\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d6\",\"parent_id\":\"t1_c0299bz\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"greentangent\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Post \",\"controversiality\":0,\"created_utc\":\"1192451351\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d7\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451362\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d8\",\"link_id\":\"t3_5ybar\",\"name\":\"t1_c0299d8\",\"parent_id\":\"t3_5ybar\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"underthelinux\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"yeah, mine is empty, and soemtimes the browse\\/hot\\/new pages don't show up properly. and beta.reddit.com isn't working. Also my incoming messages shows \\\"nothing here\\\" but thats not true cause i've had replies before. \\n\\nah crap, i have no idea whats going on !\",\"controversiality\":0,\"created_utc\":\"1192451372\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299d9\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299d9\",\"parent_id\":\"t1_c0299b0\",\"retrieved_on\":1427426409,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"bw1870\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"...and use what instead?\",\"controversiality\":0,\"created_utc\":\"1192451373\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299da\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299da\",\"parent_id\":\"t1_c0299ap\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"awaazbandh\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"34\",\"controversiality\":0,\"created_utc\":\"1192451376\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299db\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299db\",\"parent_id\":\"t1_c0299cn\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451392\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dc\",\"parent_id\":\"t1_c0299ct\",\"retrieved_on\":1427426409,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"neoform2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I used to get that every time I submitted a story..\",\"controversiality\":0,\"created_utc\":\"1192451399\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dd\",\"parent_id\":\"t1_c0299b3\",\"retrieved_on\":1427426409,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"dmead\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"wheeee\",\"controversiality\":0,\"created_utc\":\"1192451402\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299de\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299de\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426409,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"joshd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yup, that fixed the logging in issue for me too. Thanks.\",\"controversiality\":0,\"created_utc\":\"1192451407\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299df\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299df\",\"parent_id\":\"t1_c0299au\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hooray! 26 characters of ASCII works!\",\"controversiality\":0,\"created_utc\":\"1192451407\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dg\",\"parent_id\":\"t1_c0299bp\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192451418\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dh\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dh\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"Arve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nothing. Just explaining what the new functionality is would be much better.\",\"controversiality\":0,\"created_utc\":\"1192451420\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299di\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299di\",\"parent_id\":\"t1_c0299da\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"JimJones\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Huzzah!\",\"controversiality\":0,\"created_utc\":\"1192451425\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dj\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299dj\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426408,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"dizzle67\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"finally some of these people are admitting what the rest of america has realized for a long time. there is no reason anyone should make more money in a year doing mostly nothing when the average american is lucky to be able to afford a home of their own to live in.\",\"controversiality\":0,\"created_utc\":\"1192451445\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dk\",\"link_id\":\"t3_5ybao\",\"name\":\"t1_c0299dk\",\"parent_id\":\"t3_5ybao\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451461\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dl\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"andrejevas\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"um\",\"controversiality\":0,\"created_utc\":\"1192451466\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dm\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dm\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hmm.. can't say as I like the \\\"Continue this thread\\\" idea, removes all the ajaxy fun!\",\"controversiality\":0,\"created_utc\":\"1192451473\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dn\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dn\",\"parent_id\":\"t1_c0299ax\",\"retrieved_on\":1427426408,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451512\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299do\",\"link_id\":\"t3_2zwc7\",\"name\":\"t1_c0299do\",\"parent_id\":\"t1_c2zxu8\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"magpi3\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I will tell you after I have commented.\\n\\nEDIT: Very nice, very nice. How much?\",\"controversiality\":0,\"created_utc\":\"1192451520\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dp\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"thatswhatyouget\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192451524\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dq\",\"parent_id\":\"t1_c0299an\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451526\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dr\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dr\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"LordZodd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"55\",\"controversiality\":0,\"created_utc\":\"1192451531\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ds\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ds\",\"parent_id\":\"t1_c0299db\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"chiarafox\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Should be good some day, but right now, John Andrews thinks this is pretty scary stuff.\",\"controversiality\":0,\"created_utc\":\"1192451531\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dt\",\"link_id\":\"t3_5ybb6\",\"name\":\"t1_c0299dt\",\"parent_id\":\"t3_5ybb6\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"rense\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Testing one two one two.\\n\\nEdit: shiny! \",\"controversiality\":0,\"created_utc\":\"1192451536\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299du\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299du\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451560\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dv\",\"parent_id\":\"t1_c0299d6\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451560\",\"distinguished\":null,\"downs\":0,\"edited\":true,\"gilded\":0,\"id\":\"c0299dw\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dw\",\"parent_id\":\"t1_c0299c9\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451574\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dx\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dx\",\"parent_id\":\"t1_c0299dq\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451589\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dy\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dy\",\"parent_id\":\"t1_c0299a7\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"LudoA\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not about the comment system, but about the new reddit (using mozilla iceape 1.1.4):\\n\\n\\n* Well, the title here says \\\"reddit.com: what's new online\\\" - shouldn't it say \\\"What do you think of the new comment system? Tell us in the comments! - reddit.com\\\" or something like that?\\n\\n\\n* Logging in resulted in it directing me to the login\\/register page, so I kept trying to login, which didn't work. Then I went back to the homepage, and noticed I actually was logged in.\\n\\n\\n* And posting this comment brings me to a blank page, and doesn't post it at all. Trying to post the comments as a reply to someone's comment now, hopefully that will work...\\n\\n\\n* And clicking on this entry lead me to beta.reddit.com, wich doesn't exist anymore. \",\"controversiality\":0,\"created_utc\":\"1192451594\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299dz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299dz\",\"parent_id\":\"t1_c0299b5\",\"retrieved_on\":1427426408,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"joe24pack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"modded down, 'cause this is clutter.\",\"controversiality\":0,\"created_utc\":\"1192451594\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e0\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299e0\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"gvsteve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" testing, to see how the commenting is different. edit: I guess it's a little nicer.\",\"controversiality\":0,\"created_utc\":\"1192451605\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299e1\",\"parent_id\":\"t1_c0299a9\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"867uht\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Could not log-in with my current account had to make a new one and could not make a new account in Fire Fox had to use Explorer, I hate Explorer. SO far this new Reddtit sucks. Tried to post a story with new account and was told I was postin to fast, WTF!\",\"controversiality\":0,\"created_utc\":\"1192451636\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e2\",\"link_id\":\"t3_5yba1\",\"name\":\"t1_c0299e2\",\"parent_id\":\"t3_5yba1\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451661\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299e3\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"they do not show him actually hitting the bridge.\",\"controversiality\":0,\"created_utc\":\"1192451663\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e4\",\"link_id\":\"t3_2zwbu\",\"name\":\"t1_c0299e4\",\"parent_id\":\"t1_c2zxhr\",\"retrieved_on\":1427426408,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451669\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299e5\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"maxwellhill\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"My recommended page is empty and I can't access the user overview either - anyone has these problems?\",\"controversiality\":0,\"created_utc\":\"1192451673\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e6\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299e6\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426408,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451677\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299e7\",\"parent_id\":\"t1_c0299ck\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"icefox\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Check out rpp, it has a c++ preprocessor, processor and binder. No need to reinvent the wheel again\\n\\nhttp:\\/\\/repo.or.cz\\/w\\/rpp.git\\n\",\"controversiality\":0,\"created_utc\":\"1192451696\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e8\",\"link_id\":\"t3_2zy9q\",\"name\":\"t1_c0299e8\",\"parent_id\":\"t3_2zy9q\",\"retrieved_on\":1427426408,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; Pretty much every properly funded survey reports the same findings. \\n\\nPlease post a link to one (or more) of these surveys. If I still don't believe them then I'll ask my mother. I bet she doesn't say Windows.\\n\",\"controversiality\":0,\"created_utc\":\"1192451705\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299e9\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299e9\",\"parent_id\":\"t1_c2zy9n\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"Etab\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can only imagine how that argument started...\",\"controversiality\":0,\"created_utc\":\"1192451713\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ea\",\"link_id\":\"t3_5ybav\",\"name\":\"t1_c0299ea\",\"parent_id\":\"t3_5ybav\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gonzopancho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Won't happen... then people would expect every other update to unbrick the newly-hacked revision.\\n\\nNope, this is about closing the holes.\\n\\nAll hail Jobs!\",\"controversiality\":0,\"created_utc\":\"1192451715\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eb\",\"link_id\":\"t3_5ybal\",\"name\":\"t1_c0299eb\",\"parent_id\":\"t1_c0299d1\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"anarchistica\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Clinton (advised by Wesley Clark) forced the UN to withdraw, making him partially responsible. Read the article by Samantha Powers. Some 500 poorly equiped UN soldiers managed to save thousands.\",\"controversiality\":0,\"created_utc\":\"1192451754\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ec\",\"link_id\":\"t3_2wel8\",\"name\":\"t1_c0299ec\",\"parent_id\":\"t1_c2wjh0\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451757\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ed\",\"link_id\":\"t3_2znv6\",\"name\":\"t1_c0299ed\",\"parent_id\":\"t3_2znv6\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"thatswhatyouget\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I was having the same problem. I added an exception to my filter list, and that fixed it.\\n\\nex. @@reddit.com\",\"controversiality\":0,\"created_utc\":\"1192451764\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ee\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ee\",\"parent_id\":\"t1_c0299a5\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"teatree\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Investors complain, but when they are given the power to do somthing about it, they don't use it.\\r\\n\\r\\nIn Britain, in 2002, a law was brought in allowing shareholders to vote down the executive pay packages. Govt thought shareholder democracy would solve the problem (as director pay comes from shareholders money). But to date only one package has been voted down - in GlaxoSmithKline in 2003. The rest of the time, institutional shareholders just rubber-stamp pay, even when they don't have to.\",\"controversiality\":0,\"created_utc\":\"1192451767\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ef\",\"link_id\":\"t3_5ybaw\",\"name\":\"t1_c0299ef\",\"parent_id\":\"t3_5ybaw\",\"retrieved_on\":1427426408,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"jf1234\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testing1 2313123\",\"controversiality\":0,\"created_utc\":\"1192451783\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299eg\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451790\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eh\",\"link_id\":\"t3_5ybbk\",\"name\":\"t1_c0299eh\",\"parent_id\":\"t3_5ybbk\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451791\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ei\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ei\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jf1234\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"love the ajax submit. badly needed.\",\"controversiality\":0,\"created_utc\":\"1192451802\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ej\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ej\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"gvsteve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You bring up some good points, but it's important to remember that cars and houses are a bit nicer now than they were in 1965.\",\"controversiality\":0,\"created_utc\":\"1192451813\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ek\",\"link_id\":\"t3_2zs89\",\"name\":\"t1_c0299ek\",\"parent_id\":\"t1_c2zune\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"JulianMorrison\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Clear your reddit cookies, and shift-reload the front page.\",\"controversiality\":0,\"created_utc\":\"1192451816\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299el\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299el\",\"parent_id\":\"t1_c0299dz\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192451820\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299em\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299em\",\"parent_id\":\"t1_c0299dq\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"packetguy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"yeah. what is it?\",\"controversiality\":0,\"created_utc\":\"1192451827\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299en\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299en\",\"parent_id\":\"t1_c0299a3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451834\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eo\",\"link_id\":\"t3_2mg72\",\"name\":\"t1_c0299eo\",\"parent_id\":\"t1_c2zvaa\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"whatintheworldisthat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"http:\\/\\/i53.photobucket.com\\/albums\\/g57\\/caimex\\/2007-10-15_1280x1024.png\",\"controversiality\":0,\"created_utc\":\"1192451859\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ep\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ep\",\"parent_id\":\"t1_c0299cc\",\"retrieved_on\":1427426408,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451865\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eq\",\"link_id\":\"t3_2zwc7\",\"name\":\"t1_c0299eq\",\"parent_id\":\"t3_2zwc7\",\"retrieved_on\":1427426408,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"bobpaul\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Still shows 0 points\",\"controversiality\":0,\"created_utc\":\"1192451869\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299er\",\"link_id\":\"t3_5ybb5\",\"name\":\"t1_c0299er\",\"parent_id\":\"t3_5ybb5\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Sheesh! Method actors. \",\"controversiality\":0,\"created_utc\":\"1192451909\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299es\",\"link_id\":\"t3_5ybbb\",\"name\":\"t1_c0299es\",\"parent_id\":\"t3_5ybbb\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"my recommended page is empty, but i can access user overview! Maybe its just a hangover from the redesigning or whatever it was!\",\"controversiality\":0,\"created_utc\":\"1192451915\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299et\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299et\",\"parent_id\":\"t1_c0299e6\",\"retrieved_on\":1427426408,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"hexed\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Interesting - links on the main page which come from subreddits, now have a [subredditname] prefix.\\n\\nEdit: Ooooo, shiny submitting...\",\"controversiality\":0,\"created_utc\":\"1192451921\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299eu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299eu\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451923\",\"distinguished\":null,\"downs\":0,\"edited\":true,\"gilded\":0,\"id\":\"c0299ev\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ev\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451925\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ew\",\"link_id\":\"t3_2zvu9\",\"name\":\"t1_c0299ew\",\"parent_id\":\"t3_2zvu9\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451927\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ex\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ex\",\"parent_id\":\"t1_c0299ct\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"spez\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"There aren't many changes, we're just trying to get things stable first. Give us a little bit to get the kinks out.\",\"controversiality\":0,\"created_utc\":\"1192451934\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ey\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ey\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426408,\"score\":157,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":157},{\"archived\":true,\"author\":\"Emrecall\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"getting the shakes again, recommended page is blank for me\",\"controversiality\":0,\"created_utc\":\"1192451939\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ez\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ez\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451941\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f0\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299f0\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is strange. With no comments, there's a red error message:\\n\\n&gt;there are no results here\\n\\n*edit:* Even more interesting: because the comment is submitted ajaxically, the \\\"no results\\\" message stayed after this comment was posted, and didn't disappear until I refreshed the page.\",\"controversiality\":0,\"created_utc\":\"1192451942\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f1\",\"link_id\":\"t3_5ybb7\",\"name\":\"t1_c0299f1\",\"parent_id\":\"t3_5ybb7\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192451942\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299f2\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"89\",\"controversiality\":0,\"created_utc\":\"1192451950\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299f3\",\"parent_id\":\"t1_c0299ds\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Omikron\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"How the F can something with no comments make it to #3?\",\"controversiality\":0,\"created_utc\":\"1192451956\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f4\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299f4\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426408,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192451981\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299f5\",\"parent_id\":\"t1_c0299dv\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gonzopancho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm getting 404s on many articles... WTF, Reddit?\",\"controversiality\":0,\"created_utc\":\"1192452002\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f6\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299f6\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426408,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452004\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f7\",\"link_id\":\"t3_5ybbp\",\"name\":\"t1_c0299f7\",\"parent_id\":\"t3_5ybbp\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"spot35\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I wonder indeed... \\n\\nMmmm, that is much better! \\n\\nWhere are the stars next to edited comments?\",\"controversiality\":0,\"created_utc\":\"1192452010\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f8\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299f8\",\"parent_id\":\"t1_c0299aw\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452016\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299f9\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299f9\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"We're discussing user friendliness, not familiarity. I stand by my point that Microsoft produces terrible user interfaces. The fact that a significant proportion of computer users have had no choice but to become familiar with them doesn't make them any better.\\n\\nPS I'm not kicking or screaming. Well, only when I'm forced to use Win XP (under OSX + parallels) so that I can use a web site under IE.\\n\\n\\n\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192452020\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fa\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299fa\",\"parent_id\":\"t1_c0299am\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"hollaworld\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"hello world\",\"controversiality\":0,\"created_utc\":\"1192452025\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fb\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fb\",\"parent_id\":\"t1_c0299bz\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452061\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fc\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299fc\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Pinecone\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"lm using Adblock plus and it works fine for me.\",\"controversiality\":0,\"created_utc\":\"1192452070\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fd\",\"parent_id\":\"t1_c0299a5\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452081\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fe\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299fe\",\"parent_id\":\"t1_c0299f9\",\"retrieved_on\":1427426408,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452083\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ff\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299ff\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426408,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"Richeh\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"so is this.\",\"controversiality\":0,\"created_utc\":\"1192452088\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fg\",\"parent_id\":\"t1_c0299c6\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; The White House stuck to polite, if restrained, congratulations. \\\"Obviously, it's an important recognition, and we're sure the vice president is thrilled,\\\" spokesman Tony Fratto told reporters aboard Air Force One heading here Friday.\\n\\nWhat? Dick Cheney is happy for Al Gore? And what's Dick Cheney doing on Air Force One? Has he taken over for real now and isn't just lurking behind White House bushes?\\n\\nOh.. oh... yeh, now I get it. The American habit of continuing to address an ex-office-holder by their former title. Once a veep always a veep. Sort of like Colonel Sanders.\",\"controversiality\":0,\"created_utc\":\"1192452090\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fh\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c0299fh\",\"parent_id\":\"t3_2zswb\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" This man should not take potent hallucinogens. His imagination and sub-conciousness are way too vivid and unrestful. \",\"controversiality\":0,\"created_utc\":\"1192452090\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fi\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299fi\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426408,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"hollaworld\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"edit 123 test \",\"controversiality\":0,\"created_utc\":\"1192452092\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fj\",\"parent_id\":\"t1_c0299cx\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"kolektiv\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Outlook is not \\\"dead\\\". Outlook doesn't even compete for the same users as GMail. It's for corporates with Exchange servers running email on desktops in the organisation. (Mainly)\\n\\nGMail is a light and simple mail client for people who just want mail. Outlook is mail, scheduling, calendars, and god knows what else. It isn't neccesarily fun, or cool, but it does a lot of things.\\n\\nBack closer to topic - well, good for them - there's never really been a particularly great open challenger in that space. Best of luck to them.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192452096\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fk\",\"link_id\":\"t3_2zwkx\",\"name\":\"t1_c0299fk\",\"parent_id\":\"t1_c2zyib\",\"retrieved_on\":1427426408,\"score\":4,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452097\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fl\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299fl\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426408,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"bobpaul\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Go into your prefs and turn off the reddit toolbar. That's currently broken, it would seem.\",\"controversiality\":0,\"created_utc\":\"1192452106\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fm\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299fm\",\"parent_id\":\"t1_c0299f6\",\"retrieved_on\":1427426408,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"albar129\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192452116\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fn\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fn\",\"parent_id\":\"t1_c0299em\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"leetraupel\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Myanmar is the second largest opium producer in the world, next only to Afghanistan. It has recorded a 29 per cent growth this year. It is worrisome and undermines progress towards a drug-free South East Asia, according to UNDOC.\",\"controversiality\":0,\"created_utc\":\"1192452117\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fo\",\"link_id\":\"t3_5ybbz\",\"name\":\"t1_c0299fo\",\"parent_id\":\"t3_5ybbz\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"dizzle67\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i think we've heard this one before. can you say propaganda?\",\"controversiality\":0,\"created_utc\":\"1192452142\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fp\",\"link_id\":\"t3_5ybc0\",\"name\":\"t1_c0299fp\",\"parent_id\":\"t3_5ybc0\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Try clearing your cache. You may have stale .js files lying around.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192452159\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fq\",\"parent_id\":\"t1_c0299d9\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Shouldn't you have tested these changes before releasing to production? It feels like there was a huge cock-up during the release. How else would you explain a 48-hour downtime for an upgrade?\\r\\n\\r\\nedit: fixed typo.\",\"controversiality\":0,\"created_utc\":\"1192452159\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299fr\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426408,\"score\":20,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":20},{\"archived\":true,\"author\":\"spot35\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"the quick brown fox jumped over the lazy dog');drop table comments;\",\"controversiality\":0,\"created_utc\":\"1192452159\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fs\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fs\",\"parent_id\":\"t1_c0299dg\",\"retrieved_on\":1427426408,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452172\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ft\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ft\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452176\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fu\",\"parent_id\":\"t1_c0299c7\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"hopeseekr\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Hmm....Let me see what all the fuss is about... sweet!!\",\"controversiality\":0,\"created_utc\":\"1192452177\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299fv\",\"parent_id\":\"t1_c0299ev\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"yellowking\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Work it, grandma!\",\"controversiality\":0,\"created_utc\":\"1192452183\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fw\",\"link_id\":\"t3_2zyhc\",\"name\":\"t1_c0299fw\",\"parent_id\":\"t3_2zyhc\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"joshwa\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"lots of zero-points articles on the hot page...\",\"controversiality\":0,\"created_utc\":\"1192452184\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fx\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299fx\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426408,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Al-Qaeda = Oceania\",\"controversiality\":0,\"created_utc\":\"1192452188\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fy\",\"link_id\":\"t3_5ybc0\",\"name\":\"t1_c0299fy\",\"parent_id\":\"t3_5ybc0\",\"retrieved_on\":1427426408,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"Gotebe\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh, just shut-up! When comparing US with Europe, of course you compare with the likes of Germany, France, Italy, UK, Spain, and not with Serbia.\\n\\nSave the amount of money made, US has everything to look up to to western Europe. That's not smug, that's reality.\",\"controversiality\":0,\"created_utc\":\"1192452193\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299fz\",\"link_id\":\"t3_2zvu9\",\"name\":\"t1_c0299fz\",\"parent_id\":\"t1_c2zwwo\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"immrlizard\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't see a big difference. Having Reddit down for a day increased the amount of work I had to do at home. Don't let it happen again LOL That combined with my football team having a bye was really stressful \",\"controversiality\":0,\"created_utc\":\"1192452197\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g0\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g0\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"hollaworld\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&lt;evil&gt;what a great thread to downvote you all&lt;\\/evil&gt;\\r\\n\\r\\nkidding, testing\",\"controversiality\":0,\"created_utc\":\"1192452201\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g1\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"murdochmacdonald\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ayrshire, Scotland, 15 October 2007--Ayrshire Chartered Accountants and Chartered Tax Advisers, Sinclair Scott have attacked the changes to capital gains tax announced by Alistair Darling in his first Pre-Budget Report. \\r\\n\\r\\nWith the introduction of a flat capital gains tax rate of 18% and the removal of indexation, many business owners will face an increase in their capital gains tax rate from 10% to 18%. \",\"controversiality\":0,\"created_utc\":\"1192452204\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g2\",\"link_id\":\"t3_5ybc4\",\"name\":\"t1_c0299g2\",\"parent_id\":\"t3_5ybc4\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452211\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g3\",\"link_id\":\"t3_2zqyq\",\"name\":\"t1_c0299g3\",\"parent_id\":\"t3_2zqyq\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testy mcpost\",\"controversiality\":0,\"created_utc\":\"1192452230\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g4\",\"parent_id\":\"t1_c0299fj\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452237\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g5\",\"parent_id\":\"t1_c0299f3\",\"retrieved_on\":1427426408,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"deki\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They show that the comment has been edited :)\",\"controversiality\":0,\"created_utc\":\"1192452239\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g6\",\"parent_id\":\"t1_c0299f8\",\"retrieved_on\":1427426408,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"phedre\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Testing post...\",\"controversiality\":0,\"created_utc\":\"1192452240\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299g7\",\"parent_id\":\"t1_c0299fv\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452258\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g8\",\"link_id\":\"t3_2zyfb\",\"name\":\"t1_c0299g8\",\"parent_id\":\"t3_2zyfb\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"redditcensoredme\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Lucky you for having the hydro resources to be ABLE to build dams. And that's not anything you can credit yourself with.\",\"controversiality\":0,\"created_utc\":\"1192452270\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299g9\",\"link_id\":\"t3_2zuxz\",\"name\":\"t1_c0299g9\",\"parent_id\":\"t1_c2zyg4\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mikkom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; The connection has timed out\\n&gt;\\n&gt; The server at beta.reddit.com is taking too long to respond.\",\"controversiality\":0,\"created_utc\":\"1192452275\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ga\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ga\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"sigzero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You *must* worship at the GORACLE:\\n\\nhttp:\\/\\/i65.photobucket.com\\/albums\\/h219\\/pjcomix\\/blog\\/goracle.jpg\\n\",\"controversiality\":0,\"created_utc\":\"1192452303\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gb\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c0299gb\",\"parent_id\":\"t1_c2zxkz\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"perri\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I pouted.\",\"controversiality\":0,\"created_utc\":\"1192452327\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gc\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299gc\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"mushpuppy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Psychonauts. Realms of the Haunting. The 2nd Crusader game. Beyond Good and Evil as said before. Stonekeep. Space Rogue. Wrath of Denethenor. Probably could think of lots more. \",\"controversiality\":0,\"created_utc\":\"1192452349\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gd\",\"link_id\":\"t3_2zssk\",\"name\":\"t1_c0299gd\",\"parent_id\":\"t3_2zssk\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"gaming\",\"subreddit_id\":\"t5_2qh03\",\"ups\":1},{\"archived\":true,\"author\":\"VoodooIdol\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm far from self-loathing, and I'm about as sane as it gets. The people who don't understand how our (The U.S.'s) policies in the middle east would push someone to commit an act of terror is mentally diseased.\\r\\n\\r\\nDo the people deserve to die? No. Can I understand why they did? Yes.\",\"controversiality\":0,\"created_utc\":\"1192452356\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ge\",\"link_id\":\"t3_2ybqz\",\"name\":\"t1_c0299ge\",\"parent_id\":\"t1_c2yh6g\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"fabieen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;But there\\u2019s an acupuncture technique that &gt;works just as well if you\\u2019re feeling queasy. &gt;Find the pressure point \\u201cpericardium number &gt;six\\u201d\\n\\nPlonk.\",\"controversiality\":0,\"created_utc\":\"1192452369\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gf\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c0299gf\",\"parent_id\":\"t3_5ybah\",\"retrieved_on\":1427426407,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452402\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gg\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299gg\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"moneyprinter\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Yes, he seemed to squeeze too much about the financial system into a short space of time, so making a little too generalized.\\n\\nThere is more on how money is newly issued and to who it is distributed first, in 3 good documentaries...\\n\\n'Money As Debt':\\n\\nhttp:\\/\\/video.google.com\\/videoplay?docid=-9050474362583451279 (45 mins)\\n\\n'Fiat Empire':\\n\\nhttp:\\/\\/video.google.com\\/videoplay?docid=5232639329002339531 (1 hour)\\n\\n'The Money Masters':\\n\\npart 1. http:\\/\\/video.google.com\\/videoplay?docid=6076118677860424204 (1 hour 45 mins)\\n\\npart 2. http:\\/\\/video.google.com\\/videoplay?docid=-7336845760512239683 (1 hour 45 mins)\\n\\nI'm not for a Gold backed currency. I'm for a system of free market competitive demand-led banking (no cartel centralization, monopoly or instability) like what we had for most of the time during the first half of the United States history before the Rothschild powerful banks with the help of Warburg and Rockefeller took control and started issuing Fiat Money as debt and forcing everyone to use their currency with the help of law and executive orders, thus talking away from the people instead of investing in the future of our children.\\n\\n \",\"controversiality\":0,\"created_utc\":\"1192452403\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gh\",\"link_id\":\"t3_2ztbv\",\"name\":\"t1_c0299gh\",\"parent_id\":\"t1_c2zxjo\",\"retrieved_on\":1427426407,\"score\":3,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":3},{\"archived\":true,\"author\":\"fabieen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;But there\\u2019s an acupuncture technique that &gt;works just as well if you\\u2019re feeling queasy. &gt;Find the pressure point \\u201cpericardium number &gt;six\\u201d\\n\\nPlonk.\",\"controversiality\":0,\"created_utc\":\"1192452415\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gi\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c0299gi\",\"parent_id\":\"t3_5ybah\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"KiddieFiddler\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is great! Now I can see all the comments by just one little extra mouseclick! Sure beats the previous system where I had to go through the trouble of _doing absolutely nothing_ to get the same result!\\n\\nEdit: Okay, the highlighting of my own username _is_ very nice, I'll admit.\",\"controversiality\":0,\"created_utc\":\"1192452416\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299gj\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"novagenesis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Thank god there were no bugs.\",\"controversiality\":0,\"created_utc\":\"1192452423\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gk\",\"link_id\":\"t3_2zufu\",\"name\":\"t1_c0299gk\",\"parent_id\":\"t3_2zufu\",\"retrieved_on\":1427426407,\"score\":8,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452431\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299gl\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sigzero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You only have to look at the source of the information for this to be suspect.\",\"controversiality\":0,\"created_utc\":\"1192452441\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gm\",\"link_id\":\"t3_2zkiq\",\"name\":\"t1_c0299gm\",\"parent_id\":\"t3_2zkiq\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"annekat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can't comment, the commenting system is broken!\",\"controversiality\":0,\"created_utc\":\"1192452453\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gn\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299gn\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I just kept hitting \\\"reload\\\".\",\"controversiality\":0,\"created_utc\":\"1192452454\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299go\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299go\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":77,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":77},{\"archived\":true,\"author\":\"annekat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Whoops, no, it's working now!\",\"controversiality\":0,\"created_utc\":\"1192452464\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gp\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299gp\",\"parent_id\":\"t1_c0299gn\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"VoodooIdol\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I understand property and justice. If you do stupid shit, you deserve to have stupid shit happen to you.\\r\\n\\r\\nKarma is a wheel, my friend. :)\",\"controversiality\":0,\"created_utc\":\"1192452464\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gq\",\"link_id\":\"t3_2ybqz\",\"name\":\"t1_c0299gq\",\"parent_id\":\"t1_c2yf12\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I live in the south and I walk by those carts all the time. They have dust on them in some stores from lack of use. I rarely see fat people using them and for any matter, i rarely see anyone use them. \\n\\nBTW to original poster or article. Thanks for assuming it's being used just because they're fat jackass and don't a medical problem. I agree with ebethcox 100%. Just because it seems like it's a rule rather than an exception it must always happen since your point of view is the only one that's correct.\",\"controversiality\":0,\"created_utc\":\"1192452472\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gr\",\"link_id\":\"t3_2zv8f\",\"name\":\"t1_c0299gr\",\"parent_id\":\"t1_c2zx97\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"hexed\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Subreddits are getting a [subredditname] prefix when they turn up on the main page - great idea.\",\"controversiality\":0,\"created_utc\":\"1192452505\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gs\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299gs\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426407,\"score\":73,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":73},{\"archived\":true,\"author\":\"VoodooIdol\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"asking for it\\\" and \\\"deserved it\\\" approximate to the same thing politically. At least as far as I'm concerned. If you're stupid enough to \\\"ask for it\\\", then you deserve what you get.\",\"controversiality\":0,\"created_utc\":\"1192452512\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gt\",\"link_id\":\"t3_2ybqz\",\"name\":\"t1_c0299gt\",\"parent_id\":\"t1_c2yffr\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"Pinecone\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"l'd say it's the link that has nothing to do with the submission that's worse.\",\"controversiality\":0,\"created_utc\":\"1192452517\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gu\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299gu\",\"parent_id\":\"t1_c2zvla\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"whatintheworldisthat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Err, fixed!\",\"controversiality\":0,\"created_utc\":\"1192452521\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299gv\",\"parent_id\":\"t1_c0299ep\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"LordZodd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"And when that doesn't work we'll introduce the 3rd dimension of time -- that should straighten things out! \",\"controversiality\":0,\"created_utc\":\"1192452527\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gw\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299gw\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426407,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Watch \\\"How Clean is Your House?\\\" on BBC America. Answer: yes.\",\"controversiality\":0,\"created_utc\":\"1192452530\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gx\",\"link_id\":\"t3_5ybb2\",\"name\":\"t1_c0299gx\",\"parent_id\":\"t3_5ybb2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"saralk\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;Safety point: Never mix vinegar and chlorine bleach - you get poisonous fumes.\\r\\n\\r\\nI smell an experiment!\",\"controversiality\":0,\"created_utc\":\"1192452537\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gy\",\"link_id\":\"t3_5ybb2\",\"name\":\"t1_c0299gy\",\"parent_id\":\"t3_5ybb2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"wtf are you serious?\",\"controversiality\":0,\"created_utc\":\"1192452544\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299gz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299gz\",\"parent_id\":\"t1_c0299aj\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sigzero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I hear and love your sarcasm.\",\"controversiality\":0,\"created_utc\":\"1192452547\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h0\",\"link_id\":\"t3_2zj70\",\"name\":\"t1_c0299h0\",\"parent_id\":\"t1_c2zq6t\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452548\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299h1\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452553\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h2\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299h2\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426407,\"score\":-19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-19},{\"archived\":true,\"author\":\"harlon57\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"How about a minimum age of 25 to eliminate those with no or limited life experience?\",\"controversiality\":0,\"created_utc\":\"1192452556\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h3\",\"link_id\":\"t3_2zwc7\",\"name\":\"t1_c0299h3\",\"parent_id\":\"t1_c2zxhp\",\"retrieved_on\":1427426407,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452583\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299h4\",\"parent_id\":\"t1_c0299b2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"RonObvious\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I discovered the outside world and met a girl!\\n\\nOh, who am I kidding. I stayed at home and looked at porn. \",\"controversiality\":0,\"created_utc\":\"1192452599\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h5\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299h5\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":103,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":103},{\"archived\":true,\"author\":\"VoodooIdol\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Would I prefer they attack government only targets? Yes. Is that realistic for a non-state political party? Probably not.\\r\\n\\r\\nI'm not saying I condone it, but that I understand how we got there. If you're not willing to understand the problem then you can never solve it.\",\"controversiality\":0,\"created_utc\":\"1192452617\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h6\",\"link_id\":\"t3_2ybqz\",\"name\":\"t1_c0299h6\",\"parent_id\":\"t1_c2yetr\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"cisda\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"any context for his name? Was this a common name at the time?\",\"controversiality\":0,\"created_utc\":\"1192452623\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h7\",\"link_id\":\"t3_5ybac\",\"name\":\"t1_c0299h7\",\"parent_id\":\"t3_5ybac\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jsteck1\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The weather has changed over the last few weeks. The crisp fall air has arrived and with it, a bit of a chill. Most of my flowers don\\u2019t like chills and I had to remove what remained of my day lilies and petunias. The color in my garden is now coming from the leaves on the trees and one very beautiful sunflower. \",\"controversiality\":0,\"created_utc\":\"1192452645\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h8\",\"link_id\":\"t3_5ybd2\",\"name\":\"t1_c0299h8\",\"parent_id\":\"t3_5ybd2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452646\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299h9\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299h9\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"lowtone94\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wow...a link that leads to a spam site...and it says VOTE UP... if this continues im outta here\",\"controversiality\":0,\"created_utc\":\"1192452646\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ha\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299ha\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426407,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Edited comments are no longer denoted with asterisks.\\n\\nRevisionist historians rejoice!\",\"controversiality\":0,\"created_utc\":\"1192452651\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hb\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299hb\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"digg\",\"controversiality\":0,\"created_utc\":\"1192452652\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hc\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299hc\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Lurked on #reddit.\",\"controversiality\":0,\"created_utc\":\"1192452660\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hd\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299hd\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":27,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":27},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452682\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299he\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299he\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":89,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":89},{\"archived\":true,\"author\":\"soyabstemio\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"For the love of god how do I fix it? I really don't need to see ten thousand stories about Ron Paul and the truth about 9\\/11 every day.\",\"controversiality\":0,\"created_utc\":\"1192452686\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hf\",\"link_id\":\"t3_5ybcx\",\"name\":\"t1_c0299hf\",\"parent_id\":\"t3_5ybcx\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"forgetu\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That cop is a fucking asshole, even if u dont believe in a conspiracy, i should be treated like that.\",\"controversiality\":0,\"created_utc\":\"1192452687\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hg\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299hg\",\"parent_id\":\"t3_5ybcz\",\"retrieved_on\":1427426407,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-4},{\"archived\":true,\"author\":\"Isvara\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"So are all the links in my RSS feed. Seems like the \\/goto redirector is finally gone, which is good, but it even if Reddit isn't currently generating links with it, it should have been kept for a while so that links that had built up in people's RSS feeds would still work.\\n\",\"controversiality\":0,\"created_utc\":\"1192452706\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hh\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299hh\",\"parent_id\":\"t1_c0299fm\",\"retrieved_on\":1427426407,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"scrotum\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" TEST icle \\n\\n\\nedit: it only works when I allow javascript from doubleclick.net...\",\"controversiality\":0,\"created_utc\":\"1192452707\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hi\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299hi\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"teatree\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hey be careful! \",\"controversiality\":0,\"created_utc\":\"1192452713\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hj\",\"link_id\":\"t3_5ybb2\",\"name\":\"t1_c0299hj\",\"parent_id\":\"t1_c0299gy\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452716\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hk\",\"link_id\":\"t3_5ybd7\",\"name\":\"t1_c0299hk\",\"parent_id\":\"t3_5ybd7\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The \\\"Display link with reddit toolbar\\\" appears to be broken. When set, all the article links (well, the dozen or so I've tried) lead to a 404 page.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192452722\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299hl\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sigzero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"No but it would be fun watching those two destroy each other in the debates.\",\"controversiality\":0,\"created_utc\":\"1192452737\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hm\",\"link_id\":\"t3_2zj70\",\"name\":\"t1_c0299hm\",\"parent_id\":\"t1_c2zpiu\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"maxwellhill\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Looks like the points are no longer hidden for the first 2-hours of any submission\",\"controversiality\":0,\"created_utc\":\"1192452750\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hn\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299hn\",\"parent_id\":\"t1_c0299fx\",\"retrieved_on\":1427426407,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452757\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ho\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ho\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452757\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hp\",\"link_id\":\"t3_5ybd8\",\"name\":\"t1_c0299hp\",\"parent_id\":\"t3_5ybd8\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"browster\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who wears a three-piece suit these days?\",\"controversiality\":0,\"created_utc\":\"1192452759\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hq\",\"link_id\":\"t3_5ybbn\",\"name\":\"t1_c0299hq\",\"parent_id\":\"t3_5ybbn\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452766\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hr\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299hr\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Any search engine improvements?\\n\\n\\nSigh . . . \",\"controversiality\":0,\"created_utc\":\"1192452771\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hs\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299hs\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452773\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ht\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ht\",\"parent_id\":\"t1_c0299hr\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I must agree with you. The recommendation page is empty, the hot page is broken (full of stories at 0 points, but the downtime could have affected this) and each submitted story automatically hits the top 50. That said, I love the new ajax commenting\\/submission system.\",\"controversiality\":0,\"created_utc\":\"1192452790\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hu\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299hu\",\"parent_id\":\"t1_c0299fr\",\"retrieved_on\":1427426407,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The \\\"Broadcast Decency Enforcement Act\\\" of 2005. A piece of legislation proposed by Tom DeLay and singed into law by President Bush in 2006, this travesty of a law was overwhelmingly supported by Democrats in both the House and Senate.\\n\\nThe recent condemnation of MoveOn was also supported by a majority of Democrats. I don't see how condemning a non-governmental organization simply because they exercised their 1st amendment rights shows a commitment to freedom of speech. \\n\\nThe Democrats do have a slightly better track record than the Republicans in modern times but it's too slight to count. Both parties are completely disinterested in freedom and liberty for the people, they are only interested in control, power, and hegemony.\",\"controversiality\":0,\"created_utc\":\"1192452836\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hv\",\"link_id\":\"t3_2zu34\",\"name\":\"t1_c0299hv\",\"parent_id\":\"t1_c2zvue\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"matthank\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"SHOPPED!\",\"controversiality\":0,\"created_utc\":\"1192452841\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hw\",\"link_id\":\"t3_2zyf1\",\"name\":\"t1_c0299hw\",\"parent_id\":\"t3_2zyf1\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":0},{\"archived\":true,\"author\":\"qqasp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i love this game!\",\"controversiality\":0,\"created_utc\":\"1192452847\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hx\",\"link_id\":\"t3_5ybcy\",\"name\":\"t1_c0299hx\",\"parent_id\":\"t3_5ybcy\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"PrincessCake\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Whoa.\\n\\nAnd I'm not even Keanu Reeves.\",\"controversiality\":0,\"created_utc\":\"1192452850\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hy\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299hy\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426407,\"score\":23,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":23},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yes I do. And I see nothing wrong with that.\",\"controversiality\":0,\"created_utc\":\"1192452850\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299hz\",\"link_id\":\"t3_2zpwb\",\"name\":\"t1_c0299hz\",\"parent_id\":\"t1_c2zxxw\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"KiddieFiddler\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm just glad that completely retarded Anti-Bush submission is plummeting off the front page.\",\"controversiality\":0,\"created_utc\":\"1192452856\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i0\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299i0\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426407,\"score\":49,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":49},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" testing ajax submit \\n\\n(oh my, yes, that is nice)\",\"controversiality\":0,\"created_utc\":\"1192452857\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299i1\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452863\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299i2\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452866\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i3\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299i3\",\"parent_id\":\"t1_c0299fr\",\"retrieved_on\":1427426407,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452877\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299i4\",\"parent_id\":\"t1_c0299i2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"bhaller\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You get a downvote for not thinking of a more creative way to waste time. Pssshhh... Digg, really?\",\"controversiality\":0,\"created_utc\":\"1192452878\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i5\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299i5\",\"parent_id\":\"t1_c0299hc\",\"retrieved_on\":1427426407,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[props](http:\\/\\/reddit.com\\/info\\/2ztzh\\/comments\\/c2zuhp)\",\"controversiality\":0,\"created_utc\":\"1192452879\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i6\",\"link_id\":\"t3_5ybdg\",\"name\":\"t1_c0299i6\",\"parent_id\":\"t3_5ybdg\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"SkeuomorphEphemeron\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Headline doesn't match article: \\\"How Laws Die\\\".\\n\",\"controversiality\":0,\"created_utc\":\"1192452880\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i7\",\"link_id\":\"t3_5ybch\",\"name\":\"t1_c0299i7\",\"parent_id\":\"t3_5ybch\",\"retrieved_on\":1427426407,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"trolled #reddit... successfully.\",\"controversiality\":0,\"created_utc\":\"1192452881\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i8\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299i8\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":44,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":44},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452883\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299i9\",\"link_id\":\"t3_5ybdj\",\"name\":\"t1_c0299i9\",\"parent_id\":\"t3_5ybdj\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452885\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ia\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ia\",\"parent_id\":\"t1_c0299i4\",\"retrieved_on\":1427426407,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-4},{\"archived\":true,\"author\":\"PrincessCake\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"with his MIND. That's how.\",\"controversiality\":0,\"created_utc\":\"1192452891\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ib\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299ib\",\"parent_id\":\"t1_c0299f4\",\"retrieved_on\":1427426407,\"score\":37,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":37},{\"archived\":true,\"author\":\"vandelay\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Looks great, incremental improvements is the way to go. :)\\n\\n(Mmmm... edit.)\",\"controversiality\":0,\"created_utc\":\"1192452920\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ic\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ic\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192452931\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299id\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299id\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426407,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"OK - I gotta try it for myself...\",\"controversiality\":0,\"created_utc\":\"1192452948\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ie\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ie\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"gbacon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"There's a great idea: give a bunch of busybodies a little bit of power.\\n\\nIsn't the result bad enough in homeowner associations?\",\"controversiality\":0,\"created_utc\":\"1192452951\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299if\",\"link_id\":\"t3_2zv8f\",\"name\":\"t1_c0299if\",\"parent_id\":\"t1_c2zx7f\",\"retrieved_on\":1427426407,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"spot35\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I asked where, not what.\\n\\nI don't seem to be getting any stars next to edited comments...\",\"controversiality\":0,\"created_utc\":\"1192452954\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ig\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ig\",\"parent_id\":\"t1_c0299g6\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"hmmm - this might just work...\",\"controversiality\":0,\"created_utc\":\"1192452990\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ih\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ih\",\"parent_id\":\"t1_c0299ie\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"yellowking\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"144\",\"controversiality\":0,\"created_utc\":\"1192452993\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ii\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ii\",\"parent_id\":\"t1_c0299f3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"floatnsink\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I get a page not found when I check my.reddit.com\\n\",\"controversiality\":0,\"created_utc\":\"1192453012\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ij\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ij\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zundra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The new comment system is pretty cool.\",\"controversiality\":0,\"created_utc\":\"1192453014\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ik\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ik\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"blaze4metal\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"*The law mandates that schools turn public events, such as morning announcements and football games, into so-called \\u201climited public forums.\\u201d Student speakers are then permitted to use those events to promote their own religious beliefs or even attempt to convert their fellow students.*\\n\\nConvert their fellow students? Why are my tax dollars going to support church activities? Oh, here's my favorite part:\\n\\n*During the last legislative session, Sen. Dan Patrick of Houston walked off the Senate floor when a Muslim imam opened the day with a prayer. A Christian, Patrick claimed his presence would have implied an endorsement of religious beliefs he does not share.*\\n\\nWhat a fucking hypocrite. \",\"controversiality\":0,\"created_utc\":\"1192453015\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299il\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299il\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426407,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Even i have trouble getting anything nonpolitical onto the Hot page these days. But i've got a good feeling about the new code.\",\"controversiality\":0,\"created_utc\":\"1192453017\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299im\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299im\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426407,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"Grue\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" It is now written in Arc. \",\"controversiality\":0,\"created_utc\":\"1192453025\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299in\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299in\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426407,\"score\":49,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":49},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453033\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299io\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299io\",\"parent_id\":\"t1_c0299hg\",\"retrieved_on\":1427426407,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Same here. Sent messages have been preserved, but my inbox is empty (yes, cache and relevant cookies cleared).\",\"controversiality\":0,\"created_utc\":\"1192453035\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ip\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ip\",\"parent_id\":\"t1_c0299d9\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"jeresig\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They did - it was called beta.reddit.com and they asked everyone to help test it. Any lapses was our (the users) responsibility for helping to locate and reproduce them.\\n\\nAnd it wasn't 48 hours, it was roughly 28 (4am on Sunday to 8am on Monday). It's back up in time for work on Monday (Boston time), so I'm not complaining.\",\"controversiality\":0,\"created_utc\":\"1192453036\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iq\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299iq\",\"parent_id\":\"t1_c0299fr\",\"retrieved_on\":1427426407,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"teatree\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The trouble with investors is that while they complain, they don't actually do anything when they get given the power.\\r\\n\\r\\nIn 2002, in Britain, legislation was passed so that shareholders of UK reg companies got to vote on executive packages. But only one package has been voted down to date - GlaxoSmithKline in 2003. Most institutional shareholders simply don't care, even though exec pay is coming out of the pockets of people who have holdings with them (pension funds and the like).\",\"controversiality\":0,\"created_utc\":\"1192453047\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ir\",\"link_id\":\"t3_5ybao\",\"name\":\"t1_c0299ir\",\"parent_id\":\"t3_5ybao\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I jacked off to double penetration porn.\",\"controversiality\":0,\"created_utc\":\"1192453050\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299is\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299is\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426407,\"score\":32,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":32},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I saw the red enveloppe for your comments, but my inbox was empty when I clicked on it. I had to hunt down this post to continue the thread.\",\"controversiality\":0,\"created_utc\":\"1192453051\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299it\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299it\",\"parent_id\":\"t1_c0299hu\",\"retrieved_on\":1427426407,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Some comments are hidden and you need to click on \\\"load more comments\\\" link to show them.\\n\\nNo, this won't be abused.\\n\\nSigh.\",\"controversiality\":0,\"created_utc\":\"1192453056\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299iu\",\"parent_id\":\"t1_c0299be\",\"retrieved_on\":1427426407,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"trim17\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"and anonymously, no doubt.\",\"controversiality\":0,\"created_utc\":\"1192453067\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iv\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299iv\",\"parent_id\":\"t1_c0299i8\",\"retrieved_on\":1427426407,\"score\":55,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":55},{\"archived\":true,\"author\":\"underthelinux\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't know if anyone else is having this problem, but when i click on the Mailbox, it shows \\\"nothign here.\\\" Which isn't true, because i've had replies.\\n\",\"controversiality\":0,\"created_utc\":\"1192453068\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iw\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299iw\",\"parent_id\":\"t1_c0299hu\",\"retrieved_on\":1427426407,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453073\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ix\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ix\",\"parent_id\":\"t1_c0299ii\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jfpbookworm\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;You can purchase white vinegar quite cheaply from most supermarkets. Some supermarkets stock bicarb - but all chemists do.\\n\\nIf your supermarket doesn't stock [baking soda](http:\\/\\/en.wikipedia.org\\/wiki\\/Sodium_bicarbonate), it's time to find a new supermarket. That's like not stocking flour.\",\"controversiality\":0,\"created_utc\":\"1192453079\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iy\",\"link_id\":\"t3_5ybb2\",\"name\":\"t1_c0299iy\",\"parent_id\":\"t3_5ybb2\",\"retrieved_on\":1427426407,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453079\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299iz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299iz\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"First of all my system did not come from Walmart.\\n\\nSecond, I don't care how much authority you think your opinion has or what you think in general.\\n\\nThird, if the experience is enhanced for someone, why do you give a fuck?\\n\\nPompas prick much?\",\"controversiality\":0,\"created_utc\":\"1192453098\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j0\",\"link_id\":\"t3_2zpwb\",\"name\":\"t1_c0299j0\",\"parent_id\":\"t1_c2zxq1\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I especially loved the fact that they were selling ads on it. That's cheeky.\",\"controversiality\":0,\"created_utc\":\"1192453116\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299j1\",\"parent_id\":\"t1_c0299ac\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"carny666\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"DiCaprio jumping on the Gore band wagon? Hoping for an award for himself?\",\"controversiality\":0,\"created_utc\":\"1192453126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j2\",\"link_id\":\"t3_5ybau\",\"name\":\"t1_c0299j2\",\"parent_id\":\"t3_5ybau\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"blaze4metal\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Bought new stuff for my apartment, set it up, then played Halo. Life is good.\",\"controversiality\":0,\"created_utc\":\"1192453126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j3\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299j3\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"matthank\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Does this prove anything?\\r\\n\\r\\nNo.\\r\\n\\r\\nNo, it doesn't.\\r\\n\\r\\nIt just inflames the boneheads.\",\"controversiality\":0,\"created_utc\":\"1192453128\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j4\",\"link_id\":\"t3_5ybci\",\"name\":\"t1_c0299j4\",\"parent_id\":\"t3_5ybci\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"kla\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is so.\",\"controversiality\":0,\"created_utc\":\"1192453145\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j5\",\"link_id\":\"t3_2ync3\",\"name\":\"t1_c0299j5\",\"parent_id\":\"t1_c2zhg3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That's me downmod'ing it. I think we should have a reddit vigilante :-) \\r\\n\\r\\n(Not that I want to be part of it...)\",\"controversiality\":0,\"created_utc\":\"1192453159\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j6\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299j6\",\"parent_id\":\"t1_c0299i0\",\"retrieved_on\":1427426406,\"score\":-6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-6},{\"archived\":true,\"author\":\"jasonmc\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Test this pos out.\",\"controversiality\":0,\"created_utc\":\"1192453164\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299j7\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't understand how this got on the front page of reddit. This is an optimistic look at the war in Iraq that shows some progress.\",\"controversiality\":0,\"created_utc\":\"1192453172\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j8\",\"link_id\":\"t3_5ybc0\",\"name\":\"t1_c0299j8\",\"parent_id\":\"t3_5ybc0\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jba\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"lolwut!\",\"controversiality\":0,\"created_utc\":\"1192453173\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299j9\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299j9\",\"parent_id\":\"t1_c0299hs\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453175\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ja\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ja\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I didn't even know it was down. Too busy with other interests.\",\"controversiality\":0,\"created_utc\":\"1192453188\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jb\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299jb\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453198\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jc\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"spatterlight\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192453201\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jd\",\"parent_id\":\"t1_c0299d3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"depleater\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" It is? \\n\\n(ed: Okay, I guess that is pretty cool) :)\",\"controversiality\":0,\"created_utc\":\"1192453202\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299je\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299je\",\"parent_id\":\"t1_c0299i1\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"forgetu\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"u are a moron\",\"controversiality\":0,\"created_utc\":\"1192453204\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jf\",\"link_id\":\"t3_5ybci\",\"name\":\"t1_c0299jf\",\"parent_id\":\"t1_c0299j4\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" How is this an improvement?\\n\\nI was hoping you would add a feature where you could collapse threads you didn't want to read.\\n\\n*Oh, I see now...\",\"controversiality\":0,\"created_utc\":\"1192453215\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jg\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hit \\\"Refresh\\\".\",\"controversiality\":0,\"created_utc\":\"1192453218\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jh\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299jh\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453232\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ji\",\"link_id\":\"t3_2mg72\",\"name\":\"t1_c0299ji\",\"parent_id\":\"t1_c0299eo\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453234\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jj\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I didn't hear you in the back.\",\"controversiality\":0,\"created_utc\":\"1192453242\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jk\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jk\",\"parent_id\":\"t1_c0299du\",\"retrieved_on\":1427426406,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453243\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jl\",\"parent_id\":\"t1_c0299dz\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Captainfidget\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Reading this headline leaves me in a state confusion.\",\"controversiality\":0,\"created_utc\":\"1192453247\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jm\",\"link_id\":\"t3_5ybb8\",\"name\":\"t1_c0299jm\",\"parent_id\":\"t3_5ybb8\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"whiskeymango\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's a sock puppet. But the comment wouldn't have been funny using my original username.\",\"controversiality\":0,\"created_utc\":\"1192453259\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jn\",\"link_id\":\"t3_2zs89\",\"name\":\"t1_c0299jn\",\"parent_id\":\"t1_c2zvwi\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Found one bug so far, there will often be messages that indicate they have only one reply, but the reply is replaced by a \\\"load more comments\\\" link. Clicking that gives me a loading... prompt but nothing else.\\n\\nSeems odd to have a \\\"load more comments\\\" link when there is only one comment, yes?\\n\\nI see \\\"load more comments\\\" elsewhere where there are many more comments being hidden and that makes more sense and seems to work well.\",\"controversiality\":0,\"created_utc\":\"1192453265\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jo\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jo\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wow, this is a lot better.\",\"controversiality\":0,\"created_utc\":\"1192453267\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jp\",\"parent_id\":\"t1_c0299fg\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gigaquack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"sorry. I forgot that the articles on digg are completely different from the articles on reddit. also, the comments are completely different and inferior. whereas reddit is full of batshit insane truthers, ron paul fanatics, police brutality, and cat pictures, digg features apple masturbation, ubuntu = linux, and ron paul fanatics. two completely different sites with nothing in common. once again, my apologies.\",\"controversiality\":0,\"created_utc\":\"1192453277\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jq\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299jq\",\"parent_id\":\"t1_c0299i5\",\"retrieved_on\":1427426406,\"score\":37,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":37},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453287\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jr\",\"link_id\":\"t3_5ybdm\",\"name\":\"t1_c0299jr\",\"parent_id\":\"t3_5ybdm\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453301\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299js\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299js\",\"parent_id\":\"t1_c0299bl\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453333\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jt\",\"link_id\":\"t3_5ybef\",\"name\":\"t1_c0299jt\",\"parent_id\":\"t3_5ybef\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"business\",\"subreddit_id\":\"t5_2qgzg\",\"ups\":1},{\"archived\":true,\"author\":\"cheezymoogle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I went to the IRC channel and discovered why the content of reddit is falling.\\n\\nHint: 95% of you are *retarded*.\",\"controversiality\":0,\"created_utc\":\"1192453335\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ju\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299ju\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":148,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":148},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453349\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jv\",\"link_id\":\"t3_5ybci\",\"name\":\"t1_c0299jv\",\"parent_id\":\"t3_5ybci\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453358\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jw\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299jw\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453358\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jx\",\"link_id\":\"t3_5ybbd\",\"name\":\"t1_c0299jx\",\"parent_id\":\"t3_5ybbd\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"OK, so, this is the prisonplanet version of what happened. I wonder what really took place?\",\"controversiality\":0,\"created_utc\":\"1192453362\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jy\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299jy\",\"parent_id\":\"t3_5ybcz\",\"retrieved_on\":1427426406,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"jeresig\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wow, you're right! I was wondering why it seemed so quiet and... sane.\",\"controversiality\":0,\"created_utc\":\"1192453367\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299jz\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299jz\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426406,\"score\":32,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":32},{\"archived\":true,\"author\":\"smatty1\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"One would hope at the very least, it would raise questions. Questions can lead to answers. \",\"controversiality\":0,\"created_utc\":\"1192453383\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k0\",\"link_id\":\"t3_5ybci\",\"name\":\"t1_c0299k0\",\"parent_id\":\"t1_c0299j4\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"simen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; A scientist has put forward the bizarre suggestion that there are two dimensions of time, not the one that we are all familiar with, and even proposed a way to test his heretical idea next year.\\n\\nIn the rest of the article, there's no mention of this proposed test, other than \\\"LHC might do it\\\". I like esoteric physics and all, but there's so much hyperbole, especially whenever the term \\\"Theory of Everything\\\" shows up. Is this just yet another fancy idea with no connection to the real world?\",\"controversiality\":0,\"created_utc\":\"1192453386\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k1\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299k1\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426406,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453391\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k2\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299k2\",\"parent_id\":\"t1_c0299j3\",\"retrieved_on\":1427426406,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"aradil\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"test\",\"controversiality\":0,\"created_utc\":\"1192453393\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299k3\",\"parent_id\":\"t1_c0299fn\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453399\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k4\",\"link_id\":\"t3_5ybel\",\"name\":\"t1_c0299k4\",\"parent_id\":\"t3_5ybel\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"berlinbrown\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Reddit Bug Report:\\r\\n\\r\\nThe login and remember me does not work well with Internet Explorer.\\r\\n\\r\\nDescription:\\r\\n\\r\\nI login and then I close my browser. I get the prompt asking me to login again, the cookie system must not be working. And sometimes when I login from the top page it won't recognize my username\\/password even though I know it is correct. \",\"controversiality\":0,\"created_utc\":\"1192453399\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k5\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299k5\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453403\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299k6\",\"parent_id\":\"t1_c0299fg\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Lorem Ipsum\",\"controversiality\":0,\"created_utc\":\"1192453404\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299k7\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Downmod for using MySpace and bragging about friends you have on it.\",\"controversiality\":0,\"created_utc\":\"1192453406\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k8\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299k8\",\"parent_id\":\"t1_c0299d5\",\"retrieved_on\":1427426406,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Put this stupid shit in politics.reddit.com\",\"controversiality\":0,\"created_utc\":\"1192453408\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299k9\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299k9\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"LiquidHAL\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i'd like to know how it works when a channel devoted to science starts making completely uncritical UFO and ghost shows.\",\"controversiality\":0,\"created_utc\":\"1192453416\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ka\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299ka\",\"parent_id\":\"t3_5yba2\",\"retrieved_on\":1427426406,\"score\":23,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":23},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Mother of the year.\",\"controversiality\":0,\"created_utc\":\"1192453420\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kb\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299kb\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426406,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"k0mplex\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"1\",\"controversiality\":0,\"created_utc\":\"1192453432\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299kd\",\"parent_id\":\"t1_c0299bv\",\"retrieved_on\":1427426406,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"MisterEggs\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"and this \\r\\n\\r\\nEdit: am i missing something obvious, or is everyone playing a well orchestrated joke on me by pretending it's different..?\",\"controversiality\":0,\"created_utc\":\"1192453435\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ke\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ke\",\"parent_id\":\"t1_c0299fg\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Awesome!\",\"controversiality\":0,\"created_utc\":\"1192453437\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kf\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299kf\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426406,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"berlinbrown\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I got this same thing. Something wrong with the remember me or cookies or something.\",\"controversiality\":0,\"created_utc\":\"1192453443\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kh\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299kh\",\"parent_id\":\"t1_c0299dz\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"TheNoxx\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It'll be overturned in a few months... well, hopefully; you never know with this piece of shit supreme court. They wouldn't even hear the case of the ban on sex toy shops in Alabama. You never know what to expect from shithead conservatives.\",\"controversiality\":0,\"created_utc\":\"1192453460\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ki\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ki\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426406,\"score\":21,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":21},{\"archived\":true,\"author\":\"k0mplex\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i've had it for years\",\"controversiality\":0,\"created_utc\":\"1192453465\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299kj\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"bobtheplanet\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Back to the \\\"Urschleim\\\" theory? Carl Woese or the author of the article apparently are unaware that Darwin tinkered with this idea and it is not as new as touted. \\n\\n\\\"the Darwinian era is over\\\"! I doubt it.\\n\\n\\\"In the post-Darwinian era, biotechnology will be domesticated.\\\" No,... it will be sold to the highest bidder.\",\"controversiality\":0,\"created_utc\":\"1192453468\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kk\",\"link_id\":\"t3_5ybaz\",\"name\":\"t1_c0299kk\",\"parent_id\":\"t3_5ybaz\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"gizzledos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"He was really handing out VHS, but they spiced it up by saying they were DVD's.\",\"controversiality\":0,\"created_utc\":\"1192453483\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kl\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299kl\",\"parent_id\":\"t1_c0299jy\",\"retrieved_on\":1427426406,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think you mean zero?\",\"controversiality\":0,\"created_utc\":\"1192453497\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299km\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299km\",\"parent_id\":\"t1_c0299kd\",\"retrieved_on\":1427426406,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453500\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kn\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299kn\",\"parent_id\":\"t1_c0299fr\",\"retrieved_on\":1427426406,\"score\":24,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":24},{\"archived\":true,\"author\":\"adamc\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm skeptical. Right now, I don't think they have the \\\"language for the masses\\\" appeal that languages seem to need to become popular. \\n\\nActually, I think PG got it right when he said that the key was to be the scripting language of something else that mattered -- as C was for Unix, or JavaScript is for browsers. (Java was once *perceived* as the scripting language of the web, which helped it get started.) So, when Haskell becomes the way to control something that matters to everyone, it will get hot.\",\"controversiality\":0,\"created_utc\":\"1192453510\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ko\",\"link_id\":\"t3_2zxd5\",\"name\":\"t1_c0299ko\",\"parent_id\":\"t1_c2zxuq\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"moskaudancer\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Because that would be a pointless waste of processing power. Also, it just looks stupid.\",\"controversiality\":0,\"created_utc\":\"1192453544\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kp\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299kp\",\"parent_id\":\"t1_c0299k2\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453547\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kq\",\"link_id\":\"t3_5ybf2\",\"name\":\"t1_c0299kq\",\"parent_id\":\"t3_5ybf2\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"carotids\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A physician takes a look at what the medical literature says about the relationship between computer use and carpal tunnel syndrome.\",\"controversiality\":0,\"created_utc\":\"1192453548\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kr\",\"link_id\":\"t3_5ybew\",\"name\":\"t1_c0299kr\",\"parent_id\":\"t3_5ybew\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":0},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;Why isn't reddit's hot page filled with them?\\n\\nBecause, despite recent trends, redditors have high standards and the vast majority of blogs are uninteresting and irrelevant.\",\"controversiality\":0,\"created_utc\":\"1192453556\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ks\",\"link_id\":\"t3_5ybdr\",\"name\":\"t1_c0299ks\",\"parent_id\":\"t3_5ybdr\",\"retrieved_on\":1427426406,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"nglynn\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; If you did not Cmd-Q-ed a program, the next time you're \\\"trying\\\" to open that particular program by clicking its icon, you won't see the program on your desktop, just the menu on top.\\n&gt; Odd.\\n\\nNot really, you closed the applications windows but not the application. When you attempt to start the app again nothing happens, because you are already running it!\\n\\n&gt; If you minimized a program, if you use Option-Tab to scroll over programs, once you selected the program you wanted to activate, the windows still a no-show; you have to click it from the dock to maximize.\\n\\nYou minimised the window for a reason, why would you want reselecting that application to raise its windows? Cmd-Tabbing to the app you want gives you that app exactly as you left it - with windows still minimised, this is exactly what should happen. \",\"controversiality\":0,\"created_utc\":\"1192453559\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kt\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299kt\",\"parent_id\":\"t1_c2zxwu\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":0},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"politics.reddit.com please\",\"controversiality\":0,\"created_utc\":\"1192453563\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ku\",\"link_id\":\"t3_5ybcu\",\"name\":\"t1_c0299ku\",\"parent_id\":\"t3_5ybcu\",\"retrieved_on\":1427426406,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453565\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kv\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299kv\",\"parent_id\":\"t1_c0299jq\",\"retrieved_on\":1427426406,\"score\":-10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-10},{\"archived\":true,\"author\":\"k0mplex\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think you need to hire more programmers, you are lagging.\",\"controversiality\":0,\"created_utc\":\"1192453569\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kw\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299kw\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426406,\"score\":-29,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-29},{\"archived\":true,\"author\":\"stacecom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Finally, collapsable threads!\",\"controversiality\":0,\"created_utc\":\"1192453587\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kx\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299kx\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453588\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ky\",\"link_id\":\"t3_5ybf5\",\"name\":\"t1_c0299ky\",\"parent_id\":\"t3_5ybf5\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453602\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299kz\",\"link_id\":\"t3_5ybf5\",\"name\":\"t1_c0299kz\",\"parent_id\":\"t3_5ybf5\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sw32\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"joining blog action day to support environmental awareness. what do you do to help the environment?\",\"controversiality\":0,\"created_utc\":\"1192453609\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l0\",\"link_id\":\"t3_5ybf6\",\"name\":\"t1_c0299l0\",\"parent_id\":\"t3_5ybf6\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" hanged around #reddit on freenode. But it was even weirder than reddit\\u2019s comments section. \",\"controversiality\":0,\"created_utc\":\"1192453612\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l1\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299l1\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"morner\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I found my old simcity 3000 disc and installed it.\\n\\nWait, what? There was a downtime?\",\"controversiality\":0,\"created_utc\":\"1192453618\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l2\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299l2\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"cheezymoogle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" And note that the content (with the exception of a few prisonplanet\\/conspiracy stories) is the best reddit has had in months. \",\"controversiality\":0,\"created_utc\":\"1192453641\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l3\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299l3\",\"parent_id\":\"t1_c0299gg\",\"retrieved_on\":1427426406,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"robhutten\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Dang... thought I was gonna get a chance to bid on Alex Lifeson's guitars.\",\"controversiality\":0,\"created_utc\":\"1192453643\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l4\",\"link_id\":\"t3_5ybca\",\"name\":\"t1_c0299l4\",\"parent_id\":\"t3_5ybca\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"brainburger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I would like to say that I got some work done. I didn't though. I just toured every social bookmarking site I could think of and hated them all. \",\"controversiality\":0,\"created_utc\":\"1192453653\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l5\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299l5\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":20,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":20},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Been there, too. But, someone has to take the blame for the decline in procrastination! \",\"controversiality\":0,\"created_utc\":\"1192453685\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l6\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299l6\",\"parent_id\":\"t1_c0299kn\",\"retrieved_on\":1427426406,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm sure the recommended page used a different server\\/database. Maybe that's still being worked on.\",\"controversiality\":0,\"created_utc\":\"1192453711\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l7\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299l7\",\"parent_id\":\"t1_c0299e6\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"stacecom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This story is on the front page with (when I viewed it) zero points.\",\"controversiality\":0,\"created_utc\":\"1192453721\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l8\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299l8\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"AnteChronos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;No more america too bad im gonna miss it.\\n\\nWell, it looks like the education system failed in your case, so I'm not sure what it is that you're going to miss.\",\"controversiality\":0,\"created_utc\":\"1192453729\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299l9\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299l9\",\"parent_id\":\"t1_c0299f9\",\"retrieved_on\":1427426406,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm extrapolating.\",\"controversiality\":0,\"created_utc\":\"1192453731\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299la\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299la\",\"parent_id\":\"t1_c0299iq\",\"retrieved_on\":1427426406,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I spent the time wondering if they'd used Kristopher Tate and Thomas Hawk as consultants for the upgrade.\",\"controversiality\":0,\"created_utc\":\"1192453737\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lb\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299lb\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Good.\",\"controversiality\":0,\"created_utc\":\"1192453740\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lc\",\"link_id\":\"t3_2zq32\",\"name\":\"t1_c0299lc\",\"parent_id\":\"t1_c2zr09\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"reflibman\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I hope so, but this IS Texas.\",\"controversiality\":0,\"created_utc\":\"1192453748\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ld\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ld\",\"parent_id\":\"t1_c0299ki\",\"retrieved_on\":1427426406,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Dictators don't get elected every 4 years.\",\"controversiality\":0,\"created_utc\":\"1192453781\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299le\",\"link_id\":\"t3_2zq32\",\"name\":\"t1_c0299le\",\"parent_id\":\"t1_c2zry0\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"stacecom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"politics?\",\"controversiality\":0,\"created_utc\":\"1192453794\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lf\",\"link_id\":\"t3_5ybe3\",\"name\":\"t1_c0299lf\",\"parent_id\":\"t3_5ybe3\",\"retrieved_on\":1427426406,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about kim kardashian s here:\\nhttp:\\/\\/actualurls.com\\/kim_kardashian_s\",\"controversiality\":0,\"created_utc\":\"1192453801\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lg\",\"link_id\":\"t3_19aad\",\"name\":\"t1_c0299lg\",\"parent_id\":\"t3_19aad\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about kim kardashian s here:\\nhttp:\\/\\/actualurls.com\\/kim_kardashian_s\",\"controversiality\":0,\"created_utc\":\"1192453809\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lh\",\"link_id\":\"t3_2j9uw\",\"name\":\"t1_c0299lh\",\"parent_id\":\"t3_2j9uw\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453809\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299li\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299li\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426406,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"stunt_penguin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"RTFA, he didn't take the acid &amp; sleep - he fell alseep and then decided to dream he took it.\",\"controversiality\":0,\"created_utc\":\"1192453812\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lj\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299lj\",\"parent_id\":\"t1_c0299fl\",\"retrieved_on\":1427426406,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Just reading the first sentence made my blood boil. \\n\\nCan we, as a society, finally come to the realization that some people are not fit to be parents?\",\"controversiality\":0,\"created_utc\":\"1192453813\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lk\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299lk\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426406,\"score\":67,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":67},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453824\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ll\",\"link_id\":\"t3_5ybfw\",\"name\":\"t1_c0299ll\",\"parent_id\":\"t3_5ybfw\",\"retrieved_on\":1427426406,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zundra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Did you even read the post?\",\"controversiality\":0,\"created_utc\":\"1192453836\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lm\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299lm\",\"parent_id\":\"t1_c0299fl\",\"retrieved_on\":1427426406,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"szembek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I still see some politics.reddit.com articles on the main page. How do you filter them out?\",\"controversiality\":0,\"created_utc\":\"1192453847\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ln\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ln\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426406,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"sporksmith\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hit! Roll 1d4 for damage.\",\"controversiality\":0,\"created_utc\":\"1192453856\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lo\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299lo\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426406,\"score\":33,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":33},{\"archived\":true,\"author\":\"reflibman\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You can't handle the truth! ;-)\",\"controversiality\":0,\"created_utc\":\"1192453861\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lp\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299lp\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426406,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453864\",\"distinguished\":null,\"downs\":0,\"edited\":true,\"gilded\":0,\"id\":\"c0299lq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299lq\",\"parent_id\":\"t1_c0299bv\",\"retrieved_on\":1427426406,\"score\":27,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":27},{\"archived\":true,\"author\":\"jamiemccarthy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"testing allegedly new submit\",\"controversiality\":0,\"created_utc\":\"1192453870\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lr\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299lr\",\"parent_id\":\"t1_c02999p\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"dalmuti\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is all well and good until the first student who wants to praise the hammer of Thor at a football game is run out of town.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192453872\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ls\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ls\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":36,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":36},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Same here. The F5 imprint is only just starting to fade from the skin on my elbow.\",\"controversiality\":0,\"created_utc\":\"1192453875\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lt\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299lt\",\"parent_id\":\"t1_c0299go\",\"retrieved_on\":1427426405,\"score\":28,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":28},{\"archived\":true,\"author\":\"zundra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh really? How so?\",\"controversiality\":0,\"created_utc\":\"1192453879\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lu\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299lu\",\"parent_id\":\"t1_c0299h2\",\"retrieved_on\":1427426405,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453881\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lv\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299lv\",\"parent_id\":\"t1_c0299lm\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"magpi3\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I've got it covered.\",\"controversiality\":0,\"created_utc\":\"1192453881\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lw\",\"link_id\":\"t3_5ybff\",\"name\":\"t1_c0299lw\",\"parent_id\":\"t3_5ybff\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"BioGeek\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Comments from users you've added as friends now show with the username in red instead of blue.\",\"controversiality\":0,\"created_utc\":\"1192453891\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lx\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299lx\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"fr1j0l3\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"frontpage with 2 points? wtf?\",\"controversiality\":0,\"created_utc\":\"1192453895\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ly\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299ly\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"DV2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Testy, testy, testy.\\n\",\"controversiality\":0,\"created_utc\":\"1192453895\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299lz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299lz\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453904\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m0\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299m0\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"psykotic\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"There's also Ken Shoemake's famous paper, which introduced them into computer graphics and popularized their use:\\n\\nhttp:\\/\\/graphics.ucmerced.edu\\/~mkallmann\\/courses\\/papers\\/Shoemake1985-quat.pdf \",\"controversiality\":0,\"created_utc\":\"1192453914\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m1\",\"link_id\":\"t3_5ybe5\",\"name\":\"t1_c0299m1\",\"parent_id\":\"t3_5ybe5\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":2},{\"archived\":true,\"author\":\"jan\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"naja gut, is eher bl\\u00f6d und nicht mit reddit.com\\/digg.com vergleichbar; vielleicht auf dem weg dahin\",\"controversiality\":0,\"created_utc\":\"1192453916\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m2\",\"link_id\":\"t3_2z5vu\",\"name\":\"t1_c0299m2\",\"parent_id\":\"t1_c2zivd\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"de\",\"subreddit_id\":\"t5_22i0\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"And he's getting a B! \\/bad joke\",\"controversiality\":0,\"created_utc\":\"1192453918\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m3\",\"link_id\":\"t3_5ybdu\",\"name\":\"t1_c0299m3\",\"parent_id\":\"t3_5ybdu\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"Danceswithwires\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" testing 1 2 3 \\n\\nedit test\",\"controversiality\":0,\"created_utc\":\"1192453922\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299m4\",\"parent_id\":\"t1_c0299h1\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think that's more to do with non-scientists writing articles for the general public. Most people have such a limited knowledge of science that they wouldn't even think about peer reviewed experimentation of theory.\\n\\nI don't think it's necessarily bad, but for a science buff like myself I want to know how the idea will be tested and how others will confirm the test. I much prefer to hear about these theories AFTER they've been tested and reviewed. \",\"controversiality\":0,\"created_utc\":\"1192453923\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m5\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299m5\",\"parent_id\":\"t1_c0299k1\",\"retrieved_on\":1427426405,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Bug: A story appeared at the #1 slot on the hot page with no blue hyperlink and no options ie: save\\/hide\\/report\",\"controversiality\":0,\"created_utc\":\"1192453928\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299m6\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about nevada football here:\\nhttp:\\/\\/actualurls.com\\/nevada_football\",\"controversiality\":0,\"created_utc\":\"1192453929\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m7\",\"link_id\":\"t3_16pey\",\"name\":\"t1_c0299m7\",\"parent_id\":\"t3_16pey\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"samasugi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"More semen...natural herbal pharmacy,increase semen volume.Buy natural more sperm pills.\\nIncrease ejaculate more sperm.More semen.\\nAnti impotence pills.natural more sperm here.\\nBuy more sperm pills online at our pharmacy:www.naturomeds.4yz.com &lt;&lt;&lt;&lt;CLICK HERE&gt;&gt;&gt;&gt;\",\"controversiality\":0,\"created_utc\":\"1192453936\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m8\",\"link_id\":\"t3_2uocd\",\"name\":\"t1_c0299m8\",\"parent_id\":\"t3_2uocd\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453937\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299m9\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299m9\",\"parent_id\":\"t1_c0299kp\",\"retrieved_on\":1427426405,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about nevada football here:\\nhttp:\\/\\/actualurls.com\\/nevada_football\",\"controversiality\":0,\"created_utc\":\"1192453938\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ma\",\"link_id\":\"t3_2wyde\",\"name\":\"t1_c0299ma\",\"parent_id\":\"t3_2wyde\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Reddit was down? I didn't notice -- because it was the weekend, i was out playing football and going on dates with girls.\\n\\nBut seriously though, i was huddled in the corner sobbing.\",\"controversiality\":0,\"created_utc\":\"1192453939\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mb\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299mb\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":85,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":85},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192453954\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299mc\",\"parent_id\":\"t1_c02999j\",\"retrieved_on\":1427426405,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"kimwim42\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I took my visiting aunt to 2 different cemateries to visit her parent's grave sites, and my mom's site. After that we put gas in the car, and talked for 3 hours. It was a nice visit.\",\"controversiality\":0,\"created_utc\":\"1192453955\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299md\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299md\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"Gotebe\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think you don't get it. \\\"Friendliness\\\" is a function of familiarity (and vice versa).\\n\\nE.g: on your trip to Ghana, a native wanted to be super-friendly to you and so a used super-friendly Ghanaian greeting gesture. Let's say that in Ghana, this gesture involves a middle finger. Not knowing local customs, would you think he was friendly?\\n\\nWell, that's how Joe Sixpack feels when greeted by anything non-Windows.\",\"controversiality\":0,\"created_utc\":\"1192453957\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299me\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299me\",\"parent_id\":\"t1_c0299fa\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about nevada football here:\\nhttp:\\/\\/actualurls.com\\/nevada_football\",\"controversiality\":0,\"created_utc\":\"1192453960\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mf\",\"link_id\":\"t3_2uuxx\",\"name\":\"t1_c0299mf\",\"parent_id\":\"t3_2uuxx\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"derekg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I wrote it and even months later - I still like many parts of it. \",\"controversiality\":0,\"created_utc\":\"1192453994\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mg\",\"link_id\":\"t3_5ybaa\",\"name\":\"t1_c0299mg\",\"parent_id\":\"t3_5ybaa\",\"retrieved_on\":1427426405,\"score\":15,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":15},{\"archived\":true,\"author\":\"beathead\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Apart from the fact that noone uses the subreddits, this is a fabulous improvement.\",\"controversiality\":0,\"created_utc\":\"1192453995\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mh\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299mh\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426405,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454004\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mi\",\"link_id\":\"t3_5ybg4\",\"name\":\"t1_c0299mi\",\"parent_id\":\"t3_5ybg4\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"tr\",\"subreddit_id\":\"t5_2478\",\"ups\":1},{\"archived\":true,\"author\":\"jamiemccarthy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"RSS feeds are broken right now, showing up in my reader with URLs like\\n\\nhttp : \\/\\/ {{ thing.urlprefix }} \\/goto?rss=true&amp;id=foobar\\n\\n(spaces added to prevent any attempts at auto-munging)\\n\\n...so my only options in RSS are the [link] and [more] buttons. If comment counts are down today, it's probably that, not the new comment code...\",\"controversiality\":0,\"created_utc\":\"1192454017\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299mj\",\"parent_id\":\"t1_c0299bv\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"joeldevahl\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Sorry, but I fail to see the beautiful in this code. The C-code actually looks better and that is saying something.\",\"controversiality\":0,\"created_utc\":\"1192454021\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mk\",\"link_id\":\"t3_2zxb3\",\"name\":\"t1_c0299mk\",\"parent_id\":\"t3_2zxb3\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"zundra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I won't ruin the article for you because its actually pretty interesting. But I will say you're right, no one sleeps while on acid and the title of this post is mis-leading.\",\"controversiality\":0,\"created_utc\":\"1192454021\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ml\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299ml\",\"parent_id\":\"t1_c0299lv\",\"retrieved_on\":1427426405,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about ipod movies here:\\nhttp:\\/\\/actualurls.com\\/ipod_movies\",\"controversiality\":0,\"created_utc\":\"1192454040\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mm\",\"link_id\":\"t3_2m3cl\",\"name\":\"t1_c0299mm\",\"parent_id\":\"t3_2m3cl\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"abnormalbrain\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"'The new law\\u2019s supporters say it will protect students who, for example, write about their faith in homework, distribute religious items to other students and even wish our troops overseas \\u201cMerry Christmas.\\u201d'\\n...It seems like the War on Christmas comes earlier every year. \",\"controversiality\":0,\"created_utc\":\"1192454050\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mn\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299mn\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"nicolas11\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you can find more information about ipod movies here:\\nhttp:\\/\\/actualurls.com\\/ipod_movies\",\"controversiality\":0,\"created_utc\":\"1192454051\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mo\",\"link_id\":\"t3_2zs1a\",\"name\":\"t1_c0299mo\",\"parent_id\":\"t3_2zs1a\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"entertainment\",\"subreddit_id\":\"t5_2qh0f\",\"ups\":1},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Agreed. The final straw for me at Digg was the ridiculous comment system. I've never gone back.\\n\\nWhat I loved about reddit was being able to see all comments at once without all the annoying clicking.\",\"controversiality\":0,\"created_utc\":\"1192454060\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299mp\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426405,\"score\":42,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":42},{\"archived\":true,\"author\":\"fr1j0l3\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"the rss feed has changed, too. the link in the title of the feed goes to reddit.com, instead of the linked article as it did before\",\"controversiality\":0,\"created_utc\":\"1192454071\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mq\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299mq\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454074\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299mr\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454076\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ms\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ms\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426405,\"score\":19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":19},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"my girlfriend found his name by chance while reading about Joseph Haydn. \",\"controversiality\":0,\"created_utc\":\"1192454096\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mt\",\"link_id\":\"t3_5ybac\",\"name\":\"t1_c0299mt\",\"parent_id\":\"t1_c0299h7\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"joe90210\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"yeesssssssssssssssss\",\"controversiality\":0,\"created_utc\":\"1192454096\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mu\",\"link_id\":\"t3_5ybc0\",\"name\":\"t1_c0299mu\",\"parent_id\":\"t3_5ybc0\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mikedt\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Bottom line is that nobody wants religion in public schools. They want THEIR religion in public schools. Big difference.\",\"controversiality\":0,\"created_utc\":\"1192454097\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mv\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299mv\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":73,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":73},{\"archived\":true,\"author\":\"m_tayseer\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Why the Mozilla programmers are fond of rewriting Mozilla?\",\"controversiality\":0,\"created_utc\":\"1192454100\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mw\",\"link_id\":\"t3_2zy9q\",\"name\":\"t1_c0299mw\",\"parent_id\":\"t3_2zy9q\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's because of diffraction. Put your finger 5 metre away from a wall (assuming it's night and the light is on). How prominent is the shadow?\\n\\nNow assuming your finger is 1cm thick, the equivalent would be to place it 36,000cm = 360m away from the wall. How prominent would that shadow be?\",\"controversiality\":0,\"created_utc\":\"1192454104\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mx\",\"link_id\":\"t3_2zpbn\",\"name\":\"t1_c0299mx\",\"parent_id\":\"t1_c2zr65\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":0},{\"archived\":true,\"author\":\"freexe\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think it's worth learning from slashdot on this, and as well as the above, make the actual number hidden and just show low, medium and high. \",\"controversiality\":0,\"created_utc\":\"1192454108\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299my\",\"link_id\":\"t3_2zwww\",\"name\":\"t1_c0299my\",\"parent_id\":\"t1_c2zx1u\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"DaveBr\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"tip: had to delete reddit.com cookies before successful log-in from Firefox\",\"controversiality\":0,\"created_utc\":\"1192454121\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299mz\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299mz\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":35,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":35},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n0\",\"link_id\":\"t3_5ybgg\",\"name\":\"t1_c0299n0\",\"parent_id\":\"t3_5ybgg\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"cunningjames\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt; well, good for them - there's never really been a particularly great open challenger in that space.\\n\\nAnd it doesn't appear that this will change\\u2014they're just bundling Thunderbird\\/Lightning into OpenOffice. Is there any way someone would be able to get that to play nice with Exchange? \",\"controversiality\":0,\"created_utc\":\"1192454152\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n1\",\"link_id\":\"t3_2zwkx\",\"name\":\"t1_c0299n1\",\"parent_id\":\"t1_c0299fk\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"tboy321025\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"First comment, hilarious:\\r\\n\\\"I\\u2019m not a Muslim, but [Senator] Patrick may be right. As I understand it, the Islamic faith preaches peace and tolerance; obviously two things the Senator doesn\\u2019t endorse.\\\"\",\"controversiality\":0,\"created_utc\":\"1192454156\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n2\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299n2\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454185\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n3\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c0299n3\",\"parent_id\":\"t3_5ybfg\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"lavidavegas\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can't find the RSS link. Does anyone have one that still works?\",\"controversiality\":0,\"created_utc\":\"1192454193\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n4\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299n4\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; They did - it was called beta.reddit.com and they asked everyone to help test it. Any lapses was our (the users) responsibility for helping to locate and reproduce them.\\n\\nNot to dump on spez and all, but this comment shows a stunning lack of understanding of the code-test-release cycle.\\n\\nYou code, then you test exhaustively, *then* you turn it over to beta testers, *then* you launch. A 28-hour downtime suggests a big cock-up somewhere on the server-side - it's unlikely to be anything the beta-testers could possibly have noticed or affected.\",\"controversiality\":0,\"created_utc\":\"1192454198\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n5\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299n5\",\"parent_id\":\"t1_c0299iq\",\"retrieved_on\":1427426405,\"score\":26,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":26},{\"archived\":true,\"author\":\"sickofthisshit\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"$15k? A bargain!\\n\\n[A quote from late 1985](http:\\/\\/lemonodor.com\\/archives\\/001190.html) was for about ten times that.\\n\\nOnce cheap Sun boxes could do dumb number crunching faster (making the $15,000 price tag seem reasonable), the special-purpose workstation model was in deep trouble.\\n\\nEDIT: Actually, your $15k pricetag seems to be what the MacIvory 3 [was introduced at](http:\\/\\/home.rbcarleton.com\\/rbc\\/symbolics\\/announcements\\/19910826-MacIvoryIII.txt). \\n\\nBut by this point, I think the original 'Chineual' was irrelevant compared to the Genera doc set; but I could be wrong.\",\"controversiality\":0,\"created_utc\":\"1192454199\",\"distinguished\":null,\"downs\":0,\"edited\":true,\"gilded\":0,\"id\":\"c0299n6\",\"link_id\":\"t3_2zxms\",\"name\":\"t1_c0299n6\",\"parent_id\":\"t1_c2zyf2\",\"retrieved_on\":1427426405,\"score\":4,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454204\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n7\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299n7\",\"parent_id\":\"t1_c0299b9\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Downvote for having to click the damn \\\"load more comments\\\" link and finding your stupid comment.\",\"controversiality\":0,\"created_utc\":\"1192454204\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n8\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299n8\",\"parent_id\":\"t1_c2zv5g\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh but they do... have you not visited insane.reddi... err I mean politics.reddit.com ?\",\"controversiality\":0,\"created_utc\":\"1192454215\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299n9\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299n9\",\"parent_id\":\"t1_c0299mh\",\"retrieved_on\":1427426405,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"tuber\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nader is quoting US congressman John Olver's response to the councils of 13 towns in his district (Massachusetts' first) that have called for impeachment this year.\",\"controversiality\":0,\"created_utc\":\"1192454226\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299na\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c0299na\",\"parent_id\":\"t3_5ybfg\",\"retrieved_on\":1427426405,\"score\":25,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":25},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The new comments system is interesting. I'm not sure if I entirely approve of the navigate-to-a-new-page method of viewing deeply nested comments though.\",\"controversiality\":0,\"created_utc\":\"1192454247\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nb\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299nb\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"hhh333\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Somehow the shallowness of your comment makes it ironic..\",\"controversiality\":0,\"created_utc\":\"1192454252\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nc\",\"link_id\":\"t3_2ztbv\",\"name\":\"t1_c0299nc\",\"parent_id\":\"t1_c2zuxn\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"reggieCasual\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Tomato witch ;-)\",\"controversiality\":0,\"created_utc\":\"1192454257\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nd\",\"link_id\":\"t3_5ybgy\",\"name\":\"t1_c0299nd\",\"parent_id\":\"t3_5ybgy\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"morner\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I read about this in New Scientist the other week, and they didn't go into a lot more detail. Basically, his theory predicts certain constraints on the properties of the [supersymmetric particles](http:\\/\\/en.wikipedia.org\\/wiki\\/Supersymmetry) which are expected to show up in LHC readings next year. Particle physics is far too esoteric of a subject, these days, to even think of delving into it in a mainstream newspaper.\",\"controversiality\":0,\"created_utc\":\"1192454258\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ne\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299ne\",\"parent_id\":\"t1_c0299k1\",\"retrieved_on\":1427426405,\"score\":22,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":22},{\"archived\":true,\"author\":\"AnteChronos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wait, my Ring of Baby-Avoidance gives me +1 to my reflex saving throws against all infant- and toddler-class weapons. Let me just throw my d20....\\n\\nCrap.\",\"controversiality\":0,\"created_utc\":\"1192454265\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nf\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299nf\",\"parent_id\":\"t1_c0299lo\",\"retrieved_on\":1427426405,\"score\":19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":19},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Why though?\",\"controversiality\":0,\"created_utc\":\"1192454270\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ng\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ng\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"nwootten\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"that made me dizzy \",\"controversiality\":0,\"created_utc\":\"1192454273\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nh\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299nh\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426405,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"twoodfin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It would be useful to know how comments end up hidden behind a \\\"load more\\\" link.\\n\\nIt would be more useful to be able to turn this \\\"feature\\\" off.\\n\\nIndeed it is sometimes annoying that a long, off-topic thread takes up the entire first comment page, but that should be dealt with by changing the sort heuristic.\\n\\nOne of the great things about reddit is that good arguments rise to the top of the comments page with some frequency. I'm worried this new system will tilt the scale back towards clever (or group-thinky) top level posts.\",\"controversiality\":0,\"created_utc\":\"1192454288\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ni\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ni\",\"parent_id\":\"t1_c0299lq\",\"retrieved_on\":1427426405,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"the_wondering_jew\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Haskell - lol.\",\"controversiality\":0,\"created_utc\":\"1192454295\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nj\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299nj\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426405,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":-7},{\"archived\":true,\"author\":\"thedcshuffle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A scorecard of the 21 Bush appointees who have resigned under a cloud of controversy with brief explanations of each.\",\"controversiality\":0,\"created_utc\":\"1192454297\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nk\",\"link_id\":\"t3_5ybgu\",\"name\":\"t1_c0299nk\",\"parent_id\":\"t3_5ybgu\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"dsfox\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"All she seems to be saying is that it is annoying to have people camping out in your yard for months on end. I would tend to agree.\",\"controversiality\":0,\"created_utc\":\"1192454334\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nl\",\"link_id\":\"t3_5ybed\",\"name\":\"t1_c0299nl\",\"parent_id\":\"t3_5ybed\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm not complaining, either, because it was lovely yesterday &amp; I was outside for much of the day.\\n\\nHOWEVER, relying on beta users, as opposed to a professional QA team, is silly. I'm sure they didn't do that. As far as the lag, some things just take longer than you anticipate. Its not that terrible.\",\"controversiality\":0,\"created_utc\":\"1192454365\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nm\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299nm\",\"parent_id\":\"t1_c0299iq\",\"retrieved_on\":1427426405,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454375\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nn\",\"link_id\":\"t3_5ybfs\",\"name\":\"t1_c0299nn\",\"parent_id\":\"t3_5ybfs\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"endlessvoid94\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I picked up a copy of \\\"The End of America\\\" this week by Naomi Wolf. It's a bit extremist but still a very interesting read.\\n\\nThat's the first thing that came to mind when I read this article. Shameful.\",\"controversiality\":0,\"created_utc\":\"1192454376\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299no\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299no\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"wesumd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Unfortunately, it was more than just him :\\/\",\"controversiality\":0,\"created_utc\":\"1192454394\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299np\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299np\",\"parent_id\":\"t1_c0299l9\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"morner\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"His theory fits with a lot of what we've seen already, for example it explains the non-existence of the mysteriously unobserved [axion](http:\\/\\/en.wikipedia.org\\/wiki\\/Axion). I've been hearing a lot about this guy lately; it'll be interesting to see how things hash out in May\\/June.\",\"controversiality\":0,\"created_utc\":\"1192454410\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nq\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299nq\",\"parent_id\":\"t1_c0299m5\",\"retrieved_on\":1427426405,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"PABeachBum\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Um. So, he was ticketed for passing out DVD's, but yet not charged for this bag of marijuana?\\n\\nI think somebody is bullshitting us on what happened. If he had a bag of dope on him his ass would be in jail, not bitching about it on the internet.\\n\",\"controversiality\":0,\"created_utc\":\"1192454411\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nr\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299nr\",\"parent_id\":\"t3_5ybcz\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"aresorli\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt; I love the new ajax commenting\\/submission system.\\n\\nPlease elaborate. What's new here?\\n\\nEdit: Oops, noticed that I didn't lose my place in the thread when this comment was submitted. Anything else?\",\"controversiality\":0,\"created_utc\":\"1192454413\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ns\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ns\",\"parent_id\":\"t1_c0299hu\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"asciilifeform\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"If \\\"usability studies\\\" existed in the late 19th century, all cars would have reins in place of steering wheels. And burn oats rather than gasoline.\\n\\nMost people seem to have ossified minds. For them, the word \\\"usable\\\" means \\\"does not force me to learn anything.\\\"\",\"controversiality\":0,\"created_utc\":\"1192454421\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nt\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299nt\",\"parent_id\":\"t1_c2ztyo\",\"retrieved_on\":1427426405,\"score\":9,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":9},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm in the middle of Pinker's *The Stuff of Thought* right now and it's a deeply compelling read. It's certainly demolished many of the assumptions about thought and language I've been carrying around.\",\"controversiality\":0,\"created_utc\":\"1192454426\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nu\",\"link_id\":\"t3_5ybab\",\"name\":\"t1_c0299nu\",\"parent_id\":\"t3_5ybab\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454439\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299nv\",\"parent_id\":\"t1_c0299fs\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"JackV\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ultimately there are no secrets to getting an IT job, it's attention to detail, concentration and hard work. Although this list is useful for some ideas\",\"controversiality\":0,\"created_utc\":\"1192454440\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nw\",\"link_id\":\"t3_5ybh5\",\"name\":\"t1_c0299nw\",\"parent_id\":\"t3_5ybh5\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"keen75\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"No, but the \\\"send message\\\" seems broken, like if recipients didn't get the messages... \",\"controversiality\":0,\"created_utc\":\"1192454450\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nx\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299nx\",\"parent_id\":\"t1_c0299e6\",\"retrieved_on\":1427426405,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"Student speakers are then permitted to use those events to promote their own religious beliefs or even attempt to convert their fellow students.\\\"\\r\\n\\r\\nEven for devout Satanists? This should end well...\",\"controversiality\":0,\"created_utc\":\"1192454459\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ny\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ny\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426405,\"score\":39,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":39},{\"archived\":true,\"author\":\"yellowking\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Thanks, blogosphere!\",\"controversiality\":0,\"created_utc\":\"1192454466\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299nz\",\"link_id\":\"t3_5ybh9\",\"name\":\"t1_c0299nz\",\"parent_id\":\"t3_5ybh9\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sickofthisshit\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Why? Documentation better than sketchy man pages?\",\"controversiality\":0,\"created_utc\":\"1192454467\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o0\",\"link_id\":\"t3_2zxms\",\"name\":\"t1_c0299o0\",\"parent_id\":\"t1_c2zyeh\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":5},{\"archived\":true,\"author\":\"beathead\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I have, but there are even more \\\"OMG BUSH IS BRING TEH MARSHAL LAW TEH FIBI SI KNCOKING ON MY DOOR QUIK HIDE TEH LUNIX!!!!!1111ONEONEeleven\\\" submissions on the regular page.\",\"controversiality\":0,\"created_utc\":\"1192454470\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o1\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299o1\",\"parent_id\":\"t1_c0299n9\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454472\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o2\",\"link_id\":\"t3_5yba9\",\"name\":\"t1_c0299o2\",\"parent_id\":\"t3_5yba9\",\"retrieved_on\":1427426405,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-7},{\"archived\":true,\"author\":\"jmanblu\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Cool tools for better web research, laptop safety and even some games to take your mind off the study!\",\"controversiality\":0,\"created_utc\":\"1192454484\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o3\",\"link_id\":\"t3_5ybh6\",\"name\":\"t1_c0299o3\",\"parent_id\":\"t3_5ybh6\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what is this question about? What seems to be the problem? (honest questions)\",\"controversiality\":0,\"created_utc\":\"1192454484\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o4\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299o4\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426405,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"bsterne\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who is this joker? What is LISP? Doesn't he know that VB .NET is the de-facto extension language?\",\"controversiality\":0,\"created_utc\":\"1192454506\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o5\",\"link_id\":\"t3_2zyid\",\"name\":\"t1_c0299o5\",\"parent_id\":\"t3_2zyid\",\"retrieved_on\":1427426405,\"score\":-10,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":-10},{\"archived\":true,\"author\":\"wesumd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"From bash.org:\\nI'm not saying the problem with America is stupidity. But why don't we take the safety labels off of everything and let the problem *solve itself.*\\n\\n\\nEvolution in action! Hopefully this one won't get knocked up in prison.\",\"controversiality\":0,\"created_utc\":\"1192454514\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o6\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299o6\",\"parent_id\":\"t1_c0299lk\",\"retrieved_on\":1427426405,\"score\":46,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":46},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454514\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o7\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299o7\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426405,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Lucid dreaming is not hard to achieve, and you certainly do not need any drugs to do it. All you have to do is periodically \\\"check if you are asleep\\\" using a variety of small quick tests (such as reading something then turning away and re-reading it, looking at your hands, etc. I know dozens of such tests.). If you do this, it will eventually carry into your dreams and your \\\"dream self\\\" will actually do a similar test and find - Wow its a dream! Then bingo you are in a lucid dream.\",\"controversiality\":0,\"created_utc\":\"1192454519\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o8\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299o8\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426405,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"VoodooIdol\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Maybe if she actually paid attention to her constituency, which is her job, she wouldn't have to worry about people camping out in her yard. As she is supposed to be upholding the Constitution, which guarantees us a right to protest, then she should be prepared, as a politician, for people to camp out on her doorstep when she decides to ignore her constituency.\",\"controversiality\":0,\"created_utc\":\"1192454519\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299o9\",\"link_id\":\"t3_5ybed\",\"name\":\"t1_c0299o9\",\"parent_id\":\"t1_c0299nl\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"askpatty\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"enter a comment hereI struggle. The US is the car culture capital of the world and I am smack dab in the middle of it. How do I balance my dichotomy of car lover vs. protecting the environment and ease my conscience of loving the car culture and making a living in the automotive industry? US manufactures are laboring to design vehicles with 30+ MPG or better on all makes and models, yet many US car buyers are still in love with SUV's and V8 combustion engine speed and power under the hood.\",\"controversiality\":0,\"created_utc\":\"1192454524\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oa\",\"link_id\":\"t3_5ybhf\",\"name\":\"t1_c0299oa\",\"parent_id\":\"t3_5ybhf\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You're right in the sense that people have never been observed to behave nonclassically, but we have every reason to believe that if S (action) ~ E (energy) x t (time) was comparable to Planck's constant (10^-39), then we would behave quantumly.\",\"controversiality\":0,\"created_utc\":\"1192454556\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ob\",\"link_id\":\"t3_2zpar\",\"name\":\"t1_c0299ob\",\"parent_id\":\"t1_c2zvqm\",\"retrieved_on\":1427426405,\"score\":0,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454562\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oc\",\"link_id\":\"t3_5ybhi\",\"name\":\"t1_c0299oc\",\"parent_id\":\"t3_5ybhi\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Etab\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I lost 10 IQ points reading comments on various YouTube videos.\",\"controversiality\":0,\"created_utc\":\"1192454565\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299od\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299od\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":49,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":49},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"when will the madness end, when?\",\"controversiality\":0,\"created_utc\":\"1192454567\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oe\",\"link_id\":\"t3_5ybcz\",\"name\":\"t1_c0299oe\",\"parent_id\":\"t3_5ybcz\",\"retrieved_on\":1427426405,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"AnteChronos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;*The law mandates that schools turn public events, such as morning announcements and football games, into so-called \\u201climited public forums.\\u201d*\\n\\nHow much do you want to bet that \\\"limited\\\" means limited to religions that the school agrees with? I can see this being struck down fairly quickly as soon as the school denies a Jew, Muslim, Satanist, etc equal access.\",\"controversiality\":0,\"created_utc\":\"1192454581\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299of\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299of\",\"parent_id\":\"t1_c0299il\",\"retrieved_on\":1427426405,\"score\":17,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":17},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454583\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299og\",\"link_id\":\"t3_5ybhi\",\"name\":\"t1_c0299og\",\"parent_id\":\"t3_5ybhi\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"RichardPeterJohnson\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Total War: Rome\",\"controversiality\":0,\"created_utc\":\"1192454584\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oh\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299oh\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454608\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oi\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299oi\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426405,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"haifastudent\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"New linux distribution\",\"controversiality\":0,\"created_utc\":\"1192454609\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oj\",\"link_id\":\"t3_nvso\",\"name\":\"t1_c0299oj\",\"parent_id\":\"t3_nvso\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"head in sand\",\"controversiality\":0,\"created_utc\":\"1192454615\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ok\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ok\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426404,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454632\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ol\",\"link_id\":\"t3_5ybhj\",\"name\":\"t1_c0299ol\",\"parent_id\":\"t3_5ybhj\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"entertainment\",\"subreddit_id\":\"t5_2qh0f\",\"ups\":0},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Made a fool of myself on #reddit.\",\"controversiality\":0,\"created_utc\":\"1192454639\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299om\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299om\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454640\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299on\",\"link_id\":\"t3_5ybhm\",\"name\":\"t1_c0299on\",\"parent_id\":\"t3_5ybhm\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"business\",\"subreddit_id\":\"t5_2qgzg\",\"ups\":1},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"it was down?\",\"controversiality\":0,\"created_utc\":\"1192454648\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oo\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299oo\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Became re-addicted to Starcraft. Man, this is gonna suck.\",\"controversiality\":0,\"created_utc\":\"1192454666\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299op\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299op\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"DatingDiva\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not getting a lot of responses to your online ad? Maybe you're committing one of these common profile blunders.\\r\\n\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192454668\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oq\",\"link_id\":\"t3_5ybhs\",\"name\":\"t1_c0299oq\",\"parent_id\":\"t3_5ybhs\",\"retrieved_on\":1427426404,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"Spell\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"She looks smart.\",\"controversiality\":0,\"created_utc\":\"1192454673\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299or\",\"link_id\":\"t3_5ybdu\",\"name\":\"t1_c0299or\",\"parent_id\":\"t3_5ybdu\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"DatingDiva\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not getting a lot of responses to your online ad? Maybe you're committing one of these common profile blunders.\\r\\n\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192454674\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299os\",\"link_id\":\"t3_5ybhs\",\"name\":\"t1_c0299os\",\"parent_id\":\"t3_5ybhs\",\"retrieved_on\":1427426404,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"wesumd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Needs more Linux!\\n\\n\\nDistrowatch.org\",\"controversiality\":0,\"created_utc\":\"1192454675\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ot\",\"link_id\":\"t3_5ybb4\",\"name\":\"t1_c0299ot\",\"parent_id\":\"t3_5ybb4\",\"retrieved_on\":1427426404,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Preaching to the converted, man.\",\"controversiality\":0,\"created_utc\":\"1192454680\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ou\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299ou\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426404,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":-3},{\"archived\":true,\"author\":\"wockyman\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Damnit, I left my copy of Liber Kaos at home, so I can't make a shadow time reference. \",\"controversiality\":0,\"created_utc\":\"1192454686\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ov\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299ov\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426404,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"No, friendliness is not a function of familiarity. I can be very friendly towards people I'm not familiar with and there are people I'm familiar with who I'm not particularly friendly to, or aren't particularly friendly towards me.\\n\\nWhat you're actually saying is that Windows is only (barely) usable once people have become familiar with it enough to work past the unfriendliness.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192454696\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ow\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299ow\",\"parent_id\":\"t1_c0299me\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":0},{\"archived\":true,\"author\":\"sethg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Why assume that Google acted logically by firing him? Google managers are human beings and prone to all the irrational impulses and errors of judgement that flesh is heir to.\\n\\nSure, in a perfectly competitive market Google would be damaging its own bottom line by firing a talented employee for no logical reason. But I don't think the market for advertising-driven search engines is very competitive these days, and against all the other things that affect Google's profits, the effect of losing one employee, even one as talented as Reid, is practically lost in the noise.\",\"controversiality\":0,\"created_utc\":\"1192454697\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ox\",\"link_id\":\"t3_2zl8d\",\"name\":\"t1_c0299ox\",\"parent_id\":\"t1_c2zpvh\",\"retrieved_on\":1427426404,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"joeldevahl\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Rant, ok so a rant with a lot of true statements. But still a huge pile of angry words.\\n\\nCan't we just keep it scientific. Each language for its place.\",\"controversiality\":0,\"created_utc\":\"1192454698\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oy\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299oy\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426404,\"score\":22,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":22},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This article siginificantly mispresents what we know about quantum mechanics.\\n\\n&gt; So when we examine the quantum world, we are outsiders to the knowledge it holds. As a result, our understanding of the universe as we know it is challenged.\\n\\nQuantum mechanics itself hasn't been a mystery for decades. It's just trying to understand how certain outcomes are chosen over others that is proving tricky.\\n\\n&gt; ...what we currently see as chaos. But is it possible that quantum systems can't be understood within the traditional models of science?\\n\\nThis is tripe. We don't see chaos. We see near-perfect correlation with predictions. And quantum systems *are* understood within traditional models of science. The models of science are positivist, disprovable hypotheses, and QM fits into these.\",\"controversiality\":0,\"created_utc\":\"1192454710\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299oz\",\"link_id\":\"t3_2zpar\",\"name\":\"t1_c0299oz\",\"parent_id\":\"t3_2zpar\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":0},{\"archived\":true,\"author\":\"sethg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"In the long run, we are all dead.\\\" --Keynes\",\"controversiality\":0,\"created_utc\":\"1192454774\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p0\",\"link_id\":\"t3_2zl8d\",\"name\":\"t1_c0299p0\",\"parent_id\":\"t1_c2zsv4\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"pistoriusp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I quit my job because I didn't have anything to do. It was really boring...\",\"controversiality\":0,\"created_utc\":\"1192454775\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p1\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299p1\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Replying to an unrelated thread instead of making a new one is so Slashdot.\",\"controversiality\":0,\"created_utc\":\"1192454785\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299p2\",\"parent_id\":\"t1_c0299dz\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"wesumd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Downmodded on the basis that people will vote on articles based upon their titles.\",\"controversiality\":0,\"created_utc\":\"1192454791\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p3\",\"link_id\":\"t3_2zvic\",\"name\":\"t1_c0299p3\",\"parent_id\":\"t3_2zvic\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"harlon57\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is nothing but spam for a broker.\",\"controversiality\":0,\"created_utc\":\"1192454797\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p4\",\"link_id\":\"t3_5ybh8\",\"name\":\"t1_c0299p4\",\"parent_id\":\"t3_5ybh8\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Similar BS here:\\n\\nhttp:\\/\\/www.telegraph.co.uk\\/opinion\\/main.jhtml?xml=\\/opinion\\/2007\\/10\\/12\\/do1202.xml\\n\\nThe Daily Telegraph is a (frustrated, bitter) right-wing newspaper in the UK, with a strong anti-environment message. I had tended to read it because it used to carry intelligent editorials and comment. This sort of thing changed my mind:\\n\\n&gt; I think we need to declare an international smugness alert ... The former US Vice-President has already taken over from Michael Moore as the most sanctimonious lardbutt Yank on the planet ... The man is not, as his enemies maintained when he ran against George W. Bush in 2000, a pants-on-fire liar. He's an exaggerator and a braggart.\\n\\nEtc, etc, right down to recycling the flawed \\\"Al Gore claims to have invented t'internet\\\" meme.\",\"controversiality\":0,\"created_utc\":\"1192454802\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p5\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299p5\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426404,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"WerewolvesRancheros\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Was it a biter? That's +10 Attack Power\",\"controversiality\":0,\"created_utc\":\"1192454804\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p6\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299p6\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426404,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"acedanger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The story titles aren't coming in as links through the RSS feed. The story titles are just text.\",\"controversiality\":0,\"created_utc\":\"1192454808\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p7\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299p7\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426404,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454812\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p8\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299p8\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"abw\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Turn off the \\\"display links with a reddit toolbar\\\" in your preferences. It appears to be broken.\",\"controversiality\":0,\"created_utc\":\"1192454827\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299p9\",\"link_id\":\"t3_5ybgr\",\"name\":\"t1_c0299p9\",\"parent_id\":\"t3_5ybgr\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"dacat\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The site asks you to submit your zip code and age when you click page 2.. clicking the link that says \\\"not from the us?\\\" lets you read uninhibited.\",\"controversiality\":0,\"created_utc\":\"1192454827\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pa\",\"link_id\":\"t3_5ybe2\",\"name\":\"t1_c0299pa\",\"parent_id\":\"t3_5ybe2\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454828\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pb\",\"link_id\":\"t3_5ybi7\",\"name\":\"t1_c0299pb\",\"parent_id\":\"t3_5ybi7\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454839\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299pc\",\"parent_id\":\"t1_c0299p8\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"peg_leg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Al Gore is right. The right-wingers don't like it when someone on the left is right. they like it less when someone on the right is wrong, which Al Gore seems to show, too. So when right is wrong and left is right the neocons have trouble navigating DuPont circle.\",\"controversiality\":0,\"created_utc\":\"1192454850\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pd\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299pd\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426404,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"spliffy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i know i do. in fact for a long time one of the ways i measured my enjoyment of games was how long the blood would stay on the walls.\",\"controversiality\":0,\"created_utc\":\"1192454854\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pe\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299pe\",\"parent_id\":\"t1_c0299m9\",\"retrieved_on\":1427426404,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"breddy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I've got something to say.\",\"controversiality\":0,\"created_utc\":\"1192454868\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pf\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299pf\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454873\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pg\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299pg\",\"parent_id\":\"t1_c0299lu\",\"retrieved_on\":1427426404,\"score\":-13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-13},{\"archived\":true,\"author\":\"breddy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ajax. Woot!\",\"controversiality\":0,\"created_utc\":\"1192454877\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ph\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ph\",\"parent_id\":\"t1_c0299pf\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"fnord123\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Confirmed.\",\"controversiality\":0,\"created_utc\":\"1192454881\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pi\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299pi\",\"parent_id\":\"t1_c0299mz\",\"retrieved_on\":1427426404,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"johnmudd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Sounds much more practical than the ASUS Eee. If it supports Ubuntu Linux.\",\"controversiality\":0,\"created_utc\":\"1192454894\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pj\",\"link_id\":\"t3_2zwor\",\"name\":\"t1_c0299pj\",\"parent_id\":\"t3_2zwor\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"gadgets\",\"subreddit_id\":\"t5_2qgzt\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454906\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pk\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299pk\",\"parent_id\":\"t1_c0299o8\",\"retrieved_on\":1427426404,\"score\":-9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-9},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Heh, I got mine down to a negative value after hanging out on liveleak for a few hours.\",\"controversiality\":0,\"created_utc\":\"1192454913\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pl\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299pl\",\"parent_id\":\"t1_c0299od\",\"retrieved_on\":1427426404,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"jbiz\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Team Fortress 2.\",\"controversiality\":0,\"created_utc\":\"1192454915\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pm\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299pm\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"stacecom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I get a 404 on my.reddit.com.\\n\\nI see the results of my prefs changes right there on reddit.com.\",\"controversiality\":0,\"created_utc\":\"1192454929\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pn\",\"link_id\":\"t3_5ybgv\",\"name\":\"t1_c0299pn\",\"parent_id\":\"t3_5ybgv\",\"retrieved_on\":1427426404,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"maxwellhill\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't have any messages at all! Although the envelope turns red it doesn't show the context of the repy - I need to search for the thread manually. \",\"controversiality\":0,\"created_utc\":\"1192454935\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299po\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299po\",\"parent_id\":\"t1_c0299nx\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192454942\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299pp\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can\\u2019t be bothered with bugmenot any more. Sucks to be the NY Times.\",\"controversiality\":0,\"created_utc\":\"1192454962\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pq\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299pq\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426404,\"score\":-19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-19},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What _is_ on the front page is an article about Comcast censoring emails on content. How is that not OK, when downmodding articles on content is?\",\"controversiality\":0,\"created_utc\":\"1192454967\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299pr\",\"parent_id\":\"t1_c0299j6\",\"retrieved_on\":1427426404,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-7},{\"archived\":true,\"author\":\"twoodfin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Don't worry, the outrage spammers will figure this out and start posting their dreck only to the main reddit. Like [this](http:\\/\\/reddit.com\\/info\\/5ybcz\\/comments).\",\"controversiality\":0,\"created_utc\":\"1192454969\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ps\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ps\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426404,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"conrad_hex\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Clearly, babies are better used as *ranged* weapons.\",\"controversiality\":0,\"created_utc\":\"1192454970\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pt\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299pt\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426404,\"score\":36,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":36},{\"archived\":true,\"author\":\"bobovski\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I agree. When I want to read an entire thread, I'd like to do so without having to click every 5-10 comments or so. \",\"controversiality\":0,\"created_utc\":\"1192454971\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pu\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299pu\",\"parent_id\":\"t1_c0299lq\",\"retrieved_on\":1427426404,\"score\":24,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":24},{\"archived\":true,\"author\":\"ExplodingBob\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Does it matter?\",\"controversiality\":0,\"created_utc\":\"1192454974\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pv\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299pv\",\"parent_id\":\"t1_c0299o7\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"Etab\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I used to work in a grocery store as a cashier, and I really, really hated when the \\\"$2.00\\\" for example (what you save) is printed larger than the actual price. I'd always manage to get the picky, frugal customer (often a 50-something year-old woman) who claims something is cheaper than it's printed and claims they can have an item for free because it was printed wrong. Then, they'd hand me (well, put it on the belt so it would get stuck in the crack at the end) an inch tall stack of coupons for things they didn't buy that they claim they did.\",\"controversiality\":0,\"created_utc\":\"1192454975\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pw\",\"link_id\":\"t3_5ybek\",\"name\":\"t1_c0299pw\",\"parent_id\":\"t3_5ybek\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The new hybrid SUVs from chevy is a Joke. 20 MPG? LMAO!!!\\n\\nDrive a Prius, if you care that is.\\n\\nThis is just another reason why US Car makers suck.\",\"controversiality\":0,\"created_utc\":\"1192454980\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299px\",\"link_id\":\"t3_5ybhf\",\"name\":\"t1_c0299px\",\"parent_id\":\"t3_5ybhf\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Sure it is, expecting them to vote that way isn't.\\r\\n\\r\\n&gt;I wasn't telling anyone how to mod \\r\\n\\r\\n?\\r\\n\\r\\n\\r\\n&gt;only requesting that they not mod a certain way for a particular reason.\\r\\n\\r\\n\\r\\nSeems you contradict yourself.\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192454996\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299py\",\"link_id\":\"t3_2zglk\",\"name\":\"t1_c0299py\",\"parent_id\":\"t1_c2zmsv\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"jjo_chicago\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" My guess: The same thing about Mr. Reagan that drove left-wingers insane. \",\"controversiality\":0,\"created_utc\":\"1192455017\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299pz\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299pz\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"cowbellthunder\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's sickening how the \\\"obesity epidemic\\\" plagues our society. Weight loss takes willpower and permanent results take lots of time, and it's sickening how many americans actively waste their lives away over-consuming shit food in massive quantities.\\n\\nHere's the part that sucks for those who would \\\"lose a year of life\\\" to not be obese -- they're \\/losing a year of life\\/ being obese. How many of them are subjecting their bodies to unnecessary wear and tear? Every single one of them.\\n\\n--SS\",\"controversiality\":0,\"created_utc\":\"1192455047\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q0\",\"link_id\":\"t3_5ybfm\",\"name\":\"t1_c0299q0\",\"parent_id\":\"t3_5ybfm\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what's this all about?\",\"controversiality\":0,\"created_utc\":\"1192455074\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299q1\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"stacecom\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Huh?\",\"controversiality\":0,\"created_utc\":\"1192455078\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q2\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299q2\",\"parent_id\":\"t1_c0299pr\",\"retrieved_on\":1427426404,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"constant\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Insane? Gore is a leftist. Right wingers have been criticizing leftists (and leftists have been criticizing right wingers) for ages. Nothing new in that.\",\"controversiality\":0,\"created_utc\":\"1192455084\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q3\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299q3\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426404,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh, I see.\",\"controversiality\":0,\"created_utc\":\"1192455088\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299q4\",\"parent_id\":\"t1_c0299q1\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"isthis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"So are you going to address any of my points?\\n\\nWe were told in the 1970s that heterosexual AIDS and global cooling would both be massive problems, the AIDS on an epidemic scale here in America, and it doesn't happen. These are \\\"secularism\\\" faiths, not to mention the faith in all sorts of other Leftist platitudes.\\n\\nSo you can feel free, if I am worthy in your eyes, to address some of the points, especially regarding your anger and dislike towards religion.\",\"controversiality\":0,\"created_utc\":\"1192455095\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q5\",\"link_id\":\"t3_2zd4m\",\"name\":\"t1_c0299q5\",\"parent_id\":\"t1_c2zocq\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yep, definitely still needs that feature for those 50-post arguments.\",\"controversiality\":0,\"created_utc\":\"1192455106\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299q6\",\"parent_id\":\"t1_c0299jg\",\"retrieved_on\":1427426404,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"bobovski\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not getting a lot of pageviews from your online spam? Maybe you're committing one of those common posting shit on communities where people couldn't care less blunders.\",\"controversiality\":0,\"created_utc\":\"1192455113\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q7\",\"link_id\":\"t3_5ybhs\",\"name\":\"t1_c0299q7\",\"parent_id\":\"t3_5ybhs\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q8\",\"link_id\":\"t3_5ybiv\",\"name\":\"t1_c0299q8\",\"parent_id\":\"t3_5ybiv\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"could have used opera and let it refresh every 5 seconds\",\"controversiality\":0,\"created_utc\":\"1192455131\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299q9\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299q9\",\"parent_id\":\"t1_c0299lt\",\"retrieved_on\":1427426404,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-7},{\"archived\":true,\"author\":\"isthis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I just said \\\"yes,\\\" as in you missed something :).\\n\\nThe argument had turned from mere tax exemption to defending religion in general from the normal attacks it gets here on Reddit.\\n\\nI would encourage you to listen to some conservatives some time, and maybe even give their ideas a chance. That, of course, would require you to not dismiss them or label them immediately, but listen to the content of their arguments. I certainly listen to Liberals and have changed many opinions, and at least understood the other side. I am certainly not a conservative, but I really think the only way to have a discussion and come to any sort of conclusion in America is to actually talk and not scream at people and dismiss them.\\n\\nI'd encourage you to read the thread above about religion and you'll understand that the main crux of the argument about removing religion's tax exempt status is that they do no good, so my defense of religion (its sad I even have to) is above.\\n\\nThanks.\",\"controversiality\":0,\"created_utc\":\"1192455152\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qa\",\"link_id\":\"t3_2zd4m\",\"name\":\"t1_c0299qa\",\"parent_id\":\"t1_c2zshe\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Just think. Those were the people *smart enough* to get on IRC.\",\"controversiality\":0,\"created_utc\":\"1192455155\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qb\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299qb\",\"parent_id\":\"t1_c0299ju\",\"retrieved_on\":1427426404,\"score\":110,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":110},{\"archived\":true,\"author\":\"ssanders82\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"disagree\",\"controversiality\":0,\"created_utc\":\"1192455156\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qc\",\"link_id\":\"t3_2y1dw\",\"name\":\"t1_c0299qc\",\"parent_id\":\"t3_2y1dw\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"sports\",\"subreddit_id\":\"t5_2qgzy\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;when i click on the Mailbox, it shows \\\"nothign here.\\\"\\n\\n \\\"nothign\\\" is a new term that Reddit developed during the upgrade. It's not a bug, it's a feature. You just have to read the user support groups to figure out what it means.\\n\\nSheesh, how long have you been at a keyboard, anyway? \",\"controversiality\":0,\"created_utc\":\"1192455166\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qd\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299qd\",\"parent_id\":\"t1_c0299iw\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"armedandhammered\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Justice.\",\"controversiality\":0,\"created_utc\":\"1192455176\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qe\",\"link_id\":\"t3_5ybiy\",\"name\":\"t1_c0299qe\",\"parent_id\":\"t3_5ybiy\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"vanjulio\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"the RSS feed is \\\"not available\\\"\",\"controversiality\":0,\"created_utc\":\"1192455186\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qf\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299qf\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426404,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"notfancy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"There seems to be a script auto-downvoting everything down to zero. I vote up, reload and it's back to zero; I remove the vote, reload and it is zero again. Very weird.\\n\\nIt seems to me that it should be quite possible to detect (and punish!) the offending user(s) by a scan of the logs.\",\"controversiality\":0,\"created_utc\":\"1192455191\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qg\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299qg\",\"parent_id\":\"t1_c0299hn\",\"retrieved_on\":1427426404,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"link2zelda\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"If there's no probable cause, then there's no reason to look.\",\"controversiality\":0,\"created_utc\":\"1192455193\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qh\",\"link_id\":\"t3_2zwtv\",\"name\":\"t1_c0299qh\",\"parent_id\":\"t1_c2zy57\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what was your nick?\",\"controversiality\":0,\"created_utc\":\"1192455207\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qi\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299qi\",\"parent_id\":\"t1_c0299i8\",\"retrieved_on\":1427426404,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"twoodfin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh for the heady days when half of the hot page was about Colbert at the White House Correspondents' Dinner.\",\"controversiality\":0,\"created_utc\":\"1192455213\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qj\",\"link_id\":\"t3_5ybi9\",\"name\":\"t1_c0299qj\",\"parent_id\":\"t3_5ybi9\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You did more than just lurk, dear boy.\",\"controversiality\":0,\"created_utc\":\"1192455237\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qk\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299qk\",\"parent_id\":\"t1_c0299hd\",\"retrieved_on\":1427426404,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"doubleginntonic\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Since when is California a city?\",\"controversiality\":0,\"created_utc\":\"1192455237\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ql\",\"link_id\":\"t3_5ybhe\",\"name\":\"t1_c0299ql\",\"parent_id\":\"t3_5ybhe\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt; But don't the postmodernists claim only to be 'playing games'? Isn't it the whole point of their philosophy that anything goes, there is no absolute truth, anything written has the same status as anything else, no point of view is privileged? Given their own standards of relative truth, isn't it rather unfair to take them to task for fooling around with word-games, and playing little jokes on readers? Perhaps, but one is then left wondering why their writings are so stupefyingly boring. Shouldn't games at least be entertaining, not po-faced, solemn and pretentious?\\n-- Richard Dawkins \",\"controversiality\":0,\"created_utc\":\"1192455247\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qm\",\"link_id\":\"t3_5ybi1\",\"name\":\"t1_c0299qm\",\"parent_id\":\"t3_5ybi1\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Surfer51\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I dwelled at Digg.com and slashdot.com and Fark.com.\\r\\n\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192455249\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qn\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299qn\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"cheezymoogle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"In a raging inferno.\",\"controversiality\":0,\"created_utc\":\"1192455252\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qo\",\"link_id\":\"t3_5ybfs\",\"name\":\"t1_c0299qo\",\"parent_id\":\"t1_c0299nn\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"novagenesis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Some good points... Some crap.\\n\\nSome of his complaints about language usability are easily solved with trivial macros or programming creativity.\\n\\nThe complaint about parallel programming is almost complete crap. CPUs optimize parallel code in all but the more complicated intents, which shouldn't need to be \\\"easy by design\\\".\\n\\nI'd rather use C than Erlang because I'm not looking to learn a new language whose biggest feature is parallel programming.\\n\\nI'd rather use C than Haskell in a critical project because I don't want to worry about getting my mind around Monads just to implement state, a feature critical to almost every nontrivial program. \\n\\nWhy should I use C? Because I can implement objects in less lines of C code than it takes for me to implement variables in Haskell. Because I can implement almost any functionality in C that those language have, if I'm willing to give up on Syntactic sugar. I like Haskell a lot, but it's not often the right tool for the job. When C is the wrong tool for the job, it's an extra hundred lines of code. When Haskell is the wrong tool for the job, it's a matter of wrapping the philosophical ideology around the program.\\n\\nI am still more frustrated by monads in Haskell, after reading a dozen articles, than I was the first time I saw a char * * * foo;.\\n\\nDo I use C? Not really. It's still my best backup for when the program is simple and has to run fast. I'm stuck using Perl day-to-day because it's the \\\"best tool for the job\\\" (combine the triviality of the job with regexps with the fact that it's the only language the entire department knows). I use Lisp and Haskell at home. I still think C is taking a bad rap on these one-sided arguments. Speed isn't the *only* reason to use C. \",\"controversiality\":0,\"created_utc\":\"1192455258\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qp\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299qp\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426404,\"score\":35,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":35},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"**load more comments** (0 replies)\",\"controversiality\":0,\"created_utc\":\"1192455266\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qq\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299qq\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"neoform2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I did what I always do, even when reddit is functional.\\n\\nLike, if reddit's downtime actually affected you, you need a life.\",\"controversiality\":0,\"created_utc\":\"1192455268\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qr\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299qr\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"leevancleef\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah. This is creepy. I mean, I'm all for kids doing interesting things with their lives but there's no way that a 9 or 12 year old can understand the ramifications of something like abortion. That's where you lose me. Like if some kid wants to get up and talk about how Jesus loves them or whatever I'm not too mortified, but I would argue that when a kid is standing outside an abortion clinic ranting about women killing babies when they don't even \\\"know how babies are made\\\" you're dealing with kids being used as political pawns. \\n\\nTo be fair, I don't like it when people I agree with do this either. As if that kid at the anti-war protest understands what the \\\"no blood for oil\\\" sign he's holding up means. \",\"controversiality\":0,\"created_utc\":\"1192455276\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qs\",\"link_id\":\"t3_5ybha\",\"name\":\"t1_c0299qs\",\"parent_id\":\"t3_5ybha\",\"retrieved_on\":1427426404,\"score\":110,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":110},{\"archived\":true,\"author\":\"kolektiv\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well, there is of course. There are closed source products which work happily with Exchange. It just requires quite a lot of probably uninteresting work. Without someone to add some interesting motivation (if not intellectual, it needs to be financial presumably) it'll probably never happen.\\r\\n\\r\\nWhich of course isn't neccesarily a bad thing. What would the world gain from having an open alternative to outlook? \",\"controversiality\":0,\"created_utc\":\"1192455305\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qt\",\"link_id\":\"t3_2zwkx\",\"name\":\"t1_c0299qt\",\"parent_id\":\"t1_c0299n1\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"acedanger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I am glad to hear this; since I've been reading reddit.com through Google Reader (via the RSS feed), I found it annoying that I had to click on a separate link to view the comments made on a story. I'm one of the weirdos that likes to read the comments before reading the story itself.\",\"controversiality\":0,\"created_utc\":\"1192455315\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qu\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299qu\",\"parent_id\":\"t1_c0299mq\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"h2gofast\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A few decades ago covers of Time magazine were declaring that we were facing an ice age, now it's global warming. Arafat got a nobel peace prize, and now Al Gore gets one. In a couple of decades when you're freezing your ass off, remember the global warming crap from the turn of the century.\",\"controversiality\":0,\"created_utc\":\"1192455319\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qv\",\"link_id\":\"t3_2zwlu\",\"name\":\"t1_c0299qv\",\"parent_id\":\"t3_2zwlu\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"isthis\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well, it shows your intellectual capacity when you resort to dismissal of the other side in the form of \\\"Bushco.\\\" It shows you base your arguments on feeling and not thought. Thanks!\\n\\nActually, in order for all of your evidence to be true, it would take a conspiracy of multiple state officials in multiple states all dismissing large amounts of votes so that President Bush could win. That is a conspiracy, which included the Supreme Court's vote against Vice President Gore in 2000, the legislatures of States and the executive branches of state and federal governments all working in tandem to make sure Democrats didn't win.\\n\\nThat is a conspiracy. It must be hard for you to accept that someone that thinks differently than you can read, but apparently you haven't taken that step yet to actually think about your own arguments and listen to other viewpoints without dismissing them and name-calling.\",\"controversiality\":0,\"created_utc\":\"1192455341\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qw\",\"link_id\":\"t3_2ziji\",\"name\":\"t1_c0299qw\",\"parent_id\":\"t1_c2zrde\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Omikron\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What is with the FrontPage? There are a bunch of low scoring low or no comment stories on the front page? Did the somehow change the way the front page is calculated?\",\"controversiality\":0,\"created_utc\":\"1192455359\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qx\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299qx\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mindbleach\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's like the old reddit, except Firefox users will be given to thinking it's broken. My account didn't work at first, password recovery led to an empty page, and once I did manage to sign in I got a slew of \\\"you broke reddit\\\" pages while trying to browse.\\n\\nPlease announce the need for cookie-clearing the same way you pimped #reddit, mods. Frustration is stressful, and according to the front page stress kills.\",\"controversiality\":0,\"created_utc\":\"1192455370\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qy\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299qy\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426404,\"score\":15,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":15},{\"archived\":true,\"author\":\"voip\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"ignore\",\"controversiality\":0,\"created_utc\":\"1192455370\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299qz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299qz\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426404,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"lma\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not according to Feynman. Never tried it myself mind you.\",\"controversiality\":0,\"created_utc\":\"1192455386\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r0\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299r0\",\"parent_id\":\"t1_c0299pk\",\"retrieved_on\":1427426404,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's probably not malicious. I'm seeing lots of other weird behavior too. Took me a few times to login. Various 404s. Etc.\",\"controversiality\":0,\"created_utc\":\"1192455396\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r1\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299r1\",\"parent_id\":\"t1_c0299qg\",\"retrieved_on\":1427426404,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"Etab\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Just get a gallon of windshield washer fluid (cheaper than Windex and does basically the same thing) for a dollar and use it to clean everything. It makes stuff shine, gets the visible dirt off, and leaves the pleasant aroma of antifreeze in your house. \",\"controversiality\":0,\"created_utc\":\"1192455410\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r2\",\"link_id\":\"t3_5ybb2\",\"name\":\"t1_c0299r2\",\"parent_id\":\"t3_5ybb2\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You are right. my.reddit.com seems to be gone.\",\"controversiality\":0,\"created_utc\":\"1192455417\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r3\",\"link_id\":\"t3_5ybgv\",\"name\":\"t1_c0299r3\",\"parent_id\":\"t1_c0299pn\",\"retrieved_on\":1427426404,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"campingcar\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Finally switched over to Ubuntu from- you know, that other O\\/S- and got everything working, except it can't remember my USB wireless adaptor config. \",\"controversiality\":0,\"created_utc\":\"1192455417\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r4\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299r4\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455435\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r5\",\"link_id\":\"t3_5ybh3\",\"name\":\"t1_c0299r5\",\"parent_id\":\"t3_5ybh3\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"aunty_american\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"looked at pr0n mostly. oh and shaved my legs.\",\"controversiality\":0,\"created_utc\":\"1192455437\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r6\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299r6\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That may not be a bug. (please, Reddit confirm this) Hot would likely be some function of votes received over time. Since Hot Saturday posts haven't gotten any votes for 24 hours, a new host of hot articles is possible.\",\"controversiality\":0,\"created_utc\":\"1192455443\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r7\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299r7\",\"parent_id\":\"t1_c0299fx\",\"retrieved_on\":1427426404,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"frutiger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I found out that sheeple was an outsourced ron paul on #reddit.\",\"controversiality\":0,\"created_utc\":\"1192455448\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r8\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299r8\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426404,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"acedanger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Where do you get the message that tells you that?\",\"controversiality\":0,\"created_utc\":\"1192455504\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299r9\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299r9\",\"parent_id\":\"t1_c0299qf\",\"retrieved_on\":1427426404,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455522\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ra\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299ra\",\"parent_id\":\"t1_c0299k8\",\"retrieved_on\":1427426404,\"score\":-5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455557\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rb\",\"link_id\":\"t3_5ybjj\",\"name\":\"t1_c0299rb\",\"parent_id\":\"t3_5ybjj\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"business\",\"subreddit_id\":\"t5_2qgzg\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Your name is shit.\",\"controversiality\":0,\"created_utc\":\"1192455562\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rc\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299rc\",\"parent_id\":\"t1_c0299k8\",\"retrieved_on\":1427426403,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"abrasax\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That headline made my day. I wonder what the critical range is for a toddler. Hm.\",\"controversiality\":0,\"created_utc\":\"1192455581\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rd\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299rd\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455585\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299re\",\"link_id\":\"t3_5ybjb\",\"name\":\"t1_c0299re\",\"parent_id\":\"t3_5ybjb\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455597\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rf\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299rf\",\"parent_id\":\"t3_5ybip\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"simen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Thanks.\\n\\nTime will tell, as it does, but I wouldn't be surprised if this turned out to be a blind alley.\",\"controversiality\":0,\"created_utc\":\"1192455598\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rg\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299rg\",\"parent_id\":\"t1_c0299ne\",\"retrieved_on\":1427426403,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is the kind of story you can't fully appreciate without a video re-cap.\",\"controversiality\":0,\"created_utc\":\"1192455605\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rh\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299rh\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455613\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ri\",\"link_id\":\"t3_5ybjs\",\"name\":\"t1_c0299ri\",\"parent_id\":\"t3_5ybjs\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"keen75\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"you don't have any messages?.. since when?\",\"controversiality\":0,\"created_utc\":\"1192455616\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rj\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299rj\",\"parent_id\":\"t1_c0299po\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tms\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"One such test is to turn the lights on and off. If they won't turn off or on you're in a dream. My proplem is that when in a dream, I don't notice any anomalies with the light switch. Things just seem to happen as I expect them to.\",\"controversiality\":0,\"created_utc\":\"1192455621\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rk\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299rk\",\"parent_id\":\"t1_c0299o8\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yep, with the fancy ajax thing for submitting it could at least load more comments inline with the rest of the page.\",\"controversiality\":0,\"created_utc\":\"1192455623\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rl\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299rl\",\"parent_id\":\"t3_5ybip\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"AbouBenAdhem\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" The Time Cube guy must *never hear of this!*\",\"controversiality\":0,\"created_utc\":\"1192455626\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rm\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299rm\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426403,\"score\":67,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":67},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Can anyone tell me why - given you take tests before you're allowed to ride a bike on the road, drive a car or perform medical operations on people - expecting people to take a test before they're allowed to become parents is fascism?\\n\\nLike, riding a bike is *dangerous and risky*, but fucking up your parental responsibilities and killing the kid, or raising someone like Cheney who then goes on to fuck with or kill as many as *hundreds of thousands of other people* is your god-given right?\\n\\nI understand that requiring some form of minimal-competency test before parenthood is permitted is *clearly* fascism... but can anyone explain why you have to demonstrate competence to ride a *push-bike*, and not to have a hand in the entire future direction of the human race?\",\"controversiality\":0,\"created_utc\":\"1192455630\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rn\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299rn\",\"parent_id\":\"t1_c0299lk\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Am I doin' it right?\",\"controversiality\":0,\"created_utc\":\"1192455635\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ro\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299ro\",\"parent_id\":\"t1_c0299rf\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455652\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rp\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299rp\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426403,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"keikun17\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This Unreal Tournament 3 demo patch is the fix for the game not starting up on some systems\",\"controversiality\":0,\"created_utc\":\"1192455656\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rq\",\"link_id\":\"t3_5ybjv\",\"name\":\"t1_c0299rq\",\"parent_id\":\"t3_5ybjv\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"gaming\",\"subreddit_id\":\"t5_2qh03\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455663\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rr\",\"link_id\":\"t3_2zuj0\",\"name\":\"t1_c0299rr\",\"parent_id\":\"t1_c2zxef\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gizzledos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's not as easy as you say, you have to train yourself to be able to do it. I rarely have lucid dreams because everytime I become conscious that I am dreaming I instantly go out of body. But, I have had lucid dreams where I have taken drugs I usually wouldn't do in waking life, but they usually don't produce the same effects as they are supposed to.\",\"controversiality\":0,\"created_utc\":\"1192455666\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rs\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299rs\",\"parent_id\":\"t1_c0299o8\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jeyoung\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They should have at least three environments: test, demo, and prod. On the demo environment, everything should be as close to prod as possible, and they would use that to rehearse the release. I think that's standard SOX practice, anyway.\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192455666\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rt\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299rt\",\"parent_id\":\"t1_c0299nm\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"harryf\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Are you using it in serving public requests? How well has it worked out?\",\"controversiality\":0,\"created_utc\":\"1192455672\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ru\",\"link_id\":\"t3_5ybaa\",\"name\":\"t1_c0299ru\",\"parent_id\":\"t1_c0299mg\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":2},{\"archived\":true,\"author\":\"emag\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not only empty, but when I went to prefs, the subreddits selected for my.reddit (which is 404 right now) were \\\"reddit.com\\\", \\\"science\\\", \\\"programming\\\", and \\\"politics\\\". Two of those have been turned off since they appeared there, and several that I used to have checked weren't (at least, the ones that still existed).\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192455684\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299rv\",\"parent_id\":\"t1_c0299b0\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"threnody\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah with the conversation going on there it's a wonder that most stories have coherent discussion at all.\",\"controversiality\":0,\"created_utc\":\"1192455684\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rw\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299rw\",\"parent_id\":\"t1_c0299ju\",\"retrieved_on\":1427426403,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"mindbleach\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Firefox: Tools &gt; Options &gt; Privacy &gt; Show Cookies. Find reddit.com, clear cookies.\",\"controversiality\":0,\"created_utc\":\"1192455691\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rx\",\"link_id\":\"t3_5ybix\",\"name\":\"t1_c0299rx\",\"parent_id\":\"t3_5ybix\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mollybolive\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"drink up\",\"controversiality\":0,\"created_utc\":\"1192455709\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ry\",\"link_id\":\"t3_2ze0y\",\"name\":\"t1_c0299ry\",\"parent_id\":\"t3_2ze0y\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455713\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299rz\",\"link_id\":\"t3_5ybk5\",\"name\":\"t1_c0299rz\",\"parent_id\":\"t3_5ybk5\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"cheezymoogle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh no, it's the xkcd, come to ruin your day with stick figures and witty humor!\",\"controversiality\":0,\"created_utc\":\"1192455716\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s0\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299s0\",\"parent_id\":\"t3_5ybjp\",\"retrieved_on\":1427426403,\"score\":24,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":24},{\"archived\":true,\"author\":\"acedanger\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Can you come to my company and talk to them about this \\\"QA team\\\" thing that you are suggesting? \\n\\nEvery time I bring it up, I get blank stares followed by a bunch of \\\"yeah\\\"s...\",\"controversiality\":0,\"created_utc\":\"1192455717\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s1\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299s1\",\"parent_id\":\"t1_c0299nm\",\"retrieved_on\":1427426403,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"Arve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Probably not. It's just that the entries that were before the upgrade are so old, their hotness is fast approaching zero. It'll be back to normal with the Ron Paul Presidential Police Homophobic Gay Child Abuse stories in a day or two.\",\"controversiality\":0,\"created_utc\":\"1192455717\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s2\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299s2\",\"parent_id\":\"t1_c0299qx\",\"retrieved_on\":1427426403,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Gay Ole Party.\\n\\n\\nA lot of sick fucks republicans are.\",\"controversiality\":0,\"created_utc\":\"1192455726\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s3\",\"link_id\":\"t3_5ybjx\",\"name\":\"t1_c0299s3\",\"parent_id\":\"t3_5ybjx\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"newton_dave\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Un-confirmed; I had no issues.\",\"controversiality\":0,\"created_utc\":\"1192455736\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s4\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299s4\",\"parent_id\":\"t1_c0299pi\",\"retrieved_on\":1427426403,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455740\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s5\",\"link_id\":\"t3_5ybh3\",\"name\":\"t1_c0299s5\",\"parent_id\":\"t3_5ybh3\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"SuperKing\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What an awful story.\",\"controversiality\":0,\"created_utc\":\"1192455767\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s6\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299s6\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"millerlogic\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Haven't we learned our lesson with the \\\"vote up if\\\" posts? But anyway, I suppose it'd be nice if it said \\\"next page\\\" next to \\\"load more comments\\\" so you could choose which you want. It's probably more search engine friendly as well.\",\"controversiality\":0,\"created_utc\":\"1192455769\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s7\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299s7\",\"parent_id\":\"t3_5ybip\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"targetx\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Man I was really hoping for a vid or pic :P \\n\\npeople like this make me sick\",\"controversiality\":0,\"created_utc\":\"1192455783\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s8\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299s8\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"edheil\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"melee weapon\\\"? thanks, Gary Gygax.\\n\",\"controversiality\":0,\"created_utc\":\"1192455784\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299s9\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299s9\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"flawless_knockoff\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Anyone else getting a 404?\",\"controversiality\":0,\"created_utc\":\"1192455798\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sa\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299sa\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426403,\"score\":-5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-5},{\"archived\":true,\"author\":\"newton_dave\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; Sheesh, how long have you been at a keyboard, anyway?\\n\\nLong enough to know people make typos.\",\"controversiality\":0,\"created_utc\":\"1192455819\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sb\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299sb\",\"parent_id\":\"t1_c0299qd\",\"retrieved_on\":1427426403,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"jjmac\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I agree with everyone else - instead of reading threads and posting to some pithy reply, I'll just add a new top-level comment to pollute the comments and dilute their value.\",\"controversiality\":0,\"created_utc\":\"1192455822\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sc\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;I don't know what I'm talking about, but I have strong opinions anyway!\\n\\nFixed that for ya.\",\"controversiality\":0,\"created_utc\":\"1192455834\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sd\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299sd\",\"parent_id\":\"t1_c0299kv\",\"retrieved_on\":1427426403,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"supaphly42\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I wish I could vote you up 10x for that.\",\"controversiality\":0,\"created_utc\":\"1192455841\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299se\",\"link_id\":\"t3_2zw41\",\"name\":\"t1_c0299se\",\"parent_id\":\"t1_c2zydp\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"edheil\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah, that's why we have child protection agencies and stuff. Too bad they're barely funded anymore, because they're social services, and social services are an evil Communist plot.\\n\",\"controversiality\":0,\"created_utc\":\"1192455845\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sf\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299sf\",\"parent_id\":\"t1_c0299lk\",\"retrieved_on\":1427426403,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"aaslos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is not a test. \\r\\n\\r\\nEDIT:\\r\\nStill not a test, this is serious!\",\"controversiality\":0,\"created_utc\":\"1192455846\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sg\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sg\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"kvs_81\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Online sports betting and poker discussion forum. Internet sportsbook and poker room bonuses.\\n\",\"controversiality\":0,\"created_utc\":\"1192455853\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sh\",\"link_id\":\"t3_5ybkb\",\"name\":\"t1_c0299sh\",\"parent_id\":\"t3_5ybkb\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Lumarin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Probably one of my addons--I think I'll just disable them one by one and test to see what's causing this.\",\"controversiality\":0,\"created_utc\":\"1192455870\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299si\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299si\",\"parent_id\":\"t1_c0299dw\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is worse.\",\"controversiality\":0,\"created_utc\":\"1192455871\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sj\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299sj\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426403,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I can only imagine the \\\"load more\\\" on both Digg and reddit is for reducing the load on the server. People get less downloaded unless they specifically ask for more. Seems kinda cheap on a mostly text-based site, though, and it's a big pain for users.\",\"controversiality\":0,\"created_utc\":\"1192455874\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sk\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299sk\",\"parent_id\":\"t1_c0299s7\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"aaslos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Oh really?\",\"controversiality\":0,\"created_utc\":\"1192455878\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sl\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sl\",\"parent_id\":\"t1_c0299sg\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"abrasax\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"When was that? Yesterday? If so, i don't remember. Now that i think about it... where the hell am i anyway?\",\"controversiality\":0,\"created_utc\":\"1192455879\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sm\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299sm\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Let me remind you what Mahatma Gandhi said: \\\"You must be the change you wish to see in the world.\\\"\",\"controversiality\":0,\"created_utc\":\"1192455886\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sn\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299sn\",\"parent_id\":\"t1_c0299kw\",\"retrieved_on\":1427426403,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"forgetwest\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i cant wait for this movie to come out, i would die for alex\",\"controversiality\":0,\"created_utc\":\"1192455887\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299so\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299so\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"aaslos\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yep, much better...\",\"controversiality\":0,\"created_utc\":\"1192455889\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sp\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sp\",\"parent_id\":\"t1_c0299sl\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"scrotum\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not funny.\",\"controversiality\":0,\"created_utc\":\"1192455898\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sq\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299sq\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426403,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"sammyo\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" The graphic just looks a bit like [timecube](http:\\/\\/www.timecube.com)! \",\"controversiality\":0,\"created_utc\":\"1192455901\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sr\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c0299sr\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426403,\"score\":14,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":14},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192455916\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ss\",\"link_id\":\"t3_5ybke\",\"name\":\"t1_c0299ss\",\"parent_id\":\"t3_5ybke\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"theDrWho\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"gaped tooth moron is Rice\",\"controversiality\":0,\"created_utc\":\"1192455925\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299st\",\"link_id\":\"t3_5ybiy\",\"name\":\"t1_c0299st\",\"parent_id\":\"t3_5ybiy\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"DirkStolli\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"George Bush is evil but he is also funny...check out these hilarious moments in US History!!! http:\\/\\/www.lolviral.com\\/?s=bush\",\"controversiality\":0,\"created_utc\":\"1192455927\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299su\",\"link_id\":\"t3_2zq32\",\"name\":\"t1_c0299su\",\"parent_id\":\"t3_2zq32\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"simen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; It would be useful to know how comments end up hidden behind a \\\"load more\\\" link.\\n\\nYeah.\\n\\nThis is too much like burying a comment, except now you don't even have to be downmodded to deserve it.\",\"controversiality\":0,\"created_utc\":\"1192455955\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sv\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sv\",\"parent_id\":\"t1_c0299ni\",\"retrieved_on\":1427426403,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"bigstevec\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"My bad, I was reading Page 2 of the article, which the headline does match. I should have been more careful.\\r\\n\\r\\nStill, it's an interesting article.\",\"controversiality\":0,\"created_utc\":\"1192455960\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sw\",\"link_id\":\"t3_5ybch\",\"name\":\"t1_c0299sw\",\"parent_id\":\"t1_c0299i7\",\"retrieved_on\":1427426403,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"trivial\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's sooo postmodernist to say you're not postmodernits these days.\",\"controversiality\":0,\"created_utc\":\"1192455970\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sx\",\"link_id\":\"t3_5ybi1\",\"name\":\"t1_c0299sx\",\"parent_id\":\"t3_5ybi1\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"trim17\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't like the \\\"load more comments\\\" system. I'd rather decide what I should ignore for myself, immediately, rather than clicking and waiting to see myself. \",\"controversiality\":0,\"created_utc\":\"1192455974\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sy\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299sy\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426403,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"DirkStolli\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"George Bush is funny! http:\\/\\/www.lolviral.com\\/?s=bush\",\"controversiality\":0,\"created_utc\":\"1192455985\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299sz\",\"link_id\":\"t3_2zuhm\",\"name\":\"t1_c0299sz\",\"parent_id\":\"t3_2zuhm\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"lbft\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wow, just like reddit ;)\",\"controversiality\":0,\"created_utc\":\"1192455986\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t0\",\"link_id\":\"t3_5yba9\",\"name\":\"t1_c0299t0\",\"parent_id\":\"t1_c0299o2\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"zoli\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Done that, before writing the above.. there's more going on here:\\nhttp:\\/\\/www.zoliblog.com\\/2007\\/10\\/15\\/reddit-sick-today\\/\\n\",\"controversiality\":0,\"created_utc\":\"1192455987\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t1\",\"link_id\":\"t3_5ybix\",\"name\":\"t1_c0299t1\",\"parent_id\":\"t1_c0299rx\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"bw1870\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah, I can agree with that. To users it is a completely useless term. In a development context it's still useful though.\",\"controversiality\":0,\"created_utc\":\"1192455999\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t2\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299t2\",\"parent_id\":\"t1_c0299di\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"underthelinux\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i aim for about 90% accuracy in my typing. I don't have time for proofreading! Besides, it actually says something like \\\"there are no results here\\\" - so shut it up your face.\",\"controversiality\":0,\"created_utc\":\"1192456004\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t3\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299t3\",\"parent_id\":\"t1_c0299qd\",\"retrieved_on\":1427426403,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"DirkStolli\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"George Bush is hilarious...in an evil kind of way!! http:\\/\\/www.lolviral.com\\/?s=bush\",\"controversiality\":0,\"created_utc\":\"1192456012\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t4\",\"link_id\":\"t3_5ybj6\",\"name\":\"t1_c0299t4\",\"parent_id\":\"t3_5ybj6\",\"retrieved_on\":1427426403,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-3},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Very cool. I have a friend who uses Comcast on the east coast. Can't upload torrents worth crap. This might help him.\",\"controversiality\":0,\"created_utc\":\"1192456020\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t5\",\"link_id\":\"t3_5ybig\",\"name\":\"t1_c0299t5\",\"parent_id\":\"t3_5ybig\",\"retrieved_on\":1427426403,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"She wouldn't have that problem if she did her job properly (hint: her job is representing the will of \\\"her base\\\", which she clearly alreadys knows is overwhelmingly anti-war).\\n\\nThis is a classic case of a snooty rich politician getting pissed with the proles because they want her to do her fucking job and protect the country, and she only wants to play politics.\\n\\nPelosi and Cheney\\/Bush represent everything that's wrong with American politics - a unilateral, deranged, absolutist leadership and a fawning, obsequious opposition more interested in partisanship than the job they're paid (and voted-in) to do.\",\"controversiality\":0,\"created_utc\":\"1192456026\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t6\",\"link_id\":\"t3_5ybed\",\"name\":\"t1_c0299t6\",\"parent_id\":\"t1_c0299nl\",\"retrieved_on\":1427426403,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456027\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t7\",\"link_id\":\"t3_5ybko\",\"name\":\"t1_c0299t7\",\"parent_id\":\"t3_5ybko\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"maxwellhill\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"At least a week or 10 days, I think. Try sending me one now. \",\"controversiality\":0,\"created_utc\":\"1192456033\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t8\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299t8\",\"parent_id\":\"t1_c0299rj\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456033\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299t9\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299t9\",\"parent_id\":\"t1_c0299im\",\"retrieved_on\":1427426403,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"btl\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"prefs -&gt; subreddits\",\"controversiality\":0,\"created_utc\":\"1192456046\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ta\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ta\",\"parent_id\":\"t1_c0299ln\",\"retrieved_on\":1427426403,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"stomicron\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Reconfirmed; I did.\",\"controversiality\":0,\"created_utc\":\"1192456050\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tb\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299tb\",\"parent_id\":\"t1_c0299s4\",\"retrieved_on\":1427426403,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"edheil\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Because historically, letting the state concern itself with who is and isn't allowed to breed has in fact been part of the Eugenics movement, and Hitler gave that movement a really bad name. The \\\"fascism\\\" people fear is *literal fascism,* not hyperbole.\\n\\n\\\"You are and you aren't allowed to breed\\\" is very close to \\\"you are, and you aren't, allowed to live.\\\" It's just about the future instead of the present.\\n\\nriding bikes and cars are comparatively trivial matters and *for that reason* the state's interference in them is far less of a big deal.\\n\",\"controversiality\":0,\"created_utc\":\"1192456055\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tc\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299tc\",\"parent_id\":\"t1_c0299rn\",\"retrieved_on\":1427426403,\"score\":26,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":26},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456060\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299td\",\"link_id\":\"t3_5ybjj\",\"name\":\"t1_c0299td\",\"parent_id\":\"t3_5ybjj\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"business\",\"subreddit_id\":\"t5_2qgzg\",\"ups\":1},{\"archived\":true,\"author\":\"chime\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt; Frankly, I prefer emoticons to the written word, and if you disagree :(\\n\\n:-D \\n\\n&gt; While skin and race are often synonymous, skin cleansing is good, race cleansing is bad.\\n\\nThis is why I love Colbert.\",\"controversiality\":0,\"created_utc\":\"1192456067\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299te\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299te\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426403,\"score\":52,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":52},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Maybe they'll remove the massive amount of ads that site has.\",\"controversiality\":0,\"created_utc\":\"1192456076\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tf\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299tf\",\"parent_id\":\"t3_5yba2\",\"retrieved_on\":1427426403,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456077\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tg\",\"link_id\":\"t3_5ybji\",\"name\":\"t1_c0299tg\",\"parent_id\":\"t3_5ybji\",\"retrieved_on\":1427426403,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456083\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299th\",\"link_id\":\"t3_5ybkw\",\"name\":\"t1_c0299th\",\"parent_id\":\"t3_5ybkw\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"deong\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; Samuel is home-schooled and fed a steady diet of Scripture [...]\\n\\nIt seems to me that the end of that terrifyingly common sentence should pretty much always be \\\"at the expense of everything else.\\\"\\n\",\"controversiality\":0,\"created_utc\":\"1192456098\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ti\",\"link_id\":\"t3_5ybha\",\"name\":\"t1_c0299ti\",\"parent_id\":\"t3_5ybha\",\"retrieved_on\":1427426403,\"score\":31,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":31},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The other night I \\\"bought\\\" the audiobook version of his book and put it on full blast to keep my neighbours patriotic.\\n\\nWe WERE British, but now we're ALL Americans!\",\"controversiality\":0,\"created_utc\":\"1192456138\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tj\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299tj\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426403,\"score\":19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":19},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456150\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tk\",\"link_id\":\"t3_5ybfl\",\"name\":\"t1_c0299tk\",\"parent_id\":\"t3_5ybfl\",\"retrieved_on\":1427426403,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"jeresig\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"prefs &gt; subreddits\\n\\nand check\\/uncheck the type of articles that you want to see. This won't catch anything that was submitted directly to reddit.com (if you let it), so we'll just have to make do with this.\\n\\nGo science\\/programming\\/gaming!\",\"controversiality\":0,\"created_utc\":\"1192456163\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tl\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299tl\",\"parent_id\":\"t1_c0299ln\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456189\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tm\",\"link_id\":\"t3_5ybkz\",\"name\":\"t1_c0299tm\",\"parent_id\":\"t3_5ybkz\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"business\",\"subreddit_id\":\"t5_2qgzg\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ever since the update, the filter doesn't seem to be working properly. When it's turned on it blocks all the stories. And turning it off defeats the purpose. Now I have to sift through all the crap manually. \",\"controversiality\":0,\"created_utc\":\"1192456189\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tn\",\"link_id\":\"t3_5ybku\",\"name\":\"t1_c0299tn\",\"parent_id\":\"t3_5ybku\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Cheapskate\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Owned!\",\"controversiality\":0,\"created_utc\":\"1192456201\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299to\",\"link_id\":\"t3_5ybl5\",\"name\":\"t1_c0299to\",\"parent_id\":\"t3_5ybl5\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"entertainment\",\"subreddit_id\":\"t5_2qh0f\",\"ups\":1},{\"archived\":true,\"author\":\"TrollchanDotOrg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hahaha.\",\"controversiality\":0,\"created_utc\":\"1192456205\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tp\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299tp\",\"parent_id\":\"t1_c0299o1\",\"retrieved_on\":1427426403,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"moogs\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I looked at porn with a girl!\\n\\nYou haven't known love till you've heard a girl say \\\"Bitch be quiet!\\\"\",\"controversiality\":0,\"created_utc\":\"1192456223\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tq\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299tq\",\"parent_id\":\"t1_c0299h5\",\"retrieved_on\":1427426403,\"score\":43,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":43},{\"archived\":true,\"author\":\"jonknee\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Painful. Hopefully you didn't have to click on \\\"load more comments\\\" a bunch of times to read that.\",\"controversiality\":0,\"created_utc\":\"1192456225\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tr\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299tr\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"TwoToke\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm not even allowed to post to the main reddit, apparently. Every time I've ever tried it tells me I'm submitting too quickly (even the first time I tried). I've asked about it 3 times with no reply. I can post to subreddits, no problem. Oh well...\",\"controversiality\":0,\"created_utc\":\"1192456236\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ts\",\"link_id\":\"t3_5ybc2\",\"name\":\"t1_c0299ts\",\"parent_id\":\"t3_5ybc2\",\"retrieved_on\":1427426403,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456239\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tt\",\"link_id\":\"t3_5ybkw\",\"name\":\"t1_c0299tt\",\"parent_id\":\"t3_5ybkw\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456250\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tu\",\"link_id\":\"t3_5ybl2\",\"name\":\"t1_c0299tu\",\"parent_id\":\"t3_5ybl2\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"dmd\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Re-un-confirmed; I had no issues.\",\"controversiality\":0,\"created_utc\":\"1192456250\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tv\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299tv\",\"parent_id\":\"t1_c0299tb\",\"retrieved_on\":1427426403,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"keen75\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"my \\\"inbox\\\" page doesn't work. It says \\\"there are no results here.\\\"\",\"controversiality\":0,\"created_utc\":\"1192456258\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tw\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299tw\",\"parent_id\":\"t1_c0299t8\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mshade\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's what I like to call AJAX for the sake of AJAX. Yeah, spiffy - the commends load inline. Why? What are you saving? Me no likey :(\",\"controversiality\":0,\"created_utc\":\"1192456260\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tx\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299tx\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426403,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"l-rs2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"My password for reddit.com, as stored in the browser, was no longer recognized. Resetting to different one, logging out and loggin back in (so Firefox will ask to save it) resulted in another \\\"invalid password\\\".\\n\\nNice going. Why did it forget my original password? I feared that I was going to need an l-rs3!\\n\",\"controversiality\":0,\"created_utc\":\"1192456262\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ty\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ty\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426403,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"HextorFreebish\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I haven't seen a single articulate, well-reasoned objection to any of the points Glenn Sacks makes. This is just another straw man attack trying to scare people away from listening to what he has to say.\",\"controversiality\":0,\"created_utc\":\"1192456281\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299tz\",\"link_id\":\"t3_5ybk3\",\"name\":\"t1_c0299tz\",\"parent_id\":\"t3_5ybk3\",\"retrieved_on\":1427426403,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"cabaleiro\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Finally we've discovered Britney Spears were inside this unforgettable face in Total Recall. Actually her first perfomance!!\",\"controversiality\":0,\"created_utc\":\"1192456287\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u0\",\"link_id\":\"t3_5yblb\",\"name\":\"t1_c0299u0\",\"parent_id\":\"t3_5yblb\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"entertainment\",\"subreddit_id\":\"t5_2qh0f\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i dont know lets see\",\"controversiality\":0,\"created_utc\":\"1192456288\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u1\",\"link_id\":\"t3_5ybip\",\"name\":\"t1_c0299u1\",\"parent_id\":\"t1_c0299ro\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456289\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u2\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299u2\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426403,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456299\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u3\",\"link_id\":\"t3_5ybh3\",\"name\":\"t1_c0299u3\",\"parent_id\":\"t3_5ybh3\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"For starters, the fact that Gore is using Global Warming as a political football. Whether people like it or not the jury is still out on Global Warming. And even after Gore's documentary was found to have numerous falsehoods and inaccuracies he still got the damn peace prize.\\n\\nBut the real crux of the hatred for Gore is in his constant pandering and sheer political nature. He is the epitome of a man who will do or say anything to get votes.\",\"controversiality\":0,\"created_utc\":\"1192456299\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u4\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299u4\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426402,\"score\":-10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-10},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Lagging what, exactly? Features come when features come. Rome wasn't built in a day, and all that.\",\"controversiality\":0,\"created_utc\":\"1192456303\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u5\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299u5\",\"parent_id\":\"t1_c0299kw\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456326\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u6\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299u6\",\"parent_id\":\"t1_c02999g\",\"retrieved_on\":1427426402,\"score\":-6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-6},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"NYT's content is all free now...\",\"controversiality\":0,\"created_utc\":\"1192456333\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u7\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299u7\",\"parent_id\":\"t1_c0299pq\",\"retrieved_on\":1427426402,\"score\":29,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":29},{\"archived\":true,\"author\":\"freexe\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I seem to have read a different article here. It seems like they want to use space based solar cells to power the military while not near a power source.\\r\\n\\r\\nI'm sure it would be far far cheaper to just use normal solar cells here on earth, enough sunlight gets through already.\\r\\n\\r\\n* I did read a different article. One that seems more realistic on the use of such a power station.\",\"controversiality\":0,\"created_utc\":\"1192456345\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u8\",\"link_id\":\"t3_5ybfl\",\"name\":\"t1_c0299u8\",\"parent_id\":\"t3_5ybfl\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"mitsuhiko\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"unittests\",\"controversiality\":0,\"created_utc\":\"1192456348\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299u9\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299u9\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"dmead\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"embedded systems, thats all.\",\"controversiality\":0,\"created_utc\":\"1192456352\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ua\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299ua\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"feanor512\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well for one, it's not compatible with the nightlies of Firefox 3.0. You can't up or downmod.\",\"controversiality\":0,\"created_utc\":\"1192456353\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ub\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ub\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426402,\"score\":135,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":135},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456354\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uc\",\"link_id\":\"t3_5ybli\",\"name\":\"t1_c0299uc\",\"parent_id\":\"t3_5ybli\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456375\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ud\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299ud\",\"parent_id\":\"t1_c0299ld\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"artman\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;people don\\u2019t visit them expecting to be hit with a bunch of marketing messages\\n\\nUnless you submit online marketing crap such as your ad infested blog.\",\"controversiality\":0,\"created_utc\":\"1192456380\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ue\",\"link_id\":\"t3_5ybke\",\"name\":\"t1_c0299ue\",\"parent_id\":\"t1_c0299ss\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Aw, are there any plans to bring back the Reddit toolbar?\\n\\nI was just getting used to that, and it was real convenient having up\\/down-vote buttons and a comments link with every story as you're reading it.\",\"controversiality\":0,\"created_utc\":\"1192456383\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uf\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299uf\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This guy is trying to guess, but let me explain it one more time for those who still don't get \\\"it.\\\" We don't care that Algore is an environmental nut-case or that he is a hypocrite extraordinaire or even that he spreads his message just to hear himself talk and get on television. We are used to these types of people on the left and he fits right in. What drives us insane is how he can be so amazingly wrong about virtually everything and yet his message is still passed off as truth and gospel without challenge by the very people who claim to be after the truth. The 1000s of scientists who claim anything other than the Gospel of Gore is cut off from research grants, publication, and promotions. \\r\\n\\r\\nScience has been sold out to further a deeper agenda that expands government control into the cars we drive, energy we use and products we buy. Global warming and Algore may be frauds but the results of their crusade are very real.\",\"controversiality\":0,\"created_utc\":\"1192456384\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ug\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299ug\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426402,\"score\":-12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456389\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uh\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299uh\",\"parent_id\":\"t1_c0299pg\",\"retrieved_on\":1427426402,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"IKbot\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Perhaps it's that he didn't actually do anything to win the nobel prize? Or is it that we're presented with a false choice of \\\"doing nothing\\\" and \\\"solving\\\" the problem -- when in fact the issue is how to solve it best.\\n\\nBut this doesn't really matter. Feel free to idolize a boring character and get him to run for president again. I'm sure all those mythical right wingers would secretly love that.\",\"controversiality\":0,\"created_utc\":\"1192456389\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ui\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299ui\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426402,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"pressdocebo\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ecco il calendario dei Workshop Docebo a Smau e-Academy e il link per scaricare le slide del workshop tenuto all'Open SOurce Expo di Rovigo\",\"controversiality\":0,\"created_utc\":\"1192456416\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uj\",\"link_id\":\"t3_5ybln\",\"name\":\"t1_c0299uj\",\"parent_id\":\"t3_5ybln\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"HandsOffTheNet\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"In a wide-ranging discussion, we explore the economic arguments for network neutrality regulation, discuss how economic theory applies to the issue, and Jerry Brito fills us in on the legal status of the FCC and FTC\\u2019s various pronouncements.\",\"controversiality\":0,\"created_utc\":\"1192456429\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uk\",\"link_id\":\"t3_5yblq\",\"name\":\"t1_c0299uk\",\"parent_id\":\"t3_5yblq\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jramon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"wake up sheeple\",\"controversiality\":0,\"created_utc\":\"1192456436\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ul\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ul\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426402,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I guess they saw how much everyone on Digg hated them and they didn't want everyone on reddit to be left out of the hate parade.\",\"controversiality\":0,\"created_utc\":\"1192456443\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299um\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299um\",\"parent_id\":\"t1_c0299ms\",\"retrieved_on\":1427426402,\"score\":23,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":23},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456485\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299un\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299un\",\"parent_id\":\"t1_c0299l5\",\"retrieved_on\":1427426402,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456495\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uo\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299uo\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426402,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"moogs\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Big Brother is a creature of extremes, he doesn't do business casual well. Fear the day he learns from his cousin in the recording industry. \",\"controversiality\":0,\"created_utc\":\"1192456512\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299up\",\"link_id\":\"t3_5ybbn\",\"name\":\"t1_c0299up\",\"parent_id\":\"t1_c0299hq\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456516\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uq\",\"link_id\":\"t3_5yblx\",\"name\":\"t1_c0299uq\",\"parent_id\":\"t3_5yblx\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456534\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ur\",\"link_id\":\"t3_5yblz\",\"name\":\"t1_c0299ur\",\"parent_id\":\"t3_5yblz\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456538\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299us\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299us\",\"parent_id\":\"t1_c0299jb\",\"retrieved_on\":1427426402,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"jungle_jim\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well, I'm less than thrilled in having my account of the past few years hosed. Apparently my old moniker contained now-illegal characters and has been rendered inaccessable ...\",\"controversiality\":0,\"created_utc\":\"1192456553\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ut\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ut\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426402,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"happyhappyhappy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"So he doesn't like C, but he's not giving a lot of options that truly fill C's niche. Suppose I want to write code for the Xbox or some oddball custom embedded system that isn't x86 and isn't running a Unix-like OS. Would I really want to use Haskell? Is that even a realistic choice?\",\"controversiality\":0,\"created_utc\":\"1192456628\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uu\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299uu\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426402,\"score\":12,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ever since the update, the filter doesn't seem to be working properly. When it's turned on it blocks all the stories. And turning it off defeats the purpose. Now I have to sift through all the crap manually.\",\"controversiality\":0,\"created_utc\":\"1192456628\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uv\",\"link_id\":\"t3_5ybm9\",\"name\":\"t1_c0299uv\",\"parent_id\":\"t3_5ybm9\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"antsypants\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"TOP MOVIES\",\"controversiality\":0,\"created_utc\":\"1192456629\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uw\",\"link_id\":\"t3_5ybm7\",\"name\":\"t1_c0299uw\",\"parent_id\":\"t3_5ybm7\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"deki\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Of course I was on #reddit in Freenode.\",\"controversiality\":0,\"created_utc\":\"1192456641\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ux\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299ux\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"How many dead babies can fit in a cannon?\\r\\n\\r\\n2\",\"controversiality\":0,\"created_utc\":\"1192456642\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uy\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299uy\",\"parent_id\":\"t1_c0299pt\",\"retrieved_on\":1427426402,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"campingcar\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Like- remembers preferred sort order of comments. I like to read them in the order they were submitted.\\n\\nDon't understand and, in the absence of a good reason for it, dislike- \\\"load more comments\\\". What problem does this solve?\",\"controversiality\":0,\"created_utc\":\"1192456649\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299uz\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299uz\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"dizzle67\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"beautiful.\",\"controversiality\":0,\"created_utc\":\"1192456652\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v0\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299v0\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426402,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"zundra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Just because you can't do it doesn't mean they aren't a reality. Lucid dreaming is one of those things that no one can prove exist to you because unless you experience it yourself you'll have to just take it on faith. No amount of scientific evidence or testimonies will ever prove you you that lucid dreaming happens. \\n\\nThat being said your statement about them being a product of a fertile imagination is also true. However, since dreams are not tangible objects and only happen in the mind you're right when you say they don't \\\"exist\\\". But thats like saying dreams in general don't exist and we all know thats not the case. \",\"controversiality\":0,\"created_utc\":\"1192456659\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v1\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299v1\",\"parent_id\":\"t1_c0299pg\",\"retrieved_on\":1427426402,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Or they're the ones who couldn't hack it as consultants.\",\"controversiality\":0,\"created_utc\":\"1192456663\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v2\",\"link_id\":\"t3_2zo5h\",\"name\":\"t1_c0299v2\",\"parent_id\":\"t1_c2zp8t\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Those people are uncivilized villains.\",\"controversiality\":0,\"created_utc\":\"1192456663\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v3\",\"link_id\":\"t3_5ybkl\",\"name\":\"t1_c0299v3\",\"parent_id\":\"t3_5ybkl\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Try [Stirrdup](http:\\/\\/www.stirrdup.com). Seems alright.\",\"controversiality\":0,\"created_utc\":\"1192456664\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v4\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299v4\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456671\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v5\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299v5\",\"parent_id\":\"t1_c0299sd\",\"retrieved_on\":1427426402,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The pictures were so gray and uninspiring, they made me cry.\",\"controversiality\":0,\"created_utc\":\"1192456677\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v6\",\"link_id\":\"t3_5ybkt\",\"name\":\"t1_c0299v6\",\"parent_id\":\"t3_5ybkt\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sbrown123\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Why C:\\n\\n1. C is fast. \\n\\n2. C binaries are small and compact.\\n\\n3. C is everywhere. It is really hard to find a platform that doesn't support C.\\n\\n4. C is easy. There isn't very much to C. You don't even have to know OO programming to use it.\\n\\n5. If you have to \\\"go native\\\" in a higher order programming language, odds are you are going to be using C.\",\"controversiality\":0,\"created_utc\":\"1192456679\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v7\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299v7\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426402,\"score\":49,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":49},{\"archived\":true,\"author\":\"Midwest_Product\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who the fuck is Maureen \\\"O'Dowd\\\"? Is this some sort of in-joke I'm missing? Or do we just not know how to copy and paste a person's name?\",\"controversiality\":0,\"created_utc\":\"1192456688\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v8\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299v8\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426402,\"score\":47,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":47},{\"archived\":true,\"author\":\"chime\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Bah. Grow up. People use social networking websites. He just happened to be on Myspace. I found lot of my college professors on Facebook and it's wonderful. And I think it was very cool of Mr. Brain to converse with me about his book Manna via Myspace. Most people get so many emails that little stuff we users\\/fans send gets lost. I myself get tons of user\\/feedback emails from people all over the world and it's hard to reply to all. So +1 props to the guy.\",\"controversiality\":0,\"created_utc\":\"1192456692\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299v9\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c0299v9\",\"parent_id\":\"t1_c0299k8\",\"retrieved_on\":1427426402,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456694\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299va\",\"link_id\":\"t3_5ybme\",\"name\":\"t1_c0299va\",\"parent_id\":\"t3_5ybme\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"teetow\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Re-un-confirming confirmed; I too had no issues.\",\"controversiality\":0,\"created_utc\":\"1192456697\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vb\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299vb\",\"parent_id\":\"t1_c0299tv\",\"retrieved_on\":1427426402,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"revdroog\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Simple answer? As I see it, he gets a lot of attention, and politically, they want to do damage control and counter that. It's not about being correct, it's about having the ear of the people.\",\"controversiality\":0,\"created_utc\":\"1192456717\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vc\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299vc\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tonyj_glasgow\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Re-re-confirmed. I did too. YMMV\",\"controversiality\":0,\"created_utc\":\"1192456721\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vd\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299vd\",\"parent_id\":\"t1_c0299tv\",\"retrieved_on\":1427426402,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"TrishaMacmillan\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I agree. I don't see what it adds.\",\"controversiality\":0,\"created_utc\":\"1192456724\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ve\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299ve\",\"parent_id\":\"t1_c0299nb\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Side-confirmed: I had some issues, but didn't need to delete cookies to fix them.\",\"controversiality\":0,\"created_utc\":\"1192456731\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vf\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299vf\",\"parent_id\":\"t1_c0299tv\",\"retrieved_on\":1427426402,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"fabiodota171\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"show aqui !\\r\\n\\r\\n=)\",\"controversiality\":0,\"created_utc\":\"1192456739\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vg\",\"link_id\":\"t3_5ybm3\",\"name\":\"t1_c0299vg\",\"parent_id\":\"t3_5ybm3\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"sports\",\"subreddit_id\":\"t5_2qgzy\",\"ups\":1},{\"archived\":true,\"author\":\"thamer\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I lost 50 going to #reddit. Am approaching 0... \\n \\nCheney\\/Satan '08!\",\"controversiality\":0,\"created_utc\":\"1192456743\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vh\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299vh\",\"parent_id\":\"t1_c0299od\",\"retrieved_on\":1427426402,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I saw that, then I checked the homepage and saw:\\n\\n[xkcd] Turing Test\\n\\nThe idea of an XKCD subreddit didn't actually surprise me...\",\"controversiality\":0,\"created_utc\":\"1192456744\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vi\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299vi\",\"parent_id\":\"t1_c0299gs\",\"retrieved_on\":1427426402,\"score\":37,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":37},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456774\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vj\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299vj\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426402,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"x3n0s\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think the title of this post is very misleading as this seems like a free speech issue for students. Students should be allowed to speak what's on their minds at places they're forced to be. If they want to use that right to endorse archaic fairy tales, it's their right.\",\"controversiality\":0,\"created_utc\":\"1192456794\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vk\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299vk\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426402,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"AdamJacobMuller\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"all links in http:\\/\\/reddit.com\\/.rssare similar to: http:\\/\\/{{thing.urlprefix}}\\/goto?rss=true&amp;amp;id=t3_5ybfl\\n\\nSomeone borked the templating code.\",\"controversiality\":0,\"created_utc\":\"1192456800\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vl\",\"link_id\":\"t3_5ybmh\",\"name\":\"t1_c0299vl\",\"parent_id\":\"t3_5ybmh\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Maureen \\\"smokin' hot\\\" Dowd.\",\"controversiality\":0,\"created_utc\":\"1192456801\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vm\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299vm\",\"parent_id\":\"t1_c0299o7\",\"retrieved_on\":1427426402,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"kvs_81\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"CAR COVERS\",\"controversiality\":0,\"created_utc\":\"1192456805\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vn\",\"link_id\":\"t3_5ybmj\",\"name\":\"t1_c0299vn\",\"parent_id\":\"t3_5ybmj\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Good article, terrible headline\",\"controversiality\":0,\"created_utc\":\"1192456810\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vo\",\"link_id\":\"t3_2z2sp\",\"name\":\"t1_c0299vo\",\"parent_id\":\"t1_c2zx6h\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"gaming\",\"subreddit_id\":\"t5_2qh03\",\"ups\":2},{\"archived\":true,\"author\":\"annaebaby\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"spider man 4\\\" movie info here:\\nhttp:\\/\\/actualurls.com\\/spider_man_4\",\"controversiality\":0,\"created_utc\":\"1192456811\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vp\",\"link_id\":\"t3_1r4f8\",\"name\":\"t1_c0299vp\",\"parent_id\":\"t3_1r4f8\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"it\",\"subreddit_id\":\"t5_247c\",\"ups\":1},{\"archived\":true,\"author\":\"annaebaby\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"spider man 4\\\" movie info here:\\nhttp:\\/\\/actualurls.com\\/spider_man_4\",\"controversiality\":0,\"created_utc\":\"1192456825\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vq\",\"link_id\":\"t3_2xre8\",\"name\":\"t1_c0299vq\",\"parent_id\":\"t3_2xre8\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":1},{\"archived\":true,\"author\":\"oska\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Affirmative.\",\"controversiality\":0,\"created_utc\":\"1192456828\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299vr\",\"parent_id\":\"t1_c0299tv\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"annaebaby\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"spider man 4\\\" movie info here:\\nhttp:\\/\\/actualurls.com\\/spider_man_4\",\"controversiality\":0,\"created_utc\":\"1192456831\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vs\",\"link_id\":\"t3_1osjj\",\"name\":\"t1_c0299vs\",\"parent_id\":\"t3_1osjj\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Query:\\r\\n\\r\\nWhat do the people of a democratic republic do when their elected officials no long act in accordance to the will of the electorate?\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192456858\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vt\",\"link_id\":\"t3_2zrn9\",\"name\":\"t1_c0299vt\",\"parent_id\":\"t1_c2zs41\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"If you\\u2019re short on tape or Band-Aids, you can use superglue. Emergency rooms use a similar acrylic-based resin called Dermabond. Then head to the E.R. to show off your handiwork\\\"\\n\\nYeah, if I cut a bit of my finger off I'm really gonna superglue it back on and go show the professionals at the hospital what I did.\\n\\n\\\"What have you done?\\\"\\n\\\"I glued it back on\\\"\\n\\\"Why the fuck did you do that?!\\\"\\n\\\"It said to do so on the Internets\\\"\",\"controversiality\":0,\"created_utc\":\"1192456860\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vu\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c0299vu\",\"parent_id\":\"t3_5ybah\",\"retrieved_on\":1427426402,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ever since the update, the filter doesn't seem to be working properly. When it's turned on it blocks all the stories. And turning it off defeats the purpose. Now I have to sift through all the crap manually.\",\"controversiality\":0,\"created_utc\":\"1192456877\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vv\",\"link_id\":\"t3_5ybmn\",\"name\":\"t1_c0299vv\",\"parent_id\":\"t3_5ybmn\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"jnk\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think you should re-read the post. He didn't sleep while on acid.\",\"controversiality\":0,\"created_utc\":\"1192456899\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vw\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299vw\",\"parent_id\":\"t1_c0299ml\",\"retrieved_on\":1427426402,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"Antebios\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I propose a simple form that will AUTHORIZE a person to be a parent. I'm sure some simple questions will be like: Can you afford to raise a child? I don't want the kid to be a financial drain on society. We already have people who can't afford the time or money to raise them, thus they go on welfare (my sister is a perfect example). Me, I choose not to have kids. I can afford it, but I choose not to, simple. Do you have the skills to be a parent? Have you ever used a child as a weapon? Also, I would make it a point that the soon-to-be-parent cannot take on government welfare for at least 2 years. I could rant more, but I think I'll let the flame wars begin.\",\"controversiality\":0,\"created_utc\":\"1192456901\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vx\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299vx\",\"parent_id\":\"t1_c0299lk\",\"retrieved_on\":1427426402,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"kvs_81\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Free Motivational, Inspirational, Demotivational poster maker. Easy to use offline software solution.\\n\",\"controversiality\":0,\"created_utc\":\"1192456908\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vy\",\"link_id\":\"t3_2xznq\",\"name\":\"t1_c0299vy\",\"parent_id\":\"t3_2xznq\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I sat in my chair and ranted incoherently on the theme of REDDIT IS DEAD AND IT DIED WITH \\\"IMPRISON GEORGE BUSH\\\" AT NUMBER ONE\",\"controversiality\":0,\"created_utc\":\"1192456940\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299vz\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299vz\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426402,\"score\":29,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":29},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192456964\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w0\",\"link_id\":\"t3_2zwc7\",\"name\":\"t1_c0299w0\",\"parent_id\":\"t1_c2zxzq\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"what do you think it was...\",\"controversiality\":0,\"created_utc\":\"1192456978\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w1\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299w1\",\"parent_id\":\"t1_c0299qi\",\"retrieved_on\":1427426402,\"score\":14,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":14},{\"archived\":true,\"author\":\"skraps\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is true! I had to boot up Internet Exploder to upmod your comment.\",\"controversiality\":0,\"created_utc\":\"1192456979\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w2\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299w2\",\"parent_id\":\"t1_c0299ub\",\"retrieved_on\":1427426402,\"score\":63,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":63},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Agreed. The \\\"load more comments\\\" is a step in the wrong direction. I'd rather go back to the previous version of reddit. This just makes it unnecessarily confusing and tedious. And as with you, that's why I don't read digg comments.\",\"controversiality\":0,\"created_utc\":\"1192456979\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w3\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299w3\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426402,\"score\":28,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":28},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i wonder, do people do this stuff spontaneously or plan it. could it happen like this\\n\\nwoman: my boyfriend is back, i betta hit him wid something. let's see, hmmm a chair, no too big, maybe a pillow, nah too soft, ooh I know the baby, perfect weapon.\",\"controversiality\":0,\"created_utc\":\"1192456997\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w4\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299w4\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457003\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w5\",\"link_id\":\"t3_5ybm5\",\"name\":\"t1_c0299w5\",\"parent_id\":\"t3_5ybm5\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"As a side note, the way comments are posted is a step in the right direction... love it!\",\"controversiality\":0,\"created_utc\":\"1192457015\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w6\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299w6\",\"parent_id\":\"t1_c0299w3\",\"retrieved_on\":1427426402,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"petenicely\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I guess I am.\",\"controversiality\":0,\"created_utc\":\"1192457057\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w7\",\"link_id\":\"t3_5ybki\",\"name\":\"t1_c0299w7\",\"parent_id\":\"t3_5ybki\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I choose to see the elephant half-dry.\",\"controversiality\":0,\"created_utc\":\"1192457063\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w8\",\"link_id\":\"t3_5ybce\",\"name\":\"t1_c0299w8\",\"parent_id\":\"t3_5ybce\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"shit\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Please don't code like this in Ruby. Most of this stuff is built into the language anyway.\",\"controversiality\":0,\"created_utc\":\"1192457066\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299w9\",\"link_id\":\"t3_5ybb7\",\"name\":\"t1_c0299w9\",\"parent_id\":\"t3_5ybb7\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"cgod\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"HTTP\\/JSON layer aside, how does this differ from [sqlrelay](http:\\/\\/sqlrelay.sourceforge.net\\/)?\",\"controversiality\":0,\"created_utc\":\"1192457096\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wa\",\"link_id\":\"t3_5ybaa\",\"name\":\"t1_c0299wa\",\"parent_id\":\"t3_5ybaa\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"theCelestrian\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Quaint.\\n\\n&gt; But here's the thing, I'm firmly against people who play down this situation.\\n\\nHow are you against them? Are you against their existence? Their frame of mind? Their opinion? Why not simply disagree with their ideas rather than be \\\"*against them*?\\\"\\n\\nAnother interesting thing to consider is that humanity has already been around the planet with temperatures near where they are now; (Medievil Warm Period.) Yet surprisingly, the human race wasn't wiped off the face of the planet due to the melting permafrost in the Northern Atlantic.\\n\\nIn fact, the Vikings used the ice-free ocean to explore and colonize Greenland.\\n\\n&gt;It's time to move beyond this skepticism bullshit.\\n\\nThis runs contrary to your previous statement:\\n&gt;Change in itself is not at all evil, but what is dangerous for our own survival is that, as you say, we have *no idea* what will happen when this change does occur.\\n\\nYou're right, *you don't have any idea.* So until you can conclusively prove the supposition you are implying, namely *the current warming of the Earth is dangerous to our survival as a species*, then skepticism is not only **not** \\\"bullshit,\\\" but also completely necessary in the scientific process, which based on your previous comments seems to be something you are trying to extoll to make your case.\\n\\n&gt;Notice how that argument almost always comes hand in hand with an ad-hominem attack of the sort \\\"he's trying to get attention\\\".\\n\\nHow darling. Let's review:\\n\\n*\\\"I'm firmly against people who play down this situation.\\\"\\n\\n*\\\"Defending the status quo is the stupidest thing people can be doing right now.\\\" \\n\",\"controversiality\":0,\"created_utc\":\"1192457128\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wb\",\"link_id\":\"t3_2zpwi\",\"name\":\"t1_c0299wb\",\"parent_id\":\"t1_c2zwr1\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I feel sort of the opposite--I only want to read the comments on threads I find interesting, while I would like to be able to ignore those that go way off topic (as it seems at least fifty percent of comments within a discussion do) with just a touch of a button. I wish there was a \\\"collapse thread\\\" button so that would be easy. This \\\"load more comments\\\" thing makes no sense to me either, though I think I don't like it for different reasons than you don't like it.\",\"controversiality\":0,\"created_utc\":\"1192457155\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wc\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299wc\",\"parent_id\":\"t1_c0299mp\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The new reddit - censoring and BANNING people from IRC. spez is worse than Bush and Hitler combined, WAKE UP SHEEPLE!!!!!!!!!!!!!\",\"controversiality\":0,\"created_utc\":\"1192457161\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wd\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299wd\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426402,\"score\":-14,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-14},{\"archived\":true,\"author\":\"randallsquared\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"k0mplex should hire more programmers? I'm confused.\",\"controversiality\":0,\"created_utc\":\"1192457170\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299we\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299we\",\"parent_id\":\"t1_c0299sn\",\"retrieved_on\":1427426402,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"x3n0s\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Stop it, just please stop it. Posts on Reddit aren't for polls.\",\"controversiality\":0,\"created_utc\":\"1192457202\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wf\",\"link_id\":\"t3_5ybmp\",\"name\":\"t1_c0299wf\",\"parent_id\":\"t3_5ybmp\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"President Bush got congressional backing by lying that Hussein had W.M.D. and that Hussein was connected to 9\\/11. That\\u2019s fraud, probably the bloodiest, costliest lie in White House history\\\"\",\"controversiality\":0,\"created_utc\":\"1192457203\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wg\",\"link_id\":\"t3_5ybmt\",\"name\":\"t1_c0299wg\",\"parent_id\":\"t3_5ybmt\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Gotebe\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Assertion != argument.\\n\\nWhere I live, showing teeth is a threatening gesture. Come here and smile trying to be friendly. See how your friendliness goes.\\n\\nGet it now?\\n\\nWhat I am saying is that ways of interaction with a machine depend of a whole set of issues, historical precedents notwithstanding. *That* (to a point, obviously) equates friendliness to familiarity.\",\"controversiality\":0,\"created_utc\":\"1192457207\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wh\",\"link_id\":\"t3_2zt2h\",\"name\":\"t1_c0299wh\",\"parent_id\":\"t1_c0299ow\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"mcm69\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"we need xkcd.reddit.com\",\"controversiality\":0,\"created_utc\":\"1192457227\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wi\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299wi\",\"parent_id\":\"t3_5ybjp\",\"retrieved_on\":1427426402,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-4},{\"archived\":true,\"author\":\"JibberGeorge\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Awesome.\",\"controversiality\":0,\"created_utc\":\"1192457235\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wj\",\"link_id\":\"t3_5ybn6\",\"name\":\"t1_c0299wj\",\"parent_id\":\"t3_5ybn6\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"fenny69\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think that right-wingers hate being wrong and they know that President Gore would have built up this country instead of his greedy base. 90% of the people who feel that they're part of the base really aren't and will feel the full force of getting the shaft soon enough.\",\"controversiality\":0,\"created_utc\":\"1192457236\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wk\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299wk\",\"parent_id\":\"t1_c0299q3\",\"retrieved_on\":1427426402,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"danweber\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[Her last column](http:\\/\\/www.nytimes.com\\/2007\\/10\\/07\\/opinion\\/07dowd.html?_r=1&amp;oref=slogin) was so disgusting that I actually seriously considered that the NYTimes would replace her with Colbert.\\n\",\"controversiality\":0,\"created_utc\":\"1192457242\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wl\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299wl\",\"parent_id\":\"t1_c0299v8\",\"retrieved_on\":1427426402,\"score\":-17,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-17},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"sex\",\"controversiality\":0,\"created_utc\":\"1192457248\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wm\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299wm\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426402,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I suspect the goal of the feature was to hide those comments that are downmodded while making the upmodded ones the most easily visible.\\n\\nI didn't think it was physically possible, but this idea both sucks AND blows.\",\"controversiality\":0,\"created_utc\":\"1192457263\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wn\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299wn\",\"parent_id\":\"t1_c0299lq\",\"retrieved_on\":1427426402,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"DaveBr\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You know, you make some really good points.\",\"controversiality\":0,\"created_utc\":\"1192457265\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wo\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299wo\",\"parent_id\":\"t1_c0299s0\",\"retrieved_on\":1427426402,\"score\":47,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":47},{\"archived\":true,\"author\":\"skraps\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Downmodded for reference to SOX. The nightmares will probably come back now, thanks a lot.\",\"controversiality\":0,\"created_utc\":\"1192457266\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wp\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299wp\",\"parent_id\":\"t1_c0299rt\",\"retrieved_on\":1427426402,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"inglislumpy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What Is It?\",\"controversiality\":0,\"created_utc\":\"1192457269\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wq\",\"link_id\":\"t3_5ybna\",\"name\":\"t1_c0299wq\",\"parent_id\":\"t3_5ybna\",\"retrieved_on\":1427426402,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":-1},{\"archived\":true,\"author\":\"gvsteve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"Remember Me\\\" doesn't work for me since the update. . . anyone else?\",\"controversiality\":0,\"created_utc\":\"1192457287\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299wr\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426402,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457298\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ws\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299ws\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sacherjj\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I've had to do this when out in the woods. A moron I was with triggered the release on a partially field dressed shotgun and the slide racked forward (it was an auto with a spring.) It sliced off a crescent shaped piece of my finger, right next to the palm. If you opened up the skin it was about dime sized. I did what I could, washed everything, lined it up as perfect as I could, and slowly super-glued in place. Then cauterized with baking soda. The piece of skin maintained blood flow and when I was able to get out to a doctor the next day, he said that nothing more was required. Today, all I have is slight scar tissue around the ring of where it sliced. \",\"controversiality\":0,\"created_utc\":\"1192457298\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wt\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c0299wt\",\"parent_id\":\"t1_c0299vu\",\"retrieved_on\":1427426402,\"score\":22,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":22},{\"archived\":true,\"author\":\"della71\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A father continues musical appreciation time with his son. This week, father and son learn to love Neil Young's seminal \\\"After the Gold Rush.\\\"\",\"controversiality\":0,\"created_utc\":\"1192457307\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wu\",\"link_id\":\"t3_5ybnc\",\"name\":\"t1_c0299wu\",\"parent_id\":\"t3_5ybnc\",\"retrieved_on\":1427426402,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457313\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wv\",\"link_id\":\"t3_2zdz0\",\"name\":\"t1_c0299wv\",\"parent_id\":\"t3_2zdz0\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"gaming\",\"subreddit_id\":\"t5_2qh03\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Read about 9\\/11 theories and made up some flyers to hand out today on campus. Turns out the whole thing was AN INSIDE JOB, WAKE UP SHEEPLE!!!!! \",\"controversiality\":0,\"created_utc\":\"1192457325\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ww\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299ww\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426401,\"score\":55,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":55},{\"archived\":true,\"author\":\"campingcar\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Fixed in the new release\",\"controversiality\":0,\"created_utc\":\"1192457345\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wx\",\"link_id\":\"t3_2rjf5\",\"name\":\"t1_c0299wx\",\"parent_id\":\"t3_2rjf5\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"features\",\"subreddit_id\":\"t5_21n6\",\"ups\":1},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Finally! No more Politrix in the main reddit!!!!!!!!!!! \\n\\n:) :)\\n\\nthank you!!!!!!!!!!\",\"controversiality\":0,\"created_utc\":\"1192457352\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wy\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299wy\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"lumpy1981\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Your definitely right on this one. Al Gore gets credit for things he didn't do or didn't do correctly. Sure his overall stance has been right on some stuff (Global Warming and the Internet come to mind), but the way he takes credit for them and is wrong about so many details involved with them is incredibly annoying.\\r\\n\\r\\nHe gets popular everytime he gets credit for a few hot button things. He's like a hitter in baseball that keeps getting on base on bad plays that should be scored as errors but they end up as hits so his stats look really good. Or he's like a soccer player keeps scoring on by tapping in balls that were already on their way in.\\r\\n\\r\\nHis stats look good and on paper he seems awesome, but when you actually watch him play you think \\\"this guy sucks.\\\"\",\"controversiality\":0,\"created_utc\":\"1192457366\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299wz\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299wz\",\"parent_id\":\"t1_c0299ui\",\"retrieved_on\":1427426401,\"score\":-5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-5},{\"archived\":true,\"author\":\"farra\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You know, this isn't the first time Colbert has hinted at running for president. Weird.\",\"controversiality\":0,\"created_utc\":\"1192457375\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x0\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299x0\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426401,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ajax posting and \\\"Load Comments\\\". I think most agree that the ajax posting is nice, and the \\\"load comments\\\" is an insult to all of us redditors out here.\",\"controversiality\":0,\"created_utc\":\"1192457393\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x1\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299x1\",\"parent_id\":\"t1_c0299cb\",\"retrieved_on\":1427426401,\"score\":16,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":16},{\"archived\":true,\"author\":\"bicycle_repair_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Is this going to be another thread where we all get sad over what happened to Turing?\",\"controversiality\":0,\"created_utc\":\"1192457429\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x2\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299x2\",\"parent_id\":\"t3_5ybjp\",\"retrieved_on\":1427426401,\"score\":-9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-9},{\"archived\":true,\"author\":\"dzer0\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Whenever one particular friend I have says he's going to go play Halo, it means he's going to go have sex with his girlfriend. Whenever any of my other friends say they're going to play Halo, it means they're going to play Halo.\",\"controversiality\":0,\"created_utc\":\"1192457429\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x3\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299x3\",\"parent_id\":\"t1_c0299j3\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"gnuvince\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"1. C *is* fast, but it's been demonstrated many times over that other languages can be faster at some tasks.\\n\\n2. I don't have much to say there.\\n\\n3. That's probably the biggest point in C's favor: it's unlikely that O'Caml or Erlang are available for a new exotic embedded device, but it's quite certain that C is available.\\n\\n4. C is simple, not easy. If it was easy, we wouldn't read about buffer overflows, off-by-one errors, etc. on BugTraq every week.\\n\\n5. I don't quite understand what you mean. Are you talking about languages like Python or Ruby? In that case, yes. But in O'Caml, Haskell, Common Lisp or Factor's cases, they are high level languages, and they compile to native code.\\n\\nEven though C clearly has flaws and is out of date, I am learning it right now, because I figure it's a useful skill to know. That doesn't mean I'll be writing production C code any time soon.\",\"controversiality\":0,\"created_utc\":\"1192457432\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x4\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299x4\",\"parent_id\":\"t1_c0299v7\",\"retrieved_on\":1427426401,\"score\":50,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":50},{\"archived\":true,\"author\":\"wetelectric\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The love I have for this function is almost sexual. Almost.\",\"controversiality\":0,\"created_utc\":\"1192457459\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x5\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299x5\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426401,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"gvsteve\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"At first I thought they should pass a minimum wage law that indexes the MW to an inflation calculation. This is done with other government figures.\\n\\nThen, I realized politicians want to pass individual MW laws, so they have something to harp on during campaigns. If we solved it by indexing for inflation, there would be one less thing they could pat themselves on the back for.\",\"controversiality\":0,\"created_utc\":\"1192457470\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x6\",\"link_id\":\"t3_2zs89\",\"name\":\"t1_c0299x6\",\"parent_id\":\"t1_c2ztd4\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457472\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x7\",\"link_id\":\"t3_5ybnq\",\"name\":\"t1_c0299x7\",\"parent_id\":\"t3_5ybnq\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457473\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x8\",\"link_id\":\"t3_5ybmn\",\"name\":\"t1_c0299x8\",\"parent_id\":\"t1_c0299vv\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457486\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299x9\",\"link_id\":\"t3_5ybnt\",\"name\":\"t1_c0299x9\",\"parent_id\":\"t3_5ybnt\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"cattleprod\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"that's been vehemently apparent from the comment threads anyway.\",\"controversiality\":0,\"created_utc\":\"1192457511\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xa\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299xa\",\"parent_id\":\"t1_c0299ju\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I just hate the clicking, that's all.\",\"controversiality\":0,\"created_utc\":\"1192457511\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xb\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299xb\",\"parent_id\":\"t1_c0299wc\",\"retrieved_on\":1427426401,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nice :)\\r\\n\\r\\nGoing back to the meat of the article, the claim is that one can easily implement objects with closures and viceversa. You have just shown that we can do the same for brainfuck + a reasonable preprocessor. Thus my point stands, the discussion is moot as stated.\\r\\n\\r\\nHowever. Less is more; to my limited experience, closures compose in substantially more generic and interesting ways than multi-slotted objects. Less is more; closures (if used right) have also the nice property of being immutable, thus one can actually reason about them. Not to mention that the only interesting thing about object theory is subtyping polymorphism, which is a mere crutch. The content of the methods is never proved covariant, not even in theory. Serious question: What does 'covariant' actually mean, i.e. what is its formal semantics, in context of mutable entities?\",\"controversiality\":0,\"created_utc\":\"1192457562\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xc\",\"link_id\":\"t3_2zwb2\",\"name\":\"t1_c0299xc\",\"parent_id\":\"t1_c2zx0z\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457567\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xd\",\"link_id\":\"t3_5ybo2\",\"name\":\"t1_c0299xd\",\"parent_id\":\"t3_5ybo2\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"jcastle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Dick Cheney. \",\"controversiality\":0,\"created_utc\":\"1192457569\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xe\",\"link_id\":\"t3_5ybna\",\"name\":\"t1_c0299xe\",\"parent_id\":\"t1_c0299wq\",\"retrieved_on\":1427426401,\"score\":0,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":0},{\"archived\":true,\"author\":\"CoastOfYemen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They better get on with it then, they've barely managed to take out two!\",\"controversiality\":0,\"created_utc\":\"1192457573\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xf\",\"link_id\":\"t3_5ybnf\",\"name\":\"t1_c0299xf\",\"parent_id\":\"t3_5ybnf\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"arcadefiery\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Google the woman and you'll see that it looks like she lost the brawl.\\n\\nSo much for the melee weapon. Should have used a smash attack.\",\"controversiality\":0,\"created_utc\":\"1192457577\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xh\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299xh\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426401,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"He turned gay?\",\"controversiality\":0,\"created_utc\":\"1192457583\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xi\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299xi\",\"parent_id\":\"t1_c0299x2\",\"retrieved_on\":1427426401,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"huxtiblejones\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I played Team Fortress 2.\",\"controversiality\":0,\"created_utc\":\"1192457587\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xj\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299xj\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426401,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"ubuntuedgy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I put my vote behind *anyone* who is not a career politician and makes sense more than 60% of the time.\\n\\nI have a responsibility (or so the founding fathers say...the old fuddy daddies), and a civic duty, to contribute to this whole process of America. Give me someone who makes me laugh at the tragedy that confronts us on a daily basis, and a common sense approach to solving those thing, and you have my vote. Comedians for president? Well, it is certainly better than that fuck-tard administration we have now. They couldn't do worse. They really couldn't. Even if they tried. Hard. Really hard.\",\"controversiality\":0,\"created_utc\":\"1192457595\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xk\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299xk\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426401,\"score\":27,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":27},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well.....duh. \\n\\n\",\"controversiality\":0,\"created_utc\":\"1192457605\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xl\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299xl\",\"parent_id\":\"t1_c0299of\",\"retrieved_on\":1427426401,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457626\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xm\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299xm\",\"parent_id\":\"t1_c0299wd\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"lespea\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Dangit, no hide comment tree button :'(\",\"controversiality\":0,\"created_utc\":\"1192457631\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xn\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299xn\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"hyena\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"bogus\",\"controversiality\":0,\"created_utc\":\"1192457634\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xo\",\"link_id\":\"t3_5ybi3\",\"name\":\"t1_c0299xo\",\"parent_id\":\"t3_5ybi3\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"arcadefiery\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think it's a great opportunity for atheists, Jedi and Pastafarians to spread the word.\",\"controversiality\":0,\"created_utc\":\"1192457656\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xp\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299xp\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426401,\"score\":20,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":20},{\"archived\":true,\"author\":\"bhagany\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Apparently, you should re-read zundra's comment.\",\"controversiality\":0,\"created_utc\":\"1192457656\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xq\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299xq\",\"parent_id\":\"t1_c0299vw\",\"retrieved_on\":1427426401,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[Headlines are limited to 200 characters.](http:\\/\\/reddit.com\\/info\\/5ybod\\/comments\\/)\",\"controversiality\":0,\"created_utc\":\"1192457667\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299xr\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":19,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":19},{\"archived\":true,\"author\":\"feces\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Or the so-called \\\"blogosphere\\\".\",\"controversiality\":0,\"created_utc\":\"1192457671\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xs\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299xs\",\"parent_id\":\"t1_c0299v5\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ridiculous. \",\"controversiality\":0,\"created_utc\":\"1192457689\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xt\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299xt\",\"parent_id\":\"t3_5ybb0\",\"retrieved_on\":1427426401,\"score\":-10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-10},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Here is a small secret for you. When you become aware you are dreaming it is *very common* for you to wake up, stop dreaming, etc. 99% of the time THIS is a trick of your brain to make you think you woke up when you really did not. \\n\\nMaybe it is some anti-lucid dreaming mechanism in the brain, I do not know -- but at any rate it is easy to overcome, whenever you \\\"wake up\\\" from a lucid dream, do another \\\"dream check.\\\"\",\"controversiality\":0,\"created_utc\":\"1192457697\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xu\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299xu\",\"parent_id\":\"t1_c0299rs\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"dystopia\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"login seems flaky, took several tries repasting the same password over and over before it finally worked.\\n\\nUp and down modding does not work.\\n\\nThe \\\"what do you think about the new comment system\\\" page times out.\",\"controversiality\":0,\"created_utc\":\"1192457722\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xv\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299xv\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"10) There's about 3 diffent point in this toppic. I'd love it if the author understood the term \\\"Focus\\\"\\n\\n9) If she trash-talks me, it's go time. Any girl who can give but can't take it isn't worth your time.\\n\\n8) Conceded. I agree.\\n\\n7) Any guy that gets mad at his girl for \\\"not using the fancy gernades\\\" doesn't deserve a girlfriend in the first-place. I agree\\n\\n6) She's not stupid. She knows why she's getting these friend requests. Besides, letting her talk is only going to get her \\\"Can you post your boobies online?\\\" comments. Somehow I doubt she'd appreciate that.\\n\\n5) \\\"Sorry sweetie, Its just part of the game\\\" is a sure-fire way to get a kick to the nuts. \\n\\n4) Girls generally aren't bad at video games, they just don't like playing them. She'll suck at first, yeah, but she'll also beat you down after ten minutes. Girls aren't as stupid as gamers think they are.\\n\\n3) Once again: Girls aren't as stupid as gamers think they are. She'll know your using her as a shield.\\n\\n2) Because the point of getting your girlfriend to play Halo is to make her feel like a damsel in distress? Who wrote this again?\\n\\n1) If I have to concede everything I do, it won't be fun, it'll be annoying and frustrating. It'll be like playing with a 5 year old. If she doesn't like video games, trying to make her play won't mean she's trying with all she's got. \",\"controversiality\":0,\"created_utc\":\"1192457735\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xw\",\"link_id\":\"t3_2z69o\",\"name\":\"t1_c0299xw\",\"parent_id\":\"t3_2z69o\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"gaming\",\"subreddit_id\":\"t5_2qh03\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"If I could upvote this multiple times, I would.\",\"controversiality\":0,\"created_utc\":\"1192457739\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xx\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299xx\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426401,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That's a great idea (been around for a while, but first time I've seen such a nice set-up for it)...\\n\\nI would have signed up, but I see the it's been on Oprah and Today Show. I'll wait until that crowd moves on to the next fad (as it always does), then go back and see how its doing and loan then.\",\"controversiality\":0,\"created_utc\":\"1192457743\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xy\",\"link_id\":\"t3_5yba9\",\"name\":\"t1_c0299xy\",\"parent_id\":\"t3_5yba9\",\"retrieved_on\":1427426401,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" alright... that was fun.\\n\\nHow do I back up by saved stories to a local file (.opml would be just fine, thank you). \",\"controversiality\":0,\"created_utc\":\"1192457752\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299xz\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299xz\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"stcredzero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"1. There are other fast languages\\n2. There are other small &amp; compact languages\\n3. Just because it's everywhere isn't anything but a historical happenstance\\n4. There are other easier languages\\n5. This is just a consequence of #3\\n\\nThat said, the *ecosystem* is a big part of what makes software successful. It may not be the best, but it's apparently \\\"good enough\\\" in the eyes of enough people, so their collective effort creates a lot of value. But please note, this is not only true for C, but Windows as well. \",\"controversiality\":0,\"created_utc\":\"1192457755\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y0\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299y0\",\"parent_id\":\"t1_c0299v7\",\"retrieved_on\":1427426401,\"score\":8,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":8},{\"archived\":true,\"author\":\"Antebios\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Not everyone in Texas are religious nut-jobs.\\n\\nP.S. That Family Guy episode last night is a really long stretch for Texans, maybe, well.. okay, long stretch for cities. The country is a different matter. I hate it when I see Jesus stickers on cars.\",\"controversiality\":0,\"created_utc\":\"1192457770\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y1\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299y1\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426401,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457791\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y2\",\"link_id\":\"t3_5ybnj\",\"name\":\"t1_c0299y2\",\"parent_id\":\"t3_5ybnj\",\"retrieved_on\":1427426401,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; that whole inventing the internet thing\\n\\nGore never said he invented the internet - that's just part of the right-wing propaganda campaign against Gore. He said he took the initiative, as a Senator, in supporting public funding and focus on developing the internet.\\n\\nWhere he failed is in letting himself become so domesticated by his strategists and handlers that his natural charisma and enthusiasm were strangled and he came off as a stiff, humourless technocrat who tilted with the breezes of opinion polls instead of standing for a coherent set of values and beliefs.\",\"controversiality\":0,\"created_utc\":\"1192457794\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y3\",\"link_id\":\"t3_5ybb1\",\"name\":\"t1_c0299y3\",\"parent_id\":\"t3_5ybb1\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Unicode guys: Screw you SO much for including a heart-topped exclamation point in the standard.\",\"controversiality\":0,\"created_utc\":\"1192457803\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y4\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299y4\",\"parent_id\":\"t3_5ybcv\",\"retrieved_on\":1427426401,\"score\":91,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":91},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wow, well done. Personally I'd be paranoid that there was gunk in the glue that you wouldn't want in your body. I always figured if something isn't safe to eat it isn't safe to put in your body.\",\"controversiality\":0,\"created_utc\":\"1192457828\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y5\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c0299y5\",\"parent_id\":\"t1_c0299wt\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"That is one I have never tried, though I have found in dreams for me anyways it is VERY difficult to change lighting.\",\"controversiality\":0,\"created_utc\":\"1192457837\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y6\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299y6\",\"parent_id\":\"t1_c0299rk\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I wonder where these politicians get this information from. Do they call Ms. Cleo or do they all just own crystal balls?\",\"controversiality\":0,\"created_utc\":\"1192457838\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y7\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c0299y7\",\"parent_id\":\"t3_5ybfg\",\"retrieved_on\":1427426401,\"score\":-14,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-14},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457839\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y8\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299y8\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"MachinShin2006\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"the ajax-y load more is nice. but i'd rather just get a 'load all' instead of a limited load more. most of us are on broadband, the bandwidth limitations of text downloading are minimal :) \\n\",\"controversiality\":0,\"created_utc\":\"1192457842\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299y9\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299y9\",\"parent_id\":\"t3_5yba3\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"kvs_81\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Myspace friend adder websites with tools for you to have thousands of friends and also softwares for musicians to increase their daily mp3 plays on myspace.com\\n\",\"controversiality\":0,\"created_utc\":\"1192457842\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ya\",\"link_id\":\"t3_5ybov\",\"name\":\"t1_c0299ya\",\"parent_id\":\"t3_5ybov\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Climate change won't destroy the planet, or even its biosphere. It won't wipe out all life, and it won't even wipe out humanity.\\n\\nHowever, if you can seriously see *our current comfortable, wealthy, privileged* state of society surviving nation-scale migrations of populations, sudden desertification of previously-fertile farmland, wave after wave of nutritional and financial refugees and the ensuing wars and conflicts that would follow... well, you're a more optimistic (or just pollyanna-ish) man than I.\",\"controversiality\":0,\"created_utc\":\"1192457858\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yb\",\"link_id\":\"t3_2zci5\",\"name\":\"t1_c0299yb\",\"parent_id\":\"t1_c2zieq\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"LiberalHippies2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;Al-Qaeda In Iraq Reported Stronger Than Ever\\r\\n\\r\\nwhat? the article is titled, \\\"Al-Qaeda In Iraq Reported Crippled\\\"... the **OPPOSITE** of what you titled this submission. please take your spin elsewhere.\",\"controversiality\":0,\"created_utc\":\"1192457889\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yc\",\"link_id\":\"t3_5ybja\",\"name\":\"t1_c0299yc\",\"parent_id\":\"t3_5ybja\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"sw17ch\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I would be quite pleased if there was a \\\"hide\\\" or \\\"collapse this part of the comment tree\\\". I see WHY they have the hidden comments, but I'd much prefer being able to selectively hide comment trees I'm sick of.\",\"controversiality\":0,\"created_utc\":\"1192457890\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299yd\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426401,\"score\":14,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":14},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"When arguing against Linus, it's hard to keep it scientific. His statements are purposefully inflammatory; most responses will be as well.\",\"controversiality\":0,\"created_utc\":\"1192457897\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ye\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299ye\",\"parent_id\":\"t1_c0299oy\",\"retrieved_on\":1427426401,\"score\":16,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":16},{\"archived\":true,\"author\":\"TwoToke\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Your mom...\",\"controversiality\":0,\"created_utc\":\"1192457904\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yf\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c0299yf\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426401,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"gaggedbythealien\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I was \\\"driven insane\\\" by the fact that he chose Joe \\\"the warmonger\\\" Lieberman as his VP.\",\"controversiality\":0,\"created_utc\":\"1192457917\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yg\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299yg\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426401,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"simonjp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"nope - I lost mine too, although my karma remains. I suspect it'll be returned, but who knows?\",\"controversiality\":0,\"created_utc\":\"1192457919\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yh\",\"link_id\":\"t3_5ybki\",\"name\":\"t1_c0299yh\",\"parent_id\":\"t1_c0299w7\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"sw17ch\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Second\",\"controversiality\":0,\"created_utc\":\"1192457929\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yi\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299yi\",\"parent_id\":\"t1_c0299id\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"For some reason \\\"edit\\\" is not working for me... at any rate, odds are these \\\"instant out of bodies\\\" you refer to are likely tricks of your mind like what I talked about.\",\"controversiality\":0,\"created_utc\":\"1192457933\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yj\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299yj\",\"parent_id\":\"t1_c0299rs\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jcastle\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I hate it when my tax dollars are going to pay for foreign mercenaries! Made in the USA all the way!\",\"controversiality\":0,\"created_utc\":\"1192457946\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yk\",\"link_id\":\"t3_5yboa\",\"name\":\"t1_c0299yk\",\"parent_id\":\"t3_5yboa\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457957\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yl\",\"link_id\":\"t3_5ybp8\",\"name\":\"t1_c0299yl\",\"parent_id\":\"t3_5ybp8\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"open plan working environment sucks\",\"controversiality\":0,\"created_utc\":\"1192457957\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ym\",\"link_id\":\"t3_5ybe1\",\"name\":\"t1_c0299ym\",\"parent_id\":\"t3_5ybe1\",\"retrieved_on\":1427426401,\"score\":4,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":4},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I see [my.reddit.com](http:\\/\\/my.reddit.com) is gone, presumably integrated into the main site. How about setting up a redirect?\\n\\nEdit: fixed\",\"controversiality\":0,\"created_utc\":\"1192457961\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yn\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299yn\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426401,\"score\":17,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":17},{\"archived\":true,\"author\":\"ubuntuedgy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What's wrong with praising the hammer of Thor!?!? Do you have an issue with the Hammer of Thor!?!?\",\"controversiality\":0,\"created_utc\":\"1192457962\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yo\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c0299yo\",\"parent_id\":\"t1_c0299ls\",\"retrieved_on\":1427426401,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Test comment...\",\"controversiality\":0,\"created_utc\":\"1192457967\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yp\",\"link_id\":\"t3_5ybp9\",\"name\":\"t1_c0299yp\",\"parent_id\":\"t3_5ybp9\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192457968\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yq\",\"link_id\":\"t3_5ybm7\",\"name\":\"t1_c0299yq\",\"parent_id\":\"t3_5ybm7\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I've been getting hundreds of 404 pages all morning :(\",\"controversiality\":0,\"created_utc\":\"1192457969\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yr\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299yr\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"masta\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"also notice that you cannot submit something to a politics and the main reddit. EVERYTHING is exclusive to a sub-reddit (where even the main reddit is a sub-reddit).\",\"controversiality\":0,\"created_utc\":\"1192457985\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ys\",\"link_id\":\"t3_5ybcv\",\"name\":\"t1_c0299ys\",\"parent_id\":\"t1_c0299jz\",\"retrieved_on\":1427426401,\"score\":13,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":13},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Rejoice!\",\"controversiality\":0,\"created_utc\":\"1192457994\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yt\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c0299yt\",\"parent_id\":\"t3_5ybod\",\"retrieved_on\":1427426401,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"spez\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"good call\",\"controversiality\":0,\"created_utc\":\"1192457995\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yu\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299yu\",\"parent_id\":\"t1_c0299yn\",\"retrieved_on\":1427426401,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"AJCG\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"GRACIAS\",\"controversiality\":0,\"created_utc\":\"1192457997\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yv\",\"link_id\":\"t3_5ybpd\",\"name\":\"t1_c0299yv\",\"parent_id\":\"t3_5ybpd\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zmigliozzi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nor is Bush the Leader of the USA.\",\"controversiality\":0,\"created_utc\":\"1192458017\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yw\",\"link_id\":\"t3_2zxnp\",\"name\":\"t1_c0299yw\",\"parent_id\":\"t1_c2zy99\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"gaggedbythealien\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who is it that's been crafting all these anti-Iraq and anti-Iran bills and continually beating the war drums for years? The man who would have been Gore's VP, if I'm not mistaken.\",\"controversiality\":0,\"created_utc\":\"1192458022\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yx\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299yx\",\"parent_id\":\"t1_c0299wk\",\"retrieved_on\":1427426401,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"Magical_Trevor\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"No more Fry! :'(\",\"controversiality\":0,\"created_utc\":\"1192458033\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yy\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c0299yy\",\"parent_id\":\"t3_5ybod\",\"retrieved_on\":1427426401,\"score\":50,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":50},{\"archived\":true,\"author\":\"all_ways_thinkin\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"apparently They even have a name for it.. the Amero. It's like the world is teaming up into to fewer but larger teams. imo; not good.\",\"controversiality\":0,\"created_utc\":\"1192458038\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299yz\",\"link_id\":\"t3_2ztbv\",\"name\":\"t1_c0299yz\",\"parent_id\":\"t1_c2zvtz\",\"retrieved_on\":1427426401,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"majorneo\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What gets me is that all this stuff in Mass. amounts to just one impeachment vote in the Senate. Hardly enough to accomplish anything \",\"controversiality\":0,\"created_utc\":\"1192458047\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z0\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c0299z0\",\"parent_id\":\"t3_5ybfg\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"havesometea1\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm just waiting for Gore to take credit for Iran-Contra...and the S&amp;L scandals....and...oh never mind you get the picture.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192458051\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z1\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299z1\",\"parent_id\":\"t1_c0299pz\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; C is easy. There isn't very much to C. You don't even have to know OO programming to use it.\\n\\nBecause I definitely want to program in a language where the barrier to entry is so low that just about anyone could be my coworker...\",\"controversiality\":0,\"created_utc\":\"1192458058\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z2\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c0299z2\",\"parent_id\":\"t1_c0299v7\",\"retrieved_on\":1427426401,\"score\":-6,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":-6},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Aww. I *liked* the paragraph-sized reddit headlines!\",\"controversiality\":0,\"created_utc\":\"1192458064\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z3\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c0299z3\",\"parent_id\":\"t3_5ybod\",\"retrieved_on\":1427426401,\"score\":21,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":21},{\"archived\":true,\"author\":\"intrepion\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"hmm, I can only log into Reddit with Internet Explorer and Opera ... Reddit isn't working with Firefox \",\"controversiality\":0,\"created_utc\":\"1192458066\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z4\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299z4\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Your [Reddit inbox](http:\\/\\/reddit.com\\/message\\/inbox) now has a \\\"next\\\" link at the bottom, so you don't lose messages forever once they scroll off the bottom.\",\"controversiality\":0,\"created_utc\":\"1192458070\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z5\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299z5\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426401,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"128bit\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Three Ways to Profit From Australia\\u2019s Strong Dollar and Massive Natural Resource Reserves\",\"controversiality\":0,\"created_utc\":\"1192458091\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z6\",\"link_id\":\"t3_5ybpk\",\"name\":\"t1_c0299z6\",\"parent_id\":\"t3_5ybpk\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"phantom_slayer\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Adblock Plus no longer works. Is this the future? Bright, colorful ads that we are all forced to look at?\",\"controversiality\":0,\"created_utc\":\"1192458094\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z7\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299z7\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426401,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"jerf\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"As a critic of Mozilla, I feel I should offer them public kudos and well-wishes for taking this project on. Here's hoping it goes very well, and the end result is something much better than what they have now.\",\"controversiality\":0,\"created_utc\":\"1192458109\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z8\",\"link_id\":\"t3_2zy9q\",\"name\":\"t1_c0299z8\",\"parent_id\":\"t3_2zy9q\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":5},{\"archived\":true,\"author\":\"jdunck\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Free in the sense that you don't have to give them money.\\n\\nYou still have to register, apparently.\\n\\nUPDATE: Seems they are scraping BugMeNot and invalidating those logins. Hooray, you've avoided some ad revenue!\",\"controversiality\":0,\"created_utc\":\"1192458110\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299z9\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299z9\",\"parent_id\":\"t1_c0299u7\",\"retrieved_on\":1427426401,\"score\":-5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-5},{\"archived\":true,\"author\":\"dagfari\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"\\\"That's funny, she doesn't look black.\\\"\",\"controversiality\":0,\"created_utc\":\"1192458115\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299za\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c0299za\",\"parent_id\":\"t1_c0299wl\",\"retrieved_on\":1427426401,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"dvogel\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who was banned? You? Do you have an IRC log you could point us to?\",\"controversiality\":0,\"created_utc\":\"1192458121\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zb\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299zb\",\"parent_id\":\"t1_c0299wd\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"matts2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I wonder why the downmods. Is it because people like Nixon or don't like negative comments about Paul?\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192458126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zc\",\"link_id\":\"t3_2ztkr\",\"name\":\"t1_c0299zc\",\"parent_id\":\"t1_c2zwwz\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458126\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zd\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c0299zd\",\"parent_id\":\"t1_c0299t2\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Oh, granted - no argument here. It just seems than America generally has a massive problem understanding why anyone would have a problem with its behaviour until someone can point at someone who's simultaneously both worse *and not* someone you traditionally think of as \\\"a bad guy\\\" anyway.\\n\\nFortuitously, these days that \\\"even worse not-traditional-bad-guy\\\" is your own administration, so you guys are starting to see *now* how you looked to the rest of the world *before* Bush and Cheney started up.\\n\\nProject the line accordingly and you'll see what America looks like from the *outside* right now... &lt;:-) \",\"controversiality\":0,\"created_utc\":\"1192458136\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299ze\",\"link_id\":\"t3_2zcz2\",\"name\":\"t1_c0299ze\",\"parent_id\":\"t1_c2zjkd\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"havesometea1\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A leftist? Hardly. More left than many Republicans but hardly a leftist.\",\"controversiality\":0,\"created_utc\":\"1192458141\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zf\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299zf\",\"parent_id\":\"t1_c0299q3\",\"retrieved_on\":1427426401,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"While you're at it, you need to update the wording at the top of [this page](http:\\/\\/reddit.com\\/prefs\\/subreddits). Edit: fixed\\n\\n(should i be submitting this stuff to bugs.reddit.com?)\",\"controversiality\":0,\"created_utc\":\"1192458154\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zg\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299zg\",\"parent_id\":\"t1_c0299yu\",\"retrieved_on\":1427426401,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'll miss you meat-bag.\",\"controversiality\":0,\"created_utc\":\"1192458154\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zh\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c0299zh\",\"parent_id\":\"t1_c0299yy\",\"retrieved_on\":1427426401,\"score\":29,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":29},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458156\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zi\",\"link_id\":\"t3_5ybpo\",\"name\":\"t1_c0299zi\",\"parent_id\":\"t3_5ybpo\",\"retrieved_on\":1427426401,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"tch\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" They certainly are not nonsense, they exist and are provable. Please read the wikipedia article, I wrote quite a it of it myself and it's very well researched.\\n\\nhttp:\\/\\/en.wikipedia.org\\/wiki\\/Lucid_Dream \",\"controversiality\":0,\"created_utc\":\"1192458161\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zj\",\"link_id\":\"t3_5ybb0\",\"name\":\"t1_c0299zj\",\"parent_id\":\"t1_c0299h2\",\"retrieved_on\":1427426401,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;Yet, as international legal authority Francis Boyle of the University of Illinois points out, President Bush got congressional backing by lying that Hussein had W.M.D. and that Hussein was connected to 9\\/11. That\\u2019s fraud, probably the bloodiest, costliest lie in White House history. \\n\\nBlah blah blah blah blah. It's the same damn argument every time. \\n\\nBut the Bush haters always leave out the key fact that a large part of congress, on both sides of the aisle, as well as other nations believed WMDs were there. \\n\\nOf course, when suffering from Bush Derangement Syndrome, this doesn't matter. It **all** goes back to Bush. It was him who lied! Forget about all the other people who said the same thing.\",\"controversiality\":0,\"created_utc\":\"1192458166\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zk\",\"link_id\":\"t3_5ybmt\",\"name\":\"t1_c0299zk\",\"parent_id\":\"t3_5ybmt\",\"retrieved_on\":1427426401,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"wetelectric\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Inventive.\",\"controversiality\":0,\"created_utc\":\"1192458170\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zl\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299zl\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426401,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Well done Reddit.\\n\\n*a tip of the hat*\",\"controversiality\":0,\"created_utc\":\"1192458175\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zm\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c0299zm\",\"parent_id\":\"t3_5ybod\",\"retrieved_on\":1427426401,\"score\":114,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":114},{\"archived\":true,\"author\":\"raedix\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Good points... but isn't that what we should be looking for in a politician? Someone who can recognize when something is correct, when something is important, and when something needs that \\\"little tap\\\" to help make it into the goal... such as the Internet...\\n\\nA politician's job is not to invent the internet, but it is most definitely to recognize the potential of something great, and fight for it to be supported... which, in my opinion, describes Gore quite well...\",\"controversiality\":0,\"created_utc\":\"1192458176\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zn\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299zn\",\"parent_id\":\"t1_c0299wz\",\"retrieved_on\":1427426400,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" ...and then it came back. I guess there is someone in the editorial room who can come to the determination that even a troll occasionally has something to contribute to the conversation.\\n\\nEither that... or their shit ain't straight yet. If it is editorial, then they're on to some frightening new alien technology, 'cause it took me a year and a half smart-assed comments to get kicked off of digg (although I sometimes stray into the anonymous+audience=asshole territory, I really do try to stay in the golden land of anonymous+audience=funny\\/insightfully\\/saying what needs to be said). \",\"controversiality\":0,\"created_utc\":\"1192458183\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zo\",\"link_id\":\"t3_5ybki\",\"name\":\"t1_c0299zo\",\"parent_id\":\"t3_5ybki\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"spez\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" We didn't mess with anything specifically in that department. Obviously I can't endorse Adblock, but we don't go out of our way to stop it or anything like that. \",\"controversiality\":0,\"created_utc\":\"1192458184\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zp\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299zp\",\"parent_id\":\"t1_c0299z7\",\"retrieved_on\":1427426400,\"score\":17,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":17},{\"archived\":true,\"author\":\"havesometea1\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Actually, Gore didn't chose him. The DLC picked him to tag along with Gore.\",\"controversiality\":0,\"created_utc\":\"1192458187\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zq\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299zq\",\"parent_id\":\"t1_c0299yg\",\"retrieved_on\":1427426400,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"danweber\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"He was funny when he was saying things I agreed with. Now that he's saying things I disagree with, he's not funny any more.\\n\",\"controversiality\":0,\"created_utc\":\"1192458198\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zr\",\"link_id\":\"t3_5ybi4\",\"name\":\"t1_c0299zr\",\"parent_id\":\"t3_5ybi4\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458206\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zs\",\"link_id\":\"t3_5ybpr\",\"name\":\"t1_c0299zs\",\"parent_id\":\"t3_5ybpr\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"thatswhatyouget\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It works for me. What specific problem are you having?\",\"controversiality\":0,\"created_utc\":\"1192458222\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zt\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c0299zt\",\"parent_id\":\"t1_c0299z7\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt; Experts said some couples seemed to believe men should hold their sperm \\\"in\\\" for days or weeks to improve its quality.\\n\\nAgain scientists are interfering with natural selection. Scientits should leave it to nature so that people who have enough common sense not to believe BS like that, or just are horny enough, procreate more easily and often than others.\\n\\nI wonder if we could get started a belief that men should wear as tight trousers as possible and keep the nads warm to increase sperm production...\\n\\n \",\"controversiality\":0,\"created_utc\":\"1192458233\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zu\",\"link_id\":\"t3_5ybfe\",\"name\":\"t1_c0299zu\",\"parent_id\":\"t3_5ybfe\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"science\",\"subreddit_id\":\"t5_mouw\",\"ups\":3},{\"archived\":true,\"author\":\"matts2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Read his _We The People Act_: thomas.loc.gov\\/cgi-bin\\/query\\/z?c109:H.R.4379:\\n\\nSorry that you don't like this, but that is Paul's signature bill and I have described it correctly.\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192458236\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zv\",\"link_id\":\"t3_2ztkr\",\"name\":\"t1_c0299zv\",\"parent_id\":\"t1_c2zx4k\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"julesjacobs\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Because there's so much boilerplate?\",\"controversiality\":0,\"created_utc\":\"1192458239\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zw\",\"link_id\":\"t3_2zuvd\",\"name\":\"t1_c0299zw\",\"parent_id\":\"t1_c2zwwv\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":2},{\"archived\":true,\"author\":\"morner\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Probably from watching Snow White too often.\",\"controversiality\":0,\"created_utc\":\"1192458242\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zx\",\"link_id\":\"t3_5ybjp\",\"name\":\"t1_c0299zx\",\"parent_id\":\"t1_c0299xi\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"raedix\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They don't care when someone on the right is wrong... only when someone on the right is SHOWN to be wrong... there is a very important distinction.\",\"controversiality\":0,\"created_utc\":\"1192458246\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zy\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c0299zy\",\"parent_id\":\"t1_c0299pd\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"WerewolvesRancheros\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"And here's her pic:\\nhttp:\\/\\/www.foxnews.com\\/story\\/0,2933,219138,00.html\\n\\nOh alcohol, is there nothing you can't do?\",\"controversiality\":0,\"created_utc\":\"1192458252\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c0299zz\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c0299zz\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"alexgreen\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Safari support is broken. Can't login and can't show comments hidden by threshold. \\n\\nEdit: Seems to be working on safari on another box.\",\"controversiality\":0,\"created_utc\":\"1192458259\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a00\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a00\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zmigliozzi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Who still has yet to be impeached...\",\"controversiality\":0,\"created_utc\":\"1192458262\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a01\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c029a01\",\"parent_id\":\"t1_c2ztx9\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":2},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah, but it makes the original Fry post that much more special.\",\"controversiality\":0,\"created_utc\":\"1192458292\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a02\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c029a02\",\"parent_id\":\"t1_c0299yy\",\"retrieved_on\":1427426400,\"score\":52,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":52},{\"archived\":true,\"author\":\"neat_stuff\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Is that a new feature? I don't think you ever had to actually read an article to vote on it.\",\"controversiality\":0,\"created_utc\":\"1192458299\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a03\",\"link_id\":\"t3_5ybp7\",\"name\":\"t1_c029a03\",\"parent_id\":\"t3_5ybp7\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"toilnaa\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Teach your child to enjoy the pleasure of poetry. Give them a head start in understanding the world of literature to come. Find out some basic, easy ways to introduce your child to poetry. \",\"controversiality\":0,\"created_utc\":\"1192458306\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a04\",\"link_id\":\"t3_5ybpy\",\"name\":\"t1_c029a04\",\"parent_id\":\"t3_5ybpy\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jerf\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think this deserves some serious examination.\\n\\nOne of the interesting things about extracting your DB access out to JSON over HTTP is that you can later then exchange something else that does JSON over HTTP that perhaps isn't an SQL database. Or, perhaps best of all, you can easily mix and match, once you're no longer tied to being on a \\\"SQL database connection\\\".\\n\\nWhich is making interesting wheels spin in my mind.\",\"controversiality\":0,\"created_utc\":\"1192458319\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a05\",\"link_id\":\"t3_5ybaa\",\"name\":\"t1_c029a05\",\"parent_id\":\"t3_5ybaa\",\"retrieved_on\":1427426400,\"score\":8,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":8},{\"archived\":true,\"author\":\"dghughes\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" It's not just religion it's only the Christian religion and it's not all types of Christian sects it's probably just whatever sect of Christianity most Texans are.\\n\\n It would be fun to see the State start demanding these fundamentalist kids sit through a Muslim, Buddhist or even an Native American prayer and see what their reaction would be.\",\"controversiality\":0,\"created_utc\":\"1192458323\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a06\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c029a06\",\"parent_id\":\"t3_5yba5\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458329\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a07\",\"link_id\":\"t3_5ybpz\",\"name\":\"t1_c029a07\",\"parent_id\":\"t3_5ybpz\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"primary0\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"pls take it down again. i was enjoying IRC for a while :P\",\"controversiality\":0,\"created_utc\":\"1192458333\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a08\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a08\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426400,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"nathanj\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; But, in 1980, it was clear that *slower* C made more sense than\\r\\n*faster* assembly. In 2007, the C clan doesn't see that slower *insert your\\r\\nfave* makes more sense than faster C.\\r\\n\\r\\nGoing from assembly to C is a huge difference. Not only is the code much easier to read, write and debug, it also makes the code portable.\\r\\n\\r\\nGoing from C to a higher level language does not make as large a difference.\",\"controversiality\":0,\"created_utc\":\"1192458335\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a09\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c029a09\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426400,\"score\":22,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":22},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm still trying to come to the realization that I just upmodded a shiner_man comment. :)\\n\\nThere's no question that some people are not fit to be parents. The question is: what can we, as a society, do about it that doesn't create an even worse situation? \\n\\nI'm not asking rhetorically - I really don't know.\",\"controversiality\":0,\"created_utc\":\"1192458343\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0a\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a0a\",\"parent_id\":\"t1_c0299lk\",\"retrieved_on\":1427426400,\"score\":30,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":30},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Your argument would hold up if Gore was actually right. That's the problem.\\n\\nHe's taken a very debatable issue and asserted that one side is the truth and that's that. Not only is this dishonest but it's disgusting considering this is just a political maneuver for him.\",\"controversiality\":0,\"created_utc\":\"1192458344\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0b\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a0b\",\"parent_id\":\"t1_c0299pd\",\"retrieved_on\":1427426400,\"score\":-11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-11},{\"archived\":true,\"author\":\"dizzle67\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"this is the first time i've heard of time cube. whether the theory of a time cube is true or not is irrelavent. \\\"the smartest human\\\" may also be the most bat shit crazy.\",\"controversiality\":0,\"created_utc\":\"1192458362\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0c\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c029a0c\",\"parent_id\":\"t1_c0299sr\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"ubuntuedgy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I don't know all the particulars of the sex shop case in Alabama, but I do know that I don't want a sex shop near my house.\\n\\nI am a guy. I like sex (duh!). A lot! But I also don't need my 11 year old daughter seeing 12' dildoes in advertisements on the way to school.\\n\\nThis happens to go beyond federal protection, if I am getting the meat of the argument correctly (and I may not be), and may be one of those things where a community decides what is best for their area. I am willing to look at your links to see what the full content of the story is. I am not familiar with it. But I stand by my argument that no one, and I mean no one, has a right to advertise 12' dildoes to my 11 year old daughter. Call me old fashioned...\\n\\nEdit: No, not even 5' dildoes!...or smaller.\",\"controversiality\":0,\"created_utc\":\"1192458375\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0d\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c029a0d\",\"parent_id\":\"t1_c0299ki\",\"retrieved_on\":1427426400,\"score\":-12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-12},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Admit it: how many of you nerds just ran \\\"wc -c\\\" to check?\",\"controversiality\":0,\"created_utc\":\"1192458379\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0e\",\"link_id\":\"t3_5ybod\",\"name\":\"t1_c029a0e\",\"parent_id\":\"t3_5ybod\",\"retrieved_on\":1427426400,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"erikmack\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I'm learning C now. But I have a happy day job using Java\\/.NET technologies. I don't tell my co-workers, because they would think I was as crazy as this post says I am. Why am I learning C? Why would anyone use C?\\n\\n1. To better understand how memory is used. If you saw some of the code I see daily, it's clear that your average coder has no idea, for example, why in Java to use a StringBuffer instead of + for joining strings.\\n\\n2. Like it or not, it will be around forever. A friend of mine writes video codecs, entirely in C, then optimizes in assembler. For this task there's no better tool. Also, the Linux kernel, and in fact a good part of all Linux programs are written in C. And, as the poster points out, all language runtimes and OS'es are written in C or C++.\\n\\n3. Does memory footprint matter? If virtualization is the future, then memory footprint matters more than ever. A virtualized server won't have 2G of RAM (no Vista here!), but closer to 128\\/256M.\\n\\n4. OOP is not so special that it renders all other technologies obsolete (and this from a Java\\/.NET programmer!) Good use of design patterns (Strategy, etc.) often involves replacing inheritance with composition. In real-life OOP, it's rare to see useful inheritance more than two levels away from Object (outside of maybe UI toolkit code). Anyway, inheritance can be simulated easily enough in C, for those moments when inheritance would be really helpful.\\n\\nThat's why I'm learning C.\",\"controversiality\":0,\"created_utc\":\"1192458391\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0f\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c029a0f\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426400,\"score\":82,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":82},{\"archived\":true,\"author\":\"micje\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"You could talk about programming all day, or you could just do it! \\n\\nCome on, this is a clean problem, and it's no fizzbuzz either. \\nCan you solve it with monads, callcc's or neither?\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192458393\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0g\",\"link_id\":\"t3_5ybp6\",\"name\":\"t1_c029a0g\",\"parent_id\":\"t3_5ybp6\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"JakeShadee\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Great list of resources for us lazy developer that don't like to go looking around.\",\"controversiality\":0,\"created_utc\":\"1192458403\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0h\",\"link_id\":\"t3_5ybij\",\"name\":\"t1_c029a0h\",\"parent_id\":\"t3_5ybij\",\"retrieved_on\":1427426400,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":-2},{\"archived\":true,\"author\":\"lumpy1981\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Its a good idea in theory, I mean we make people get a liscense to marry and drive, etc.\\r\\n\\r\\nHowever, if you were to do that what would happen to people who just had sex they did so unprotected and are now having a baby? \\r\\n\\r\\nIn a country where people argue over whether abortion should even be legal, do you think mandatory abortion would be tolerated, or madatory adoption?\\r\\n\\r\\nThat is all against what this country is supposedly about.\",\"controversiality\":0,\"created_utc\":\"1192458437\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0i\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a0i\",\"parent_id\":\"t1_c0299vx\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"primary0\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i remember something about armpit sex in #reddit on IRC :S\",\"controversiality\":0,\"created_utc\":\"1192458442\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0j\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a0j\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"CarlH\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Amazing! This guy perfectly predicted 9\\/11 months before it happened! His prediction was only missing a few very minor details, such as:\\n\\n1. When it would happen.\\n2. How it would happen.\\n3. Where it would happen.\\n4. With what means it would happen.\\n5. What would happen.\\n\\nBut hey, other than that -- great prediction!\",\"controversiality\":0,\"created_utc\":\"1192458447\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0k\",\"link_id\":\"t3_5ybji\",\"name\":\"t1_c029a0k\",\"parent_id\":\"t3_5ybji\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"strax\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I didn't have to register, I clicked the link and got straight to the article. No 404, no login request, just the article.\",\"controversiality\":0,\"created_utc\":\"1192458461\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0l\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c029a0l\",\"parent_id\":\"t1_c0299pq\",\"retrieved_on\":1427426400,\"score\":7,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":7},{\"archived\":true,\"author\":\"McHoff\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Because I'll be out of a job! I don't know C# or Java, and no one is hiring for Python, Scheme, Lua or Erlang.\",\"controversiality\":0,\"created_utc\":\"1192458469\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0m\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c029a0m\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426400,\"score\":20,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":20},{\"archived\":true,\"author\":\"spez\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"nah, putting them here is easier for me, atm.\",\"controversiality\":0,\"created_utc\":\"1192458485\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0n\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a0n\",\"parent_id\":\"t1_c0299zg\",\"retrieved_on\":1427426400,\"score\":9,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":9},{\"archived\":true,\"author\":\"frogking\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Please clarify for me, why I would want my entire country depended on electricity from a production plant owned and controlled by the United States of America?\\n\\nEven as a US Citizen, it wouldn't make any sense..\",\"controversiality\":0,\"created_utc\":\"1192458495\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0o\",\"link_id\":\"t3_5ybfl\",\"name\":\"t1_c029a0o\",\"parent_id\":\"t3_5ybfl\",\"retrieved_on\":1427426400,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"casaubon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Agreed. The graphic is NOT helpful.\",\"controversiality\":0,\"created_utc\":\"1192458496\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0p\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c029a0p\",\"parent_id\":\"t1_c0299sr\",\"retrieved_on\":1427426400,\"score\":11,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":11},{\"archived\":true,\"author\":\"socks\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This happened to me with Safari, and IE simply crashed. Choosing to email the password didn't work (service perhaps not up yet). Using Firefox, after deleting cookies, worked.\",\"controversiality\":0,\"created_utc\":\"1192458501\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0q\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a0q\",\"parent_id\":\"t1_c0299qy\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"theapolloproject\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"just another boring attention grabbing speech from that jackass. can we stop hanging on his every word already?\",\"controversiality\":0,\"created_utc\":\"1192458511\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0r\",\"link_id\":\"t3_5ybi5\",\"name\":\"t1_c029a0r\",\"parent_id\":\"t3_5ybi5\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"anon10000\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Pretty hilarious\",\"controversiality\":0,\"created_utc\":\"1192458511\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0s\",\"link_id\":\"t3_5ybpc\",\"name\":\"t1_c029a0s\",\"parent_id\":\"t3_5ybpc\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"dghughes\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I played Halo 3 but then the freakin Halo servers went down, coincidence? I think not! ;) \",\"controversiality\":0,\"created_utc\":\"1192458513\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0t\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a0t\",\"parent_id\":\"t1_c0299j3\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"jbiz\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Science and Civil Liberties: Sold Out Since 2002\",\"controversiality\":0,\"created_utc\":\"1192458517\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0u\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a0u\",\"parent_id\":\"t1_c0299ug\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"duus\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"the conservative posts here are GREAT! shiner_man writes: \\\"For starters, the fact that Gore is using Global Warming as a political football. Whether people like it or not the jury is still out on Global Warming.\\\" \\n\\nAWESOME!\\n\\ndetokal writes: \\\"The 1000s of scientists who claim anything other than the Gospel of Gore is cut off from research grants, publication, and promotions.\\n\\nScience has been sold out to further a deeper agenda that expands government control into the cars we drive, energy we use and products we buy. Global warming and Algore may be frauds but the results of their crusade are very real.\\\"\\n\\nKICK ASS!\\n\\nYou guys are GREAT! Every time I see a level-headed comment from people on the right, and think, just for a moment, that they might have something to offer, these kind of KICK ASS comments appear and remind me of what the right really is: COMPLETELY AND TOTALLY AWESOME! \\n\\nTake charge, guys! Kick ass! Go for it! rah rah rah! Yeah! USA USA USA! woo-hoo!\\n\\nEDIT: USA! USA! USA!\\n\\nEdit2: okay, i'm sorry that i pissed people off with this admittedly snotty comment. It was an expression of frustration. There's consensus--a real, genuine, scientific consensus--that global warming is real and that we're a major cause and that we can do something about it. And it's true--really, genuinely true--that Gore has bought carbon offsets for his house that uses all that electricity. When should the debate stop and we move toward action? My feeling is \\\"now, before it's too late.\\\" But nothing is actually happening about it. There's talk, but no action, not yet. There wasn't this concern about healthy debate before the invasion of Iraq. There wasn't this concern about healthy debate about the resolution of the 2000 election. Then it was action, action, action, no time for debate. No time for discussion. Hence my sceptism. And snottiness. oh yeah, and: USA! USA! USA!\",\"controversiality\":0,\"created_utc\":\"1192458525\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0v\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a0v\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426400,\"score\":71,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":71},{\"archived\":true,\"author\":\"primary0\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"first treehugger and now this. hmmm. cool actually! there is hope for websites\\/bloggers to start innovative blogs\\/websites.\",\"controversiality\":0,\"created_utc\":\"1192458525\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0w\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c029a0w\",\"parent_id\":\"t3_5yba2\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"HappyOne\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This article provides great insite into women.. even if they won't admit these things are true\",\"controversiality\":0,\"created_utc\":\"1192458536\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0x\",\"link_id\":\"t3_2zma8\",\"name\":\"t1_c029a0x\",\"parent_id\":\"t3_2zma8\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"mrsample\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"agreed. \",\"controversiality\":0,\"created_utc\":\"1192458542\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0y\",\"link_id\":\"t3_5ybi5\",\"name\":\"t1_c029a0y\",\"parent_id\":\"t3_5ybi5\",\"retrieved_on\":1427426400,\"score\":0,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":0},{\"archived\":true,\"author\":\"halcyon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Posted about thousand times already.\\n\\nPeople, do use the search.\\n\",\"controversiality\":0,\"created_utc\":\"1192458555\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a0z\",\"link_id\":\"t3_5ybq6\",\"name\":\"t1_c029a0z\",\"parent_id\":\"t3_5ybq6\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"hhh333\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Makes sens in some way, I think that the fact that we don't fully understand the Planck scale effect is the first clue that we are missing important things in our time theories.\",\"controversiality\":0,\"created_utc\":\"1192458560\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a10\",\"link_id\":\"t3_5ybbm\",\"name\":\"t1_c029a10\",\"parent_id\":\"t3_5ybbm\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"Shaper_pmp\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Given we're talking about the American school system, no.\\n\\nI'd say it's more down to slavery, ghetto-isation and a lack of political power to effect change.\\n\\nMy point (and the one we were discussing) was that enforced *racial* segregation in schools has ended.\\n\\nSidhale then brought up the issue of *economic* segregation (rich kids attend rich schools and get the best opportunities, poor kids rot), but I pointed out that this wasn't the debate we were having.\\n\\nSure, many black families are poor, but that doesn't mean they're being kept out of \\\"good\\\" schools because they're black - it's because they're poor.\\n\\nIf a poor black family hit it rich and wanted to move to a \\\"good\\\" area and put their kids through a \\\"good\\\" school, nobody's going to arrest them, run them out of town or lynch them simply because they're black.\\n\\nSo there's a *correlation* between ethnicity and wealth, and our society still discriminates based on wealth (welcome to capitalism!)... but that's completely different (and requires a completely different approach) to discriminating on race.\\n\\nThis is all *in* the above thread, and seems pretty clear to me... &lt;:-\\/\",\"controversiality\":0,\"created_utc\":\"1192458572\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a11\",\"link_id\":\"t3_2yp1a\",\"name\":\"t1_c029a11\",\"parent_id\":\"t1_c2zkru\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"It's not like there's an admission exam.\",\"controversiality\":0,\"created_utc\":\"1192458577\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a12\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a12\",\"parent_id\":\"t1_c0299qb\",\"retrieved_on\":1427426400,\"score\":14,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":14},{\"archived\":true,\"author\":\"shiner_man\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;The question is: what can we, as a society, do about it that doesn't create an even worse situation?\\n\\nYou hit the nail on the head there. That's the issue. When it comes to meddling in such a primitive right it gets scary and you know all the big ugly words would start to come out (fascism etc.)\\n\\nP.S. You are selling out your base if you upmod me. This all just a ploy Karl Rove taught me to get on the good side of people on reddit. Then, one day, bam! I'm listening in on your phone conversations sans warrant. : )\",\"controversiality\":0,\"created_utc\":\"1192458583\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a13\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a13\",\"parent_id\":\"t1_c029a0a\",\"retrieved_on\":1427426400,\"score\":25,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":25},{\"archived\":true,\"author\":\"beedogs\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"i actively searched for a new community. not finding any, i made my own!! reddit totally jumped the shark lololol!\",\"controversiality\":0,\"created_utc\":\"1192458587\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a14\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a14\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"diatribal2\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"HEALTHIER\",\"controversiality\":0,\"created_utc\":\"1192458594\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a15\",\"link_id\":\"t3_5ybp2\",\"name\":\"t1_c029a15\",\"parent_id\":\"t3_5ybp2\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458596\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a16\",\"link_id\":\"t3_5ybpt\",\"name\":\"t1_c029a16\",\"parent_id\":\"t3_5ybpt\",\"retrieved_on\":1427426400,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"christianjb\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"This is a superb idea.\\n\\nPeak oil might provide the economic incentive for us to start this project in the next couple of decades. \\n\\nI just can't see a drawback. It'll be difficult, but the financial gains are going to be so great that it'll be more than worth it.\",\"controversiality\":0,\"created_utc\":\"1192458597\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a17\",\"link_id\":\"t3_5ybfl\",\"name\":\"t1_c029a17\",\"parent_id\":\"t3_5ybfl\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"Nikola_S\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"A word of advice: next time you are changing scripts, append ?whatever to their URLs in the header. This will make things work seamlessly for people who don't know or don't remember to force refresh (and from the comments, you see that there are such users).\",\"controversiality\":0,\"created_utc\":\"1192458617\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a18\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a18\",\"parent_id\":\"t1_c0299ey\",\"retrieved_on\":1427426400,\"score\":28,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":28},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I created a bot that picks up quotes from [Wikiquote](http:\\/\\/en.wikiquote.org\\/), mixes them with some pre-defined phrases and posts them to Reddit as comments.\",\"controversiality\":0,\"created_utc\":\"1192458632\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a19\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a19\",\"parent_id\":\"t3_5ybc8\",\"retrieved_on\":1427426400,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"boa13\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Reloading the page (or maybe forcing a reload, I tried both) worked for me.\",\"controversiality\":0,\"created_utc\":\"1192458634\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1a\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1a\",\"parent_id\":\"t1_c0299xv\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"zmigliozzi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Ya, I just look and laugh. So what about that long term drought that caused the lush area what is now called the Sahara desert from? Global Warming too? Or is that different. \\n\\nThe Earth is not a static climate. But hey once the world catches on fire and we all start mutating I'll shut up, but until then, keep trying to convince me that burning of fossil fuels has a significant effect on our climate.\",\"controversiality\":0,\"created_utc\":\"1192458646\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1b\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c029a1b\",\"parent_id\":\"t1_c2ztf9\",\"retrieved_on\":1427426400,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"carny666\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Colbert rules!\",\"controversiality\":0,\"created_utc\":\"1192458651\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1c\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c029a1c\",\"parent_id\":\"t3_5ybcc\",\"retrieved_on\":1427426400,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-2},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yeah cause he was REAL hilarious when the Daily Show was fixing news that broke...\",\"controversiality\":0,\"created_utc\":\"1192458655\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1d\",\"link_id\":\"t3_5ybi4\",\"name\":\"t1_c029a1d\",\"parent_id\":\"t3_5ybi4\",\"retrieved_on\":1427426400,\"score\":-4,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-4},{\"archived\":true,\"author\":\"lumpy1981\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yes, it is a problem of complexity. It makes sense and is easy to implement laws for people to gain liscenses for operating certain kinds of machinery.\\r\\n\\r\\nHowever, when it comes to people and their worth and capabilities it is extremely difficult and complex to determine who should or shouldn't breed.\",\"controversiality\":0,\"created_utc\":\"1192458670\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1e\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a1e\",\"parent_id\":\"t1_c0299tc\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"diamond\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Whenever I click on a headline, it gives me the beat-up alien and the \\\"the page you requested does not exist\\\". Anyone else having this problem?\\n\\nI'm running FF 2.0.0.6 on Ubuntu Edgy.\",\"controversiality\":0,\"created_utc\":\"1192458671\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1f\",\"link_id\":\"t3_5ybqe\",\"name\":\"t1_c029a1f\",\"parent_id\":\"t3_5ybqe\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"spez\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yes, we forgot this time.\",\"controversiality\":0,\"created_utc\":\"1192458674\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1g\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1g\",\"parent_id\":\"t1_c029a18\",\"retrieved_on\":1427426400,\"score\":27,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":27},{\"archived\":true,\"author\":\"derekg\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"it is part of a production setup. it has worked out rather well so far.\",\"controversiality\":0,\"created_utc\":\"1192458691\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1h\",\"link_id\":\"t3_5ybaa\",\"name\":\"t1_c029a1h\",\"parent_id\":\"t1_c0299ru\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"boa13\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Wasn't this already the case?\",\"controversiality\":0,\"created_utc\":\"1192458697\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1i\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1i\",\"parent_id\":\"t1_c0299z5\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"maxwellhill\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Submissions with net -ve points shown as zeros e.g.\\r\\n \\r\\nhttp:\\/\\/reddit.com\\/info\\/5ybb5\\/details\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192458714\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1j\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1j\",\"parent_id\":\"t3_5ybb9\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"xftwitch\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"The sad thing is: Someone, somewhere thinks this is a good solution.\",\"controversiality\":0,\"created_utc\":\"1192458718\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1k\",\"link_id\":\"t3_5ybe1\",\"name\":\"t1_c029a1k\",\"parent_id\":\"t3_5ybe1\",\"retrieved_on\":1427426400,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458719\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1l\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c029a1l\",\"parent_id\":\"t1_c0299he\",\"retrieved_on\":1427426400,\"score\":10,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":10},{\"archived\":true,\"author\":\"HeywoodJablowme\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Too bad she didn't have twins. That would have been pretty damn cool.\",\"controversiality\":0,\"created_utc\":\"1192458723\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1m\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a1m\",\"parent_id\":\"t3_5ybds\",\"retrieved_on\":1427426400,\"score\":12,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":12},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"WAKE UP SHEEPLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\",\"controversiality\":0,\"created_utc\":\"1192458726\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1n\",\"link_id\":\"t3_5ybq8\",\"name\":\"t1_c029a1n\",\"parent_id\":\"t3_5ybq8\",\"retrieved_on\":1427426400,\"score\":-2,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-2},{\"archived\":true,\"author\":\"duus\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"'we're presented with a false choice of \\\"doing nothing\\\" and \\\"solving\\\" the problem -- when in fact the issue is how to solve it best.'\\n\\nThat's wrong. The issue is that there are still powerful forces at work trying to keep us doing nothing. Many people on the right would disagree with the claim that \\\"we all agree Global Warming is real and a problem, we just don't agree with how to solve it.\\\" Scroll through comments on this webpage for rightists who would disagree with that claim.\",\"controversiality\":0,\"created_utc\":\"1192458732\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1o\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a1o\",\"parent_id\":\"t1_c0299ui\",\"retrieved_on\":1427426400,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"boa13\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Worked for me, after many attempts (being unsure of which password I had used for Reddit didn't make it any easier. ;))\",\"controversiality\":0,\"created_utc\":\"1192458750\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1p\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1p\",\"parent_id\":\"t1_c0299z4\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"zmigliozzi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Damn those who down-mod the truth.\",\"controversiality\":0,\"created_utc\":\"1192458755\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1q\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c029a1q\",\"parent_id\":\"t1_c2zu9e\",\"retrieved_on\":1427426400,\"score\":0,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":0},{\"archived\":true,\"author\":\"oditogre\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" &gt;relying on beta users, as opposed to a professional QA team, is silly.\\n\\nTo a degree. With most shrinkwrap type software, that's very true, but for something where you've got a metric ass-ton of users hitting a single server (or small group of servers acting like one server, whatever), even the best QA team can't effectively simulate what's going to happen when you go live. Funny things happen when gobs of people with varying levels of experience and varying 'styles' of using the software all hammer a server at once.\\n\\n\\\\*Edit: Testing something I think I just noticed real quick.... http:\\/\\/jjjjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj.com \\n\\nMWAHAHA! It worked...no more long comments \\/ URL's screwballing page width! Awesome fix!\",\"controversiality\":0,\"created_utc\":\"1192458766\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1r\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1r\",\"parent_id\":\"t1_c0299nm\",\"retrieved_on\":1427426400,\"score\":24,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":24},{\"archived\":true,\"author\":\"nevinera\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt;`[...] inefficient abstracted programming models where two years down the road \\nyou notice that some abstraction wasn't very efficient, but now all your code\\ndepends on all the nice object models around it, and you cannot fix it without\\nrewriting your app.'\\n\\n&gt;This guy doesn't seem to know that the point of classes in OOP is so they can be\\nreplaced without any effect on any other parts.\\n\\nI'm pretty sure that he was complaining that people don't encapsulate *enough*. And that c++ encourages that.\",\"controversiality\":0,\"created_utc\":\"1192458768\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1s\",\"link_id\":\"t3_5ybcs\",\"name\":\"t1_c029a1s\",\"parent_id\":\"t3_5ybcs\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":3},{\"archived\":true,\"author\":\"blaze4metal\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Yet they seem to be immune to their own annoying tendencies to use 9\\/11 every chance they can get.\",\"controversiality\":0,\"created_utc\":\"1192458780\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1t\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a1t\",\"parent_id\":\"t1_c0299u4\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"lumpy1981\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Its not, but at the same time it is.\",\"controversiality\":0,\"created_utc\":\"1192458784\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1u\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a1u\",\"parent_id\":\"t1_c0299sq\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"devmode\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I think it would be funnier to let you continue through life talking about 12 foot dildos than to correct you.\",\"controversiality\":0,\"created_utc\":\"1192458785\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1v\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c029a1v\",\"parent_id\":\"t1_c029a0d\",\"retrieved_on\":1427426400,\"score\":24,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":24},{\"archived\":true,\"author\":\"JUSTREDD\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Hope!\",\"controversiality\":0,\"created_utc\":\"1192458789\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1w\",\"link_id\":\"t3_5ybig\",\"name\":\"t1_c029a1w\",\"parent_id\":\"t3_5ybig\",\"retrieved_on\":1427426400,\"score\":-1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-1},{\"archived\":true,\"author\":\"raldi\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nope. For example, someone could spam you with 25 private messages and you would lose any other private messages you may have gotten before then.\",\"controversiality\":0,\"created_utc\":\"1192458789\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1x\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a1x\",\"parent_id\":\"t1_c029a1i\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"rubenshakkamacher\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"They get them the same way everyday, ordinary people get \\\"gossip\\\": they know people who are higher up, and those people confide in things they technically shouldn't in oblique ways so as to protect themselves from said \\\"gossip\\\".\\n\\nNot that this would qualify as political \\\"gossip\\\" IMO. Sounds about right....\\n\\n\",\"controversiality\":0,\"created_utc\":\"1192458791\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1y\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c029a1y\",\"parent_id\":\"t1_c0299y7\",\"retrieved_on\":1427426400,\"score\":4,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":4},{\"archived\":true,\"author\":\"joe_archer\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"pr0n for girls?...I'm intrigued\",\"controversiality\":0,\"created_utc\":\"1192458801\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a1z\",\"link_id\":\"t3_5ybc8\",\"name\":\"t1_c029a1z\",\"parent_id\":\"t1_c0299r6\",\"retrieved_on\":1427426400,\"score\":2,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":2},{\"archived\":true,\"author\":\"ubuntuedgy\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Debatable issue? I am not going to spend 5 minutes on this. *YOU* go look up pictures of the antarctic over the past 20 years. The satellites do not lie. *YOU* go look up the glaciers (with the exception of maybe 10% of the worlds glaciers) that are receding yearly.\\n\\nMan, there is politics, and there there is down-in-the-mud, God-given, use-your-brain, fucking common sense.\\n\\nI don't like Gore. Never have. But 75% of what he is saying is concrete true. If you argue against it, you are a complete, uneducated, moron.\",\"controversiality\":0,\"created_utc\":\"1192458809\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a20\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a20\",\"parent_id\":\"t1_c029a0b\",\"retrieved_on\":1427426400,\"score\":18,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":18},{\"archived\":true,\"author\":\"Omikron\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"I doubt it, also from what I can tell most military leaders fucking hate Bush, they just don't speak up until they retire, because they are spineless idiots, more concerned with their jobs than doing what's right. So I can't imagine to many of them would follow Bush down the road of country wide martial law it just would not happen.\",\"controversiality\":0,\"created_utc\":\"1192458811\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a21\",\"link_id\":\"t3_5ybfg\",\"name\":\"t1_c029a21\",\"parent_id\":\"t3_5ybfg\",\"retrieved_on\":1427426400,\"score\":-7,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":-7},{\"archived\":true,\"author\":\"miero\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"but amount of methane emitted by vegetarians is probably much less than methane emitted by meateaters combined with methane emitted by eaten animals\",\"controversiality\":0,\"created_utc\":\"1192458811\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a22\",\"link_id\":\"t3_5ybei\",\"name\":\"t1_c029a22\",\"parent_id\":\"t3_5ybei\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"irishredneck1983\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"What drives me insane is that Gore preaches incessantly about how everyone should lower their eco-footprint, when he personally wastes a tremendous amount of energy:\\r\\n\\r\\nhttp:\\/\\/www.cnsnews.com\\/ViewCulture.asp?Page=\\/Culture\\/archive\\/200702\\/CUL20070227c.html%20\\r\\n\",\"controversiality\":0,\"created_utc\":\"1192458829\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a23\",\"link_id\":\"t3_5ybes\",\"name\":\"t1_c029a23\",\"parent_id\":\"t3_5ybes\",\"retrieved_on\":1427426400,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" You submitted 11 stories in 39 minutes. For some reason you live to spam Reddit with stories. Yours got downmodded, mine got downmodded. Get over it and stop whining. \\n\\nEdit: HAHAHA qgyh2 deleted his post. You're submitting everything from 'sexy german girls' to Freedom to Fascism, like it's brand spanking new or something. What's your deal? What do you get out of submitting so much garbage? Crap, I get my single submission downmodded, even though it is an important story about an atlanta cop shooting at people and getting put in jail for it, and you're whining about your porn spam getting downmodded. Screw off. \",\"controversiality\":0,\"created_utc\":\"1192458830\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a24\",\"link_id\":\"t3_5ybpt\",\"name\":\"t1_c029a24\",\"parent_id\":\"t3_5ybpt\",\"retrieved_on\":1427426400,\"score\":8,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":8},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458837\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a25\",\"link_id\":\"t3_2zswb\",\"name\":\"t1_c029a25\",\"parent_id\":\"t1_c2zvgk\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"politics\",\"subreddit_id\":\"t5_2cneq\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" Anyone who can (and I realise there are some that can\\u2019t), should vote with their $wallets$ not their technology and change ISP\\u2019s to one that doesn\\u2019t throttle.\\n\\n I love my new ISP, no throttling, no caps, and it\\u2019s even a bit cheaper than the big telcos\\/cable company's. (It\\u2019s Distributel.net FWIW, for Canadians)\\n\\nSeriously, caps are sort of acceptable (your buying bandwidth), but what I do with my fucken bandwidth is NONE OF THEIR BUSINESS. Fuck Rogers.\",\"controversiality\":0,\"created_utc\":\"1192458843\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a26\",\"link_id\":\"t3_5ybig\",\"name\":\"t1_c029a26\",\"parent_id\":\"t3_5ybig\",\"retrieved_on\":1427426400,\"score\":3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":3},{\"archived\":true,\"author\":\"E3K\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"How Stuff Works is my guiltiest pleasure. A fascinating show.\",\"controversiality\":0,\"created_utc\":\"1192458851\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a27\",\"link_id\":\"t3_5yba2\",\"name\":\"t1_c029a27\",\"parent_id\":\"t3_5yba2\",\"retrieved_on\":1427426400,\"score\":6,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":6},{\"archived\":true,\"author\":\"dalmuti\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"By the great beard of Odin, no!\\n\\nYou know as soon as some Wiccan, or god forbid, a Cath-O-Lic tries to speak out at a public function, the mob's going to show up with torches and pitchforks.\",\"controversiality\":0,\"created_utc\":\"1192458863\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a28\",\"link_id\":\"t3_5yba5\",\"name\":\"t1_c029a28\",\"parent_id\":\"t1_c0299yo\",\"retrieved_on\":1427426400,\"score\":23,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":23},{\"archived\":true,\"author\":\"jaybal\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Test article\",\"controversiality\":0,\"created_utc\":\"1192458871\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a29\",\"link_id\":\"t3_5ybqu\",\"name\":\"t1_c029a29\",\"parent_id\":\"t3_5ybqu\",\"retrieved_on\":1427426400,\"score\":-3,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":-3},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"&gt; From bash.org\\r\\n\\r\\nFrank Zappa wrote for bash.org?\\r\\n\\r\\n&gt; \\\"The problem with the world is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?\\\"\",\"controversiality\":0,\"created_utc\":\"1192458874\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2a\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a2a\",\"parent_id\":\"t1_c0299o6\",\"retrieved_on\":1427426400,\"score\":33,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":33},{\"archived\":true,\"author\":\"ABentSpoon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"oh i want to try\",\"controversiality\":0,\"created_utc\":\"1192458883\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2b\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c029a2b\",\"parent_id\":\"t1_c0299g4\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Let's not use the words \\\"Bush\\\" and \\\"Hitler\\\" in the same sentence, since this is not poetry, and therefore we do not need any tautology. Ali Khamenei was to the point when he said ''What makes Bush different from Hitler? He commits crimes in Guantanamo and Abu Ghraib prisons. With all these crimes, they still behave like bullying claimants. They get angry once they see an independent nation.''\",\"controversiality\":0,\"created_utc\":\"1192458887\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2c\",\"link_id\":\"t3_5ybb9\",\"name\":\"t1_c029a2c\",\"parent_id\":\"t1_c0299wd\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"anon10000\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"absurd web 2.0 startups\",\"controversiality\":0,\"created_utc\":\"1192458892\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2d\",\"link_id\":\"t3_5ybqt\",\"name\":\"t1_c029a2d\",\"parent_id\":\"t3_5ybqt\",\"retrieved_on\":1427426400,\"score\":1,\"score_hidden\":false,\"subreddit\":\"programming\",\"subreddit_id\":\"t5_2fwo\",\"ups\":1},{\"archived\":true,\"author\":\"theeth\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Subdual damage.\",\"controversiality\":0,\"created_utc\":\"1192458909\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2e\",\"link_id\":\"t3_5ybds\",\"name\":\"t1_c029a2e\",\"parent_id\":\"t1_c0299lo\",\"retrieved_on\":1427426400,\"score\":5,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":5},{\"archived\":true,\"author\":\"rubenshakkamacher\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\" I love Colbert for being the first person to actually stand up to the president and ask real questions (seems everyone has forgotten his \\\"Gonads of Titanium\\\" press dinner performance), but the best thing about this article is:\\n\\n\\u201cDick Cheney\\u2019s fondest pipe dream is driving a bulldozer into The New York Times while drinking crude oil out of Keith Olbermann\\u2019s skull.\\u201d \",\"controversiality\":0,\"created_utc\":\"1192458921\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2f\",\"link_id\":\"t3_5ybcc\",\"name\":\"t1_c029a2f\",\"parent_id\":\"t1_c0299te\",\"retrieved_on\":1427426399,\"score\":50,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":50},{\"archived\":true,\"author\":\"ABentSpoon\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"Nice.\\n\\nNow they just need to have comments refresh in real time.\",\"controversiality\":0,\"created_utc\":\"1192458928\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2g\",\"link_id\":\"t3_5yba3\",\"name\":\"t1_c029a2g\",\"parent_id\":\"t1_c029a2b\",\"retrieved_on\":1427426399,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1},{\"archived\":true,\"author\":\"[deleted]\",\"author_flair_css_class\":null,\"author_flair_text\":null,\"body\":\"[deleted]\",\"controversiality\":0,\"created_utc\":\"1192458935\",\"distinguished\":null,\"downs\":0,\"edited\":false,\"gilded\":0,\"id\":\"c029a2h\",\"link_id\":\"t3_5ybah\",\"name\":\"t1_c029a2h\",\"parent_id\":\"t3_5ybah\",\"retrieved_on\":1427426399,\"score\":1,\"score_hidden\":false,\"subreddit\":\"reddit.com\",\"subreddit_id\":\"t5_6\",\"ups\":1}]);\n",
" do_tree(snapshot);\n",
"});"
],
"text/plain": [
"<IPython.core.display.Javascript object>"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import IPython\n",
"IPython.display.Javascript(\"\"\"\n",
"$.getScript('http://defiantjs.com/defiant.js/dist/defiant.min.js', function(){\n",
" window.snapshot = Defiant.getSnapshot(%s);\n",
" do_tree(snapshot);\n",
"});\"\"\"%df.iloc[:1000].to_json(orient='records'))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [Root]",
"language": "python",
"name": "Python [Root]"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment