Editing User:452

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
==Status==
 
==Status==
*18:30, 4 July 2015 (UTC) Off-line. I'm no longer running my script, as it's just finding fewer and fewer results, likely because there are fewer and fewer people adding new contentOthers are free to use my script.
+
I'm glad I had already updated the wiki today, because my browser just crashed and I lost my arrayThe fact that I've been keeping all ''unique'' data on the wiki means I can (mostly) rebuild my arrays and continue from where I left off.
  
;Phase 1.
+
*Progress: 22318 Permalinks found so far, containing 1391 unique pictures and 1828 unique captions in the feed alone, with 2174 unique captions in the feed and prompts combined
:Saving reasons, usernames and text only.   No images or permalinks IDs saved.
+
 
 +
<s>Edit: "ERR_CONNECTION_REFUSED". :(</s>
 +
:Apparently it was happening for everyone, back to normal. Resuming at 1 request per 30 seconds just in case.
 +
 
 +
Well, fuck.  I hit the 2mb page limit at 10217 [[1506:_xkcloud/Permalinks|Permalinks]].
 +
 
 +
After finding 17000 permalinks, my script has slowed down considerably, and is finding new content much less often.
 +
 
 +
;Phase 1. (Running)
 +
:Saving reasons, usernames and text only. No images or permalinks IDs have been saved.
 
*All usernames have been found
 
*All usernames have been found
 
*All reasons for data loss have been found
 
*All reasons for data loss have been found
 
*The overlap between feed and prompt text is over 95%
 
*The overlap between feed and prompt text is over 95%
  
;Phase 2.
+
;Phase 2. (Running)
 
:Saving permalink and images IDs
 
:Saving permalink and images IDs
 
*The image and text associated with permalinks never changes.
 
*The image and text associated with permalinks never changes.
 
(I probably should have been saving the permalinks this whole time.)
 
(I probably should have been saving the permalinks this whole time.)
 
===Count history===
 
*04-22: [25474] (unique: 2167) +80  /9
 
*04-21: [25396] (unique: 2158) +50  /4
 
*04-20: [25349] (unique: 2154) +60  /5
 
*04-19: [25281] (unique: 2149) +100 /3
 
*04-18: [25186] (unique: 2146) +100 /14
 
*04-17: [25046] (unique: 2132) +100 /7
 
*04-16: [24904] (unique: 2125) +200 /3
 
*04-15: [24727] (unique: 2122) +400 /15
 
*04-14: [24370] (unique: 2107) +500 /18
 
*04-13: [23886] (unique: 2089) +700 /13
 
*04-12: [23145] (unique: 2076) +800
 
*04-11: [22332]               
 
 
===Old status===
 
*<s>Edit: "ERR_CONNECTION_REFUSED". :(</s> - Apparently it was happening for everyone, back to normal. Resuming at 1 request per 30 seconds just in case.
 
*Well, fuck.  I hit the 2mb page limit at 10217 [[1506:_xkcloud/Table of Permalinks|Permalinks]].
 
*After finding 17000 permalinks, my script has slowed down considerably, and is finding new content much less often.
 
*I'm glad I had already updated the wiki today, because my browser just crashed and I lost my array.  The fact that I've been keeping all ''unique'' data on the wiki means I can (mostly) rebuild my arrays and continue from where I left off.
 
*Import functions implemented, all saved feed data reloaded, script running again. I am no longer monitoring "pick an image"/"pick a caption" overlap, as it was over 95% anyway, and I was only updating this page with the ''unique'' prompt/captions not found in the feed.
 
*Welp, I was being lazy and hadn't updated in a while, and my browser crashed, losing a day's results. Resuming with previously saving data... (Incidentally, the browser crash is unrelated to the script running.)
 
*As can be seen by looking at the changes to the counts as I update each day, there is new content much less often.  Less than 100 new feed entries per day. On average, one every 14 mins. My script checks every 30 seconds, and it has currently been 50 minutes since any new content was found. (As I was typing this, a new feed entry was found, so it was almost exactly 50 minutes.)
 
*For the last several days, no new prompt content has been found, and the only feed content which has been found is content which was previously found in the prompts.  Unfortunately, at the current rate of discovery, it will take until at least September to find feed ids for all known prompt content.
 
  
 
==Feed==
 
==Feed==
Line 69: Line 54:
 
*V3.1 "feed_ids" button now outputs a minimum table containing at least one of each image and caption.  (Cutting 20436 down to 2555)
 
*V3.1 "feed_ids" button now outputs a minimum table containing at least one of each image and caption.  (Cutting 20436 down to 2555)
 
*V3.2 Improved "minimum" to cut 2555 down to 2026
 
*V3.2 Improved "minimum" to cut 2555 down to 2026
*V4 Added ability to preload content into arrays, including feed_ids
+
*V3.3 Added ability to preload content into arrays (except feed_ids)
*V4.1 removed functions to compare "pick an image" and "pick a caption" prompts, merged separate prompt arrays, added functions to compare these to the feed instead.
 
*V4.2 saving new feedids to local storage, added restore() function to reload these.
 
  
 
  <nowiki>xkcd = {
 
  <nowiki>xkcd = {
Line 78: Line 61:
 
feed_posters        :[],
 
feed_posters        :[],
  
 +
prompt_album        :[],
 +
prompt_text        :[],
 
prompt_images      :[],
 
prompt_images      :[],
 
prompt_captions    :[],
 
prompt_captions    :[],
  
feed_table          :[], //dummy to create button
 
 
feed_ids            :[],
 
feed_ids            :[],
 
feed_images        :[],
 
feed_images        :[],
 
feed_text          :[],
 
feed_text          :[],
  
 +
feed_images_only    :[],
 +
feed_text_only      :[],
 +
 +
prompt_albumonly    :[],
 +
prompt_textonly    :[],
 
prompt_imagesonly  :[],
 
prompt_imagesonly  :[],
 
prompt_captionsonly :[],
 
prompt_captionsonly :[],
  
 
desc: {
 
desc: {
prompt_reasons     :"Reasons for data loss",
+
prompt_reasons     :"Reasons for data loss",
prompt_posters     :"Usernames in the prompt",
+
prompt_posters     :"Usernames in the prompt",
feed_posters       :"Usernames in the feed",
+
feed_posters       :"Usernames in the feed",
  
prompt_images       :"Images in prompts",
+
prompt_album      :"Images in 'pick an image' prompt",
prompt_captions     :"Captions in prompts",
+
prompt_text        :"Caption in 'pick an image' prompt",
 +
prompt_images     :"Images in 'pick an caption' prompt",
 +
prompt_captions   :"Captions in 'pick a caption' prompt",
  
feed_table          :"Table of unique feed entries",
+
feed_ids           :"Permalinks in the feed",
feed_ids           :"Permalinks in the feed",
+
feed_images       :"Images in the feed",
feed_images         :"Images in the feed",
+
feed_text         :"Captions in the feed",
feed_text           :"Captions in the feed",
 
  
prompt_imagesonly   :"Images in prompts and not in the feed",
+
feed_images_only   :"Images which only appear in the feed, and not in either prompt",
prompt_captionsonly :"Captions in prompts and not in the feed",
+
feed_text_only    :"Captions which only appear in the feed, and not in either prompt",
 +
 
 +
prompt_albumonly  :"Images in the 'pick an image' prompt and not the 'pick a caption' prompt.",
 +
prompt_textonly    :"Captions in the 'pick an image' prompt and not the 'pick a caption' prompt.",
 +
prompt_imagesonly  :"Images in the 'pick an caption' prompt and not the 'pick a image' prompt.",
 +
prompt_captionsonly :"Captions in the 'pick an caption' prompt and not the 'pick a image' prompt."
 
}
 
}
 
}
 
}
Line 124: Line 119:
 
init();
 
init();
  
function updatecounts(last) {
+
function check(field, value) {
$("#ctitle").html((new Date()).toLocaleTimeString()
 
+"<br>Last found : "+last
 
+"<br>feed_ids: "+(Object.keys(xkcd.feed_ids).length+1)
 
+"<br>prompt_captions: "+xkcd.prompt_captions.length
 
+"<br>prompt_images: "+xkcd.prompt_images.length
 
);
 
}
 
 
 
function additem(field, value) {
 
 
if (typeof value == "undefined") return;
 
if (typeof value == "undefined") return;
 
if (xkcd[field].indexOf(value) == -1) {
 
if (xkcd[field].indexOf(value) == -1) {
 
xkcd[field].push(value);
 
xkcd[field].push(value);
updatecounts(field+" : "+value);
+
console.log(field+" "+xkcd[field].length+": "+value);
 
}
 
}
 
}
 
}
  
function next(recheck) {
+
function next() {
if (!recheck) recheck = "";
+
$.getJSON('http://c0.xkcd.com/xb/feed').done(function (data) {
$.getJSON('http://c0.xkcd.com/xb/feed/'+recheck).done(function (data) {
+
check("prompt_reasons", data.prompt.reason);
if (typeof data.prompt != "undefined") {
+
check("prompt_posters", data.prompt.poster);
          additem("prompt_reasons", data.prompt.reason);
+
check("prompt_images", data.prompt.img_id);
  additem("prompt_posters", data.prompt.poster);
+
check("prompt_text", data.prompt.text);
 
+
if (typeof data.prompt.album != "undefined")
  additem("prompt_images", data.prompt.img_id);
 
  additem("prompt_captions", data.prompt.text);
 
  if (typeof data.prompt.album != "undefined")
 
 
for(i in data.prompt.album)
 
for(i in data.prompt.album)
additem("prompt_images", data.prompt.album[i]);
+
check("prompt_album", data.prompt.album[i]);
  
  if (typeof data.prompt.captions != "undefined")
+
if (typeof data.prompt.captions != "undefined")
 
for(i in data.prompt.captions)
 
for(i in data.prompt.captions)
additem("prompt_captions", data.prompt.captions[i]);
+
check("prompt_captions", data.prompt.captions[i]);
        }
+
 
        if (data.text) data.feed = new Array(data);
 
 
for(i in data.feed) {
 
for(i in data.feed) {
additem("feed_posters", data.feed[i].poster);
+
check("feed_posters", data.feed[i].poster);
 
feedentry = {
 
feedentry = {
 
img:  data.feed[i].img,
 
img:  data.feed[i].img,
 
text:  data.feed[i].text
 
text:  data.feed[i].text
 +
 
};
 
};
if (typeof xkcd.feed_ids[data.feed[i].id] != "undefined") {
+
if (typeof xkcd.feed_ids[data.feed[i].id] == "undefined") {
  if (xkcd.feed_ids[data.feed[i].id].text && xkcd.feed_ids[data.feed[i].id].img) {
+
xkcd.feed_ids[data.feed[i].id] = feedentry;
    if (xkcd.feed_ids[data.feed[i].id].text != feedentry.text || xkcd.feed_ids[data.feed[i].id].img != feedentry.img) {
 
$("#ctitle").before(
 
"Data for "+data.feed[i].id+" has changed!"
 
+"<br>old: "+data.feed[i].img+" / "+data.feed[i].text
 
+"<br>new: "+feedentry.img+" / "+feedentry.text
 
);
 
    }
 
  }
 
 
} else {
 
} else {
tempNew = JSON.parse(localStorage.getItem('NewFeedIDs'));
+
if (xkcd.feed_ids[data.feed[i].id].text != feedentry.text || xkcd.feed_ids[data.feed[i].id].img != feedentry.img) {
if (tempNew == null) tempNew = new Array();
+
console.log("Data for "+data.feed[i].id+" has changed");
if (tempNew.indexOf(data.feed[i].id) == -1)
+
console.log(feedentry.img+" / "+feedentry.text);
tempNew.push(data.feed[i].id);
+
console.log(data.feed[i].img+" / "+data.feed[i].text);
localStorage.setItem('NewFeedIDs', JSON.stringify(tempNew));
+
}
updatecounts("feed_id : "+(Object.keys(xkcd.feed_ids).length+1)+" : "+data.feed[i].id);
 
 
}
 
}
xkcd.feed_ids[data.feed[i].id] = feedentry;
 
 
}
 
}
 +
setTimeout('next', 60000);
 
});
 
});
window.clearTimeout(window.nextTimer);
 
window.nextTimer = setTimeout('next()', 60000);
 
 
}
 
}
next();
+
//next();
  
 
function mergearrays(array1, array2, prop) {
 
function mergearrays(array1, array2, prop) {
Line 207: Line 179:
 
   switch (which) {
 
   switch (which) {
 
     case "feed_ids":
 
     case "feed_ids":
       if ($("#magic textarea").val().indexOf("\n|-") > -1) {
+
       if ($("#magic textarea").val().indexOf("\n#") > -1 && $("#magic textarea").val().indexOf("\n|-") > -1) {
         $("#desc").html("Press feed_table to load table");
+
         $("#desc").html("This script can handle a table <b>or</b> a list, not both.");
 
         break;
 
         break;
 
       }
 
       }
Line 218: Line 190:
 
if (typeof xkcd.feed_ids[temparray[i]] == "undefined")
 
if (typeof xkcd.feed_ids[temparray[i]] == "undefined")
 
xkcd.feed_ids[temparray[i]] = { img:null, text: null };
 
xkcd.feed_ids[temparray[i]] = { img:null, text: null };
$("#desc").html("loaded "+temparray.length+" feed_ids (urls)");
+
$("#desc").html(temparray.length+" feed_ids urls loaded");
  
       }
+
       } else if (("\n"+$("#magic textarea").val()).indexOf("\n|-") > -1) {
      temparray = [];
 
    break;
 
 
 
    case "feed_table":
 
      if ($("#magic textarea").val().indexOf("\n#") > -1) {
 
        $("#desc").html("Press feed_ids to load list of ids");
 
        break;
 
      }
 
      if (("\n"+$("#magic textarea").val()).indexOf("\n|-") > -1) {
 
 
         $("#desc").html("Loading table of feed_ids");
 
         $("#desc").html("Loading table of feed_ids");
 
         temparray = ("\n"+$("#magic textarea").val().trim()).split("\n|-");
 
         temparray = ("\n"+$("#magic textarea").val().trim()).split("\n|-");
Line 237: Line 200:
 
xkcd.feed_ids[temp2[1].substr(28,36)] = { img: temp2[2].substr(29,36), text: temp2[3] };
 
xkcd.feed_ids[temp2[1].substr(28,36)] = { img: temp2[2].substr(29,36), text: temp2[3] };
 
}
 
}
$("#desc").html("loaded "+temparray.length+" feed_ids (table)");
+
$("#desc").html(temparray.length+" feed_ids table entries loaded");
 
       }
 
       }
 
       temparray = [];
 
       temparray = [];
 
       temp2 = [];
 
       temp2 = [];
 
     break;
 
     break;
 
    case "prompt_captionsonly":
 
    case "prompt_imagesonly":
 
      which = which.slice(0,-4);
 
 
     case "feed_posters":
 
     case "feed_posters":
 
     case "prompt_posters":
 
     case "prompt_posters":
 
     case "prompt_reasons":
 
     case "prompt_reasons":
 +
    case "prompt_album":
 
     case "prompt_captions":
 
     case "prompt_captions":
 
     case "prompt_images":
 
     case "prompt_images":
 +
    case "prompt_text":
 
       $("#desc").html("Loading into "+which);
 
       $("#desc").html("Loading into "+which);
 
       temparray = ("\n"+$("#magic textarea").val().trim()).split("\n# ")
 
       temparray = ("\n"+$("#magic textarea").val().trim()).split("\n# ")
 
       if (temparray.length > 2) temparray.shift();
 
       if (temparray.length > 2) temparray.shift();
 
       mergearrays(xkcd[which], temparray);
 
       mergearrays(xkcd[which], temparray);
      $("#desc").html("Loaded "+temparray.length+" into "+which);
 
 
       temparray = [];
 
       temparray = [];
 
     break;
 
     break;
Line 262: Line 222:
 
     case "feed_images":
 
     case "feed_images":
 
       $("#desc").html(which+" must be loaded via feed_ids");
 
       $("#desc").html(which+" must be loaded via feed_ids");
 +
    break;
 +
 +
    case "feed_images_only":
 +
    case "feed_text_only":
 +
    case "prompt_textonly":
 +
    case "prompt_captionsonly":
 +
    case "prompt_albumonly":
 +
    case "prompt_imagesonly":
 +
      $("#desc").html(" The fact that you've even attempted to load data into an 'only' array shows that you have no idea what these are for, so how about you just fuck off.");
 
     break;
 
     break;
  
Line 279: Line 248:
 
   }
 
   }
 
   $("#desc").html(which+": "+xkcd.desc[which]);
 
   $("#desc").html(which+": "+xkcd.desc[which]);
 +
  temptest = "";
 
   switch (which) {
 
   switch (which) {
 
     case "feed_posters":
 
     case "feed_posters":
 
     case "prompt_posters":
 
     case "prompt_posters":
 
     case "prompt_reasons":
 
     case "prompt_reasons":
 +
    case "prompt_album":
 
     case "prompt_captions":
 
     case "prompt_captions":
 
     case "prompt_images":
 
     case "prompt_images":
 +
    case "prompt_text":
 
//These are all simple arrays which require no additional formatting.
 
//These are all simple arrays which require no additional formatting.
 
$("#magic textarea").val("\n# "+xkcd[which].join("\n# "));
 
$("#magic textarea").val("\n# "+xkcd[which].join("\n# "));
Line 290: Line 262:
 
     break;
 
     break;
 
     case "feed_ids":
 
     case "feed_ids":
temp = { ids:"", countall:0 }
+
temp = { array: [], list: "", ids:"", img: [], text: [], countunique:0, countall:0 }
 
for(j in xkcd.feed_ids) {
 
for(j in xkcd.feed_ids) {
 
temp.countall++;
 
temp.countall++;
 
temp.ids  += "\n#http://xkcd.com/1506/#post/"+j;
 
temp.ids  += "\n#http://xkcd.com/1506/#post/"+j;
}
 
$("#desc").append(" (all: "+temp.countall+")");
 
$("#magic textarea").val("\n"+temp.ids);
 
delete temp;
 
    break;
 
    case "feed_table":
 
temp = { array: [], list: "", img: [], text: [], countunique:0, countall:0 }
 
for(j in xkcd.feed_ids) {
 
temp.countall++;
 
 
if (xkcd.feed_ids[j].text && xkcd.feed_ids[j].img) { //can be null when duplicate
 
if (xkcd.feed_ids[j].text && xkcd.feed_ids[j].img) { //can be null when duplicate
 
if (temp.text[xkcd.feed_ids[j].text] == undefined || temp.img[xkcd.feed_ids[j].img] == undefined) {
 
if (temp.text[xkcd.feed_ids[j].text] == undefined || temp.img[xkcd.feed_ids[j].img] == undefined) {
Line 326: Line 289:
 
}
 
}
 
$("#desc").append(" (unique: "+temp.countunique+") (all: "+temp.countall+")");
 
$("#desc").append(" (unique: "+temp.countunique+") (all: "+temp.countall+")");
$("#magic textarea").val(temp.list+"\n|}\n");
+
$("#magic textarea").val(temp.list+"\n|}\n"+temp.ids);
 
delete temp;
 
delete temp;
 
     break;
 
     break;
 
 
     case "feed_text":
 
     case "feed_text":
 
     case "feed_images":
 
     case "feed_images":
Line 340: Line 302:
 
xkcd[which] = []; //no need to keep this in memory
 
xkcd[which] = []; //no need to keep this in memory
 
     break;
 
     break;
 +
    case "feed_images_only":
 +
    case "feed_text_only":
 +
tempwhich = which=="feed_text_only"?"feed_text":"feed_images";
 +
tempwhich2 = which=="feed_text_only"?"text":"img";
 +
temptest1 = which=="feed_text_only"?"prompt_text":"prompt_images";
 +
temptest2 = which=="feed_text_only"?"prompt_captions":"prompt_album";
  
    case "prompt_captionsonly":
+
mergearrays(xkcd[tempwhich], xkcd.feed_ids, tempwhich2)
    case "prompt_imagesonly":
+
 +
for(i in xkcd[tempwhich])
 +
if (xkcd[temptest1].indexOf(xkcd[tempwhich][i]) == -1 && xkcd[temptest2].indexOf(xkcd[tempwhich][i]) == -1)
 +
xkcd[which].push(xkcd[tempwhich][i]);
  
tempprop = which=="prompt_captionsonly"?"text":"img";
+
$("#magic textarea").val("\n# "+xkcd[which].join("\n# "));
tempwhich = which=="prompt_captionsonly"?"feed_text":"feed_images";
+
$("#desc").append(" ("+xkcd[which].length+")");
temptest = which.replace("only",""); //don't wipe
+
xkcd[which] = []; //no need to keep this in memory
 
+
xkcd[tempwhich] = []; //no need to keep this in memory
mergearrays(xkcd[tempwhich], xkcd.feed_ids, tempprop)
+
    break;
 +
    case "prompt_textonly":
 +
if (!temptest) temptest = "prompt_captions";
 +
    case "prompt_captionsonly":
 +
if (!temptest) temptest = "prompt_text";
 +
    case "prompt_albumonly":
 +
if (!temptest) temptest = "prompt_images";
 +
    case "prompt_imagesonly":
 +
if (!temptest) temptest = "prompt_album";
  
for(i in xkcd[temptest])
+
tempwhich = which.replace("only","");
if (xkcd[tempwhich].indexOf(xkcd[temptest][i]) == -1)
 
xkcd[which].push(xkcd[temptest][i]);
 
  
 +
for(i in xkcd[tempwhich])
 +
if (xkcd[temptest].indexOf(xkcd[tempwhich][i]) == -1)
 +
xkcd[which].push(xkcd[tempwhich][i]);
 
$("#magic textarea").val("\n# "+xkcd[which].join("\n# "));
 
$("#magic textarea").val("\n# "+xkcd[which].join("\n# "));
 
$("#desc").append(" ("+xkcd[which].length+")");
 
$("#desc").append(" ("+xkcd[which].length+")");
 
xkcd[which] = []; //no need to keep this in memory
 
xkcd[which] = []; //no need to keep this in memory
xkcd[tempwhich] = []; //no need to keep this in memory
 
 
 
     break;
 
     break;
 
     case "sort":
 
     case "sort":
temparray = ("\n"+$("#magic textarea").val()).split("\n");
+
temparray = ("\n"+$("#magic textarea").val()).split("\n# ");
temparray.shift();
+
if (temparray.length > 2) temparray.shift();
 +
 
 
temparray2 = [];
 
temparray2 = [];
 +
 
mergearrays(temparray2, temparray)
 
mergearrays(temparray2, temparray)
 
 
Line 369: Line 349:
 
    return a.toLowerCase().localeCompare(b.toLowerCase());  
 
    return a.toLowerCase().localeCompare(b.toLowerCase());  
 
});
 
});
$("#magic textarea").val(temparray2.join("\n"));
+
$("#magic textarea").val("\n# "+temparray2.join("\n# "));
 
$("#desc").html("Sorted "+(temparray.length-1)+" into "+temparray2.length);
 
$("#desc").html("Sorted "+(temparray.length-1)+" into "+temparray2.length);
 
delete temparray, temparray2;
 
delete temparray, temparray2;
Line 378: Line 358:
 
}
 
}
  
function restore() {
+
function xkcdout() {
window.tempOld = JSON.parse(localStorage.getItem('NewFeedIDs'));
+
xkcd.oldids = [];
if (window.tempOld == null) window.tempOld = new Array();
+
for(j in xkcd.feed_ids) xkcd.oldids.push({ id:j, img:xkcd.feed_ids[j].img, text:xkcd.feed_ids[j].text });
restoreLoop();
+
 
 +
$("#magic textarea").val("xkcdold = "+JSON.stringify(xkcd));
 
}
 
}
function restoreLoop() {
+
function xkcdin() {
if (window.tempOld.length) {
+
for(i in xkcd) xkcd[i] = xkcdold[i];
next(window.tempOld.pop());
+
for(i in xkcdold.oldids) xkcd.feed_ids[xkcdold.oldids[i].id] = { img: xkcdold.oldids[i].img, text: xkcdold.oldids[i].text }
window.clearTimeout(window.nextTimer);
+
delete xkcd.oldids;
window.nextTimer = setTimeout('restoreLoop()', 5000);
+
delete xkcdold;
}
 
 
}
 
}
 
</nowiki>
 
</nowiki>
Line 407: Line 387:
 
*feed_posters: [205] - None new.
 
*feed_posters: [205] - None new.
  
*feed_table: [2252] (See [[1506:_xkcloud/Table_of_Permalinks]])
+
*feed_id: [22332] - [[1506:_xkcloud/Permalinks]]
*feed_id: [26733] (See [[1506:_xkcloud/List_of_Permalinks]])
 
  
*feed_images: [1528]
+
*feed_images: [1391] (only: [3])
*prompt_images: [1697] (crashed and found again)
+
*prompt_images: [1191] (only: [0])
*prompt_images without permalinks: [169]
+
*prompt_album: [1625] (only: [434])
  
*feed_text: [1993]
+
*feed_text: [1828] (only: [6]) (old only: 85)
*prompt_captions: [2287] (crashed and found again)
+
*prompt_captions: [2168] (only: [499])
*prompt_captions without permalinks: [295]
+
*prompt_text: [1669] (only: [0])
 
 
Note: prompt_images and prompt_captions reset when my browser crashes, so it is ''not'' supposed to equal feed+without permalinks. I've re-added them here so I can keep track of daily changes.
 
  
 
===prompt_reasons===
 
===prompt_reasons===
Line 531: Line 508:
 
# YOU MUST CONSTRUCT ADDITIONAL PYLONS
 
# YOU MUST CONSTRUCT ADDITIONAL PYLONS
  
===Captions ===
+
===Captions===
This is the combined list of all captions I have found, in the feed and in prompts.
 
  
 
#  (ღ˘⌣˘ღ)
 
#  (ღ˘⌣˘ღ)
Line 564: Line 540:
 
# “Uh, hey, baby.” “Damn we’re smooth.” “We’re gonna score”
 
# “Uh, hey, baby.” “Damn we’re smooth.” “We’re gonna score”
 
# ((╬ಠิ﹏ಠิ))
 
# ((╬ಠิ﹏ಠิ))
# (ღ˘⌣˘ღ)
 
 
# [Metal Gear sound effect]
 
# [Metal Gear sound effect]
 
# [USER BANNED FOR THIS TEXT]
 
# [USER BANNED FOR THIS TEXT]
 
# [user was banned for this text]
 
# [user was banned for this text]
 
# *Darth Vader Breathing*
 
# *Darth Vader Breathing*
# *glomp*
 
 
# *Sigh* not cat food for diner again
 
# *Sigh* not cat food for diner again
 
# *Tips fedora*
 
# *Tips fedora*
Line 603: Line 577:
 
# #hashtag
 
# #hashtag
 
# #Hashtag #ironicSelfie
 
# #Hashtag #ironicSelfie
# #hashtag #yinyl #yolo #thanksobama
 
 
# #HL3 #CONFIRMED #ILLUMINATI
 
# #HL3 #CONFIRMED #ILLUMINATI
 
# #hoax
 
# #hoax
Line 620: Line 593:
 
# #Nailpolish
 
# #Nailpolish
 
# #newhipsterbike
 
# #newhipsterbike
# #NewProfilepic
 
 
# #nofilter
 
# #nofilter
 
# #nomakeup #justgotup #wow
 
# #nomakeup #justgotup #wow
Line 638: Line 610:
 
# #selfie #nomakeup #nofilter
 
# #selfie #nomakeup #nofilter
 
# #SELFIE #WIN #LIKEABOSS #HASHTAG #YOLO #REPRODUCTION #THATSTHEWAYITISDONE #CTF #COOL #KEEPITREAL #BEQUICKORBEDEAD #SWAGGGG #RACE #ENGLISHDYCTIONARY
 
# #SELFIE #WIN #LIKEABOSS #HASHTAG #YOLO #REPRODUCTION #THATSTHEWAYITISDONE #CTF #COOL #KEEPITREAL #BEQUICKORBEDEAD #SWAGGGG #RACE #ENGLISHDYCTIONARY
# #sorrynotsorry
 
 
# #strangelyaroused
 
# #strangelyaroused
 
# #stublife
 
# #stublife
Line 652: Line 623:
 
# #Worstweekever
 
# #Worstweekever
 
# <3 hanging out with saruman
 
# <3 hanging out with saruman
# <reported for inappropriate content>
 
 
# >< ))*>
 
# >< ))*>
 
# ┬──┬◡ノ(° -°ノ)
 
# ┬──┬◡ノ(° -°ノ)
Line 667: Line 637:
 
# 1 like = 1 respect  1 share = 15 respect  500 respect = 1 cool
 
# 1 like = 1 respect  1 share = 15 respect  500 respect = 1 cool
 
# 100 meters in 4 and a half seconds
 
# 100 meters in 4 and a half seconds
# 100% legit free hugs
 
 
# 11 Mario facts that will blow-a your mind
 
# 11 Mario facts that will blow-a your mind
 
# 11 REASON TO SOLVE ALL YOUR PROBLEMS WITH MID AIR SKaTEBOARD STUNTS
 
# 11 REASON TO SOLVE ALL YOUR PROBLEMS WITH MID AIR SKaTEBOARD STUNTS
Line 679: Line 648:
 
# 500 gold for the private show
 
# 500 gold for the private show
 
# 5th of November went too far this year
 
# 5th of November went too far this year
# 7 amazing ways of taking off your pants that will surprise you!
 
 
# 8.5 hours later...
 
# 8.5 hours later...
 
# 9 out of 10 scientists couldn't solve this equation
 
# 9 out of 10 scientists couldn't solve this equation
Line 691: Line 659:
 
# a graph showing the amount of time i spend outside
 
# a graph showing the amount of time i spend outside
 
# A job so boring a bird could do it
 
# A job so boring a bird could do it
# A kid peed in the ball pit, I took action
 
 
# A land war in asia
 
# A land war in asia
 
# A soulful rendition of "old man river"
 
# A soulful rendition of "old man river"
Line 700: Line 667:
 
# AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
 
# AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
 
# AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
 
# AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
# Aaaaaaaaaah
 
 
# Aaaaaargh
 
# Aaaaaargh
 
# About time someone brought me that flattened basketball
 
# About time someone brought me that flattened basketball
Line 717: Line 683:
 
# All my selfies be like
 
# All my selfies be like
 
# All that fiber finally kicked in, now i conquer #Ukraine#putin#buddies
 
# All that fiber finally kicked in, now i conquer #Ukraine#putin#buddies
# All these science spheres are made out of asbestos, by the way. Keeps out the rats. Let us know if you feel a shortness of breath, a persistent dry cough, or your heart stopping. Because that's not part of the test. That's asbestos.
 
 
# All these science spheres are made out of asbestos, by the way. Keeps out the rats. Let us know if you feel a shortness of breath, a persistent dry cough, or your heart stopping. Because that's not part of the test. That's asbestos.  
 
# All these science spheres are made out of asbestos, by the way. Keeps out the rats. Let us know if you feel a shortness of breath, a persistent dry cough, or your heart stopping. Because that's not part of the test. That's asbestos.  
 
# All things considered, it turned out nice again
 
# All things considered, it turned out nice again
Line 736: Line 701:
 
# ancient skull loses eye socket in fencing accident
 
# ancient skull loses eye socket in fencing accident
 
# and a bluetooth made of pretzel sticks
 
# and a bluetooth made of pretzel sticks
# And so it began...
 
 
# And so the hunt begins!
 
# And so the hunt begins!
 
# and suddenly, popcorn
 
# and suddenly, popcorn
Line 749: Line 713:
 
# ANGRY CATS SMASH ANGRY BIRDS
 
# ANGRY CATS SMASH ANGRY BIRDS
 
# Angry sofa is angry.
 
# Angry sofa is angry.
# Animé girls don't look at explosions
 
 
# Annoyance of the week: people who take photos of their food
 
# Annoyance of the week: people who take photos of their food
 
# another day on california public transportation
 
# another day on california public transportation
Line 830: Line 793:
 
# Best map projection ever
 
# Best map projection ever
 
# best republican caucus ever!
 
# best republican caucus ever!
# best snowman ever!
 
 
# Best. Funeral. Ever.
 
# Best. Funeral. Ever.
 
# better go inside, I need to polish my shoes
 
# better go inside, I need to polish my shoes
Line 858: Line 820:
 
# bowTieght!
 
# bowTieght!
 
# Boy, I tell you what. I bet the roads on the moon ain't this smooth.  
 
# Boy, I tell you what. I bet the roads on the moon ain't this smooth.  
# Brb, burning house down
 
 
# breakfast in 'merica
 
# breakfast in 'merica
 
# Breaking: World in terror as alien from "Blue (Da Ba Dee)" video lands on Earth, announces world tour
 
# Breaking: World in terror as alien from "Blue (Da Ba Dee)" video lands on Earth, announces world tour
# Brittish think tank
 
 
# brokkolis and sweet potato, nice
 
# brokkolis and sweet potato, nice
 
# Bulls don't often sit like this!
 
# Bulls don't often sit like this!
Line 880: Line 840:
 
# Can't stop recovery data,  My eyes hurt
 
# Can't stop recovery data,  My eyes hurt
 
# Cant explain that
 
# Cant explain that
# Cant sleep, clowns will kill me. Cant sleep, clowns will ...
 
 
# capes are in fashion
 
# capes are in fashion
 
# Captain obvious strikes again
 
# Captain obvious strikes again
Line 917: Line 876:
 
# come at me, pro!
 
# come at me, pro!
 
# Come back! We aren't really going to eat you!
 
# Come back! We aren't really going to eat you!
# Come on and Slam!
 
 
# come on iiiiin!
 
# come on iiiiin!
 
# Come on party people, put your hands together
 
# Come on party people, put your hands together
Line 958: Line 916:
 
# Dance contest! #YOLO
 
# Dance contest! #YOLO
 
# Dang! Inflated tires with Helium again!
 
# Dang! Inflated tires with Helium again!
# Danger: low clearance
 
 
# Darn Pylon built in the cow field again
 
# Darn Pylon built in the cow field again
 
# Dawn of the Bread
 
# Dawn of the Bread
Line 966: Line 923:
 
# Day 19 of my face wash avoidance program
 
# Day 19 of my face wash avoidance program
 
# day 3: the turnip still refuses to break up on re-entry
 
# day 3: the turnip still refuses to break up on re-entry
# Day:38 Bird Disguise works, No one knows I am a Worm
 
 
# daylight savings time always throws me off
 
# daylight savings time always throws me off
 
# Daylight spending time!
 
# Daylight spending time!
Line 977: Line 933:
 
# devil went down to walmart, bought himself a fork
 
# devil went down to walmart, bought himself a fork
 
# Dey see us Rollin'. Dey Hatin'.
 
# Dey see us Rollin'. Dey Hatin'.
# Did i remember to lock the car?
 
 
# Did nyancat open a cycle repair shop?
 
# Did nyancat open a cycle repair shop?
 
# did this exist as a microwave?
 
# did this exist as a microwave?
Line 1,008: Line 963:
 
# Doesn't like being referred to as garfield
 
# Doesn't like being referred to as garfield
 
# dOG SHAMING
 
# dOG SHAMING
# Doing Laundry on the TARDIS is hard. It's why companions wear the same clothes.
 
 
# DOMINO'S PIZZA IS MADE OF TURTLES! IT'S MADE OF TURTLES!!!!!!
 
# DOMINO'S PIZZA IS MADE OF TURTLES! IT'S MADE OF TURTLES!!!!!!
 
# Dominos delivers!
 
# Dominos delivers!
Line 1,048: Line 1,002:
 
# eclipse o'clock
 
# eclipse o'clock
 
# Edward James Olmos to reprise his role as captain picard
 
# Edward James Olmos to reprise his role as captain picard
# Edward, no!
 
 
# Einstein, protesting the copenhagen interpretation, shaves his head.
 
# Einstein, protesting the copenhagen interpretation, shaves his head.
 
# elevator be damned, I'm going to keep going until I see myself!
 
# elevator be damned, I'm going to keep going until I see myself!
Line 1,066: Line 1,019:
 
# everything makes sense now
 
# everything makes sense now
 
# Everything truly IS awesome!
 
# Everything truly IS awesome!
# Everything's coming up Milhouse
 
 
# Evolution of puzzles
 
# Evolution of puzzles
 
# Exact composition of this... thing... is yet to be determined.
 
# Exact composition of this... thing... is yet to be determined.
Line 1,072: Line 1,024:
 
# Existance is an illusion
 
# Existance is an illusion
 
# Extreme beer pong
 
# Extreme beer pong
# FACESWAP  lol
 
 
# FACING east. 3.15pm. Can someone tell me where i am?
 
# FACING east. 3.15pm. Can someone tell me where i am?
 
# Family vacation has taken a turn for the worse.
 
# Family vacation has taken a turn for the worse.
Line 1,127: Line 1,078:
 
# fourier transforms are too hard!!
 
# fourier transforms are too hard!!
 
# Frank, the newest herald of galactus.
 
# Frank, the newest herald of galactus.
# free the beast!
 
# Freedom in a nutshell.
 
 
# Freshly waxed floors + new socks
 
# Freshly waxed floors + new socks
 
# FRom the creators of AIR BUD, presenting air chip, the Soccer squirrel.  watch your Nuts! Summer 2016
 
# FRom the creators of AIR BUD, presenting air chip, the Soccer squirrel.  watch your Nuts! Summer 2016
Line 1,140: Line 1,089:
 
# Gentlemen, fire up your emacs buffers
 
# Gentlemen, fire up your emacs buffers
 
# Gentlemen, WITH OUR ENHANCED surveillance WE NOW KNOW WHAT THE ENEMY IS DOING, BUT WE STILL DON'T KNOW WHY?
 
# Gentlemen, WITH OUR ENHANCED surveillance WE NOW KNOW WHAT THE ENEMY IS DOING, BUT WE STILL DON'T KNOW WHY?
# Gentlemen.  If you find it you are set for life.
 
 
# George insisted there were better things to worry about, but I had a feeling this was important.
 
# George insisted there were better things to worry about, but I had a feeling this was important.
 
# George was a good little monkey, and always very curious.
 
# George was a good little monkey, and always very curious.
# get spare glasses before meeting rod serling
 
 
# Get that camera out of my face!
 
# Get that camera out of my face!
 
# get your ass to mars
 
# get your ass to mars
# Giant sentient banana found in space
 
 
# go home chitty chitty bang bang you are drunk
 
# go home chitty chitty bang bang you are drunk
 
# Go home Dumbledore. You're Drunk
 
# Go home Dumbledore. You're Drunk
 
# go home elephant you are drunk
 
# go home elephant you are drunk
 
# Go purr yourself!
 
# Go purr yourself!
# God i love sesame street
 
# God Save The Queen
 
 
# goddamnit, that's the fourth time this week!
 
# goddamnit, that's the fourth time this week!
 
# Goldilocks party!
 
# Goldilocks party!
Line 1,171: Line 1,115:
 
# Grab that snake, dont let it go, its lunchtime ya'know
 
# Grab that snake, dont let it go, its lunchtime ya'know
 
# Grandma's new boyfriend is a keeper!  
 
# Grandma's new boyfriend is a keeper!  
# Gravedigging time
 
 
# GREAT GOOGLY MOOGLY IT"S ALL GONE TO SHIT
 
# GREAT GOOGLY MOOGLY IT"S ALL GONE TO SHIT
 
# Great ScotT!
 
# Great ScotT!
Line 1,187: Line 1,130:
 
# Had to settle for a beard
 
# Had to settle for a beard
 
# haha oh my cat
 
# haha oh my cat
# haha! i am dead inside!
 
 
# Hams apparently don't make good wheel replacements
 
# Hams apparently don't make good wheel replacements
 
# HAN SHOT THIRD #YOLO
 
# HAN SHOT THIRD #YOLO
Line 1,199: Line 1,141:
 
# Have fun in the Alps lol
 
# Have fun in the Alps lol
 
# Have fun stormin' da castle.  
 
# Have fun stormin' da castle.  
# Have you closed the airlock before we took off?
 
 
# Have you ever seen a sitting cow before?
 
# Have you ever seen a sitting cow before?
 
# have you heard?
 
# have you heard?
Line 1,228: Line 1,169:
 
# Hey there cutie
 
# Hey there cutie
 
# Hey, check out my new green colored shirt!
 
# Hey, check out my new green colored shirt!
# Hey, check out this cool website i found!
 
 
# Hey, it's windows 7 again!
 
# Hey, it's windows 7 again!
 
# hey, so, we need to talk about your sphere-packing problem.
 
# hey, so, we need to talk about your sphere-packing problem.
Line 1,263: Line 1,203:
 
# how do you get the screensaver off?
 
# how do you get the screensaver off?
 
# How does this work again?
 
# How does this work again?
# How Else dID you think they make Toothpicks?
 
 
# How is this still a thing?
 
# How is this still a thing?
 
# How many can there be?
 
# How many can there be?
Line 1,304: Line 1,243:
 
# I certainly wasn't going to bury this one
 
# I certainly wasn't going to bury this one
 
# I CHOOSE YOU!
 
# I CHOOSE YOU!
# i did not account for the flames
 
 
# i do the same thing at frat parties
 
# i do the same thing at frat parties
 
# I Don't believe in primordial black holes... I don't believe in primordial black holes...
 
# I Don't believe in primordial black holes... I don't believe in primordial black holes...
Line 1,337: Line 1,275:
 
# I found a three fingered kitten!
 
# I found a three fingered kitten!
 
# I found it!!!!!!!
 
# I found it!!!!!!!
# I found the missing pieces!
 
 
# i found this ancient manuscript. can anyone translate it?
 
# i found this ancient manuscript. can anyone translate it?
 
# I found this in my navel, should I be worried?
 
# I found this in my navel, should I be worried?
Line 1,345: Line 1,282:
 
# I GOT MY EYEBROWS DID
 
# I GOT MY EYEBROWS DID
 
# I got the job!
 
# I got the job!
# I got the keys to the city.
 
 
# I got this in the mail today
 
# I got this in the mail today
 
# I guess I only have myself to blame.
 
# I guess I only have myself to blame.
# I guess the cat didn't really want to go to the vet
 
 
# I has a sad
 
# I has a sad
 
# i hate
 
# i hate
Line 1,356: Line 1,291:
 
# I hate trying to win bowls of cereal in 'skill tester' machines
 
# I hate trying to win bowls of cereal in 'skill tester' machines
 
# I hate waking up from a really good dream
 
# I hate waking up from a really good dream
# i hate you.  die in a fire.
 
 
# i have a bad feeling about this.
 
# i have a bad feeling about this.
 
# I havE A SLIGHT MELTING MOTHER-IN-LAW ISSUE
 
# I havE A SLIGHT MELTING MOTHER-IN-LAW ISSUE
Line 1,373: Line 1,307:
 
# I knew I nailed it!
 
# I knew I nailed it!
 
# I KNEW I WASN'T GOING TO BE ABLE TO WALK IN THESE!
 
# I KNEW I WASN'T GOING TO BE ABLE TO WALK IN THESE!
# I knew it wasn't cheese after the first bite, but i didn't want to be rude to God. He worked so hard on it.
 
 
# I knew it would be a bad idea to go during the mating season
 
# I knew it would be a bad idea to go during the mating season
 
# I knew pi would lead to this
 
# I knew pi would lead to this
Line 1,384: Line 1,317:
 
# I lost my wrist
 
# I lost my wrist
 
# i love a good featureless white void
 
# i love a good featureless white void
# i love my family
 
 
# I Love Playing Piano during Duck Mating season
 
# I Love Playing Piano during Duck Mating season
 
# I love star wars!
 
# I love star wars!
Line 1,393: Line 1,325:
 
# i need one of those 'l'-shaped tetris pieces. you seen any?
 
# i need one of those 'l'-shaped tetris pieces. you seen any?
 
# i need to do my laundry more often.
 
# i need to do my laundry more often.
# I never get a space ship, I never get anything!
 
 
# I never thought that the job of data mining would be so aerobic
 
# I never thought that the job of data mining would be so aerobic
 
# I never understood that part of the bibile
 
# I never understood that part of the bibile
Line 1,400: Line 1,331:
 
# I put on my wizard robe and hat
 
# I put on my wizard robe and hat
 
# I REALLY, REALLY DIDN'T THINK THIS THROUGH.
 
# I REALLY, REALLY DIDN'T THINK THIS THROUGH.
# i refuse to regret this decision
 
 
# I said we'd get on like a house on fire.
 
# I said we'd get on like a house on fire.
 
# i say, the cheat, let us prey upon that poor sap, the home star runner!
 
# i say, the cheat, let us prey upon that poor sap, the home star runner!
Line 1,414: Line 1,344:
 
# I TELL YA, NOTHING BEATS A FRIED EGG ON TOAST!
 
# I TELL YA, NOTHING BEATS A FRIED EGG ON TOAST!
 
# I think I can... I think I can
 
# I think I can... I think I can
# I think I have too many swords
 
 
# I think I just came across a QUANTUM teleporter
 
# I think I just came across a QUANTUM teleporter
 
# I think i lost my dorsal fin
 
# I think i lost my dorsal fin
Line 1,432: Line 1,361:
 
# I thought it was a good idea at the time
 
# I thought it was a good idea at the time
 
# I thought it would be bigger
 
# I thought it would be bigger
# i thought maybe if I uninstalled flash...
 
 
# I thought of it, and it happened
 
# I thought of it, and it happened
 
# I thought this ball pit would be more fun
 
# I thought this ball pit would be more fun
Line 1,445: Line 1,373:
 
# I want to run, but my legs won't move :(
 
# I want to run, but my legs won't move :(
 
# I warned him about the Star Wars Holiday Special.
 
# I warned him about the Star Wars Holiday Special.
# I was an adventurer like you, but then i took an arrow to the knee
 
 
# I was cleaning jello off the floor for *AGES*
 
# I was cleaning jello off the floor for *AGES*
 
# I was going to eat it, but then I found Out It had Gluten
 
# I was going to eat it, but then I found Out It had Gluten
Line 1,512: Line 1,439:
 
# I've found a new way to feed the poor
 
# I've found a new way to feed the poor
 
# I've got a tombstone disposition and a graveyard mind.
 
# I've got a tombstone disposition and a graveyard mind.
# i've got hurt feelings
+
# I've made a huge mistake
 
# i've made a huge mistake
 
# i've made a huge mistake
# I've made a huge mistake
 
 
# I've never been so aware of my own hunger
 
# I've never been so aware of my own hunger
 
# i've never felt so alone.
 
# i've never felt so alone.
Line 1,582: Line 1,508:
 
# Is this room 101?
 
# Is this room 101?
 
# Is this too cheesy?
 
# Is this too cheesy?
# Isn't he cute?
 
 
# it all fits together, guys!
 
# it all fits together, guys!
 
# it is better to light a kindle than to be a cursor in the darkness
 
# it is better to light a kindle than to be a cursor in the darkness
Line 1,600: Line 1,525:
 
# it's a metaphor
 
# it's a metaphor
 
# It's a timey-wimey time-lord
 
# It's a timey-wimey time-lord
# It's ALIVE!
 
 
# it's bicycles all the way down
 
# it's bicycles all the way down
 
# It's bigger after you put it together.
 
# It's bigger after you put it together.
Line 1,616: Line 1,540:
 
# it's pretty dark in this box
 
# it's pretty dark in this box
 
# It's smaller on the outside
 
# It's smaller on the outside
# It's the great pumpkin, Charlie Brown!
 
 
# It's the little things
 
# It's the little things
 
# it's the minecraft world
 
# it's the minecraft world
Line 1,626: Line 1,549:
 
# John never thought a tongue fractal would hurt so much
 
# John never thought a tongue fractal would hurt so much
 
# John really wanted to travel north, however that side of the road was missing
 
# John really wanted to travel north, however that side of the road was missing
# Joining the illuminati was the best decision EVER!
 
 
# Journey warned you what would happen if you stopped believing.
 
# Journey warned you what would happen if you stopped believing.
 
# Jugghead got nothing on me :p
 
# Jugghead got nothing on me :p
Line 1,640: Line 1,562:
 
# just learned where milk comes from! #vegan4ever
 
# just learned where milk comes from! #vegan4ever
 
# just look at that motherfucking satellite
 
# just look at that motherfucking satellite
# Just not myself today.
 
 
# Just one of those days
 
# Just one of those days
 
# just playing with my pet
 
# just playing with my pet
Line 1,682: Line 1,603:
 
# like my new haircut?
 
# like my new haircut?
 
# Like my new nails?
 
# Like my new nails?
# Likes grains of sand in an hourglass...
 
 
# linux compatible toaster at last!
 
# linux compatible toaster at last!
 
# Listen, I wouldn't worry about that. . .
 
# Listen, I wouldn't worry about that. . .
Line 1,699: Line 1,619:
 
# Look guys! I'm Vincent Van Gogh!  
 
# Look guys! I'm Vincent Van Gogh!  
 
# Look I genehacked a cowhorse!
 
# Look I genehacked a cowhorse!
# look into my eyes, look deep into my eyes.
 
 
# look ma, no hands!
 
# look ma, no hands!
 
# Look man, it's never gonna happen
 
# Look man, it's never gonna happen
Line 1,758: Line 1,677:
 
# Me, when I realised I hadn't packed any Messenger pigeons. Awkward!
 
# Me, when I realised I hadn't packed any Messenger pigeons. Awkward!
 
# Medieval theme on the internal company conference. My Logo proposal. Comments?
 
# Medieval theme on the internal company conference. My Logo proposal. Comments?
# Meet fluffy, just showed up at my door one night
 
 
# Meet the new CEO of my Bank!
 
# Meet the new CEO of my Bank!
 
# memories of me and my papa at the creek. life was so much simpler then...
 
# memories of me and my papa at the creek. life was so much simpler then...
 
# Mentos and lava
 
# Mentos and lava
# Meow what seems to be the problem?
 
 
# Mercator projection on a cube... Globes are boring.
 
# Mercator projection on a cube... Globes are boring.
 
# Meritocracy is a pipe dream
 
# Meritocracy is a pipe dream
Line 1,782: Line 1,699:
 
# More advantages to USB type c revealed
 
# More advantages to USB type c revealed
 
# More like, Peek-a-Pooh!
 
# More like, Peek-a-Pooh!
# morning selfie :-)
 
 
# Moses lied to me.
 
# Moses lied to me.
 
# Mother died today. Or maybe yesterday; I can't be sure.
 
# Mother died today. Or maybe yesterday; I can't be sure.
Line 1,789: Line 1,705:
 
# My 7 picture is upside down
 
# My 7 picture is upside down
 
# My baby is learning how to write!
 
# My baby is learning how to write!
# My boss said to use my head to find a lighter alloy for our product. I think I did something wrong.
 
 
# My boyfriend finally proposed!
 
# My boyfriend finally proposed!
 
# my castles stand on pillars of sand
 
# my castles stand on pillars of sand
Line 1,814: Line 1,729:
 
# MY GIRL'S SCIENCE FAIR PROJECT WAS A BLAST!
 
# MY GIRL'S SCIENCE FAIR PROJECT WAS A BLAST!
 
# My girlfriend thinks I need to shave my beard.  Thoughts?
 
# My girlfriend thinks I need to shave my beard.  Thoughts?
# My God do I hate being right all the time
 
 
# My God! It's full of stars. No, wait. Swords, it's full of swords!
 
# My God! It's full of stars. No, wait. Swords, it's full of swords!
 
# My gout's acting up again
 
# My gout's acting up again
Line 1,919: Line 1,833:
 
# Not all dreams can come true
 
# Not all dreams can come true
 
# Not as healthy as it looks
 
# Not as healthy as it looks
# Not even once
 
 
# Not even once...
 
# Not even once...
 
# Not gonna lie. No idea what this is.
 
# Not gonna lie. No idea what this is.
 
# Not only was the moon landing staged, but it was done with puppets.
 
# Not only was the moon landing staged, but it was done with puppets.
# not sure whether or not to tip him
 
# Note 2: Use a frozen potato
 
 
# Note: HUGE SUCCess
 
# Note: HUGE SUCCess
 
# Nothing new under the sun
 
# Nothing new under the sun
# Nothing to see here.
 
 
# Notice anything different?
 
# Notice anything different?
 
# Notice: thank you for noticing. Your noticing has been noted.
 
# Notice: thank you for noticing. Your noticing has been noted.
Line 1,934: Line 1,844:
 
# Now we play... the most dangerous game
 
# Now we play... the most dangerous game
 
# Now we're ready to attach the spiders.  Remember, be gentle.
 
# Now we're ready to attach the spiders.  Remember, be gentle.
# Now where did i leave my ocarina. . .
 
 
# now you're hungry too.
 
# now you're hungry too.
 
# Now, It's not every Day you get to be glorious leader
 
# Now, It's not every Day you get to be glorious leader
Line 1,942: Line 1,851:
 
# obsession is a dangerous thing
 
# obsession is a dangerous thing
 
# Office gamification has got out of hand.
 
# Office gamification has got out of hand.
# Officer, You could arrest me, but just this once, let's Just Hug it Out.
 
 
# Oh bother not again
 
# Oh bother not again
 
# oh damn! it's that time of the year again!
 
# oh damn! it's that time of the year again!
Line 1,948: Line 1,856:
 
# OH GOD HOW DO I COMPUTER?!?!?!!
 
# OH GOD HOW DO I COMPUTER?!?!?!!
 
# Oh god is it still following me?
 
# Oh god is it still following me?
# OH GOD SPIDERS
 
 
# OH GOD WHAT HAVE I DONE
 
# OH GOD WHAT HAVE I DONE
 
# OH GOD WHAT HAVE I DONE?!
 
# OH GOD WHAT HAVE I DONE?!
Line 1,966: Line 1,873:
 
# Oh shit, not again.
 
# Oh shit, not again.
 
# Oh, Canada...
 
# Oh, Canada...
# oh, god, why?
 
 
# oh, is that godot? Finally...
 
# oh, is that godot? Finally...
 
# Oh, that's where I left them!
 
# Oh, that's where I left them!
Line 1,983: Line 1,889:
 
# On a scale of one to ten, I fucked up.
 
# On a scale of one to ten, I fucked up.
 
# On the plus side, the exhaust system does work
 
# On the plus side, the exhaust system does work
# On what planet is this an acceptable shade tree? #Goaway
 
 
# one does not simply wok into mordor
 
# one does not simply wok into mordor
 
# one electrocution can ruin your entire day
 
# one electrocution can ruin your entire day
Line 1,994: Line 1,899:
 
# Only 90s kids will remember
 
# Only 90s kids will remember
 
# Only managed to clock 87 miles Per hour. Crap.
 
# Only managed to clock 87 miles Per hour. Crap.
# Only way to be sure #nukefromorbit
 
 
# onomatopoeia? I hardly know ia!
 
# onomatopoeia? I hardly know ia!
 
# oompa loompa diggeti doo
 
# oompa loompa diggeti doo
Line 2,021: Line 1,925:
 
# Parrot to the nth root of a short journey
 
# Parrot to the nth root of a short journey
 
# passed another hitch hiker
 
# passed another hitch hiker
# peacekeeping mission is a total success
 
 
# peeling back the pages of history
 
# peeling back the pages of history
 
# Penguins are people too #equality
 
# Penguins are people too #equality
Line 2,048: Line 1,951:
 
# Please send help.
 
# Please send help.
 
# Please, please, please not again!
 
# Please, please, please not again!
# Please. Save yourself.
 
 
# Plotting the Extrapolation of a Quasi-Exponential Function On Non-Orthogonal Cartesionoid Axes
 
# Plotting the Extrapolation of a Quasi-Exponential Function On Non-Orthogonal Cartesionoid Axes
 
# Posting my garden to Etsy. #humbleswag
 
# Posting my garden to Etsy. #humbleswag
Line 2,061: Line 1,963:
 
# Probably a universal turing machine, but too lazy to solve proof
 
# Probably a universal turing machine, but too lazy to solve proof
 
# product testing has confirmed our suspicions...
 
# product testing has confirmed our suspicions...
# Prom Night at tentacle monster HIgh
 
 
# pronounced duh-jango
 
# pronounced duh-jango
 
# Proof Global Warming Is hoax!!!!!
 
# Proof Global Warming Is hoax!!!!!
# Proof that dinosaurs and humans coexisted
 
 
# proof that we didn't actually land on the moon. Americans are sheep
 
# proof that we didn't actually land on the moon. Americans are sheep
 
# PROOF THE MOON LANDING WAS A HOAX!!11!1!11!one
 
# PROOF THE MOON LANDING WAS A HOAX!!11!1!11!one
Line 2,087: Line 1,987:
 
# Really, the star wars prequels are under-rated if you think about it
 
# Really, the star wars prequels are under-rated if you think about it
 
# Reblog to 500 people or your cat will die.
 
# Reblog to 500 people or your cat will die.
# rebranding of national park service almost complete
 
 
# rehearsals ARE going great! AnD Don't forget to come to the premiere on Thursday!
 
# rehearsals ARE going great! AnD Don't forget to come to the premiere on Thursday!
 
# release the kraken
 
# release the kraken
Line 2,097: Line 1,996:
 
# reverse microwave oven
 
# reverse microwave oven
 
# Riemann should have had this idea
 
# Riemann should have had this idea
# RIP SPEAK N SPELL
 
 
# rm -rf /
 
# rm -rf /
 
# Roadrunner is the new transport minister
 
# Roadrunner is the new transport minister
Line 2,104: Line 2,002:
 
# rock beats scissors
 
# rock beats scissors
 
# Rock, paper, FACE
 
# Rock, paper, FACE
# Rocket pseudo-science!
 
 
# rodeo!!
 
# rodeo!!
 
# rofl
 
# rofl
Line 2,140: Line 2,037:
 
# share this so xkcd cannot sell our data to the reptilians
 
# share this so xkcd cannot sell our data to the reptilians
 
# She's got interesting taste in men.
 
# She's got interesting taste in men.
# Sheena, who dis
 
 
# Ships that pass in the night, and speak each other in passing
 
# Ships that pass in the night, and speak each other in passing
# Should i fall from grace?
 
 
# should i see a doctor about this?
 
# should i see a doctor about this?
 
# Should I sue my hairdresser or not really
 
# Should I sue my hairdresser or not really
Line 2,149: Line 2,044:
 
# SINgle mom discovers incredible way to overthrow capitalism. you won't believe it!
 
# SINgle mom discovers incredible way to overthrow capitalism. you won't believe it!
 
# Skydiving #photobomb #shark #AAAAAAAAAAAAAAAAAAA
 
# Skydiving #photobomb #shark #AAAAAAAAAAAAAAAAAAA
# slippin' into the future
 
 
# smile for the camera!
 
# smile for the camera!
 
# Smile!  You're on Candid Microscope
 
# Smile!  You're on Candid Microscope
Line 2,159: Line 2,053:
 
# So i found this on my phone?
 
# So i found this on my phone?
 
# so I went and summoned hitler but he got old
 
# so I went and summoned hitler but he got old
# So it's true, then.
 
 
# So it's true, then.  
 
# So it's true, then.  
 
# so like my GF said cutting flowers is like totally bad, but she gets like really pissed if I forget ANY little anniversay, so #ifixed it
 
# so like my GF said cutting flowers is like totally bad, but she gets like really pissed if I forget ANY little anniversay, so #ifixed it
Line 2,165: Line 2,058:
 
# So long, and thanks for all the fish
 
# So long, and thanks for all the fish
 
# So long, and thanks for the fistbumps
 
# So long, and thanks for the fistbumps
# so much for your "Democracy"
 
# So that happened
 
 
# So that's where that hour went on Sunday night
 
# So that's where that hour went on Sunday night
 
# So thats What Jesus did
 
# So thats What Jesus did
Line 2,181: Line 2,072:
 
# Solo Thumbwar
 
# Solo Thumbwar
 
# solve all your problems with hemlock
 
# solve all your problems with hemlock
# Some days you're the pigeon, some days you're the statue.
 
 
# some men just want to watch the world burn.
 
# some men just want to watch the world burn.
 
# Somebody sneezed in the Bathtub
 
# Somebody sneezed in the Bathtub
Line 2,231: Line 2,121:
 
# stork carrying a babby rabbit!
 
# stork carrying a babby rabbit!
 
# straight out of the hacker's jargon file!
 
# straight out of the hacker's jargon file!
# Straight outta compton
 
 
# Strange ingredients for a grilled cheese sandwich, but the recipe did say 'epic'...
 
# Strange ingredients for a grilled cheese sandwich, but the recipe did say 'epic'...
 
# Strangely, my patients don't like this new couch.
 
# Strangely, my patients don't like this new couch.
 
# Strolling down the street, saw this. #uglybeauty
 
# Strolling down the street, saw this. #uglybeauty
 
# Stuck in a loaded canon. Again. FML!
 
# Stuck in a loaded canon. Again. FML!
# Stupid Bird!
 
 
# Submarine-world promblems, amirite?
 
# Submarine-world promblems, amirite?
 
# such bike. so sustainable! very carbon-negative.
 
# such bike. so sustainable! very carbon-negative.
 
# such lambda
 
# such lambda
 
# Sun deflation: optimal
 
# Sun deflation: optimal
# Sunrise over the La brea tar pits! #majestic
 
 
# sunshine, lollipops, and rainbows...
 
# sunshine, lollipops, and rainbows...
 
# sup brah
 
# sup brah
Line 2,289: Line 2,176:
 
# THAT'S NUMBERWANG!
 
# THAT'S NUMBERWANG!
 
# that's one nasty burn!
 
# that's one nasty burn!
# That's the princess I want to save
 
 
# That's too much, man!
 
# That's too much, man!
 
# that's what she said... assuming I heard Her right. Can I come home now?
 
# that's what she said... assuming I heard Her right. Can I come home now?
# thats what she said
 
 
# The abyss stares longingly into my heart.
 
# The abyss stares longingly into my heart.
 
# The answer is blowing in the wind...
 
# The answer is blowing in the wind...
 
# The Arecibo Observatory looked bigger in the movie #disappoint #bummer #bond
 
# The Arecibo Observatory looked bigger in the movie #disappoint #bummer #bond
 
# The basis for fast and furious 13.
 
# The basis for fast and furious 13.
# THE BEES!!!!!
 
 
# The best brick joke possible.
 
# The best brick joke possible.
 
# the best stars are sky stars!
 
# the best stars are sky stars!
Line 2,378: Line 2,262:
 
# the rest is darkness and decay
 
# the rest is darkness and decay
 
# The Return to the escape from Skull Emerald Island IV: The Re-Escapening
 
# The Return to the escape from Skull Emerald Island IV: The Re-Escapening
# The ritual has begun.
 
 
# The rook is getting closer. Help me.
 
# The rook is getting closer. Help me.
 
# the saddest moment of my childhood
 
# the saddest moment of my childhood
Line 2,405: Line 2,288:
 
# The world isn't Flat, it's Sharp
 
# The world isn't Flat, it's Sharp
 
# The Zebra was lying down
 
# The Zebra was lying down
# the zoidberg axis
 
 
# their love was doomed from the start...
 
# their love was doomed from the start...
 
# Their vengeance was swift, but surprisingly subtle...
 
# Their vengeance was swift, but surprisingly subtle...
 
# Thelma and louise was reaaaaaallll
 
# Thelma and louise was reaaaaaallll
 
# There goes the neighborhood...
 
# There goes the neighborhood...
# There is a whole other world in my navel
 
 
# There is no curse in elvish, entish, or the tongues of men for this treachery.
 
# There is no curse in elvish, entish, or the tongues of men for this treachery.
 
# There is no way you can back up that claim. And that's okay.
 
# There is no way you can back up that claim. And that's okay.
Line 2,426: Line 2,307:
 
# These two impress me every single day! #proudfather
 
# These two impress me every single day! #proudfather
 
# THEY added extra salami!! I told them i HAte salami!! they hate me!!! fml!!!!!
 
# THEY added extra salami!! I told them i HAte salami!! they hate me!!! fml!!!!!
# They can see me!
 
 
# they dont need us anymore
 
# they dont need us anymore
 
# they had no idea the damage they had done
 
# they had no idea the damage they had done
Line 2,480: Line 2,360:
 
# this is the last time i go skiing @mammoth
 
# this is the last time i go skiing @mammoth
 
# this is the lowest budget version of "day of the Triffids" yet
 
# this is the lowest budget version of "day of the Triffids" yet
# This is the second worst day of my life.
 
 
# This is the story of a boy. who sneezed a hurricane and disintegrated the whole world.
 
# This is the story of a boy. who sneezed a hurricane and disintegrated the whole world.
 
# This is the strangest weasel I've ever seen.
 
# This is the strangest weasel I've ever seen.
Line 2,491: Line 2,370:
 
# This is what I do on friday evenings now
 
# This is what I do on friday evenings now
 
# This is what i had for breakfast
 
# This is what i had for breakfast
# This is whom the nsa uses to watch you.
 
 
# This is why I don't order take-out
 
# This is why I don't order take-out
 
# This is why I'm not an EMT
 
# This is why I'm not an EMT
Line 2,523: Line 2,401:
 
# This will require more delta-V than we expected.
 
# This will require more delta-V than we expected.
 
# This would be a great Emoji
 
# This would be a great Emoji
# Thorax Cluster
 
 
# Those Eyes! @_@
 
# Those Eyes! @_@
 
# those weren't Altoids.
 
# those weren't Altoids.
Line 2,581: Line 2,458:
 
# Ugh, I hate how people take pictures instead of just enjoying the view.
 
# Ugh, I hate how people take pictures instead of just enjoying the view.
 
# Ugh, i'll never understand art.
 
# Ugh, i'll never understand art.
# Ugh, not the polar vortex again.
 
 
# Uglier than modern art
 
# Uglier than modern art
 
# uh... I think I'm going vegan.
 
# uh... I think I'm going vegan.
Line 2,590: Line 2,466:
 
# unicycle beowulf cluster seeks riders
 
# unicycle beowulf cluster seeks riders
 
# Universe man, Universe man...
 
# Universe man, Universe man...
# unsubscribe
 
 
# Unzipped sock
 
# Unzipped sock
 
# USB SUX
 
# USB SUX
Line 2,601: Line 2,476:
 
# vegeta? vegeta? vegeta? aaaaaaaaaagggghhh!!!                                            I'm back, and now i'm a ghost.
 
# vegeta? vegeta? vegeta? aaaaaaaaaagggghhh!!!                                            I'm back, and now i'm a ghost.
 
# Vegetable-flavored meat, that's how they'll get us!
 
# Vegetable-flavored meat, that's how they'll get us!
# vinyls were always better!
 
 
# Visited mom today
 
# Visited mom today
 
# visual from Most important meeting today
 
# visual from Most important meeting today
Line 2,618: Line 2,492:
 
# wake up sheeple!
 
# wake up sheeple!
 
# Wake up sheeple!! the rich are stockpiling candles. This is our future!!!!
 
# Wake up sheeple!! the rich are stockpiling candles. This is our future!!!!
# Wake up sheeple!!!!!!!1
 
 
# Wake up, sheeple.
 
# Wake up, sheeple.
 
# walked in on my roommate being terrifying
 
# walked in on my roommate being terrifying
Line 2,659: Line 2,532:
 
# welcome to the space jam
 
# welcome to the space jam
 
# Well crap, snow's covered everything on earth again!
 
# Well crap, snow's covered everything on earth again!
# Well, here's a real cock-up.
 
 
# Well, I guess than answers the age-old question!
 
# Well, I guess than answers the age-old question!
 
# Well, Mr. Bond, we meat again
 
# Well, Mr. Bond, we meat again
Line 2,686: Line 2,558:
 
# What do you see? I see a cat!
 
# What do you see? I see a cat!
 
# what happens when you take a selfie with a 500mm lens
 
# what happens when you take a selfie with a 500mm lens
# what has begun cannot be undone. God and devil alike has forsaken us.
 
 
# What has science done?!
 
# What has science done?!
 
# What have facebook been doing with my data? #Whatisgoingon
 
# What have facebook been doing with my data? #Whatisgoingon
Line 2,692: Line 2,563:
 
# What if jellyfish could combine, like voltron?
 
# What if jellyfish could combine, like voltron?
 
# What in the hell was I thinking ?
 
# What in the hell was I thinking ?
# what is in the box?  Only pain.
 
 
# What is your Pony Personality?
 
# What is your Pony Personality?
 
# what the sun looks like!
 
# what the sun looks like!
Line 2,703: Line 2,573:
 
# when did i put on a bow tie???
 
# when did i put on a bow tie???
 
# When everything looks like a hammer
 
# When everything looks like a hammer
# When he keeps trying to talk to you...
 
 
# When I grow up I am *so* getting out of here
 
# When I grow up I am *so* getting out of here
 
# When in doubt, just blow on it!
 
# When in doubt, just blow on it!
Line 2,714: Line 2,583:
 
# when you give a chicken hgh, weird things happen.
 
# when you give a chicken hgh, weird things happen.
 
# when you see it...
 
# when you see it...
# When you see it...
 
 
# Where are the three sea shells?  
 
# Where are the three sea shells?  
 
# Where did THAT come from?
 
# Where did THAT come from?
Line 2,725: Line 2,593:
 
# which end is the head of a chocolate cornet?
 
# which end is the head of a chocolate cornet?
 
# whiskers expecting a new friend :)
 
# whiskers expecting a new friend :)
# who ate half my cookie?
 
 
# Who came first?
 
# Who came first?
 
# who do you think I am?
 
# who do you think I am?
 
# Who dropped this? This is no way to run a student council!!
 
# Who dropped this? This is no way to run a student council!!
# Who is the latest person to be offended by "duck Dynasty"
 
# Who knows how to restart Windows 97? Help
 
 
# Who Made all these Don quixote clones?
 
# Who Made all these Don quixote clones?
 
# Who needs the Chunnel?
 
# Who needs the Chunnel?
Line 2,739: Line 2,604:
 
# Who the fck deleted development branch?!?!
 
# Who the fck deleted development branch?!?!
 
# Who the shit left the fertilizer out in the open? Now we have to deal with this!
 
# Who the shit left the fertilizer out in the open? Now we have to deal with this!
# Who wants an omelette?
 
 
# WHO'S THAT POKEMON?
 
# WHO'S THAT POKEMON?
 
# Who's that Pokémon?
 
# Who's that Pokémon?
Line 2,771: Line 2,635:
 
# worst horse ever :(
 
# worst horse ever :(
 
# Worst pokemon ever
 
# Worst pokemon ever
# Worst roomMate Ever
 
 
# worst transformers generation ever. bring back gen 1.
 
# worst transformers generation ever. bring back gen 1.
 
# Worth it for the karma.
 
# Worth it for the karma.
Line 2,783: Line 2,646:
 
# WTF!?
 
# WTF!?
 
# wwmd: what would mcgyver do?
 
# wwmd: what would mcgyver do?
# Yay, worms!
 
 
# Yeah I just like to make my martinis properly, ok?
 
# Yeah I just like to make my martinis properly, ok?
 
# Yeah... never gonna happen
 
# Yeah... never gonna happen
Line 2,823: Line 2,685:
 
# 突っ込むところもねい!
 
# 突っ込むところもねい!
  
===Captions without permalinks ===
+
===Only===
Some of these captions were found in the feed text before I started recording permalinks, others have been found in the prompt.
+
The lists in this section are captions/images which have currently only been found in ''either'' the feed or prompt and not both.  It is my expectation that these will eventually be found in both.
  
It is my expectation that these will eventually be found again, associated with permalinks.  Saving here temporarily.
+
====Old feed text====
 +
85 strings found in the feed text before I started recording permalinks.  It is my expectation that these will eventually be found again, associated with permalinks.  Saving here temporarily.
  
 
+
# Prius Love
# (ღ˘⌣˘ღ)
+
# This trebuchet is set to self-destruct!
# ...just no.
+
# CERN's soLUtion to a cut in funding.
# "AS the ancient Israelites broke Mana, we shall break frosted pastries"
+
# Somebody sneezed in the Bathtub
# "Cat-like Reflexes"
+
# Ok, playing soccer in a snowstorm MIGHT not be the best idea ever
# "I Never watch porn"
+
# damnit, another drunken tree in the road
# (ღ˘⌣˘ღ)
+
# THis is a love/hate poem.
# *glomp*
+
# Guys, I Found a Unicorn!
# #beatingheartinabox
+
# i was told this came with a bowl of soup.
# #drbalanced
+
# new drupal logo
# #essentialsupplies
+
# good old troubleshootin'
# #fishy!
+
# Look man, it's never gonna happen
# #Hashtag #ironicSelfie
+
# Do the Harlem Shake
# #hashtag #yinyl #yolo #thanksobama
+
# Life on the moon.
# #ivisitedthegrandcanyon #yolo
+
# Dawn of the last day: 24 hours remain.
# #NewProfilepic
+
# It's a cat ass trophy
# #rememberthetitans
+
# This wasn't a problem back in the usenet days
# #sorrynotsorry
+
# Does this look infected?
# #underkill
+
# my castles stand on pillars of sand
# <reported for inappropriate content>
+
# Why did the cypress cross the road?
# 100% legit free hugs
+
# Help! HELP! I need an adult
# 15 Mindblowing facts that prove jaws was real
+
# Jet fuel *can* melt steal beams.
# 500 gold for the private show
+
# Prom Night at tentacle monster HIgh
# 7 amazing ways of taking off your pants that will surprise you!
+
# I can control the BEES! But I only make them turn right
# A kid peed in the ball pit, I took action
+
# got Peanut allergies #yolo #swag
# A land war in asia
+
# They're watching us.
# Aaaaaaaaaah
+
# Gentlemen, fire up your emacs buffers
# All these science spheres are made out of asbestos, by the way. Keeps out the rats. Let us know if you feel a shortness of breath, a persistent dry cough, or your heart stopping. Because that's not part of the test. That's asbestos.
 
# always darekst before the dawn
 
 
# Amazing! Discovery! on mars!
 
# Amazing! Discovery! on mars!
# And so it began...
+
# New microwave over cures/causes cancer!
# and that is the story of the very angry caterpillar
+
# The new Doctor Who is quite the quack.
# And then, you lightly drill the oven for 15 minutes on high
+
# bob ross has only become more powerful in death
# Angry sofa is angry.
+
# First day at school
# Animé girls don't look at explosions
+
# The dress is black and white!
# another day on california public transportation
+
# It's bigger after you put it together.
# Ants close in on the tender eye-flesh
+
# If you've got a moustache...
# astonishing how xenia flew that plane
+
# someone take this banana off my face
# At least it stopped bleeding acid
+
# QWANTZ Fanfic
# Aw, man, I hate gelatinous cubes...
 
# awkward! . . .
 
# best easter ever
 
# big black orb #shit #soyuzfail
 
# bob ross has only become more powerful in death
 
# Brb, burning house down
 
# BUT WHERE DOES THE BLOOD GO?
 
# Cant sleep, clowns will kill me. Cant sleep, clowns will ...
 
# Catman
 
# CERN proves existence of "the force"
 
# Check out my new OC
 
# cheese = life
 
# CLOCK FACE-OFF
 
# come at me, pro!
 
# come on iiiiin!
 
# Conflicting messages
 
# curiosity fed the cat
 
# cuteness depleted after 20 pictures!! #ripoff
 
# damnit, another drunken tree in the road
 
# Dawn of the Bread
 
# Dawn of the last day: 24 hours remain.
 
 
# Dawn: The Final day
 
# Dawn: The Final day
# Day:38 Bird Disguise works, No one knows I am a Worm
+
# "Cat-like Reflexes"
# Did i remember to lock the car?
+
# i'm being ironic
 +
# you know what they say about guys with big feet
 +
# photobombed again
 +
# Heres a pic of a wild catus, who just saw a balloon
 +
# Is this a horse man or a duck man? The answer may surprise you!
 +
# i'm really diggin' your shovel
 +
# rodeo!!
 +
# peacekeeping mission is a total success
 +
# do you reckon i can feed this to my pet spider?
 +
# Like a G6, baby, like a g6
 +
# #rememberthetitans
 
# Does my hair look like it's thinning?
 
# Does my hair look like it's thinning?
# Does this look infected?
+
# Nom nom nom
# Doing Laundry on the TARDIS is hard. It's why companions wear the same clothes.
+
# Pac-man's missing piece
# Don't Press Turbo boost. Something tells me you should never press turbo boost.
+
# I can can hear satellites crying in my teeth
# Dons Quixote start their parallel quests
+
# breakfast in 'merica
# Drat, the internet is leaking again.
+
# curiosity fed the cat
# Dude Did you know you could smoke almost anything?
+
# Dawn of the Bread
# eclipse o'clock
+
# #drbalanced
# Edward, no!
+
# Massive orgy reaches climax
# Even More Pictures of My Sweet little babies.
+
# i don't have time for this!
# even the sun cowers in fear!
+
# I woke up sleeping next to this. #yolo
# Everything's coming up Milhouse
+
# What do you mean, don't talk about fight club?  That's just stupid.
# FACESWAP  lol
+
# picture of my boyfriend
# First day at school
+
# #ivisitedthegrandcanyon #yolo
# fond this creepy ass painting in my basement. how much do you guys think it's worth ?
+
# Not even once
# Forgot to blow out my candles before I cut the cake
+
# #Hashtag #ironicSelfie
# fourier transforms are too hard!!
+
# The last thing you see before you die
# free the beast!
+
# Never divide by zero
# Gentlemen, fire up your emacs buffers
+
# ...monsters from the id...
# Gentlemen, WITH OUR ENHANCED surveillance WE NOW KNOW WHAT THE ENEMY IS DOING, BUT WE STILL DON'T KNOW WHY?
+
# Angry sofa is angry.
# George insisted there were better things to worry about, but I had a feeling this was important.
+
# the dog scanned my homework
# get spare glasses before meeting rod serling
+
# awkward! . . .
# Giant sentient banana found in space
+
# Open wide!
# God i love sesame street
+
# the oceans are made of sky tears
# God Save The Queen
+
# smile for the camera!
# good old troubleshootin'
+
# If you hadn't invented it, it would have to exist.
# got Peanut allergies #yolo #swag
 
# gotta take big ben down a peg
 
# Guys, I Found a Unicorn!
 
# haha! i am dead inside!
 
 
# has anyone seen my force field generator?
 
# has anyone seen my force field generator?
# Have you closed the airlock before we took off?
+
# Is there a bee on my nose?
# have you heard?
+
# well, the keys are definitely lost....
# Have you two seen a small person come through here recently? He may have been carying a blue sword.
+
# rofl
# Hello earthlings
+
# ▒☺▒
# hello you're on car talk
 
# help being attacked by wormsaaaaaagghh
 
# Heres a pic of a wild catus, who just saw a balloon
 
# Hey there cutie
 
# Hey, check out my new green colored shirt!
 
# Hey, check out this cool website i found!
 
# hey! check out larry's new aloe vera cream recipe! it works wonders on the skin and lips!
 
 
# High Bro, five.
 
# High Bro, five.
# His name is robert palmer.
 
# Honest, officer, that's what happened!
 
# how do i resize the city?
 
# Hunka Hunka burnin' steel
 
# I always fast forward through this part.
 
 
# i am wearing a bolo tie
 
# i am wearing a bolo tie
# I can can hear satellites crying in my teeth
+
# George insisted there were better things to worry about, but I had a feeling this was important.
# I can control the BEES! But I only make them turn right
+
# 'Murica, hell yeah!
# I Don't believe in primordial black holes... I don't believe in primordial black holes...
+
 
# i don't have time for this!
+
====feed_text_only====
# I found the missing pieces!
+
Captions which only appear in the feed, and not in either prompt (6 left. No new.)
# I got the keys to the city.
+
 
# i hate
+
# just two more trips over the horizon
# I knew it wasn't cheese after the first bite, but i didn't want to be rude to God. He worked so hard on it.
+
# Diet is working!
# i love my family
+
# Man, that was the best party in my life
# i refuse to regret this decision
+
# Ink-blots describe how they see students
# I think I have too many swords
+
# Artistic recreation from new fossil find
# I think i made a point!
+
# Making a new house rn brb #Homeless
# i thought maybe if I uninstalled flash...
+
 
# I was an adventurer like you, but then i took an arrow to the knee
+
====feed_images_only====
# I was making a mind map but I fell off the edge...
+
Images which only appear in the feed, and not in either prompt (3 left. No new.)
# i was told this came with a bowl of soup.
+
# 0398c491-5291-5007-b9ea-ed915d36dd20
# I will use it if it is web scale
+
# b72d5901-6b6c-52be-8546-5c073ef1eda0
# I wish this was fake...
+
# f18dc5b9-0fb3-58d8-96ff-44879975fb58
# I woke up sleeping next to this. #yolo
+
 
# i'M 12 AND WHAT IS THIS?
+
====prompt_albumonly====
# i'm being ironic
+
Images in the 'pick an image' prompt and not the 'pick a caption' prompt. (434. 92 found, 15 new.)
# i'm really diggin' your shovel
+
 
# i've got hurt feelings
+
# 039c4a2b-c751-5e35-a248-b973655c5d9d
# I've never felt so empty before
+
# 7c8b6640-386e-5eea-b264-73bcd7bde4d2
# if only i had friends...
+
# 290274c7-148c-5303-a8d4-d6d4d7f52f8e
# If you've got a moustache...
+
# 3ceee7d0-8626-5f7e-b912-1061e0518fbf
# In D&D you *are* your equipment
+
# a79f81b2-564c-56e2-be19-62d36831eeb6
# Interns wanted: Must have 5TB+ of Storage Space.
+
# 69fca1f5-4be0-5ec1-a1d2-955d92065020
# Is it a bird, is it a plane, no it is spiderpig!
+
# 6392e625-8f68-509a-a5b5-31ddd9945040
# Is there a bee on my nose?
+
# 3a297d2d-2b56-56fd-9fcf-123e4ec62288
# Is this a horse man or a duck man? The answer may surprise you!
+
# 847c38a1-d8c9-51ec-b562-7bc308ea1436
# Isn't he cute?
+
# 55bfa608-7cef-5889-a92c-5809987c7d83
# It's a cat ass trophy
+
# 42332de1-30ef-5905-a7df-1bf501c24758
# it's a metaphor
+
# 02ab2fe9-7692-5057-b2f8-4226e91af364
# It's bigger after you put it together.
+
# 2eea7b7b-d459-5c7d-b896-b71d2b588ffa
# it's called "depleted" 'cause it's heavier
+
# db98f4a1-d154-512a-a28a-54292a90d2d6
# It's Loch Ness Turtles all the way down.
+
# 4679c979-75c7-5299-86df-9c039349b0b2
# it's the minecraft world
+
# 8b845946-6ed2-54da-97d9-6e0fa6423e5e
# Jet fuel *can* melt steal beams.
+
# 05d62b11-4806-5308-8599-7b12d0018e3f
# Joining the illuminati was the best decision EVER!
+
# 144ebf44-9cfd-5a26-b2fe-37d3a3a22fdb
# Khan!
+
# 7fde8040-4a59-59cf-ae49-e09a1b5aa635
# ladies
+
# 61bdef54-6757-5c89-ac4f-172a82f9c431
# lemme at dem boigas!!!
+
# e45a9f24-254e-57ca-b457-0c40e56c643a
# Life on the moon.
+
# 8999b3d5-94d7-5f86-98e2-21bc7379dd91
# Like a G6, baby, like a g6
+
# 7a062ef5-7cf7-58d9-9453-39842baaeb63
# Likes grains of sand in an hourglass...
+
# a9f7c213-561e-5de5-a8ec-e458fc235e27
# linux compatible toaster at last!
+
# b7e0fe3a-2c70-542b-b281-dccd8efcd65f
# Lost in Space...
+
# 203f60fb-19b0-581d-af01-81a4839135ac
# lost my comb again... gonna have to go to work looking like a sexy hobo instead of a sexy businessman
+
# bb889194-bbc1-5ca5-8729-5ddd76bb3d6c
# Malkovich Malkovich Malkovich
+
# ce637d23-1a4c-5ef2-a2c2-f8dc0e0b0070
# Massive orgy reaches climax
+
# daf8f8ab-8f6f-5d43-950c-edec90b39fcd
# Maybe this counts as clean energy
+
# 93fcd14e-fb29-56e2-8d07-61308525cf42
# Meow what seems to be the problem?
+
# 7800e9eb-e9d2-578c-bc87-0f577f44ee6c
# Mmm... Vegemite
+
# e635d853-4815-5b48-b224-08602e138c05
# mmmmm.... Bones....
+
# bb277e17-2824-53ee-ba9d-dda187c532d4
# modest pile of dinosaurs
+
# 960c3189-4d2b-5049-89a2-14dcc16e1fe6
# morning selfie :-)
+
# 16c9a1a1-6234-52e9-9a9b-a664f572dc2f
# My boss said to use my head to find a lighter alloy for our product. I think I did something wrong.
+
# 8454200d-292f-5992-8a26-ea6f236f0ccd
# my castles stand on pillars of sand
+
# e0332cce-ab98-5e4e-a261-48f44fdc4a98
# my euler circuit is alive!
+
# 76673657-396c-57c4-b16e-fe3493b084a5
# My girlfriend thinks I need to shave my beard.  Thoughts?
+
# d7ed21a6-3997-51ea-b4d6-f741758c13fb
# My God do I hate being right all the time
+
# e76d17a4-7773-56a7-b905-0a842138f70f
# my new app for power outages - may need to rethink this.
+
# 99e4448a-fbcc-5220-811c-200e900034e5
# My trip to Europe #selfie
+
# d8a99146-f78a-59ec-88f4-4a4f78a6d660
# Never divide by zero
+
# a6ae0caa-389c-5c01-b64b-d41d16f7880c
# new drupal logo
+
# 5f5596b2-af42-5b13-ae56-01745d8436e5
# New microwave over cures/causes cancer!
+
# e33e05c9-b6f6-5faf-9787-0767fc7121e1
# new president misuses "literal", becomes a duck
+
# bba966b3-b111-595c-bb9e-ca36f7be679b
# No good deed goes unpunished
+
# 1cdb91d1-df4b-51d4-a776-52cc59d726af
# Nom nom nom
+
# c11fe4b1-29ad-5562-ba47-d26da045fe86
# Not all dreams can come true
+
# 834ab250-95ea-5709-8249-945dee2035fd
# Not even once
+
# 9d797f23-3038-50a5-93c2-bf7c266cca38
# Not even once...
+
# 8495ac9a-d0c2-5209-86f2-2c55f3bf0a4f
# Nothing to see here.
+
# b73996a1-4a8e-5cf8-bbe1-65b7f500c5ee
# Now where did i leave my ocarina. . .
+
# 02eb2976-3e3f-5d9a-874a-e14a6ba102f7
# OH GOD SPIDERS
+
# e0d19f86-445e-5e0d-aefb-a164adff3014
# oh, god, why?
+
# b1660aab-9cb8-58b8-a182-d6d0b07c5fd3
# Open wide!
+
# 7b2bd1f2-2bd7-534b-bd04-68f172044127
# ouch!
+
# b83e9820-ee28-53e5-95b8-631a75a16c77
# peacekeeping mission is a total success
+
# 994562f4-ea19-55f6-8f77-8875775f3e17
# photobombed again
+
# 49269530-d80b-5ed4-ae67-ed4b93fb5693
# Please. Save yourself.
+
# b7bbcddb-6352-59b1-bc43-723db8e26f5f
# Prius Love
+
# 414e1003-9a8c-5855-95f7-6c1282cbbebc
# Prom Night at tentacle monster HIgh
+
# 4c3d72ee-49ba-5f90-9984-786f685a1a8b
# pronounced duh-jango
+
# 91d7171a-09c8-58c3-b46e-0190596d8aad
# Proof that dinosaurs and humans coexisted
+
# f3e5fd2d-e60f-53f3-b169-86ea721314f1
# QWANTZ Fanfic
+
# adc04da2-f49e-578d-94d6-5c9ab26a9cc9
# Rabbits are vicious creatures when their data are stolen
+
# 99db2992-a6d7-53d6-8962-de4f95d8e513
# Really, the star wars prequels are under-rated if you think about it
+
# 7831e489-5987-5970-80fd-6a57c265996d
# rebranding of national park service almost complete
+
# 68759577-12bf-5b62-96e7-5ef5374d4eb0
# rehearsals ARE going great! AnD Don't forget to come to the premiere on Thursday!
+
# a1ec3acf-1c90-5994-80b5-fafb89e8da7a
# release the kraken
+
# ca4e27ee-60c3-58c3-b087-02cd1184af7c
# Riemann should have had this idea
+
# 4f2f146c-cb83-544a-9145-2c87d2544227
# RIP SPEAK N SPELL
+
# f94c02dc-28f4-5dc5-b36f-c63f88430160
# rock beats scissors
+
# 54ec1d5f-a377-52ba-8023-0a35447c8bac
# Rocket pseudo-science!
+
# 16f8e890-830e-563e-9feb-0835b2656faf
# rodeo!!
+
# ec250261-fe4d-553d-80f4-c518ce489c3b
# Roll of toilet paper reacts to US Deficit
+
# 000ec9a8-9043-5811-94ca-8a411fa0e03e
# Saw this outside last night. Is it dangerous?
+
# e70d98b8-836d-50d4-be3d-399fdf7e8064
# Sheena, who dis
+
# 79ec4811-a301-5879-a642-8ce440504a07
# slippin' into the future
+
# 0af241bd-5968-50c1-9a49-7af1db07b282
# smile for the camera!
+
# 8016fa9d-40c2-5094-ac40-7c25ce7a02e4
# So it's true, then.
+
# 3b1d5744-6526-5b7b-8e21-744ea02306f1
# So it's true, then.
+
# d784c7d1-9690-53da-a2fa-7f92a63f5b80
# So long, and thanks for the fistbumps
+
# e108a3c7-2120-57eb-b716-5e586e391496
# So that happened
+
# 25547b75-c41e-501e-a5c5-faf209490182
# So this happened.
+
# 56e7f3f3-44e3-59e6-a0e2-a0289b27dd5a
# solve all your problems with hemlock
+
# 35ecdbbd-a857-54d5-8066-5355f5833b39
# Somebody sneezed in the Bathtub
+
# b9baab94-70c6-5896-ab52-8178c0cabd72
# Somehow the welcome mat ended up inside the house.
+
# 7c340df9-224f-5f65-9e57-7eff05be73f6
# steel beams taste best with a dallop of gasoline
+
# f65d2a10-c33a-52ba-b66a-2d04208ae09a
# Strangely, my patients don't like this new couch.
+
# a699e191-7231-5ac2-94c4-379e61ca80a4
# Support my kick-starter! A whole new devise with bluetooth and a button!
+
# 78f6a0c2-a318-5536-85d9-fbecf00ae97f
# Sweet, they new red shirts are on sale again!
+
# dada6042-856d-5ad7-9ca8-97e64148995c
# Ted Cruz imagines himself like this and things it's normal.
+
# 2f28d898-69f2-516d-ac76-58bd456b251b
# Testing my new high-contrast filter outside the unicyclist meet up
+
# 18bfc844-0da8-5e60-bd46-80d5a36accc0
# That's the princess I want to save
+
# a5889954-35ee-5f27-968b-fa8b635e4a8a
# the best stars are sky stars!
+
# fcce9fa0-a11a-5775-a4bd-a47817c0b4cf
# The castle was in you, all along!
+
# 9200f92e-e3f8-5efd-92f2-7b2f1bf0847f
# The gang destroyed the context
+
# 1c29d65a-f7cb-5254-8a2a-4612ca3ea03f
# The little prince is full of siht
+
# bc7c6f63-35ea-50e3-9c88-19fcaa244177
# The machine was supposed to show the future, but it never turned on. I was horrified to realize this wasn't because it was broken.
+
# d06944ae-feec-50a2-ae4c-ed6360dfe4c4
# The most diabolical teamup in history
+
# c3a0216b-3382-5442-b09f-75aaa988879a
# The new Doctor Who is quite the quack.
+
# cac373bf-5331-50e5-bf1b-0c82274784ef
# the oceans are made of sky tears
+
# 50e01423-aec6-5e41-b170-9ea3833b0a71
# the prophecy was true !
+
# df7c6ab8-6b02-5f53-85d0-ed8c5dc9aab9
# The ritual has begun.
+
# 95a7c2be-be1f-5af5-80ce-877f694732c0
# the zoidberg axis
+
# 479e3045-6e90-5a14-9f18-913ad83b2e8f
# There is no way you can back up that claim. And that's okay.
+
# fc8912be-280f-5f20-b251-d685eca93f95
# There's no more time!
+
# acb7cc6c-28d9-5bb0-a827-c74e3568fa88
# These night vision goggles don't work
+
# 49542948-ec82-5172-8bf0-9628012c0058
# these pretzels are making me thirsty.
+
# c1ce493c-e2f1-5ded-8151-58377b6190af
# They can see me!
+
# 2b77720c-587e-5725-bc2a-5f814d6725df
# They're watching us.
+
# 2e29edbf-198e-5fae-bf22-ebbdfebbfec8
# this guy can't believe what i'm doing.
+
# f231197c-f33b-55ef-b60a-eaf524a2f41e
# THIS IS FOR KIBO!
+
# c055b05d-666d-55f1-8694-6a235059c841
# this is the last time i go skiing @mammoth
+
# 39b79118-4636-5160-a1cf-75333edd14cb
# This is the second worst day of my life.
+
# ce0b05d0-cf4f-5f7f-b544-28b646e07f21
# This is the strangest weasel I've ever seen.
+
# 79b9e495-b06b-5461-9b02-5aded2e25574
# This is whom the nsa uses to watch you.
+
# 9a3aa942-1dbf-5301-a812-62cd3460a783
# This is why I don't order take-out
+
# 9afc0938-df6f-507c-839b-9691025fb33f
# This one weird object blocks out the light!
+
# db1ab6ea-e6fe-5bd3-a5f8-811bd51f6fa4
# This wasn't a problem back in the usenet days
+
# 74c2f367-8d01-5c06-92fa-bd67bc8fbe57
# This would be a great Emoji
+
# 950c7fc9-1fa5-5216-94c2-c7af1d2b4e42
# Those Eyes! @_@
+
# 1596da10-dc6f-5e77-b089-3ea8cd3dbdbc
# Ticks, it's what's for breakfast.
+
# dcbf4c3b-630b-5d70-a5a8-7f59b89dbd33
# Time to end the trial run, this was a failure. abort!
+
# 28f762b3-61b8-5f02-88ae-89ec8c7e81be
# To avoid going bankrupt, Polaroid activates its subliminal message feature on old photographs to try to get more buyers,
+
# ddbea5f6-efe2-5c32-9cce-b7b8d20cdb74
# To weather the storm of outrageous fortune.
+
# 852b10c0-e3a1-50db-a9ea-415b14c8b862
# Too many in line. I'll come back later.
+
# 51a311d3-ebe6-5287-97b1-2d19ca5bdcfc
# Too many potatoes, not enough butter
+
# 49531383-446c-55b1-b187-d4f0642224fa
# Two days on this new diet. How do I look?
+
# bbbeb6b7-01cc-5dbd-a309-77b8a5527ad8
# Ugh, I hate how people take pictures instead of just enjoying the view.
+
# 460d022a-35f4-5e6c-9a9e-f867c41e030f
# Ugh, not the polar vortex again.
+
# d4ca9a3a-2f06-5976-90e4-5ea0f5b5e66f
# unsubscribe
+
# 36bb1d7a-2b10-5b88-a174-2aadc2b05bff
# vinyls were always better!
+
# 2ff52640-d458-5ef9-a5be-6e4431f5bf0e
# Wake up sheeple!!!!!!!1
+
# 97a9d405-bb64-5771-8ded-ea9426341cca
# We look into each other's  eyes as we drive. it's to show our love.
+
# 8f8e4b03-7b4d-5555-8320-662ab2ac144a
# we need to keep our sex life fresh
+
# 2bfb2407-4d17-55a6-a61a-13553af327d7
# Well crap, snow's covered everything on earth again!
+
# 8e38696d-18d7-52d8-9a56-102c63887dba
# Well, here's a real cock-up.
+
# da05dab1-d037-5c6a-bb80-6978bf82609c
# well, the keys are definitely lost....
+
# c1283eae-63aa-5162-bcb3-7f08d55f0410
# what are you complaining about?  three legs are inherently stable!
+
# d3544376-60a0-59ab-b386-5bebec594908
# What do we really know about the dark side of the moon?
+
# 425c30a1-41d4-5ae3-be78-025a30bf44ab
# What do you mean, don't talk about fight club?  That's just stupid.
+
# 67605d97-3583-5d20-ba24-e6989877df1e
# what is in the box?  Only pain.
+
# f55683b4-9db7-528c-ae91-1fc8142c3888
# what the sun looks like!
+
# 81d0c47a-2e72-5d3a-a943-c3629da07d92
# when did i put on a bow tie???
+
# 0277187f-ceb2-57af-a26b-2567c75f8965
# When I grow up I am *so* getting out of here
+
# a6109fdb-a9d3-5ae7-8409-331ba5c2d27d
# when they said samurai robot i thought they meant something else!
+
# 7ae6cbd8-d8c9-5fc3-b7ea-ff2803045213
# When you see it...
+
# 6246972d-53f2-547f-8523-617af909bd1a
# who ate half my cookie?
+
# 3c0bfd31-9a1e-563a-b60d-d0f0105ee4cf
# Who dropped this? This is no way to run a student council!!
+
# e8859f8f-3ad1-5283-bc1b-a5dac3645d9c
# Why can't I eat all this chicken?
+
# b5f8de82-5b57-5723-98aa-76ca58e573df
# Why did the cypress cross the road?
+
# ab9d78bb-5cee-5757-ae4e-2a4f40911339
# With a mirror, it's 00:50 right now
+
# 8c69aa6c-136c-5bef-85d3-78f4dc46875e
# Words, words, words
+
# 612f97fd-190e-5e52-8ce6-b1c0d705a617
# Worlds saddest bomber drops worlds happiest payload
+
# 54f69a9f-09f9-5f4e-bfea-2d0ded5d95f7
# Yay, worms!
+
# bbc2a8bf-0b2b-5cfa-b399-99faa3542e1a
# Yesterday was not good
+
# 29ff6749-c781-55d3-92e1-58877edb6cbe
# you know what they say about guys with big feet
+
# e5580a9c-8878-51fb-bbd9-7006b8a4cc3f
# You only learn as much as you can put in one Cup of coffee
+
# f3d6682e-8eb8-5ca4-b199-1d28bd672f5d
# you've really let me down this time.
+
# bfa9aec5-04ec-5ca1-adfd-65d1d06460bd
#
+
# 5a451d23-675d-5ef1-aeee-be3c62aac59a
 
+
# 84cb2f8c-60ec-556e-b96e-75ac454698ec
===Images without permalinks ===
+
# e25e269a-1269-5fbd-a642-9d7f79d10f2d
Images in the prompt which have not been found in the feed
+
# 16f7286a-7e5d-5469-b598-daffb54ec93f
 
+
# 42f19a9a-49f5-5763-9d1b-e73866701a1d
# 00154572-02e2-5e63-a3e4-bde3ab4b1934
+
# f6adb345-0dc5-5734-92e1-8ea51cfb3342
# 046bc891-392e-58ac-880d-d202b3810bdd
+
# 58db71e3-9f64-5d15-915e-476b36f9191a
# 08584d88-4186-5ea6-bc49-5f1f796d37de
+
# 706a7b19-9be1-51e3-a0de-36a2f7987b60
# 08757175-c59e-52a6-9fc9-9c72e473ceba
+
# 3632230e-3c9e-5847-983e-45f49cc6a02e
# 0b148e1f-e4bc-5100-92fc-5ec84c20eecc
+
# 6f2996f9-46ef-5356-96b6-b3f1e3523182
# 0d3b2461-d927-5d99-969a-c6a52d071461
+
# 24c035bf-b7ed-5658-8422-148c66150099
# 0ecdc175-34e2-563f-a290-33c0f5549420
+
# 7a2715ba-7a2f-5bcf-bb79-6fb864185bc1
# 0ef43321-8a3f-5afb-912e-d4439a64f8a1
+
# e1c33770-9bfa-57e8-a846-5e8fbb660dc5
# 102a8fef-0b03-51c9-8ace-0017f18ed7d1
+
# d712ac01-5fe6-5715-bdc3-28e001983c67
# 135ec01b-fa2c-5eb6-9354-87c4c3e12f63
+
# 39d607e3-8ca5-5d48-8853-7d2bf3ff38b1
# 172832dd-7c7c-5640-aefa-3e0d142ea1c8
+
# 15964277-7247-5779-b648-9c58bc403c94
# 17ae1505-dc66-5fa6-b6fc-76e2e571dcca
+
# 21d9e9ca-1820-5606-8193-e8e1e8bab718
# 1def8ba2-ed1f-5049-a814-ce84cd7a9f7b
+
# 790cb175-7a2e-5578-9d83-8c3f74a1ba7a
# 1f420516-0eda-50f0-80db-d675525278e9
+
# a45edc7a-e516-58aa-933e-cca33f6e1445
# 209a35ed-6e02-544b-952b-d4d0615d8c3c
+
# f3d00000-3072-5abe-a4c2-ba7d1a9cef0f
# 2133fa57-71c7-52ad-93be-adebb04251a9
+
# 0cb89087-8d7d-5067-aab0-274b7b5d9110
# 2158ef67-cc5c-52aa-b437-87ad938d5430
+
# 31f37ad1-51fc-509d-9b90-f87d4312d151
# 23000a39-d407-5fd7-9956-3d90a0bc283c
+
# f978c68b-396a-5e1c-ac20-0076a139094d
# 23029be0-b127-5777-912f-664613740e58
+
# d2bb4ba8-9e63-53c4-b6b3-72e7ff1ad4b9
# 230e82f1-3a97-5657-93b4-a1538237a7bd
+
# 78dbc571-ab1c-54f8-8036-6bfde6c095fb
# 25da16d6-e6a6-52a5-8507-91f2e4e68875
+
# eede3d43-d232-555f-b922-65c0343784c6
# 27773d87-9fc1-5fa3-945d-8602b334d630
+
# 025fdc71-faa6-5c23-9bba-0ec5d628b043
# 2904fcef-5c88-58e6-b651-c8db16da8b4e
+
# 5b2a6eed-5009-5618-9c58-79463e5aed81
# 29a80edb-16d6-5da1-9d7c-34f80c7826d8
+
# c1cfc467-5f24-546b-8c5f-bdc0a293c667
# 2aad5103-42b4-5836-a997-9c5d41ef18d0
+
# 542980c4-5bb5-522b-91d7-cc179047dab0
# 2ca667ea-3e06-5b04-ae11-c2e81ed10333
+
# 1fdcd6f5-8643-5bb7-b711-2785f98853e3
# 2cd3e0f7-2009-52d2-b526-d34fb21723fe
+
# 026f67a8-ba5c-5738-8042-f62686bfeff5
# 35327ccb-4c06-5054-b3a1-b1871ac0c928
+
# fbeb3029-a6a7-5ea8-a7a0-a60867b64165
# 35547760-624c-5f0f-aa6f-05827e5396dd
+
# 78413bb1-405d-5d79-8ce5-82a5dc42c884
# 3602c6d2-660d-5d6f-b3bf-8aad19c3c492
+
# 106bde6e-9527-53ad-b111-e2037a5b74ce
# 37e8070f-4690-5a1e-9118-3b0a4e4af248
+
# 07ab3f20-80af-50f6-8a3e-7395f6aa06a6
# 38ed173d-7a12-5294-80cb-03deb8896dfc
+
# d656a616-88ea-59d6-812a-b0a1d155eb47
# 39540864-cfcb-5819-bdd9-16f314fa7aa4
+
# ff2065b1-e7c3-5c55-9074-a335e44d85b6
# 3b3aed58-a224-50be-9129-ba20483846b6
+
# c52a3a30-8a13-59b6-90fe-e164f4a32106
# 3d9ffba2-c0f6-5fcb-b3b2-ee8795c1f720
+
# 8822eb85-f637-5fa4-ab35-4cd760359832
# 3e62ef75-49ce-5e12-bd8a-b173a9c4269d
+
# d9fd83e7-73b6-551a-8096-26c4229b1e04
# 3e74af7e-d5fe-561a-9835-2baa0724af3e
+
# 5fa3f811-fd41-5ed0-a218-83e2df101181
# 3e7765a5-f766-5a74-8711-2720bef89403
+
# 5916a502-3169-51db-bfcd-104cfa1288c2
# 41e41ecd-5ed0-5ae0-891e-652664dfde38
+
# 3a15dd35-ec9b-554f-9010-01ab0d7dc791
# 4334a9ee-88d9-5be8-b019-723c34e7a83f
+
# 14d6dbc6-0a0b-5fb4-a138-cbdb20db7e17
# 43637145-5846-5213-bbd2-62c51fc68393
+
# 97a31e66-d225-5d83-a4af-475a38aa2adb
# 464e554b-b208-5249-8f37-64ce5e075d9d
+
# 69ceb05a-9701-56a1-bef6-50f774c6e415
# 4912282c-ec7a-5a0d-9e6e-10d3418ab330
+
# 952764ae-a358-5cff-9d78-1564ed77cf61
# 49a75cc1-bd31-5e44-9b08-d43f91c666de
+
# fbdb5028-9538-559e-b563-1f529118806c
# 49de1a38-5ca8-5831-a90f-e676aed4bbc6
+
# 69cfabe6-de44-5d16-8564-0cb37ff185d2
# 4b0d6770-c68c-5d87-9cc7-d33fae6dc98e
+
# 04966588-dbe2-52be-af24-cde9fb9db851
# 4b963434-6486-5baf-a02b-e2ba5fd2ebd8
+
# 0ed6df91-6900-5774-a8aa-916445424ebc
# 553d2e98-2bcb-516d-8eaf-5442f1c9d0d6
+
# 7720e4c5-ed66-52cf-9f2f-bc879e038fb1
# 56f3037e-639d-5011-8fee-c4b0912baa83
+
# 826c8a3a-e5a1-5b48-88a8-88e9da4a3804
# 57c2fed8-6e80-5c80-a398-0edfc27cf754
+
# cba25de9-328c-5bd5-bd9d-dc0c51ea603c
# 5a8d1f9a-b07d-5a7b-be1e-525b50d5258c
+
# 84c1c839-1840-50c9-952a-82154782ff6e
# 5c39d369-cba1-59d8-965b-d1b068809e6b
+
# 0340ec0e-654c-5452-9edd-3eec26e54537
# 5dd8151e-6bab-5302-8c3e-611ae32825b7
+
# 3734898f-18ea-5e72-8948-d00a38543f3e
# 64edaa0d-1f4f-5ebe-a9c7-de0f2eabf74d
+
# ef1c928a-a640-5586-a129-596a7a13c9a6
# 65c4a415-ada8-5487-8c67-59ad4bdac78f
+
# 57731e51-4247-5354-b251-a7afd23a3d39
# 65e7cf48-31dd-546f-98b1-d235ef5c9100
+
# ad85a97b-02a2-5ec2-a4a3-bc1a28e826bd
# 6691672e-826a-53ba-a42a-8cbf38ad511d
+
# 62bada68-e842-52bb-86b9-dfd96fb9b1ae
# 673eec8a-d30a-5f43-a3b0-8535a9b464e7
+
# 4a844fc6-170c-55af-b804-15e0a09ec3a5
# 67d13536-af25-5a31-b81e-021e2e9676f5
+
# e08f3ca9-4f83-5785-b387-458487d914c7
# 6b1a016b-877b-5451-b250-e979e72ea44a
+
# 090a42db-5ffe-5e69-bc33-21305beb7f51
# 6b7cd4ef-9ee9-50d5-8d77-493dbbadcb9f
+
# de4df1f5-d414-5b2b-8a87-876aa26fd603
# 6bead760-585c-5fea-a296-164189e886ed
+
# daeca3dc-39ac-5f3d-a79f-c68ff99e7840
# 6bf5c6a4-e2e0-5c9d-b768-c39227ea1a22
+
# e7a980f5-5d62-532d-9a24-55030b54a312
# 6f4485f2-b904-519e-a027-7d731c785331
+
# 3473f72d-6c90-5d9c-b96d-35359ce4d9b7
# 6f534227-fcc8-50a1-94f8-40e9fec2241f
+
# f1f4b931-f681-580e-810d-2a34b702697e
# 6f7c3202-9bc7-5bbf-8bb9-d0ead792c632
+
# e6fc438e-c9a2-5303-969c-47e690ee87ec
# 6fd02b30-262e-5c45-b966-1e1550446dbf
+
# d594e87d-bd2a-57f2-9b9a-8567700315bf
# 713a7c42-fbf3-5305-b821-ffd5f871bd84
+
# 9f9fa376-8b55-5522-843e-c7ddbe04ef3f
# 71405975-e88a-5bc8-bb33-58201ed52528
+
# e2650a40-0382-5739-8382-6084d3330277
# 725e2413-9cf9-562f-9bad-4231fea16e28
+
# 9515a219-4eca-5998-9cd7-e505e75cb74d
# 726847dc-c652-5ef6-8696-53830c0a1e2b
+
# fae139df-46cb-5563-a7c5-789c215895a2
# 72f1f6f8-d49a-50f4-85ef-5f571240bd09
+
# 70f5ad7d-1f38-5f57-b6c5-0493d1b974f2
# 773eee34-46e4-5b3f-a653-9371796e8b58
+
# c8ebca2d-3b03-5485-a8a8-03ecd637642e
# 7d60a449-d8d8-5444-9ba2-6f1c98edd903
+
# fbd029e4-d6f5-5e34-939f-e7e70d2797bd
# 7ea6bc06-01e7-5915-b6c1-1141386bb99c
+
# 1e97f1b7-cc13-5f54-b8cc-b15624b39699
# 81dde1b4-ed9b-5925-a879-70efb841d5fd
+
# ced43671-46f4-5dc1-b124-9eda477bce11
# 85dd384f-37bf-5365-af59-78a0cb78aed8
+
# f8cc323e-9206-5bc5-aea3-29d91f118e5b
# 86cc4be5-f25e-5289-8566-602b9d6e634a
+
# dd6305cf-ff02-5030-ae8b-6edacc5d1f07
# 882bc233-3966-5d04-bccb-ae2e0e5e763b
+
# d802e586-ecae-584b-92fd-a53b48798e38
# 895b2fec-6090-50b3-b736-12915362995c
+
# 1fe205ba-ae07-542a-b566-b53b86fe4a3f
# 898a37b4-252d-54bd-933e-c456f95dadee
+
# de6540b2-4809-50ed-9a55-7fa6c1b8f1cf
# 8a4ca1ad-96aa-569b-8bde-8c57ea815ae9
+
# 113a102c-3254-57cd-a2ad-20e7c75274b4
# 8a58ccb4-f327-592a-b946-72d7a56d9d2e
+
# 4ae705e0-db7d-5c34-a219-5884dc3b4efe
# 8e1b0bfa-bc19-5cf8-888c-d31247c71190
+
# 65952605-a85c-5b9b-9b58-134353a025ed
# 8f7d83f9-7007-5f7b-901b-bcb35f900859
+
# ee81cbf2-b0ab-53c2-92bc-601c1a8b1e45
# 900af948-f3f8-5d21-b015-6667461dd215
+
# 492476dc-c3d8-5aed-98aa-5fc353538678
# 903f52cf-cb81-5c26-97f7-7d87a6d3b243
+
# 05452407-2642-56dc-a82d-04db02985a80
# 91168585-a6ee-5b76-ba2b-c41f5685180c
+
# f7d9d4e8-b16e-5aa5-b9cc-b877166e5cc9
# 935e73e9-ecf1-5d4f-8668-8fb907cdee4f
+
# 7c4198fb-1c83-58a0-a06f-2367d29a0deb
# 9491599b-459c-5e6e-9ee0-d85a0497ef55
+
# 54e518a4-0999-58ba-94ad-614897f63d5e
# 97127900-4d61-591a-95c8-851ad788386c
+
# 6636a3e8-f787-5a04-8406-c6fe3b6798a5
# 995623b5-4ded-5315-9f2d-f44a0db0ee7c
+
# c442c857-0356-501c-8a68-17779ee040a7
# 9d1b6f68-d4ea-5932-8b47-d05b142a72ee
+
# 05aefa51-b0df-548c-b250-c14f6abe6f06
# 9e4ad090-7e0e-5aa7-9a55-8e0bb0b8ea8b
+
# 9c94d58e-ff2f-5850-bd8f-0e367b191f42
# 9fa68e29-e97a-5496-9edf-f3d9ce528f0a
+
# 5870d0b1-954a-52ba-9d53-b940eaff82f1
# 9fac5c76-ef99-5c5c-a8ed-b36fa44e50bf
+
# bec6a785-5fbe-5894-8d0d-cdd5e6281e09
# a0bc51e1-ff72-56b8-8574-a4204759a872
+
# b9cef57c-7403-51d6-ba53-654bee00b4af
# a1c63d58-b0b6-5029-bc8a-b0318119f506
+
# 2719eed7-9549-519d-9b1c-02b6b68f5ff7
# a399201b-61ec-5bc2-8041-57fdbcb572cd
+
# 907d70fa-c195-5cc1-9f8c-81433abbc0dd
# a5dce98e-3e17-555e-b67c-4448bad354bc
+
# fe9e9e37-f198-50a5-870c-e2f6212df0f5
# a8bd5dc6-24a0-516f-862a-dbef66f9f688
+
# 22ed558b-b817-52ab-9bed-e1ddeaf7d3c0
# ab1d561b-6bfa-5686-97a8-259ed0e4b200
+
# 6443994d-647a-5090-bc9b-e83db656dd53
# acebb7e3-9d07-5c49-85b7-7adfc8fc41fd
+
# 4018c459-16ad-5da8-bf60-ef8fb19fc8b7
# ae5f5094-3168-546b-84ca-22c8b80d5922
+
# aa572967-5ae9-5453-8c63-1b2ba4d7ccf8
# b09c0be6-756d-52a8-97a0-db71a93d0a1d
+
# de0ff396-35e1-50ff-8fdb-e2b6f4256650
# b337d406-6624-57cb-95cd-dd68431ee649
+
# 546a61af-6349-59aa-bdb0-6ff16bb4844c
# b3404349-725f-5b2a-b9c7-dceae37d53ba
+
# 22fb38f4-ff3d-5f8b-a147-f01c49075c6f
# b45835d7-ea26-548c-b904-ae20f678e131
+
# c1dfab0b-53c7-5864-8417-c3595c6146c3
# b4a40718-739a-5580-95be-52ac57cf80ac
+
# d3e29b36-d2f3-5db7-8d31-599952041c65
# b67a51a3-938e-5ce3-83df-cb623f278864
+
# 28211109-7af6-51c5-91df-d1fc8e46cff2
# b832f9a3-fc8c-532d-b1f7-d7b9dd0e2d6e
+
# 6d88d868-e9a8-5917-a207-d83f29efba56
# b8976cf8-d5d0-5c24-a5eb-bc40190f85fd
+
# a5a97a94-03c0-5745-abad-8a8b6ac32a65
# ba1421d7-bbee-54c1-8026-bd95cfedc92b
+
# 1a3465ca-53e3-53dd-84d5-21f6e8ab05f4
# ba89ae53-04bf-5a43-9489-f41b20d42f8f
+
# 6d727f04-71ca-5843-8a69-6c2a6cf8da8b
# bad65b6f-9a98-559f-bcd0-5844ee3cc5ee
+
# 43511388-d9ad-5efe-b951-63cd4ccedc6f
# bb76621a-ed64-57ff-bb30-eaf319c66381
+
# 0e827ffe-3158-5e58-b415-2e7204533474
# bdae9e2c-8c92-50ba-92da-c0235955c36b
+
# 609ce7b6-e17e-5091-847f-481be3c7a79c
# c35556ad-67f0-5b66-9276-73e07117c329
+
# 5f3c0474-439a-5468-ba08-6bbb1f693d32
# c3be6486-bf0a-5d4c-98f9-e09b7a48cd02
+
# c5b670f6-b597-5b51-857c-fb39de274310
# c53125eb-36f2-58f6-b890-3fdddbb02219
+
# 891ecc70-0793-5180-9963-467ca5564cf4
# c92343f2-bc7f-538c-ae59-051331c561b7
+
# 76316d40-8146-50ae-8e5b-ae253ed38786
# ca8f102e-4186-5b9b-90ad-a562e0009d73
+
# 4134cbc4-00e6-58f9-b9a4-22540389e125
# cbd65958-d879-5f15-a21b-b5685d30d9bd
+
# 7306c517-65fc-54ca-abb9-cf7533204718
# ce035b77-82af-583b-a3e8-e84a6aee60a7
+
# c8646ce4-9694-51dd-8e74-81ac0853fd88
# cfaeca24-0887-5d13-acd0-70e475f6551b
+
# b67608ea-6d88-50ce-ba45-1285f35a75cc
# cfdd19a9-fd37-5164-a3f0-6e749567fc8b
+
# dc4b3c41-a844-562a-903e-c256df0b0fa7
# cfe6887a-407f-5be7-b541-85d219012b5b
+
# 3fc887a2-937a-5d18-b894-98d09dd1d39b
# d001ee75-ce44-56e9-8b22-6110cc2a2a17
+
# 91135a7c-54fe-5e73-8318-da8864ab5c37
# d0d56e0e-46df-5679-a082-3034b64e5197
+
# cf0311ee-96e9-5cd4-9186-67c94609e101
# d4163e0b-71c3-5b98-bc28-fe6ad6c1cbe3
+
# 3a68b617-de49-5902-aeaa-7ec059164946
# d5efa477-cc71-5302-b79a-3be14615bb6d
+
# b8290519-2254-54b5-bdd2-df3b4e231a6a
# d840aefe-d163-5e9d-bbf7-346a1a93207c
+
# 959bd652-d65c-564b-9d64-12594190a75a
# d87b4b0d-1af7-521d-93e5-705b9c064b4e
+
# 88e67bb3-ae40-5de8-81f9-63d078055aa9
# d8c518c6-35d9-55b3-b9b4-3610f7064839
+
# 875e068d-896a-5fd2-aa71-0b0f3ef41135
# d8d79c97-5aee-5ae5-a3fe-e7da0eae4cfc
+
# a7c6943a-4abb-5b93-af5b-6344916912e9
# d96c5875-533d-5a16-8199-50942d5d8f0d
+
# 860128de-744a-51b6-a93e-3d712031f728
# da7fbaeb-34ab-5de8-8dab-8c43dbb78ed9
+
# 09f9fa3c-9733-5972-97d3-6a37be6c9cb6
# dc2e5974-2afb-5c81-a0f3-6882fbfaaccf
+
# af9096d5-9775-56c8-a9e6-79fb21e7439a
# ddc27138-5274-5187-a396-98524911e10d
+
# bfd42918-3380-551b-9bac-e40a28920780
# df22fe73-a4af-5b9a-bcd6-5803594329d0
+
# 8e986e77-bdbe-5648-aba4-f14238b56ddc
# e21b7bd5-3f7f-5595-80d4-e32eccd37d60
+
# 0097d314-9edc-5a2b-9b1a-f6b5b94d2220
# e2c76ec3-2530-553e-8513-52825fc415f5
+
# a2b2f077-a40c-590b-a29b-35eec92ffaec
# e3fc783d-50bf-5c28-813f-42aa6cd5d945
+
# 4caed2fd-3d86-5c7e-8ea2-2672771ef4b3
# e557518b-75b2-5a55-86e0-a1f9555e857e
+
# e09157b8-4864-520f-a732-05ffab0dbbae
# e70090a8-06bc-5f4d-8961-fe8799a7f758
+
# 556d0f42-6c25-58fb-8f9a-f8d4b6f780af
# e7b40c39-aa6e-5077-9689-a261b39e070f
+
# 1018dd00-52ad-5535-a309-5457c8ff8d78
# e82b25d9-37ad-533f-888b-dd687ec819dc
+
# 6b986db2-cc13-5048-b864-22299aeb94dd
# ea37dc88-c40c-530c-a466-130c4ac49f20
+
# 21fc1a88-5fed-533a-953d-6c80f4ee30a2
# ea77fda6-fc06-5f5b-a48a-a5294dfc9396
+
# c0b5d3d3-b589-5270-a98c-48fc16466e15
# eb5dffc4-fa51-5a2d-880f-35ab1391f8c8
+
# 4b47e05c-5685-5a67-b679-a4ea4c1a25c3
# ec989eb9-12d4-5725-8711-99bc216282c2
+
# 59c9c8cb-6588-5383-828c-5953bc87e81f
# ee1440c2-a7c8-5856-8bb9-b1d2ad39f9a6
+
# fe8f8ac4-d20c-58b3-9f7c-92b0b5a6f5e7
# f076aac5-ca8c-5cfc-80e9-00c006f6562b
+
# 2bc546db-ce90-56d9-a316-a1f4f5c0af0a
# f0d43ac6-b030-539a-8fd4-1799c01edca2
+
# 331d7e05-b340-5fbd-9623-eef03cab9e62
# f0e3833f-b09f-5bc4-8b8f-f449084b6846
+
# 70ad5c77-a430-58d9-9f93-b3dbbb7c8424
# f16a97b5-a9e9-5aaf-aa59-9bd1841508d2
+
# 2946aff5-31ac-5a7b-9310-049b130c59b5
# f1ee6fb0-212f-5cd2-b5c7-21bc13a4693f
+
# e765f09d-f76d-589d-bde8-b7ad06307929
# f2c50136-40db-54f8-bc92-deebabf69dee
+
# 1f74fb9c-6ffd-5152-be52-0383e60b30c3
# f2d510b5-6bab-5c69-a045-806ce2cb4d5a
+
# ff410505-6ef5-5687-bc7b-4197a8b2f1cc
# f3917274-b91c-5846-bee4-d928b3f15d92
+
# 00d861ce-9d50-5b91-9c56-7c0e30a28c3d
# f58a17c8-24bd-59f6-a189-7231bf3b74f1
+
# a34bac2a-07d6-51e2-9623-8f4e787dd1ae
# f61c519b-7315-5061-a763-8057b3ba6fb5
+
# 0e37d74d-184f-5088-a625-7fd248e04d1d
# f757813d-b5b5-5446-a752-4a589dc4ac11
+
# 925d1a04-ace1-5ce4-9cc4-f80dc78c53cf
# f95151a1-29f4-5fa8-9e40-611a6c5544d0
+
# 09ba118a-42ac-5757-905c-e9e956c93ba6
# fa0ba376-6c87-55b6-a58b-de5a4a2c42b3
+
# b7634844-7251-5c5a-8eeb-09a481cc0bb3
# fa5dea52-e700-5e6e-863f-c53fd9b72264
+
 
# fb6e8946-6266-5a70-a193-8038b4dfd0aa
+
=====AND not in the feed=====
# fd1b32fc-7422-56ea-9e31-995ba9a26893
+
# 67d13536-af25-5a31-b81e-021e2e9676f5
# fdb3fea3-4555-581b-ba1b-58baecc3e1c4
+
# caf01eac-7b35-59b4-886f-3e378fe3e0a5
 +
# 3b3aed58-a224-50be-9129-ba20483846b6
 +
# c92343f2-bc7f-538c-ae59-051331c561b7
 +
# 2d4d8999-03e3-5eb4-b85f-95b971c3cde5
 +
# 38ed173d-7a12-5294-80cb-03deb8896dfc
 +
# 895b2fec-6090-50b3-b736-12915362995c
 +
# 2cd3e0f7-2009-52d2-b526-d34fb21723fe
 +
# e078f25c-30e2-5631-b235-6946de9c432b
 +
# 102a8fef-0b03-51c9-8ace-0017f18ed7d1
 +
# 00154572-02e2-5e63-a3e4-bde3ab4b1934
 +
# ae5f5094-3168-546b-84ca-22c8b80d5922
 +
# 230e82f1-3a97-5657-93b4-a1538237a7bd
 +
# ce035b77-82af-583b-a3e8-e84a6aee60a7
 +
# a8bd5dc6-24a0-516f-862a-dbef66f9f688
 +
# 93de036a-5003-5aec-9f71-147c94f77bfe
 +
# ba89ae53-04bf-5a43-9489-f41b20d42f8f
 +
# 209a35ed-6e02-544b-952b-d4d0615d8c3c
 +
# 1e078b88-0722-5e0e-a965-3f4cb185b4aa
 +
# 3a4d256d-301b-5565-958f-f2272f4ed906
 +
# 726847dc-c652-5ef6-8696-53830c0a1e2b
 +
# 2904fcef-5c88-58e6-b651-c8db16da8b4e
 +
# 2aad5103-42b4-5836-a997-9c5d41ef18d0
 +
# 97127900-4d61-591a-95c8-851ad788386c
 +
# 4912282c-ec7a-5a0d-9e6e-10d3418ab330
 +
# 9588d056-d8f3-5ec4-b1b3-d2535e89e433
 +
# 04a3c76d-3b34-53e7-bc15-b2986ed8bc68
 +
# 86539afd-7a30-5af5-b039-de147fc45936
 +
# ac32ed82-bfa6-5942-aeba-9a13a2c126dd
 +
# f3ad957c-d149-5d4f-baf0-4b06a0167e25
 +
# 35547760-624c-5f0f-aa6f-05827e5396dd
 +
# 29a80edb-16d6-5da1-9d7c-34f80c7826d8
 +
# 1978eb6c-d503-5be1-b5f7-14b3597bc0b4
 +
# b67a51a3-938e-5ce3-83df-cb623f278864
 +
# 4fb0d6a4-3835-5cae-a070-2c13fb98dd2f
 +
# e21b7bd5-3f7f-5595-80d4-e32eccd37d60
 +
# 882bc233-3966-5d04-bccb-ae2e0e5e763b
 +
# d220e9c0-d4df-5cb9-a22e-a1fffc52f48c
 +
# 054b21bd-e1df-510f-909a-c4752ceae387
 +
# 25da16d6-e6a6-52a5-8507-91f2e4e68875
 +
# cbd65958-d879-5f15-a21b-b5685d30d9bd
 +
# ea37dc88-c40c-530c-a466-130c4ac49f20
 +
# 3e7765a5-f766-5a74-8711-2720bef89403
 +
# 464e554b-b208-5249-8f37-64ce5e075d9d
 +
# b337d406-6624-57cb-95cd-dd68431ee649
 +
# 5a8d1f9a-b07d-5a7b-be1e-525b50d5258c
 +
# bc0c82ac-46db-5a05-b414-909d705e6e2a
 +
# ecba356d-cf0a-5dfa-b1db-f23b28dce404
 +
# f2d510b5-6bab-5c69-a045-806ce2cb4d5a
 +
# 53a4f11b-6424-56c9-9f7b-13e7f7b6f27d
 +
# ee1440c2-a7c8-5856-8bb9-b1d2ad39f9a6
 +
# ec2af67a-0d66-578e-a295-4aeeb94908ca
 +
# 43637145-5846-5213-bbd2-62c51fc68393
 +
# 49a75cc1-bd31-5e44-9b08-d43f91c666de
 +
# 5c39d369-cba1-59d8-965b-d1b068809e6b
 +
# 3399fab2-14c5-51d5-b67f-dec3accb53be
 +
# a0e7740c-2c9a-57b4-9845-023c6bdfcfd4
 +
# 3a71801b-0b63-5f9e-87a6-0f980ded561f
 +
# c6df54d7-78ca-54ef-9d7e-212b2307a09f
 +
# bdeb71c2-0c6f-52a3-bb69-eda21a85ca77
 +
# dc2e5974-2afb-5c81-a0f3-6882fbfaaccf
 +
# e70090a8-06bc-5f4d-8961-fe8799a7f758
 +
# 4aac8ade-7083-50c2-ad45-9cd76ca5646a
 +
# e3fc783d-50bf-5c28-813f-42aa6cd5d945
 +
# b45835d7-ea26-548c-b904-ae20f678e131
 +
# 8f7d83f9-7007-5f7b-901b-bcb35f900859
 +
# 72f1f6f8-d49a-50f4-85ef-5f571240bd09
 +
# f58a17c8-24bd-59f6-a189-7231bf3b74f1
 +
# f3917274-b91c-5846-bee4-d928b3f15d92
 +
# ca8f102e-4186-5b9b-90ad-a562e0009d73
 +
# df22fe73-a4af-5b9a-bcd6-5803594329d0
 +
# f757813d-b5b5-5446-a752-4a589dc4ac11
 +
# 9fac5c76-ef99-5c5c-a8ed-b36fa44e50bf
 +
# cfaeca24-0887-5d13-acd0-70e475f6551b
 +
# d8d79c97-5aee-5ae5-a3fe-e7da0eae4cfc
 +
# f61c519b-7315-5061-a763-8057b3ba6fb5
 +
# 9491599b-459c-5e6e-9ee0-d85a0497ef55
 +
# fd1b32fc-7422-56ea-9e31-995ba9a26893
 +
# 046bc891-392e-58ac-880d-d202b3810bdd
 +
# 39540864-cfcb-5819-bdd9-16f314fa7aa4
 +
# 56f3037e-639d-5011-8fee-c4b0912baa83
 +
# 713a7c42-fbf3-5305-b821-ffd5f871bd84
 +
# 5fdfa410-6a6f-54b7-8246-f28bfae2260b
 +
# 81dde1b4-ed9b-5925-a879-70efb841d5fd
 +
# c20e2bda-511a-5e8c-8cd2-0a925e516dfd
 +
# bf3c6ec0-f523-5d56-86e9-585e5d0517b5
 +
# 86cc4be5-f25e-5289-8566-602b9d6e634a
 +
# 6bf5c6a4-e2e0-5c9d-b768-c39227ea1a22
 +
# ab1d561b-6bfa-5686-97a8-259ed0e4b200
 +
# 107d5f57-058a-51f5-9241-59aba174c130
 +
# c19a04d6-7f2f-5c8a-b864-2e3dccfd295e
 +
# 37e8070f-4690-5a1e-9118-3b0a4e4af248
 +
# a5038a98-548c-5e47-a299-58ee3a017008
 +
# baea3619-0f75-588a-a70d-23a479acc2e4
 +
# 45427ebc-08c6-5f91-82f7-fd45299fc6cf
 +
# a399201b-61ec-5bc2-8041-57fdbcb572cd
 +
# 5dd8151e-6bab-5302-8c3e-611ae32825b7
 +
# eb5dffc4-fa51-5a2d-880f-35ab1391f8c8
 +
# cfe6887a-407f-5be7-b541-85d219012b5b
 +
# 2ca667ea-3e06-5b04-ae11-c2e81ed10333
 +
# 172832dd-7c7c-5640-aefa-3e0d142ea1c8
 +
# 900af948-f3f8-5d21-b015-6667461dd215
 +
# fa0ba376-6c87-55b6-a58b-de5a4a2c42b3
 +
 
 +
====prompt_captionsonly====
 +
Captions in the 'pick an caption' prompt and not the 'pick a image' prompt. (449. 73 found, 23 new)
 +
 
 +
# super high intensity training at NORAD
 +
# #justnasathings
 +
# What in the hell was I thinking ?
 +
# is the eject button meant to do this?
 +
# New car flipping world record set
 +
# Oh bother not again
 +
# 99% of people are too scared to share this post! share if you are one of the 1%
 +
# The tyndall effect testing on the invisible man results (fig 5.)
 +
# would you choose the microwave over this?
 +
# leapfrog, anyone?
 +
# It's not a moon, it's a space dolphin!
 +
# The next generation of crypto currencies
 +
# I think I just came across a QUANTUM teleporter
 +
# That's gonna hurt on the way out
 +
# im sure there is a dad joke in this somewhere
 +
# You did what in my tuba?
 +
# That was the last time Spencer would drop a bowl of salad.  "My work on antigravity begins now!" he proclaimed.
 +
# Don't inhale!
 +
# they said we couldn't play god
 +
# NICE MULTIPANTS
 +
# AGHHHHH
 +
# SUPPOrt this new alarm clock on kickergogo!
 +
# when you see it...
 +
# hey, so, we need to talk about your sphere-packing problem.
 +
# 🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢
 +
# I finally killed the weird recognizer that was following me
 +
# To get to the other tree and leaf!
 +
# whoops GPS error
 +
# New tat turned out pretty good. Kinda weird having a guy stare at my ass for that long but whatev, it's worth it. DASHIE 4 LYFE.
 +
# Minecraft has fingerprints Now!
 +
# Is it canibalism if i eat my own nose?
 +
# How did the mars rover get here?
 +
# SIDE GOER 4
 +
# First found evidence for Einstein–Rosen bridges.
 +
# Look upon my works, ye mighty, and despair!
 +
# I should really separate those
 +
# I loled my head off!!!
 +
# just learned where milk comes from! #vegan4ever
 +
# I don't want to set the world on fire
 +
# Frank, the newest herald of galactus.
 +
# Captain obvious strikes again
 +
# Selfie #Nofilter
 +
# such lambda
 +
# Ted Cruz 20-Infinity
 +
# Vaccines cause super autism now unless you're vaccinated against it
 +
# What has science done?!
 +
# I'll just go buy cigarettes
 +
# dentists are going crazy about this weird Teeth whitening trick discovered by British mum. as seen on CNN.
 +
# It's only what I've been looking for for my entire life!
 +
# just look at that motherfucking satellite
 +
# THAT'S NO MOON
 +
# #drbalanced
 +
# sometimes you just can't get rid of a bomb
 +
# ANGRY CATS SMASH ANGRY BIRDS
 +
# The Return to the escape from Skull Emerald Island IV: The Re-Escapening
 +
# Something seems to be wrong with my car
 +
# Does my eye look bloodshot?
 +
# don't worry, it's part of my plan!
 +
# my taco face
 +
# I found this little guy in the woods near my house
 +
# i walk a lonely road, the only road that i have ever known...
 +
# #ivisitedthegrandcanyon #yolo
 +
# We have crafted the galaxy's finest pasta bowl
 +
# Why are there ants on my face?!
 +
# Exact composition of this... thing... is yet to be determined.
 +
# Nasa is fully funded
 +
# Scientists take photo of Dark energy for the first time, you will not believe how it looks!
 +
# I found it!!!!!!!
 +
# It's a cat ass trophy
 +
# Being john "Bowler Hat" Malkovich
 +
# Don't get the lava wet! you'll ruin everything!
 +
# Hmm The Earth halves kinda look like buts.
 +
# If you've got a moustache...
 +
# #onering #fuckhobbits
 +
# finally found a way to disable the flesh on my camera
 +
# omg too much chiplote
 +
# Do you care to #engage with this #content
 +
# Guess I'm stuck here #permadeath #lol
 +
# i'll see you on the dark side of the moon
 +
# Parrot to the nth root of a short journey
 +
# Cory Doctrow finds Ron Paul's secret Lunar base
 +
# That's not a chicken
 +
# feeding my pet
 +
# I TELL YA, NOTHING BEATS A FRIED EGG ON TOAST!
 +
# #hoax
 +
# best day evar!!!!
 +
# Goodnight moon
 +
# I will wear this shirt until one of us dies.
 +
# Click "Like" when you see it!
 +
# TOTAL ECLIPSE OF MY RETINA.
 +
# The evolution of fun
 +
# this is the last time i go skiing @mammoth
 +
# Pre-calc: what is the surface area of this blood stain?
 +
# Black begins and wins.
 +
# Oh, Canada...
 +
# On a scale of one to ten, I fucked up.
 +
# What if jellyfish could combine, like voltron?
 +
# THAT'S NUMBERWANG!
 +
# Too much Acid. Got to sort life out.
 +
# I REALLY, REALLY DIDN'T THINK THIS THROUGH.
 +
# They scared the vampire by drawing a face on his mirror
 +
# Do my feet smell?
 +
# Rock, paper, FACE
 +
# inner city air conditioning
 +
# The co-op and I have been trading our gently used teabags around. Discovering a lot of new flavors!
 +
# Hat in the cat strike back!
 +
# ?????????????
 +
# The Arecibo Observatory looked bigger in the movie #disappoint #bummer #bond
 +
# na na na na na na na na na na na na na na na batcat! batcat! Batcat!
 +
# oh, is that godot? Finally...
 +
# is that a war walrus?
 +
# I was just mugged by an angry mob of hipsters!
 +
# My new haircut!
 +
# Now we play... the most dangerous game
 +
# I am infinite.  i am eternal.
 +
# He left me! :ccc
 +
# This definitely wasn't in the Bible.
 +
# Life on the moon.
 +
# New headcanon:
 +
# I forgot to turn the tap off lol
 +
# Job interview today.
 +
# All my selfies be like
 +
# Obama pardons Santa claus
 +
# there is none of this left in the men's room #help
 +
# Funky fresh beats #sudowoodo
 +
# A window into my soul
 +
# Is there really any point? FML
 +
# big data strikes back
 +
# Wait, am I 30 years too late for Normandy?
 +
# Life is hard three standard deviations to the left.
 +
# The rook is getting closer. Help me.
 +
# the rest is darkness and decay
 +
# I can control the BEES! But I only make them turn right
 +
# devil went down to walmart, bought himself a fork
 +
# I knew I nailed it!
 +
# My Hobby: freaking people out
 +
# senpai noticed me! ^_^
 +
# Beyond Level 256...
 +
# Are you kidding me?
 +
# I'll miss the sparrow with my sparrow missile
 +
# ...Freudian sense tingling...
 +
# got Peanut allergies #yolo #swag
 +
# the Uk space agency is making britain proud
 +
# It's the little things
 +
# this plot is odd.
 +
# My server cooling system.
 +
# WHAT A MISUNDERSTANDING!
 +
# Look I genehacked a cowhorse!
 +
# i was told this came with a bowl of soup.
 +
# Is it really today, already?
 +
# Help! my mustache is eating my fammmmmrhmhghhh
 +
# 9 out of 10 scientists couldn't solve this equation
 +
# "My God, it's full of starS." "WeLL, DURR"
 +
# Do I look fat in this photo?
 +
# Can somebody call my cell phone? It's not lost, I'm just lonely.
 +
# alas, poor yorick, I knew him well.
 +
# who sent me a bobcat?
 +
# cest ne pas un pipe
 +
# What do you see? I see a cat!
 +
# Oh, that's where I left them!
 +
# Come back! We aren't really going to eat you!
 +
# The illuminati embarrassed to admit that the "world" they control is only a h0 scale model
 +
# Angry sofa is angry.
 +
# sad cow is sad
 +
# Oh shit, not again.
 +
# How did I get here?
 +
# The tea party was right about GMO bicycles
 +
# Los Angeles sure is beautiful this time of year
 +
# Dryads. that is all.
 +
# No regrets on this new roofing material
 +
# Bacteriophage is worth 6 points
 +
# Do you think this will get me a job designing Pokemon?
 +
# Did nyancat open a cycle repair shop?
 +
# waiting for the toilet for 2 hours? sucker yolo
 +
# whatever you do, don't make eye contact with it
 +
# In hindsight, this probably wasn't the best way to teach addition
 +
# Your conspiracy theories are dumb.
 +
# Another victim of 'got your nose!'
 +
# Hmmmm, which one isthe Vegan option?
 +
# Tic Tac Toe, motherfucker
 +
# this is the lowest budget version of "day of the Triffids" yet
 +
# i've seen enough hentai to know where this is going.
 +
# Blood for the blood god! Skulls for the skull throne!
 +
# A boa constrictor that has swallowed a hat
 +
# Neither the hero this city needs or deserves, still he was the only hero this city had.
 +
# For my book report presentation, i'll be acting out "50 shades of gray"
 +
# whiskers expecting a new friend :)
 +
# John really wanted to travel north, however that side of the road was missing
 +
# do you reckon i can feed this to my pet spider?
 +
# John never thought a tongue fractal would hurt so much
 +
# Snapped this with my phone, what is it?
 +
# Does anyone know why it is doing this?
 +
# Jesus Wept
 +
# #DARE to #DREAM
 +
# I hate this channel
 +
# Weather's Crazy today
 +
# High Bro, five.
 +
# Bulls don't often sit like this!
 +
# Amazing optical illusion! Can you see the duck?
 +
# ... It's about ethics in games journalism.
 +
# Meet the new CEO of my Bank!
 +
# Life is cruel and unyielding, and what must be must be
 +
# the first official thing i stole from my college roommates.
 +
# Please note that our professional disaster recovery team are working tirelessly to rebuild your data. We apologise for the delay. - xkcloud
 +
# I'm a Real Boy!
 +
# What do you mean it wasn't set to radians?
 +
# Birds are less cute the closer they are.
 +
# George insisted there were better things to worry about, but I had a feeling this was important.
 +
# Lucky Charms, now with the Higgs Bozon!
 +
# As viewed on a Macintosh plus
 +
# rofl
 +
# Alan?
 +
# pretty sure the void is staring back #whenyoustarelongenough #lostsanity
 +
# Exes, am I right?
 +
# you know what they say about guys with big feet
 +
# I have tasted many fish
 +
# I don't regret pressing the button
 +
# stay out of my house, santa
 +
# Looks like he wants a ride. Should we pull over?
 +
# LET'S PLAY A GAME OF FORCED PERSPECTIVE.
 +
# Well, you can't fix what isn't broken.
 +
# Heres a pic of a wild catus, who just saw a balloon
 +
# How is this still a thing?
 +
# Gentlemen, fire up your emacs buffers
 +
# it's not what you think
 +
# Man or mouse? No need to decide!
 +
# bob ross has only become more powerful in death
 +
# photobombed again
 +
# QWANTZ Fanfic
 +
# #parsnipandoldlace
 +
# i am wearing a bolo tie
 +
# the strategic air control has been exploring alternative revenue streams.
 +
# I think this is the wrong python script
 +
# This caught my eye
 +
# This is symbolic.
 +
# oh god!! the youtube views were not worth it!! they weren't woooorth iiiiit
 +
# what if it's a ghost pepper?
 +
# actually, around here we itemize our taxes
 +
# Prius Love
 +
# The last thing I heard was "I swear this will be fun"
 +
# watching dune on shrooms
 +
# Sailor Moon Cosplay Queen
 +
# Down time
 +
# Help! HELP! I need an adult
 +
# how do i turn this off?
 +
# damned ninjas
 +
# is it midnight yet?
 +
# HELP I'M just a pheasant
 +
# When I grow up I am *so* getting out of here
 +
# Initiate evasive maneuver!
 +
# how can mirrors be real if your eyes aren't real?
 +
# This is no cave
 +
# Who put import superman in the python configuration script?
 +
# yo anybody seen my dog, responds to "sauron"
 +
# Desystematized chronodynamic balancing detected in VX Module core
 +
# curiosity fed the cat
 +
# Max gentleman
 +
# awkward! . . .
 +
# He's been there for three days
 +
# Watch me develop an entirely useless skill #butitsfun
 +
# As you can see It's windy out here
 +
# This is still what I had for breakfast
 +
# AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
 +
# Go purr yourself!
 +
# The last thing you see before you die
 +
# Man in the Moon slumming
 +
# Okay, bradford pears grow *really* fast.
 +
# Does this look infected?
 +
# new drupal logo
 +
# DUCK CONFUSED ABOUT DRESS COLOR, FEELING DEPRESSED
 +
# I GOT MY EYEBROWS DID
 +
# i invented a thing
 +
# The signal came from this sector
 +
# I think i lost my dorsal fin
 +
# There is no way you can back up that claim. And that's okay.
 +
# As the sun sets on us, we know we must escape.
 +
# it's fun to do bad things
 +
# I wonder if it will be friends with me
 +
# always darekst before the dawn
 +
# when you give a chicken hgh, weird things happen.
 +
# i'm being ironic
 +
# YOU JUST GOT RICKROLLED.
 +
# i don't have time for this!
 +
# I'd tap that
 +
# picture of my boyfriend
 +
# Do you have a lighter?
 +
# I woke up sleeping next to this. #yolo
 +
# Life outside the matrix
 +
# Ayyyy LMAO!
 +
# the oceans are made of sky tears
 +
# FRom the creators of AIR BUD, presenting air chip, the Soccer squirrel.  watch your Nuts! Summer 2016
 +
# Found this ancient manuscript, can anyone translate it?
 +
# has anyone seen my force field generator?
 +
# Nom nom nom
 +
# Dey see us Rollin'. Dey Hatin'.
 +
# hello you're on car talk
 +
# Why doesn't congress want these legalized?
 +
# Finally, new tires
 +
# Big Bird, An orwellian Short
 +
# only 90 kids will remember this.
 +
# Solo Thumbwar
 +
# Just hangin' around
 +
# Is there a bee on my nose?
 +
# I can can hear satellites crying in my teeth
 +
# SOmething went wrong while shaving...
 +
# Before his untimely death.
 +
# Look man, it's never gonna happen
 +
# Massive orgy reaches climax
 +
# terminal velocity is a myth
 +
# Guys, I Found a Unicorn!
 +
# Hoping this makes it past customs
 +
# Waiting on hold with the insurance company
 +
# Open wide!
 +
# THIS LOOKS SHOPPED. I CAN TELL FROM SOME OF THE PIXELS AND FROM SEEING QUITE A FEW SHOPS IN MY TIME.
 +
# Look what I just ordered on amazon.com!
 +
# How's My new haircut?
 +
# CERN's soLUtion to a cut in funding.
 +
# ...monsters from the id...
 +
# we'll take the next one #CasualRacism
 +
# my euler circuit is alive!
 +
# I don't know if this is proof of anything other than old habits dying hard
 +
# #blessed
 +
# Wake up, sheeple.
 +
# And so the hunt begins!
 +
# good old troubleshootin'
 +
# And the least of the five evils is....
 +
# To avoid going bankrupt, Polaroid activates its subliminal message feature on old photographs to try to get more buyers,
 +
# My doctor said to take two of these and call him in the morning.
 +
# elevator be damned, I'm going to keep going until I see myself!
 +
# kill the pig cut his throat spill his blood
 +
# 1 Like = 1 attempt to Perform space rendezvous
 +
# well, the keys are definitely lost....
 +
# Philae lander found!
 +
# THis is a love/hate poem.
 +
# The Prodigy is in town!
 +
# 🇺🇸 USA! USA! 🇺🇸
 +
# #teamplayer
 +
# Dude Did you know you could smoke almost anything?
 +
# did this exist as a microwave?
 +
# #Hashtag #ironicSelfie
 +
# what's a lens cap?
 +
# I blame lack of regulation
 +
# i'm really diggin' your shovel
 +
# Car tiddlywinks proves success
 +
# and a bluetooth made of pretzel sticks
 +
# Words, words, words
 +
# true culprit of global warming!
 +
# Too many potatoes, not enough butter
 +
# 20 Facts that will infuriate hipsters
 +
# Dawn: The Final day
 +
# ...And then we decided it was time to leave
 +
# You can now enter the matrix via homework. education will never be the same
 +
# We fell upstairs and exploded.
 +
# captcha: Enter picture description
 +
# Go home Dumbledore. You're Drunk
 +
# :-(
 +
# new member of the family
 +
# lost, no gps. does anyone recognize this landmark?
 +
# I think we deserved it.
 +
# That makes me very angry...
 +
# 'Murica, hell yeah!
 +
# drill baby drill!
 +
# All these science spheres are made out of asbestos, by the way. Keeps out the rats. Let us know if you feel a shortness of breath, a persistent dry cough, or your heart stopping. Because that's not part of the test. That's asbestos.
 +
# Catman
 +
# I've never felt so empty before
 +
# Me, Graduation from villain Acadamy
 +
# First day at school
 +
# "The colour out of space" and black.
 +
# cuteness depleted after 20 pictures!! #ripoff
 +
# Ants close in on the tender eye-flesh
 +
# How much absinthe did you say was in this?
 +
# Can't stop recovery data,  My eyes hurt
 +
# Hey there cutie
 +
# fourier transforms are too hard!!
 +
# i'd like bacteria a lot more if they smiled.
 +
# another day on california public transportation
 +
# My girlfriend thinks I need to shave my beard.  Thoughts?
 +
# fond this creepy ass painting in my basement. how much do you guys think it's worth ?
 +
# The man leaned in close, and that was when she discovered he had clockwork eyes!
 +
# Cuneiform writing influenced fence makers for generations
 +
#  (ღ˘⌣˘ღ)
 +
# We look into each other's  eyes as we drive. it's to show our love.
 +
# Ships that pass in the night, and speak each other in passing
 +
# This would be a great Emoji
 +
# We have finally discovered the secret of the toaster!
 +
# 2pm and i'm not drunk yet
 +
# My new pony <3<3<3xoxo<3<3<3
 +
# "AS the ancient Israelites broke Mana, we shall break frosted pastries"
 +
# I can jump that far!
 +
# Insert a turnip into the serial port.
 +
# conserve yours until the last possible second
 +
# Too many in line. I'll come back later.
 +
# Don't Press Turbo boost. Something tells me you should never press turbo boost.
 +
# Notice: thank you for noticing. Your noticing has been noted.
 +
# It's Loch Ness Turtles all the way down.
 +
# Hello earthlings
 +
# A land war in asia
 +
# daylight savings time always throws me off
 +
# #beatingheartinabox
 +
# new president misuses "literal", becomes a duck
 +
# Roll of toilet paper reacts to US Deficit
 +
# cheese = life
 +
# BUT WHERE DOES THE BLOOD GO?
 +
# I wish they'd standardize the charger
 +
# found this at a novelty store
 +
# Is it a bird, is it a plane, no it is spiderpig!
 +
# The most diabolical teamup in history
 +
# This song describes me perfectly
 +
# lost my comb again... gonna have to go to work looking like a sexy hobo instead of a sexy businessman
 +
# Sweet, they new red shirts are on sale again!
 +
# my flatmate told me he would cook diner.
 +
# Saw this outside last night. Is it dangerous?
 +
# The machine was supposed to show the future, but it never turned on. I was horrified to realize this wasn't because it was broken.
 +
# it's a metaphor
 +
# My roommate ordered pizza - I didn't save him any.
 +
# With this, nobody can stop me!
 +
# steel beams taste best with a dallop of gasoline
 +
# Nice leg.
 +
# This is the year of linux
 +
# Those Eyes! @_@
 +
# Doctor whheeeeeeeeee
 +
# Luuunch-Tiiiiiime
 +
# Somehow the welcome mat ended up inside the house.
 +
# The one true way
 +
# Aw, man, I hate gelatinous cubes...
 +
# CLOCK FACE-OFF
 +
# if only i had friends...
 +
# best easter ever
 +
# when did i put on a bow tie???
 +
# This is why I don't order take-out
 +
# you wouldn't kill a policeman and then steal his helmet!
 +
# the best stars are sky stars!
 +
# This is the strangest weasel I've ever seen.
 +
# I will use it if it is web scale
 +
# uh... I think I'm going vegan.
 +
# these pretzels are making me thirsty.
 +
# Northrop Grumman has released the world's first Macrowave Oven. Enclosed in this prototype is the entire nation of iran.
 +
# You lied to me.
 +
# a/s/l?
 +
# Well crap, snow's covered everything on earth again!
 +
# No good deed goes unpunished
 +
# help being attacked by wormsaaaaaagghh
 +
# 500 gold for the private show
 +
# yes, your baby is beautiful
 +
# Support my kick-starter! A whole new devise with bluetooth and a button!
 +
# lemme at dem boigas!!!
 +
# Piglet was not amused
 +
# I think i made a point!
 +
# Never divide by zero
 +
# what the sun looks like!
 +
# Riemann should have had this idea
 +
# Still no martians
 +
# have you heard?
 +
# Time to end the trial run, this was a failure. abort!
 +
# Not all dreams can come true
 +
# So this happened.
 +
# Maybe this counts as clean energy
 +
# and that is the story of the very angry caterpillar
 +
# #Worstweekever
 +
# You only learn as much as you can put in one Cup of coffee
 +
# it's the minecraft world
 +
# Drat, the internet is leaking again.
 +
# Ticks, it's what's for breakfast.
 +
# Strangely, my patients don't like this new couch.
 +
# it's called "depleted" 'cause it's heavier
 +
# Not even once...
 +
# this is for all you haters who said i'd never make it as a conductor.
 +
# real landscapes have curves
 +
# That is not how you Ikea
 +
# So... the other day, I was minding my own business...you'll never guess what happened next!
 +
# Rabbits are vicious creatures when their data are stolen
 +
# Pacman or ms.Pacman?
 +
# all I wanted was soup.
 +
# Who needs the Chunnel?
 +
# Now that I am an adult I can decide what that means.
 +
# sup brah
 +
# H̪̬͚̲̥̠̗̻̿ͦͧ̂͟E͚̞͋͛ ͕͇̦̻͓̻̳́ͫ͌̆͌̽C̢̊ͯ͏̵̣͈̣̯̯͔O͚̲͓͎̟̳̱͐̊̈̽ͪ̓ͪ͞M͖͔̗̮̎̈́͑̏͡È̸̝̹̲̍ͦͤͦ̋̎̀͞ͅS̢̫̮͙̟̭̀̿͜
 +
# Selfie with Benedict Cumberbatch
 +
# Honest, officer, that's what happened!
 +
# Malkovich Malkovich Malkovich
 +
# Really, the star wars prequels are under-rated if you think about it
 +
# i'm so funny and original
 +
# they told me cat eyes would make me look good
 +
# I was making a mind map but I fell off the edge...
 +
# eclipse o'clock
 +
# The world isn't Flat, it's Sharp
 +
# Jet fuel *can* melt steal beams.
 +
# Conflicting messages
 +
# Even More Pictures of My Sweet little babies.
 +
# visual from Most important meeting today
 +
# you've really let me down this time.
 +
# omfg who would wear that hat
 +
# if you got it, flaunt it
 +
# we need to keep our sex life fresh
 +
# come on iiiiin!
 +
# Worlds saddest bomber drops worlds happiest payload
 +
# So it's true, then.
 +
# The answer is blowing in the wind...
 +
# Grab that snake, dont let it go, its lunchtime ya'know

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)