diff --git a/.gitignore b/.gitignore index 080859a..1d3a048 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.private config/.config +pentadactyl/.pentadactyl/info vim/.vim/.netrwhist diff --git a/ansible/scripts/setup_ssh_keys.rb b/ansible/scripts/setup_ssh_keys.rb new file mode 100644 index 0000000..dffc6da --- /dev/null +++ b/ansible/scripts/setup_ssh_keys.rb @@ -0,0 +1,25 @@ +require 'fileutils' + +include FileUtils + +def with_mount(image) + out = `hdiutil mount #{image}` + mountpoint = out.split(/\s+/).last + yield(mountpoint) +ensure + puts `hdiutil unmount #{mountpoint}` +end + +cd File.expand_path('~/.ssh') + +with_mount "~/Dropbox/sekritz.sparseimage" do |mountpoint| + from = Dir["#{mountpoint}/ssh keys/*"] + to = from.map {|file| File.basename(file) } + from.zip(to).each do |from, to| + next if File.exist?(to) + + cp from, to + puts `chmod go-r #{to}` + puts `ssh-add -K #{to}` + end +end diff --git a/pentadactyl/.pentadactyl/info/default/cache b/pentadactyl/.pentadactyl/info/default/cache deleted file mode 100644 index d595a7b..0000000 --- a/pentadactyl/.pentadactyl/info/default/cache +++ /dev/null @@ -1 +0,0 @@ -{"help.json":{"files":{"all":"dactyl://locale/all.xml","tutorial":"dactyl://locale-local/tutorial.xml","intro":"dactyl://locale/intro.xml","starting":"dactyl://locale/starting.xml","browsing":"dactyl://locale/browsing.xml","buffer":"dactyl://locale/buffer.xml","cmdline":"dactyl://locale/cmdline.xml","editing":"dactyl://locale/editing.xml","options":"dactyl://locale/options.xml","pattern":"dactyl://locale/pattern.xml","tabs":"dactyl://locale/tabs.xml","hints":"dactyl://locale/hints.xml","map":"dactyl://locale/map.xml","eval":"dactyl://locale/eval.xml","marks":"dactyl://locale/marks.xml","repeat":"dactyl://locale/repeat.xml","autocommands":"dactyl://locale/autocommands.xml","print":"dactyl://locale/print.xml","gui":"dactyl://locale/gui.xml","styling":"dactyl://locale/styling.xml","message":"dactyl://locale/message.xml","privacy":"dactyl://locale/privacy.xml","developer":"dactyl://locale/developer.xml","various":"dactyl://locale/various.xml","plugins":"dactyl://cache/help/plugins.xml","versions":"dactyl://cache/help/versions.xml","faq":"dactyl://locale/faq.xml","index":"dactyl://locale/index.xml"},"overlays":{"all":"dactyl://locale-local/all.xml","intro":"dactyl://locale-local/intro.xml","map":"dactyl://locale-local/map.xml","autocommands":"dactyl://locale-local/autocommands.xml","gui":"dactyl://cache/help/gui.xml","privacy":"dactyl://cache/help/privacy.xml","index":"dactyl://cache/help/index.xml"},"tags":{"0":"buffer","42":"various","all.xml":"all","all":"all","tutorial.xml":"tutorial","tutorial":"tutorial","modal":"tutorial","getting-help":"tutorial","living-mouseless":"tutorial","keyboard-scrolling":"tutorial","history-navigation":"tutorial","tab-navigation":"tutorial","hints-tutorial":"tutorial","saving-customization":"tutorial","quitting-without-menus":"tutorial","whither-Firefox":"tutorial","removal":"tutorial","support":"tutorial","intro.xml":"intro","topics-list":"intro","features-list":"intro","intro":"intro","intro-text":"intro","first-run":"intro","overview":"intro","features":"intro","official-plugins":"intro","contact":"intro","bugs":"intro","starting.xml":"starting","starting":"starting","startup-options":"starting","+c":"starting","++cmd":"starting","+u":"starting","++noplugin":"starting","+purgecaches":"starting","initialization":"starting","startup":"starting","$PENTADACTYL_INIT":"starting","$MY_PENTADACTYLRC":"starting","pentadactylrc":"starting","":"various","save-settings":"starting",":mkp":"starting",":mkpentadactylrc":"starting","restarting":"starting",":reh":"starting",":rehash":"starting",":res":"starting",":restart":"starting","browsing.xml":"browsing","surfing":"browsing","browsing":"browsing","opening":"browsing","o":"browsing",":o":"browsing",":open":"browsing","t":"browsing",":t":"browsing",":tabopen":"browsing",":tabnew":"browsing","O":"browsing","T":"browsing","s":"browsing","S":"browsing",":tabdu":"browsing",":tabduplicate":"browsing","w":"browsing",":winopen":"browsing",":wopen":"browsing","W":"browsing","":"browsing","":"browsing","p":"browsing","":"browsing","P":"browsing","gP":"browsing","":"browsing","":"browsing","":"browsing","":"browsing","history":"browsing","":"browsing","":"browsing",":ju":"browsing",":jumps":"browsing","":"browsing","":"browsing","H":"browsing","":"browsing","":"browsing","L":"browsing",":ba":"browsing",":back":"browsing",":fw":"browsing",":fo":"browsing",":forward":"browsing","[d":"browsing","]d":"browsing",":hs":"browsing",":hist":"browsing",":history":"browsing","navigating":"browsing","":"browsing","~":"browsing","":"browsing","gh":"browsing","":"browsing","gH":"browsing","":"browsing","gu":"browsing","":"browsing","gU":"browsing","reloading":"browsing","":"browsing","r":"browsing","":"browsing","R":"browsing",":re":"browsing",":reload":"browsing",":reloada":"browsing",":reloadall":"browsing","stopping":"browsing","":"browsing","":"browsing",":st":"browsing",":stop":"browsing",":stopa":"browsing",":stopall":"browsing","writing":"browsing","save-file":"browsing",":w":"browsing",":write":"browsing",":sav":"browsing",":saveas":"browsing","quitting":"browsing","save-session":"browsing","ZQ":"browsing",":x":"browsing",":exit":"browsing",":q":"browsing",":quit":"browsing",":qa":"browsing",":qall":"browsing",":quita":"browsing",":quitall":"browsing",":wc":"browsing",":wclose":"browsing",":winc":"browsing",":winclose":"browsing",":winon":"browsing",":winonly":"browsing","ZZ":"browsing",":xa":"browsing",":xall":"browsing",":wq":"browsing",":wqa":"browsing",":wqall":"browsing","current-directory":"browsing",":chd":"browsing",":chdir":"browsing",":cd":"browsing",":pw":"browsing",":pwd":"browsing","buffer.xml":"buffer","buffer":"buffer","document":"buffer","buffer-information":"buffer","":"buffer","":"buffer","":"buffer","g":"buffer",":pa":"buffer",":pageinfo":"buffer","":"buffer","gf":"buffer","":"buffer","gF":"buffer",":vie":"buffer",":viewsource":"buffer","motion":"buffer","scrolling":"buffer","":"buffer","^":"buffer","":"buffer","$":"buffer","":"buffer","":"buffer","gg":"buffer","":"buffer","":"buffer","G":"buffer","":"buffer","N%":"buffer","%":"buffer","":"buffer","":"buffer","h":"buffer","":"buffer","":"buffer","":"buffer","j":"buffer","":"buffer","":"buffer","":"buffer","k":"buffer","":"buffer","":"buffer","l":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","":"buffer","jumping":"buffer","":"buffer","":"buffer","":"buffer","gi":"buffer","":"buffer","]f":"buffer","":"buffer","[f":"buffer","":"buffer","]]":"buffer","":"buffer","[[":"buffer","[h":"buffer","[p":"buffer","[":"buffer","]h":"buffer","]p":"buffer","]":"buffer","g]":"buffer","{":"buffer","}":"buffer","zooming":"buffer","zoom":"buffer","":"buffer","+":"buffer","zi":"buffer","":"buffer","zm":"buffer","":"buffer","-":"buffer","zo":"buffer","":"buffer","zr":"buffer","":"buffer","zz":"buffer","":"buffer","ZI":"buffer","zI":"buffer","":"buffer","ZM":"buffer","zM":"buffer","":"buffer","ZO":"buffer","zO":"buffer","":"buffer","ZR":"buffer","zR":"buffer","":"buffer","zZ":"buffer",":zo":"buffer",":zoom":"buffer","frames":"buffer",":frameo":"buffer",":frameonly":"buffer","copying":"buffer","yanking":"buffer","":"buffer","y":"buffer","":"buffer","Y":"buffer","alternate-stylesheet":"buffer",":pagest":"buffer",":pagestyle":"buffer","cmdline.xml":"cmdline","command-line-mode":"cmdline","command-line":"cmdline","mode-cmdline":"cmdline",":":"cmdline","cmdline-editing":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","cmdline-completion":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","c_":"cmdline","cmdline-lines":"cmdline",":bar":"cmdline","cmdline-arguments":"cmdline","cmdline-quoting":"cmdline","quoting":"cmdline","cmdline-options":"cmdline","editing.xml":"editing","text-area":"editing","text-field":"editing","editing":"editing","insert-mode":"editing","insert":"editing","text-edit-mode":"editing","text-edit":"editing","options.xml":"options","options":"options","boolean":"options","charlist":"options","stringlist":"options","stringmap":"options","regexplist":"options","regexpmap":"options","sitelist":"options","sitemap":"options","macro-string":"options","set-option":"options","E764":"options",":set":"options",":se":"options","E518":"options","E519":"options",":set!=":"options",":set-default":"options",":set-default-all":"options",":set-args":"options","E487":"options","E521":"options",":set+=":"options",":set^=":"options",":set-=":"options",":setlocal":"options",":setl":"options",":setglobal":"options",":setg":"options","expand-environment-var":"options","expand-env":"options",":set_env":"options","Firefox-options":"options","preferences":"options",":pref":"options",":prefs":"options",":preferences":"options",":pref!":"options",":prefs!":"options",":preferences!":"options",":set!":"options",":set-!":"options","overridden-preferences":"options","list-options":"options","'act'":"options","'activate'":"options","'awim'":"options","'altwildmode'":"options","'au'":"options","'autocomplete'":"options","'bh'":"options","'banghist'":"options","$CDPATH":"options","'cd'":"options","'cdpath'":"options","'ca'":"options","'cookieaccept'":"options","'cl'":"options","'cookielifetime'":"options","'ck'":"options","'cookies'":"options","'cpt'":"options","'complete'":"options","'ds'":"options","'defsearch'":"options","'dls'":"options","'dlsort'":"options","'downloadsort'":"options","'editor'":"options","'enc'":"options","'encoding'":"options","'noeb'":"options","'noerrorbells'":"options","'eb'":"options","'errorbells'":"options","'ei'":"options","'eventignore'":"options","'noex'":"options","'noexrc'":"options","'ex'":"options","'exrc'":"options","'eht'":"options","'extendedhinttags'":"options","'fenc'":"options","'fileencoding'":"options","'fc'":"options","'findcase'":"options","'ff'":"options","'findflags'":"options","'fh'":"options","'followhints'":"options","'nofs'":"options","'nofullscreen'":"options","'fs'":"options","'fullscreen'":"options","'go'":"options","'guioptions'":"options","'hf'":"options","'helpfile'":"options","'hin'":"options","'hintinputs'":"options","'hk'":"options","'hintkeys'":"options","'hm'":"options","'hintmatching'":"options","'ht'":"options","'hinttags'":"options","'hto'":"options","'hinttimeout'":"options","'hi'":"options","'history'":"options","'nohlf'":"options","'nohlfind'":"options","'hlf'":"options","'hlfind'":"options","'noif'":"options","'noincfind'":"options","'if'":"options","'incfind'":"options","'noim'":"options","'noinsertmode'":"options","'im'":"options","'insertmode'":"options","'isk'":"options","'iskeyword'":"options","'nojsd'":"options","'nojsdebugger'":"options","'jsd'":"options","'jsdebugger'":"options","'jt'":"options","'jumptags'":"options","'ln'":"options","'linenumbers'":"options","'lpl'":"options","'loadplugins'":"options","'maxitems'":"options","'msgs'":"options","'messages'":"options","'nomore'":"options","'more'":"options","'newtab'":"options","'nextpattern'":"options","'noonline'":"options","'online'":"options","'pa'":"options","'pageinfo'":"options","'pk'":"options","'passkeys'":"options","'pu'":"options","'passunknown'":"options","'pps'":"options","'popups'":"options","'previouspattern'":"options","$PENTADACTYL_RUNTIME":"options","'rtp'":"options","'runtimepath'":"options","'si'":"options","'sanitizeitems'":"options","'ss'":"options","'sanitizeshutdown'":"options","'sts'":"options","'sanitizetimespan'":"options","'scr'":"options","'scroll'":"options","'scs'":"options","'scrollsteps'":"options","'sct'":"options","'scrolltime'":"options","'sh'":"options","'shell'":"options","'shcf'":"options","'shellcmdflag'":"options","'smd'":"options","'showmode'":"options","'ssli'":"options","'showstatuslinks'":"options","'stal'":"options","'showtabline'":"options","'spl'":"options","'spelllang'":"options","'sf'":"options","'strictfocus'":"options","'suggestengines'":"options","'notmo'":"options","'notimeout'":"options","'tmo'":"options","'timeout'":"options","'tmol'":"options","'timeoutlen'":"options","'titlestring'":"options","'us'":"options","'urlsep'":"options","'urlseparator'":"options","'noum'":"options","'nousermode'":"options","'um'":"options","'usermode'":"options","'vbs'":"options","'verbose'":"options","'novb'":"options","'novisualbell'":"options","'vb'":"options","'visualbell'":"options","'wia'":"options","'wildanchor'":"options","'wic'":"options","'wildcase'":"options","'wig'":"options","'wildignore'":"options","'wim'":"options","'wildmode'":"options","'wis'":"options","'wildsort'":"options","'wsp'":"options","'wordseparators'":"options","'ys'":"options","'yankshort'":"options","pattern.xml":"pattern","text-find-commands":"pattern","":"pattern","/":"pattern","":"pattern","":"pattern","?":"pattern","":"pattern","n":"pattern","":"pattern","N":"pattern","":"pattern","*":"pattern","":"pattern","#":"pattern",":noh":"pattern",":nohlfind":"pattern","tabs.xml":"tabs","tabs":"tabs","buffers":"tabs","listing-tabs":"tabs","B":"tabs",":tabs":"tabs",":ls":"tabs",":files":"tabs",":buffers":"tabs",":keepa":"tabs",":keepalt":"tabs","opening-tabs":"tabs","":"tabs","":"tabs",":bg":"tabs",":background":"tabs",":tab":"tabs",":window":"tabs",":wind":"tabs","changing-tabs":"tabs","gb":"tabs","gB":"tabs","gt":"tabs","":"tabs","":"tabs","":"tabs","":"tabs","":"tabs","":"tabs","gT":"tabs",":tabn":"tabs",":tabnext":"tabs",":tn":"tabs",":tnext":"tabs",":bn":"tabs",":bnext":"tabs",":bN":"tabs",":bNext":"tabs",":bp":"tabs",":bprevious":"tabs",":tN":"tabs",":tNext":"tabs",":tabN":"tabs",":tabNext":"tabs",":tp":"tabs",":tprevious":"tabs",":tabp":"tabs",":tabprevious":"tabs","":"tabs","":"tabs","b":"tabs",":b":"tabs",":buffer":"tabs","g^":"tabs","g0":"tabs",":bf":"tabs",":bfirst":"tabs",":br":"tabs",":brewind":"tabs",":tabfir":"tabs",":tabfirst":"tabs",":tabr":"tabs",":tabrewind":"tabs","g$":"tabs",":bl":"tabs",":blast":"tabs",":tabl":"tabs",":tablast":"tabs",":tabde":"tabs",":tabdetach":"tabs",":taba":"tabs",":tabattach":"tabs","reordering-tabs":"tabs",":tabm":"tabs",":tabmove":"tabs","closing-tabs":"tabs","d":"tabs",":tabc":"tabs",":tabclose":"tabs",":bd":"tabs",":bdelete":"tabs","D":"tabs",":tabo":"tabs",":tabonly":"tabs","u":"tabs",":u":"tabs",":undo":"tabs",":undoa":"tabs",":undoall":"tabs","looping-over-tabs":"tabs",":tabd":"tabs",":tabdo":"tabs",":bufd":"tabs",":bufdo":"tabs","app-tabs":"tabs","application-tabs":"tabs","pinned-tabs":"tabs",":pin":"tabs",":pintab":"tabs",":unpin":"tabs",":unpintab":"tabs","hints.xml":"hints","hints":"hints","quick-hints":"hints","hint-mode":"hints","f":"hints","F":"hints","extended-hints":"hints",";":"hints",";;":"hints",";?":"hints",";s":"hints",";f":"hints",";F":"hints",";o":"hints",";t":"hints",";b":"hints",";w":"hints",";O":"hints",";T":"hints",";W":"hints",";a":"hints",";S":"hints",";v":"hints",";V":"hints",";y":"hints",";Y":"hints",";A":"hints",";c":"hints",";i":"hints",";I":"hints","g;":"hints","map.xml":"map",":command-complete-arg-list":"map","keyboard-shortcuts":"map","key-mapping":"map","mapping":"map","map":"map","macro":"map",":map-modes":"map","modes":"map",":map-commands":"map",":map":"map",":nm":"map",":nmap":"map",":vm":"map",":vmap":"map",":im":"map",":imap":"map",":tm":"map",":tmap":"map",":cm":"map",":cmap":"map",":map-overview":"map",":map-options":"map",":no":"map",":noremap":"map",":nno":"map",":nnoremap":"map",":vno":"map",":vnoremap":"map",":ino":"map",":inoremap":"map",":tno":"map",":tnoremap":"map",":cno":"map",":cnoremap":"map",":unm":"map",":unmap":"map",":nun":"map",":nunmap":"map",":vun":"map",":vunmap":"map",":iu":"map",":iunmap":"map",":tu":"map",":tunmap":"map",":cu":"map",":cunmap":"map",":map_l":"map",":nmap_l":"map",":vmap_l":"map",":imap_l":"map",":tmap_l":"map",":cmap_l":"map",":map-timeout":"map","map-timeout":"map","key-notation":"map","key-sequence":"map",":map-special-chars":"map","":"map","'mapleader'":"map","":"map","":"map","":"map","map_return":"map","map-examples":"map","bypassing-pentadactyl":"map","":"map","":"map","send-key":"map","":"map","":"map","pass-through":"map","":"map","":"map","abbreviations":"map",":ab":"map",":abbreviate":"map",":ca":"map",":cabbreviate":"map",":ia":"map",":iabbreviate":"map",":una":"map",":unabbreviate":"map",":cuna":"map",":cunabbreviate":"map",":iuna":"map",":iunabbreviate":"map","user-commands":"map",":com":"map",":command":"map",":command-group":"map","E175":"map","E176":"map",":command-nargs":"map","E180":"map","E181":"map",":command-complete":"map","E467":"map","E468":"map",":command-completion-custom":"map","E177":"map","E178":"map",":command-count":"map",":command-bang":"map",":command-description":"map",":command-replacement-text":"map",":delc":"map",":delcommand":"map","command-examples":"map","eval.xml":"eval","expression":"eval","expr":"eval","eval":"eval","javascript":"eval","javascript-evaluation":"eval",":ec":"eval",":echo":"eval",":echoe":"eval",":echoerr":"eval",":echom":"eval",":echomsg":"eval",":exe":"eval",":execute":"eval",":js":"eval",":javas":"eval",":javascript":"eval","REPL":"eval",":js!":"eval",":javas!":"eval",":javascript!":"eval","global-variables":"eval",":let":"eval",":unl":"eval",":unlet":"eval","conditionals":"eval",":if":"eval",":endif":"eval",":en":"eval",":fi":"eval",":elseif":"eval",":elsei":"eval",":elif":"eval",":else":"eval",":el":"eval","marks.xml":"marks","marks":"marks","bookmarks":"marks","a":"marks",":bma":"marks",":bmark":"marks","A":"marks",":bmarks":"marks",":delbm":"marks",":delbmarks":"marks","quickmarks":"marks","M":"marks","go":"marks","gn":"marks",":delqm":"marks",":delqmarks":"marks",":qma":"marks",":qmark":"marks",":qmarks":"marks","urlmarks":"marks","localmarks":"marks","m":"marks","`":"marks","'":"marks",":delm":"marks",":delmarks":"marks",":ma":"marks",":mark":"marks",":marks":"marks","repeat.xml":"repeat","repeating":"repeat","single-repeat":"repeat","":"repeat",".":"repeat","@:":"repeat","macros":"repeat","complex-repeat":"repeat","":"repeat","q":"repeat",":macros":"repeat",":delmac":"repeat",":delmacros":"repeat","":"repeat","@":"repeat","@@":"repeat","macro-utilities":"repeat","":"repeat","s":"repeat","":"repeat","l":"repeat","group":"repeat","groups":"repeat",":gr":"repeat",":group":"repeat",":delgr":"repeat",":delgroup":"repeat","site-filter":"repeat","site-filters":"repeat","using-scripts":"repeat",":so":"repeat",":source":"repeat",":source-contexts":"repeat",":source-groups":"repeat",":source-css":"repeat",":source-javascript":"repeat",":source-ex":"repeat",":lpl":"repeat",":loadplugins":"repeat",":runt":"repeat",":runtime":"repeat",":scrip":"repeat",":scriptnames":"repeat",":fini":"repeat",":finish":"repeat","ex-scripts":"repeat","multiline-commands":"repeat","comments":"repeat","profile":"repeat","profiling":"repeat",":time":"repeat","autocommands.xml":"autocommands","autocommand-list":"autocommands","autocommand-args":"autocommands","autocommands":"autocommands",":au":"autocommands",":autocmd":"autocommands",":doautoa":"autocommands",":doautoall":"autocommands",":do":"autocommands",":doautocmd":"autocommands","autocmd-examples":"autocommands","print.xml":"print","printing":"print",":ha":"print",":hardcopy":"print","Firefox-print-dialogs":"print","gui.xml":"gui","gui":"gui","menu":"gui",":emenu":"gui","dialogs":"gui",":ao":"gui",":addo":"gui",":addons":"gui",":dia":"gui",":dialog":"gui","dialog-list":"gui",":dl":"gui",":downl":"gui",":downloads":"gui",":dlc":"gui",":dlclear":"gui","extensions":"gui","add-ons":"gui",":exta":"gui",":extadd":"gui",":extrm":"gui",":extde":"gui",":extdelete":"gui",":extd":"gui",":extdisable":"gui",":exte":"gui",":extenable":"gui",":exto":"gui",":extoptions":"gui",":extp":"gui",":extpreferences":"gui",":extr":"gui",":extrehash":"gui",":extt":"gui",":exttoggle":"gui",":extu":"gui",":extupdate":"gui","sidebar":"gui",":sbcl":"gui",":sbclose":"gui",":sbope":"gui",":sbopen":"gui",":sb":"gui",":sbar":"gui",":sideb":"gui",":sidebar":"gui","status-line":"gui","status-bar":"gui","toolbar":"gui",":tbs":"gui",":tbshow":"gui",":toolbars":"gui",":toolbarshow":"gui",":tbh":"gui",":tbhide":"gui",":toolbarh":"gui",":toolbarhide":"gui",":tbt":"gui",":tbtoggle":"gui",":toolbart":"gui",":toolbartoggle":"gui","styling.xml":"styling","styling":"styling","E185":"styling",":colo":"styling",":colorscheme":"styling",":hi":"styling",":highlight":"styling",":highlight-clear":"styling",":sty":"styling",":style":"styling",":dels":"styling",":delstyle":"styling",":styleenable":"styling",":stylee":"styling",":styenable":"styling",":stye":"styling",":styledisable":"styling",":styled":"styling",":stydisable":"styling",":styd":"styling",":styletoggle":"styling",":stylet":"styling",":stytoggle":"styling",":styt":"styling","message.xml":"message","messages":"message","message-history":"message",":mes":"message",":messages":"message",":messc":"message",":messclear":"message","g<":"message","pager":"message","more-prompt":"message","privacy.xml":"privacy","privacy":"privacy","private-mode":"privacy","porn-mode":"privacy","sanitizing":"privacy","clearing-data":"privacy",":sa":"privacy",":sanitize":"privacy","sanitize-items":"privacy",":private":"privacy",":pr":"privacy",":pr0n":"privacy",":porn":"privacy","cookie-settings":"privacy",":cookies":"privacy",":ck":"privacy","developer.xml":"developer","developer-information":"developer","developer":"developer","writing-docs":"developer","documentation":"developer",":help":"various",":h":"various","help":"various","help-tags":"developer","help-xml":"developer","generating-docs":"developer","writing-plugins":"developer","plugin-documentation":"developer","'fb'":"developer","'flashblock'":"developer","various.xml":"various","various":"various",":comp":"various",":completions":"various",":contexts":"various",":fk":"various",":feedkeys":"various",":norm":"various",":normal":"various",":mkv":"various",":mkvimruntime":"various","":"various","":"various",":redr":"various",":redraw":"various",":run":"various",":!":"various",":!cmd":"various",":!!":"various",":sil":"various",":silent":"various",":verb":"various",":verbose":"various",":ve":"various",":version":"various",":yank":"various",":y":"various","online-help":"various","":"various","":"various","":"various","":"various",":helpall":"various",":helpa":"various","help-all":"various",":lc":"various",":listcommands":"various",":lk":"various",":listkeys":"various",":lo":"various",":listoptions":"various","uncategorized":"various","":"various","":"various","":"various","i":"various","caret-mode":"various","visual-mode":"various","plugins.xml":"plugins","using-plugins":"plugins","versions.xml":"versions","versions":"versions","news":"versions","NEWS":"versions","news-1.1":"versions","news-1.0":"versions","faq.xml":"faq","faq-general":"faq","faq-fork":"faq","faq-differences":"faq","faq-statussymbols":"faq","faq-lasttab":"faq","faq-autocomplete":"faq","faq-editor-fork":"faq","faq-symlinks":"faq","faq-open":"faq","faq-urlsep":"faq","faq-hidden-engines":"faq","faq-keys":"faq","faq-website-keys":"faq","faq-passkeys-autocmd":"faq","faq-hints":"faq","faq-hintkeys":"faq","faq-hintkeys-uppercase":"faq","faq-hint-hidetext":"faq","index.xml":"index","index":"index","b-map-index":"index","m-map-index":"index","I-map-index":"index","i-map-index":"index","C-map-index":"index","n-map-index":"index","caret-map-index":"index","v-map-index":"index","c-map-index":"index","t-map-index":"index","ex-cmd-index":"index",":index":"index","option-index":"index",":blistkeys":"index",":bmap":"index",":bnoremap":"index",":bunmap":"index",":caretlistkeys":"index",":caretmap":"index",":caretnoremap":"index",":caretunmap":"index",":clistkeys":"index",":Clistkeys":"index",":Cmap":"index",":Cnoremap":"index",":Cunmap":"index",":ilistkeys":"index",":Ilistkeys":"index",":Imap":"index",":Inoremap":"index",":Iunmap":"index",":mlistkeys":"index",":mmap":"index",":mnoremap":"index",":munmap":"index",":nlistkeys":"index",":olistkeys":"index",":omap":"index",":onoremap":"index",":ounmap":"index",":registers":"index",":tlistkeys":"index",":vlistkeys":"index","":"index","\"":"index","\\":"index","":"index","g":"index","":"index","":"index","caret_?":"index","caret_*":"index","caret_/":"index","caret_#":"index","caret_^":"index","caret_<*-BS>":"index","caret_<*-Del>":"index","caret_<*-Down>":"index","caret_<*-End>":"index","caret_<*-Home>":"index","caret_<*-Left>":"index","caret_<*-PageDown>":"index","caret_<*-PageUp>":"index","caret_<*-Return>":"index","caret_<*-Right>":"index","caret_<*-Tab>":"index","caret_<*-Up>":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_":"index","caret_$":"index","caret_0":"index","caret_b":"index","caret_B":"index","caret_e":"index","caret_E":"index","caret_G":"index","caret_gg":"index","caret_h":"index","caret_j":"index","caret_k":"index","caret_l":"index","caret_n":"index","caret_N":"index","caret_v":"index","caret_w":"index","caret_W":"index","I_<*-BS>":"index","I_<*-Del>":"index","I_<*-Down>":"index","I_<*-End>":"index","I_<*-Home>":"index","I_<*-Left>":"index","I_<*-PageDown>":"index","I_<*-PageUp>":"index","I_<*-Return>":"index","I_<*-Right>":"index","I_<*-Tab>":"index","I_<*-Up>":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","I_":"index","o_^":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_":"index","o_$":"index","o_0":"index","o_b":"index","o_B":"index","o_c":"index","o_d":"index","o_e":"index","o_E":"index","o_f":"index","o_F":"index","o_G":"index","o_gg":"index","o_h":"index","o_j":"index","o_k":"index","o_l":"index","o_t":"index","o_T":"index","o_w":"index","o_W":"index","o_y":"index","v_^":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_":"index","v_~":"index","v_$":"index","v_0":"index","v_b":"index","v_B":"index","v_c":"index","v_d":"index","v_e":"index","v_E":"index","v_f":"index","v_F":"index","v_G":"index","v_gg":"index","v_gu":"index","v_gU":"index","v_h":"index","v_j":"index","v_k":"index","v_l":"index","v_o":"index","v_s":"index","v_t":"index","v_T":"index","v_v":"index","v_V":"index","v_w":"index","v_W":"index","v_x":"index","v_y":"index","t_*":"index","t_#":"index","t_^":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_":"index","t_~":"index","t_$":"index","t_0":"index","t_a":"index","t_A":"index","t_b":"index","t_B":"index","t_c":"index","t_C":"index","t_d":"index","t_D":"index","t_e":"index","t_E":"index","t_f":"index","t_F":"index","t_G":"index","t_gg":"index","t_gu":"index","t_gU":"index","t_h":"index","t_i":"index","t_I":"index","t_j":"index","t_k":"index","t_l":"index","t_o":"index","t_O":"index","t_p":"index","t_s":"index","t_S":"index","t_t":"index","t_T":"index","t_u":"index","t_v":"index","t_V":"index","t_w":"index","t_W":"index","t_x":"index","t_X":"index","t_y":"index","i_":"index","i_":"index","i_":"index","i_":"index","c_'":"index","c_\"":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index","c_":"index"}}} \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/command-history b/pentadactyl/.pentadactyl/info/default/command-history deleted file mode 100644 index 9f6a226..0000000 --- a/pentadactyl/.pentadactyl/info/default/command-history +++ /dev/null @@ -1 +0,0 @@ -{"command":[{"value":"open http://www.instapaper.com/u","timestamp":1386470456167000,"privateData":true},{"value":"tabopen chruby script","timestamp":1386471219093000,"privateData":true},{"value":"tabopen os x add font","timestamp":1386471569199000,"privateData":true},{"value":"open os x font refresh","timestamp":1386471617239000,"privateData":true},{"value":"tabopen os x install font from terminal","timestamp":1386472045182000,"privateData":true},{"value":"tabopen dune guild","timestamp":1386472468193000,"privateData":true},{"value":"tabopen os x set default shell","timestamp":1386472480532000,"privateData":true},{"value":"tabopen heighliner","timestamp":1386472592844000,"privateData":true},{"value":"tabopen poewrline","timestamp":1386472690527000,"privateData":true},{"value":"open powerline","timestamp":1386472692401000,"privateData":true},{"value":"tabopen solarized","timestamp":1386473358306000,"privateData":true},{"value":"tabopen carbonara sous vide","timestamp":1386477026267000,"privateData":true},{"value":"tabopen powerline can't combine user","timestamp":1386477753496000,"privateData":true},{"value":"tabopen ch","timestamp":1386478258625000,"privateData":true},{"value":"tabopen zsh if","timestamp":1386478447440000,"privateData":true},{"value":"tabopen zsh if homebrew","timestamp":1386478496906000,"privateData":true},{"value":"tabopen zsh check if command exists","timestamp":1386478651197000,"privateData":true},{"value":"tabopen dune fold space","timestamp":1386478775188000,"privateData":true},{"value":"tabopen chocolate ","timestamp":1386478871301000,"privateData":true},{"value":"tabopen adium","timestamp":1386481857268000,"privateData":true},{"value":"tabopen http://justgetflux.com/","timestamp":1386481954153000,"privateData":true},{"value":"tabopen wirecutter plasma tv","timestamp":1386483964918000,"privateData":true},{"value":"tabopen ios multiplex wifi ","timestamp":1386484276818000,"privateData":true},{"value":"tabopen http://thewirecutter.com/reviews/best-tv-panasonic-st60/","timestamp":1386484407584000,"privateData":true},{"value":"tabopen battle.net","timestamp":1386484515884000,"privateData":true},{"value":"tabopen push default current","timestamp":1386485095554000,"privateData":true},{"value":"tabopen mavericks dock non-center","timestamp":1386485455601000,"privateData":true},{"value":"tabopen python twisted","timestamp":1386485580500000,"privateData":true},{"value":"open python install twisted","timestamp":1386485622767000,"privateData":true},{"value":"tabopen remove submodule","timestamp":1386485671393000,"privateData":true},{"value":"tabopen montlake library hours","timestamp":1386485993622000,"privateData":true},{"value":"tabopen chase.com/verifycard","timestamp":1386524802332000,"privateData":true},{"value":"tabopen zephyros","timestamp":1386525721245000,"privateData":true},{"value":"tabopen is.gd/IBV2013","timestamp":1386528904669000,"privateData":true},{"value":"tabopen divvy","timestamp":1386528935988000,"privateData":true},{"value":"tabopen moom","timestamp":1386528937059000,"privateData":true},{"value":"tabopen wikipedia url","timestamp":1386531301587000,"privateData":true},{"value":"open httparty","timestamp":1386531674892000,"privateData":true},{"value":"tabopen cynite","timestamp":1386566979613000,"privateData":true},{"value":"tabopen is it streaming","timestamp":1386567630560000,"privateData":true},{"value":"open spinning plates","timestamp":1386567649286000,"privateData":true},{"value":"tabopen prezto chruby","timestamp":1386568957328000,"privateData":true},{"value":"tabopen http://www.discnw.org/forums/search.php?action=show_new","timestamp":1386644505311000,"privateData":true},{"value":"open how doctor","timestamp":1386656291196000,"privateData":true},{"value":"tabopen how doctors think","timestamp":1386656294159000,"privateData":true},{"value":"tabopen rbenv","timestamp":1386694432790000,"privateData":true},{"value":"tabopen ssh subdomain host","timestamp":1386695335765000,"privateData":true},{"value":"open ssh search domains","timestamp":1386695577345000,"privateData":true},{"value":"open g resolve.conf subdomain","timestamp":1386695666035000,"privateData":true},{"value":"open ssh config","timestamp":1386695837747000,"privateData":true},{"value":"tabopen castro ios","timestamp":1386706899060000,"privateData":true},{"value":"tabopen simplymeasure.dcom","timestamp":1386707665939000,"privateData":true},{"value":"open simplymeasured.com","timestamp":1386707669510000,"privateData":true},{"value":"tabopen ni no kuni","timestamp":1386712104424000,"privateData":true},{"value":"tabopen alfred script filter","timestamp":1386719693194000,"privateData":true},{"value":"tabopen alfred 2 script filter","timestamp":1386720207839000,"privateData":true},{"value":"open alfred 2","timestamp":1386720222955000,"privateData":true},{"value":"tabopen alfred script filter input","timestamp":1386721720588000,"privateData":true},{"value":"tabopen samurai gunn","timestamp":1386731775237000,"privateData":true},{"value":"chr","timestamp":1386732253874000,"privateData":false},{"value":"tabopen https://github.com/springest/alfredo","timestamp":1386734710676000,"privateData":true},{"value":"tabopen yang chirchi","timestamp":1386737109718000,"privateData":true},{"value":"tabopen cloudup","timestamp":1386740644501000,"privateData":true},{"value":"open https://developers.facebook.com/bugs/1449915188569494/","timestamp":1386780085215000,"privateData":true},{"value":"tabopen noun project","timestamp":1386794889302000,"privateData":true},{"value":"open https://developers.facebook.com/apps/208102605913336/dashboard/","timestamp":1386797949902000,"privateData":true},{"value":"open particular","timestamp":1386823498884000,"privateData":true},{"value":"tabopen ult","timestamp":1386823576224000,"privateData":true},{"value":"tabopen cc","timestamp":1386823578887000,"privateData":true},{"value":"tabopen http://twitter.com/kejadlen/statuses/164726570228142_690521037648690","timestamp":1386863051092000,"privateData":true},{"value":"open facebook.com/164726570228142_690521037648690","timestamp":1386863056111000,"privateData":true},{"value":"open ha","timestamp":1386863395909000,"privateData":true},{"value":"tabopen renee nird","timestamp":1387068465792000,"privateData":true},{"value":"tabopen google AGE","timestamp":1387069419334000,"privateData":true},{"value":"open asians","timestamp":1387165604885000,"privateData":true},{"value":"tabopen twitter.com/riaglo","timestamp":1387166225560000,"privateData":true},{"value":"open pin","timestamp":1387210165368000,"privateData":true},{"value":"tabopen trendweight","timestamp":1387212050026000,"privateData":true},{"value":"tabopen spl slow getting up","timestamp":1387214392946000,"privateData":true},{"value":"open clim","timestamp":1387214398198000,"privateData":true},{"value":"tabopen http://www.reddit.com/r/AskReddit/","timestamp":1387440689897000,"privateData":true},{"value":"tabopen 5kg to lb","timestamp":1387519449138000,"privateData":true},{"value":"open chain dempsey number","timestamp":1387522630118000,"privateData":true},{"value":"open reddit open all images bookmarklet","timestamp":1387522921171000,"privateData":true},{"value":"pintab","timestamp":1387523471978000,"privateData":true},{"value":"tabopen ruby 1.9 symbol string","timestamp":1387555983198000,"privateData":true},{"value":"open ruby core 09366","timestamp":1387556054576000,"privateData":true},{"value":"tabopen ruby bug 6433","timestamp":1387556123815000,"privateData":true},{"value":"tabopen conical notification","timestamp":1387559488463000,"privateData":true},{"value":"open justine sacco","timestamp":1387605307125000,"privateData":true},{"value":"tabopen whistle labs","timestamp":1387645509360000,"privateData":true},{"value":"tabopen sequel github","timestamp":1387646121961000,"privateData":true},{"value":"tabopen oven baon","timestamp":1387647755041000,"privateData":true},{"value":"open o","timestamp":1387647756869000,"privateData":true},{"value":"tabopen gender essentialism","timestamp":1387751363142000,"privateData":true},{"value":"tabopen","timestamp":1387751504309000,"privateData":true},{"value":"tabopen defaults hot corner","timestamp":1387752021973000,"privateData":true},{"value":"tabopen defaults modifer keys caps lock","timestamp":1387752171129000,"privateData":true},{"value":"ch","timestamp":1387761524865000,"privateData":false},{"value":"tabopen reddit.com/r/gaming","timestamp":1387768805461000,"privateData":true},{"value":"open http://news.ycombinator.com/","timestamp":1387851693892000,"privateData":true},{"value":"tabopen hub submodule","timestamp":1387906877464000,"privateData":true},{"value":"tabopen https://github.com/sorin-ionescu/prezto/","timestamp":1387907018093000,"privateData":true},{"value":"tabopen python xapian","timestamp":1387907241436000,"privateData":true},{"value":"tabopen first world","timestamp":1387909603603000,"privateData":true},{"value":"tabopen twitter.com/nishmael","timestamp":1387909607814000,"privateData":true},{"value":"open http://www.reddit.com/r/all/","timestamp":1388105948793000,"privateData":true},{"value":"open https://news.ycombinator.com/","timestamp":1388679509455000,"privateData":true},{"value":"buffer! rew ","timestamp":1388680752512000,"privateData":true},{"value":"tabopen source code pro powerline","timestamp":1388681716742000,"privateData":true},{"value":"tabopen http://www.reddit.com/r/all/","timestamp":1388681757080000,"privateData":true},{"value":"open bittorrent sync","timestamp":1389041855948000,"privateData":true},{"value":"open http://pragdave.me/","timestamp":1389046804634000,"privateData":true},{"value":"tabopen dragon go server","timestamp":1389047147419000,"privateData":true},{"value":"open nwgo","timestamp":1389047187185000,"privateData":true},{"value":"open http://www.reddit.com/saved","timestamp":1389555269776000,"privateData":true},{"value":"open http://sequel.jeremyevans.net/","timestamp":1389556801646000,"privateData":true},{"value":"open store array in database","timestamp":1389556842904000,"privateData":true},{"value":"open datamapper serialize","timestamp":1389556913774000,"privateData":true},{"value":"tabopen nfl.com","timestamp":1389765403121000,"privateData":true},{"value":"tabopen h","timestamp":1389765993513000,"privateData":true},{"value":"tabopen http://www.reddit.com/r/climbing/","timestamp":1389769454052000,"privateData":true},{"value":"tabopen spl archer","timestamp":1389805061887000,"privateData":true},{"value":"tabopen lo","timestamp":1389806698915000,"privateData":true},{"value":"tabopen simple strength","timestamp":1389937112903000,"privateData":true},{"value":"open a simple strength","timestamp":1389937126194000,"privateData":true},{"value":"open runit","timestamp":1389979508938000,"privateData":true},{"value":"tabopen golang web framework","timestamp":1390012116589000,"privateData":true},{"value":"tabopen isotropic","timestamp":1390013830468000,"privateData":true},{"value":"open lob","timestamp":1390090202792000,"privateData":true},{"value":"tabopen angelique kerber","timestamp":1390092385538000,"privateData":true},{"value":"tabopen petra klingler","timestamp":1390092387802000,"privateData":true},{"value":"tabopen nanette lepore","timestamp":1390092617736000,"privateData":true},{"value":"tabopen spl kobayashi maru","timestamp":1390098174269000,"privateData":true},{"value":"open d","timestamp":1390112726550000,"privateData":true},{"value":"open https://lobste.rs/","timestamp":1390112934929000,"privateData":true},{"value":"tabopen 100 pushups","timestamp":1390114347959000,"privateData":true},{"value":"js io.run(\"open\", [\"-a\", \"Evernote\"])","timestamp":1390152998221000,"privateData":true},{"value":"open phenax","timestamp":1390357363955000,"privateData":true},{"value":"open spl atrocity archives","timestamp":1390579865769000,"privateData":true},{"value":"open spl avatar earth","timestamp":1390580519573000,"privateData":true},{"value":"tabopen sous vide pork chop","timestamp":1390702239561000,"privateData":true},{"value":"tabopen rubygem user-install","timestamp":1390721261262000,"privateData":true},{"value":"tabopen github.com","timestamp":1390962327975000,"privateData":true},{"value":"tabopen ergodox full hand classic","timestamp":1391010748071000,"privateData":true},{"value":"tabopen bodymedia download","timestamp":1391010921751000,"privateData":true},{"value":"tabopen ergodox vim","timestamp":1391011730640000,"privateData":true},{"value":"tabopen ergodoxd","timestamp":1391011961091000,"privateData":true},{"value":"tabopen ergodox programming","timestamp":1391011986936000,"privateData":true},{"value":"tabopen patagonia.com","timestamp":1391012634366000,"privateData":true},{"value":"tabopen twitter.com/kejadlen/statuses/428527394950250496","timestamp":1391014445781000,"privateData":true},{"value":"tabopen ergodox volume","timestamp":1391225421241000,"privateData":true},{"value":"tabopen manning","timestamp":1391225578968000,"privateData":true},{"value":"tabopen casey jones","timestamp":1391378219501000,"privateData":true},{"value":"tabopen muira 30","timestamp":1391703512591000,"privateData":true},{"value":"open arcteryx miura","timestamp":1391703745655000,"privateData":true},{"value":"open carryology miura","timestamp":1391706563045000,"privateData":true},{"value":"tabopen http://github.com/wycats/thor","timestamp":1391706995121000,"privateData":true},{"value":"open middleman console","timestamp":1391707121730000,"privateData":true},{"value":"open middleman","timestamp":1391707561426000,"privateData":true},{"value":"tabopen ffmpeg extract audio","timestamp":1391791500143000,"privateData":true},{"value":"tabopen altura","timestamp":1392310070432000,"privateData":true},{"value":"tabopen a frozen soundtrack","timestamp":1392312218022000,"privateData":true},{"value":"tabopen sous vide brisket","timestamp":1392344453004000,"privateData":true},{"value":"tabopen red","timestamp":1392344504871000,"privateData":true},{"value":"tabopen spl lilo stitch","timestamp":1392352641060000,"privateData":true},{"value":"tabopen beq","timestamp":1392394810792000,"privateData":true},{"value":"tabopen fa","timestamp":1392396996201000,"privateData":true},{"value":"k","timestamp":1392433719114000,"privateData":false},{"value":"open deslide","timestamp":1392433722418000,"privateData":true},{"value":"tabopen ruby on ales","timestamp":1392742863622000,"privateData":true},{"value":"tabopen bundle update source","timestamp":1392776383105000,"privateData":true},{"value":"tabopen http://activitymanager.bodymedia.com/balance/tab.do","timestamp":1393135733952000,"privateData":true},{"value":"tabopen vim portkey","timestamp":1393171600038000,"privateData":true},{"value":"tabopen vim-projectile","timestamp":1393171621266000,"privateData":true},{"value":"tabopen cordito","timestamp":1393172016846000,"privateData":true},{"value":"tabopen skillet hours","timestamp":1393172098218000,"privateData":true},{"value":"tabopen http://getpocket.com/a/queue/list/","timestamp":1393648099617000,"privateData":true},{"value":"tabopen 72 hour short ribs","timestamp":1393900258505000,"privateData":true},{"value":"tabopen pinboard.in","timestamp":1394072755541000,"privateData":true},{"value":"open email introduction","timestamp":1394072815011000,"privateData":true},{"value":"open http://parley.rubyrogues.com/","timestamp":1394206417745000,"privateData":true},{"value":"open http://nwgo.braindog.org/","timestamp":1395082120946000,"privateData":true},{"value":"tabopen keybase.io","timestamp":1395170228269000,"privateData":true},{"value":"open pinterest","timestamp":1395455340231000,"privateData":true},{"value":"open http://www.reddit.com/r/climbing/","timestamp":1395621828293000,"privateData":true},{"value":"tabopen https://lobste.rs/","timestamp":1395621941221000,"privateData":true},{"value":"open http://www.reddit.com/r/gonewild/comments/21bpld/i_swear_these_are_getting_bigger_f/","timestamp":1395794217318000,"privateData":true},{"value":"tabopen https://bank.simple.com/activity","timestamp":1395796348433000,"privateData":true},{"value":"open http://www.reddit.com/r/ultimate/","timestamp":1396018852424000,"privateData":true},{"value":"tabopen twitter.com/kejadlen","timestamp":1396201202138000,"privateData":true},{"value":"tabopen https://github.com/fatih/vim-go","timestamp":1396400768410000,"privateData":true},{"value":"tabopen massdrop ergodox","timestamp":1396401648760000,"privateData":true},{"value":"tabopen https://twitter.com/kejadlen","timestamp":1396401778466000,"privateData":true},{"value":"tabopen qb bracketology","timestamp":1396401921377000,"privateData":true},{"value":"tabopen serious eats oxtail","timestamp":1396452718376000,"privateData":true},{"value":"tabopen cool tools solder","timestamp":1396452721399000,"privateData":true},{"value":"tabopen a hakko solder","timestamp":1396452897732000,"privateData":true},{"value":"tabopen oxtail sous vide","timestamp":1396722162116000,"privateData":true},{"value":"tabopen oxtail","timestamp":1397281859901000,"privateData":true},{"value":"tabopen under armour","timestamp":1397488126814000,"privateData":true},{"value":"help hint-mode","timestamp":1397488172467000,"privateData":true},{"value":"tabopen pentadactyl hover","timestamp":1397488183284000,"privateData":true},{"value":"open html hover","timestamp":1397488222684000,"privateData":true},{"value":"open pentadactyl hover","timestamp":1397488310174000,"privateData":true},{"value":"help hov","timestamp":1397488323013000,"privateData":true},{"value":"tabopen opentable","timestamp":1397534169910000,"privateData":true},{"value":"tabopen metafilter litter mat","timestamp":1397747377768000,"privateData":true},{"value":"tabopen maria hill captain america civil war","timestamp":1397749709196000,"privateData":true},{"value":"tabopen wikipedia diplomacy","timestamp":1397782141942000,"privateData":true},{"value":"open diplomacy gameplay","timestamp":1397782867156000,"privateData":true},{"value":"tabopen buffer","timestamp":1397920379391000,"privateData":true},{"value":"tabopen https://www.massdrop.com/ext/ergodox","timestamp":1398046019932000,"privateData":true},{"value":"open google ","timestamp":1398046436675000,"privateData":true},{"value":"tabopen homebrew cask","timestamp":1398052489309000,"privateData":true},{"value":"tabopen https://github.com/phinze/homebrew-cask","timestamp":1398217821602000,"privateData":true},{"value":"tabopen gith","timestamp":1398217927335000,"privateData":true},{"value":"open https://github.com/kejadlen","timestamp":1398217930318000,"privateData":true},{"value":"tabopen hub pull-request","timestamp":1398218064589000,"privateData":true},{"value":"open https://www.tumblr.com/dashboard","timestamp":1398218115247000,"privateData":true},{"value":"open https://bank.simple.com/activity","timestamp":1398218198654000,"privateData":true},{"value":"open https://github.com/usrbinnc/","timestamp":1398221073890000,"privateData":true},{"value":"tabopen programmer keyboard layout","timestamp":1398263730566000,"privateData":true},{"value":"open q","timestamp":1398263787762000,"privateData":true},{"value":"open dvorak","timestamp":1398263789432000,"privateData":true},{"value":"tabopen http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard","timestamp":1398264488825000,"privateData":true},{"value":"open progra","timestamp":1398264932848000,"privateData":true},{"value":"open programmer keyboard layout","timestamp":1398265107526000,"privateData":true},{"value":"open carpalx ergodox","timestamp":1398265487624000,"privateData":true},{"value":"tabopen colemak","timestamp":1398265501640000,"privateData":true},{"value":"tabopen os x cpan install local","timestamp":1398265646444000,"privateData":true},{"value":"open https://normanlayout.info/","timestamp":1398266143546000,"privateData":true},{"value":"open lufa pjrc","timestamp":1398538365589000,"privateData":true},{"value":"tabopen https://github.com/kejadlen/tmk_keyboard","timestamp":1398625716667000,"privateData":true},{"value":"tabopen homebrew contribute","timestamp":1398627899216000,"privateData":true},{"value":"tabopen https://www.pjrc.com/teensy/loader_cli.html","timestamp":1398628393078000,"privateData":true},{"value":"tabopen homebrew env","timestamp":1398630162154000,"privateData":true},{"value":"tabopen homebrew teensy","timestamp":1398631418766000,"privateData":true},{"value":"tabopen https://github.com/Homebrew/homebrew/","timestamp":1398631476320000,"privateData":true},{"value":"tabopen teensy","timestamp":1398634818047000,"privateData":true},{"value":"tabopen plover","timestamp":1398635257850000,"privateData":true},{"value":"open http://openstenoproject.github.io/","timestamp":1398636872202000,"privateData":true},{"value":"open http://openstenoproject.github.io/plover/","timestamp":1398636881968000,"privateData":true},{"value":"open cooking issues clear ice cube ","timestamp":1398659463656000,"privateData":true},{"value":"tabopen spl creativity","timestamp":1398661624623000,"privateData":true},{"value":"open stross","timestamp":1398661703132000,"privateData":true},{"value":"open mirabai knight","timestamp":1398699744125000,"privateData":true},{"value":"open plover","timestamp":1398699760073000,"privateData":true},{"value":"open http://www.flickr.com/photo.gne?short=nq1eKM","timestamp":1398734570599000,"privateData":true},{"value":"tabopen o","timestamp":1399387797530000,"privateData":true},{"value":"tabopen pentadactyl","timestamp":1399860487333000,"privateData":true},{"value":"tabopen reddit.com/r/ultimate","timestamp":1399993910014000,"privateData":true},{"value":"open monoprice.com","timestamp":1399997526581000,"privateData":true},{"value":"tabopen matasano challenge","timestamp":1400041194924000,"privateData":true},{"value":"open http://www.reddit.com/","timestamp":1400262622366000,"privateData":true},{"value":"open roost stand","timestamp":1400513563023000,"privateData":true},{"value":"tabopen http://www.reddit.com/r/ultimate/","timestamp":1400601086704000,"privateData":true},{"value":"open im","timestamp":1400601091744000,"privateData":true},{"value":"tabopen https://github.com/kejadlen","timestamp":1400646111508000,"privateData":true},{"value":"open atreus.technomancy","timestamp":1400647048577000,"privateData":true},{"value":"open technomancy atreus","timestamp":1400647054533000,"privateData":true},{"value":"tabopen spl restaurant man","timestamp":1402018868324000,"privateData":true},{"value":"tabopen cooking issues","timestamp":1402018894550000,"privateData":true},{"value":"open spl carnivore's manifest","timestamp":1402018922478000,"privateData":true},{"value":"tabopen a car","timestamp":1402018928032000,"privateData":true},{"value":"tabopen things siri","timestamp":1402173197499000,"privateData":true},{"value":"tabopen edge of tomorrow","timestamp":1402175260105000,"privateData":true},{"value":"tabopen chili sous vide","timestamp":1402175701105000,"privateData":true},{"value":"open frame 18 24","timestamp":1402177974706000,"privateData":true},{"value":"open http://gist.github.com/anonymous/b76f","timestamp":1402184419693000,"privateData":true},{"value":"open https://gist.github.com/anonymous/b76f","timestamp":1402184427075000,"privateData":true},{"value":"tabopen http://www.redfin.com/home-buying-guide/gathering-pre-approval-documentation","timestamp":1402184460688000,"privateData":true},{"value":"tabopen camlistore","timestamp":1402239907009000,"privateData":true},{"value":"open camlistore import","timestamp":1402241398574000,"privateData":true},{"value":"tabopen desktop dungeons puzzles","timestamp":1402365816446000,"privateData":true},{"value":"tabopen http://www.desktopdungeons.net/linkSteamAccount/?action=validateSteamID&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.mode=id_res&openid.op_endpoint=https%3A%2F%2Fsteamcommunity.com%2Fopenid%2Flogin&openid.claimed_id=http%3A%2F%2Fsteamcommunity.com%2Fopenid%2Fid%2F76561198002566994&openid.identity=http%3A%2F%2Fsteamcommunity.com%2Fopenid%2Fid%2F76561198002566994&openid.return_to=http%3A%2F%2Fwww.desktopdungeons.net%2FlinkSteamAccount%2F%3Faction%3DvalidateSteamID&openid.response_nonce=2014-05-16T16%3A20%3A47Z3IzV631Fa13ht08tn%2BRngj%2Fl1n0%3D&openid.assoc_handle=1234567890&openid.signed=signed%2Cop_endpoint%2Cclaimed_id%2Cidentity%2Creturn_to%2Cresponse_nonce%2Cassoc_handle&openid.sig=NUL7Shovo1tf3exD1QLLoOyHb%2Fc%3D","timestamp":1402365823398000,"privateData":true},{"value":"tabopen bod pod","timestamp":1402411656101000,"privateData":true},{"value":"tabopen twitter world cup","timestamp":1402412228087000,"privateData":true},{"value":"open g twitter world cup","timestamp":1402412237134000,"privateData":true},{"value":"tabopen ha","timestamp":1402414196258000,"privateData":true},{"value":"tabopen ansible list","timestamp":1402416204376000,"privateData":true},{"value":"tabopen ansible sudo","timestamp":1402416595517000,"privateData":true},{"value":"tabopen ansible gathering facts","timestamp":1402416851294000,"privateData":true},{"value":"tabopen blog.feedly.com","timestamp":1402588230401000,"privateData":true},{"value":"tabopen git config fetch prune true","timestamp":1402588547612000,"privateData":true},{"value":"open github.com/kejadlen/","timestamp":1402588560414000,"privateData":true},{"value":"tabopen aerios 10","timestamp":1402877736262000,"privateData":true},{"value":"open http://crates.io/faq","timestamp":1403617329911000,"privateData":true},{"value":"open read_later","timestamp":1403762650861000,"privateData":true},{"value":"tabopen ruby-build","timestamp":1403763716274000,"privateData":true},{"value":"tabopen price injury","timestamp":1403796237907000,"privateData":true},{"value":"open police injury","timestamp":1403796257715000,"privateData":true},{"value":"Chrome","timestamp":1403818545194000,"privateData":false},{"value":"tabopen cassieswafford","timestamp":1403820291945000,"privateData":true},{"value":"open golang announce","timestamp":1406038886107000,"privateData":true},{"value":"tabopen ","timestamp":1406039148348000,"privateData":true},{"value":"open unicorn","timestamp":1407079653555000,"privateData":true},{"value":"tabopen miller maid cap hill","timestamp":1407109533293000,"privateData":true},{"value":"open cap hill blog","timestamp":1407109547770000,"privateData":true},{"value":"open maid cap hill seattle","timestamp":1407109570764000,"privateData":true},{"value":"open ","timestamp":1407109577621000,"privateData":true},{"value":"open jseattle","timestamp":1407109580723000,"privateData":true},{"value":"open marvel aether movies","timestamp":1407287160895000,"privateData":true},{"value":"tabopen http://news.ycombinator.com/","timestamp":1407894657004000,"privateData":true},{"value":"open harp","timestamp":1409063639518000,"privateData":true},{"value":"tabopen engineering guy","timestamp":1409065111595000,"privateData":true},{"value":"tabopen cancel att","timestamp":1409065469990000,"privateData":true},{"value":"open particular_pinboard","timestamp":1409086792368000,"privateData":true},{"value":"tabopen https://news.ycombinator.com/","timestamp":1409097957057000,"privateData":true},{"value":"tabopen simplymeasured","timestamp":1409157451196000,"privateData":true},{"value":"tabopen steam transistor","timestamp":1409157454879000,"privateData":true},{"value":"imap","timestamp":1409169906025000,"privateData":true},{"value":"tabopen klipp lighter manual","timestamp":1409181178401000,"privateData":true},{"value":"tabopen sansaire manual","timestamp":1409181294909000,"privateData":true},{"value":"open nomiku manual","timestamp":1409181336251000,"privateData":true},{"value":"tabopen http://www.reddit.com/","timestamp":1409238827309000,"privateData":true},{"value":"open http://kibana.prod.chi.intsm.net/#eyJzZWFyY2giOiJzeXNsb2dfcHJvZ3JhbTpcInNtLWRhc2hcIiBhbmQgdGFnczpcInByb2R1Y3Rpb25cIiBhbmQganNvbi5ldmVudDpcImZpbHRlcmVkX3RhZ1wiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI0MzIwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTc1MTUxNDk4NTl9","timestamp":1409238840354000,"privateData":true},{"value":"open images","timestamp":1409238843439000,"privateData":true},{"value":"tabopen homebrew","timestamp":1409275054193000,"privateData":true},{"value":"open pow.cx","timestamp":1409275845065000,"privateData":true},{"value":"open https://www.wunderlist.com/","timestamp":1409415395575000,"privateData":true},{"value":"open xmpfilter","timestamp":1409415755638000,"privateData":true},{"value":"chrome","timestamp":1409415808894000,"privateData":true},{"value":"open buffer","timestamp":1409430594501000,"privateData":true}],"find":[{"value":"exec","timestamp":1386471232505000,"privateData":false},{"value":"tracking","timestamp":1386485267592000,"privateData":false},{"value":"user-insta","timestamp":1390721267248000,"privateData":false},{"value":"ergodox","timestamp":1391011848971000,"privateData":false},{"value":"volume","timestamp":1391225447100000,"privateData":false},{"value":"hover","timestamp":1397488325421000,"privateData":false},{"value":"pull-req","timestamp":1398218071753000,"privateData":false},{"value":"sanderson","timestamp":1398221264283000,"privateData":false},{"value":"lufa","timestamp":1398538428147000,"privateData":false},{"value":"env","timestamp":1398630114020000,"privateData":false},{"value":"ohai","timestamp":1398630276534000,"privateData":false},{"value":"test","timestamp":1398631045913000,"privateData":false},{"value":"redfkj","timestamp":1402184437112000,"privateData":false},{"value":"red","timestamp":1402184438580000,"privateData":false},{"value":"redf","timestamp":1402184452098000,"privateData":false},{"value":"sudo","timestamp":1402416615687000,"privateData":false},{"value":"maid","timestamp":1407109566686000,"privateData":false},{"value":"ansi","timestamp":1409274146974000,"privateData":false}]} \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/local-marks b/pentadactyl/.pentadactyl/info/default/local-marks deleted file mode 100644 index ce7f312..0000000 --- a/pentadactyl/.pentadactyl/info/default/local-marks +++ /dev/null @@ -1 +0,0 @@ -{"https://github.com/postmodern/chruby":{"'":{"location":"https://github.com/postmodern/chruby","offset":{"x":0,"y":322.52941176470586},"path":"/html[1]","timestamp":1386471235874000}},"https://www.google.com/search?q=os+x+add+font&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{"'":{"location":"https://www.google.com/search?q=os+x+add+font&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a","offset":{"x":0,"y":30.518424445841138},"path":"/html[1]","timestamp":1386471614574000}},"http://www.macworld.com/article/1139383/fontcacheclear.html":{"'":{"location":"http://www.macworld.com/article/1139383/fontcacheclear.html","offset":{"x":0,"y":49.64705882352941},"path":"/html[1]","timestamp":1386471656635000}},"http://www.switchingtomac.com/tutorials/how-to-install-fonts-in-os-x/":{"'":{"location":"http://www.switchingtomac.com/tutorials/how-to-install-fonts-in-os-x/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386472074647000}},"http://dune.wikia.com/wiki/Heighliner":{"'":{"location":"http://dune.wikia.com/wiki/Heighliner","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386472625329000}},"http://dune.wikia.com/wiki/Heighliner/XD":{"'":{"location":"http://dune.wikia.com/wiki/Heighliner/XD","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386472629985000}},"https://github.com/bling/vim-airline":{"'":{"location":"https://github.com/bling/vim-airline","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386473242991000}},"https://github.com/edkolev/tmuxline.vim":{"'":{"location":"https://github.com/edkolev/tmuxline.vim","offset":{"x":0,"y":30},"path":"/html[1]","timestamp":1386473254271000}},"https://github.com/Lokaltog/powerline":{"'":{"location":"https://github.com/Lokaltog/powerline","offset":{"x":0,"y":72.29411764705883},"path":"/html[1]","timestamp":1386473256716000}},"https://powerline.readthedocs.org/en/latest/":{"'":{"location":"https://powerline.readthedocs.org/en/latest/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386473265105000}},"http://forum.chefsteps.com/discussion/414/sous-vide-spaghetti-alla-carbonara":{"'":{"location":"http://forum.chefsteps.com/discussion/414/sous-vide-spaghetti-alla-carbonara","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386477074622000}},"http://chefdruck.com/2013/01/spaghetti-carbonara-with-the-momofuku-egg-2/":{"'":{"location":"http://chefdruck.com/2013/01/spaghetti-carbonara-with-the-momofuku-egg-2/","offset":{"x":0,"y":130.52083333333334},"path":"/html[1]","timestamp":1386477236081000}},"https://powerline.readthedocs.org/en/latest/installation/osx.html":{"'":{"location":"https://powerline.readthedocs.org/en/latest/installation/osx.html","offset":{"x":0,"y":4.166666666666667},"path":"/html[1]","timestamp":1386477912562000}},"https://github.com/Lokaltog/powerline/issues/552":{"'":{"location":"https://github.com/Lokaltog/powerline/issues/552","offset":{"x":0,"y":322.5882352941176},"path":"/html[1]","timestamp":1386478224355000}},"http://en.wikipedia.org/wiki/Technology_of_the_Dune_universe":{"'":{"location":"http://en.wikipedia.org/wiki/Technology_of_the_Dune_universe","offset":{"x":0,"y":192},"path":"/html[1]","timestamp":1386478764925000}},"http://www.reddit.com/r/pics/comments/1scnlt/most_epic_cosplay_ever/":{"'":{"location":"http://www.reddit.com/r/pics/comments/1scnlt/most_epic_cosplay_ever/","offset":{"x":0,"y":5.208333333333334},"path":"/html[1]","timestamp":1386482208456000}},"http://www.reddit.com/":{"'":{"location":"http://www.reddit.com/","offset":{"x":0,"y":51.66666666666667},"path":"/html[1]","timestamp":1409239036244000}},"http://www.reddit.com/r/Fitness/comments/1sbzes/gay_guys_in_the_gym/":{"'":{"location":"http://www.reddit.com/r/Fitness/comments/1sbzes/gay_guys_in_the_gym/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386482321595000}},"http://www.reddit.com/r/AskReddit/comments/1sccfw/what_celebrity_do_you_look_like/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sccfw/what_celebrity_do_you_look_like/","offset":{"x":0,"y":132.65625},"path":"/html[1]","timestamp":1386482778914000}},"http://reviews.cnet.com/flat-panel-tvs/panasonic-tc-p55st60/4505-6482_7-35567256.html":{"'":{"location":"http://reviews.cnet.com/flat-panel-tvs/panasonic-tc-p55st60/4505-6482_7-35567256.html","offset":{"x":0,"y":75.72727272727273},"path":"/html[1]","timestamp":1386484614903000}},"http://thewirecutter.com/reviews/panasonic-st50-the-best-tv/":{"'":{"location":"http://thewirecutter.com/reviews/panasonic-st50-the-best-tv/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386483974646000}},"http://arstechnica.com/science/2013/12/microsoft-designs-smart-bra-to-combat-emotional-eating/":{"'":{"location":"http://arstechnica.com/science/2013/12/microsoft-designs-smart-bra-to-combat-emotional-eating/","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1386484198495000}},"http://thewirecutter.com/reviews/best-tv-panasonic-st60/":{"'":{"location":"http://thewirecutter.com/reviews/best-tv-panasonic-st60/","offset":{"x":0,"y":257.8125},"path":"/html[1]","timestamp":1386484415817000}},"https://medium.com/ladybits-on-medium/88cac9689b94":{"'":{"location":"https://medium.com/ladybits-on-medium/88cac9689b94","offset":{"x":0,"y":103.45238095238095},"path":"id('null')/article[1]","timestamp":1386484938552000}},"http://yaauie.github.io/selling/":{"'":{"location":"http://yaauie.github.io/selling/","offset":{"x":0,"y":9.791666666666668},"path":"/html[1]","timestamp":1386484985086000}},"http://git-scm.com/docs/git-config":{"'":{"location":"http://git-scm.com/docs/git-config","offset":{"x":0,"y":2575.5625},"path":"/html[1]","timestamp":1386485320548000}},"https://www.google.com/search?safe=off&client=firefox-a&hs=YTu&rls=org.mozilla%3Aen-US%3Aofficial&q=mavericks+dock+left&oq=mavericks+dock+left&gs_l=serp.3...0.0.1.58.0.0.0.0.0.0.0.0..0.0....0...1c..32.serp..0.4.207.rC7rtj9BeGA":{"'":{"location":"https://www.google.com/search?safe=off&client=firefox-a&hs=YTu&rls=org.mozilla%3Aen-US%3Aofficial&q=mavericks+dock+left&oq=mavericks+dock+left&gs_l=serp.3...0.0.1.58.0.0.0.0.0.0.0.0..0.0....0...1c..32.serp..0.4.207.rC7rtj9BeGA","offset":{"x":0,"y":39.5897183363247},"path":"/html[1]","timestamp":1386485498232000}},"http://osxdaily.com/2013/12/05/place-dock-corner-of-screen-mac-os-x/":{"'":{"location":"http://osxdaily.com/2013/12/05/place-dock-corner-of-screen-mac-os-x/","offset":{"x":0,"y":63.28125},"path":"/html[1]","timestamp":1386485986682000}},"http://www.reddit.com/r/AskReddit/comments/1sdmu3/medical_personnel_of_reddit_what_was_the_most/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sdmu3/medical_personnel_of_reddit_what_was_the_most/","offset":{"x":0,"y":139.21875},"path":"/html[1]","timestamp":1386525547437000}},"http://www.instapaper.com/read/435280060":{"'":{"location":"http://www.instapaper.com/read/435280060","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386525567364000}},"https://github.com/sdegutis/phoenix":{"'":{"location":"https://github.com/sdegutis/phoenix","offset":{"x":0,"y":36.294117647058826},"path":"/html[1]","timestamp":1386525758722000}},"http://www.eurogamer.net/articles/2013-12-06-dodonpachi-retrospective":{"'":{"location":"http://www.eurogamer.net/articles/2013-12-06-dodonpachi-retrospective","offset":{"x":0,"y":171.97916666666669},"path":"/html[1]","timestamp":1386525796565000}},"https://github.com/sdegutis/zephyros":{"'":{"location":"https://github.com/sdegutis/zephyros","offset":{"x":0,"y":132.1764705882353},"path":"/html[1]","timestamp":1386566138054000}},"http://justinas.org/writing-http-middleware-in-go/":{"'":{"location":"http://justinas.org/writing-http-middleware-in-go/","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1386527726320000}},"http://indiestatik.com/2013/12/07/mans-sky/":{"'":{"location":"http://indiestatik.com/2013/12/07/mans-sky/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386527732380000}},"https://news.ycombinator.com/item?id=6869814":{"'":{"location":"https://news.ycombinator.com/item?id=6869814","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1386527782923000}},"http://mobile.theverge.com/2013/12/4/5038930/the-death-dealer-james-arthur-sweat-lodge-deaths-in-sedona":{"'":{"location":"http://mobile.theverge.com/2013/12/4/5038930/the-death-dealer-james-arthur-sweat-lodge-deaths-in-sedona","offset":{"x":0,"y":204.0625},"path":"/html[1]","timestamp":1386527877887000}},"http://www.paulhammond.org/2010/06/trunk/alwaysshiptrunk.pdf":{"'":{"location":"http://www.paulhammond.org/2010/06/trunk/alwaysshiptrunk.pdf","offset":{"x":0,"y":1299.7142857142858},"path":"id('viewerContainer')","timestamp":1386527944820000}},"http://tech.pro/blog/1733/join-the-compiler-creation-club":{"'":{"location":"http://tech.pro/blog/1733/join-the-compiler-creation-club","offset":{"x":0,"y":515.5729166666667},"path":"/html[1]","timestamp":1386528622922000}},"http://programming.oreilly.com/2013/10/more-instantly-better-vim.html":{"'":{"location":"http://programming.oreilly.com/2013/10/more-instantly-better-vim.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386528744807000}},"http://epicureandealmaker.blogspot.com/2013/12/the-parting-glass.html":{"'":{"location":"http://epicureandealmaker.blogspot.com/2013/12/the-parting-glass.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386565942003000}},"http://gingerhaze.tumblr.com/post/69456507077/sueslayer-itstherocketeer-theres-nothing":{"'":{"location":"http://gingerhaze.tumblr.com/post/69456507077/sueslayer-itstherocketeer-theres-nothing","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386566121665000}},"https://github.com/sdegutis/zephyros/blob/master/Docs/Protocol.md":{"'":{"location":"https://github.com/sdegutis/zephyros/blob/master/Docs/Protocol.md","offset":{"x":0,"y":162.64705882352942},"path":"/html[1]","timestamp":1386566393833000}},"http://radicalscholarship.wordpress.com/2013/12/08/he-knows-or-thinks-he-knows-its-still-a-mans-hostile-world/":{"'":{"location":"http://radicalscholarship.wordpress.com/2013/12/08/he-knows-or-thinks-he-knows-its-still-a-mans-hostile-world/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386566469844000}},"https://news.ycombinator.com/":{"'":{"location":"https://news.ycombinator.com/","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1388105897618000}},"https://github.com/pyr/cyanite":{"'":{"location":"https://github.com/pyr/cyanite","offset":{"x":0,"y":179.2941176470588},"path":"/html[1]","timestamp":1386566975307000}},"http://dat-data.com/":{"'":{"location":"http://dat-data.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391013961721000}},"http://andre.arko.net/2013/12/07/the-rumors-of-bundlers-death-have-been-greatly-exaggerated/":{"'":{"location":"http://andre.arko.net/2013/12/07/the-rumors-of-bundlers-death-have-been-greatly-exaggerated/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386567035249000}},"http://arstechnica.com/science/2013/12/your-questions-about-the-new-ipcc-climate-change-report-answered/":{"'":{"location":"http://arstechnica.com/science/2013/12/your-questions-about-the-new-ipcc-climate-change-report-answered/","offset":{"x":0,"y":340.5729166666667},"path":"/html[1]","timestamp":1386567213081000}},"http://www.instapaper.com/u":{"'":{"location":"http://www.instapaper.com/u","offset":{"x":0,"y":0},"path":"id('main_column')","timestamp":1393039601746000}},"https://github.com/sorin-ionescu/prezto/pull/361":{"'":{"location":"https://github.com/sorin-ionescu/prezto/pull/361","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386568963605000}},"http://www.reddit.com/r/gentlemanboners/comments/1sghvr/eva_green/":{"'":{"location":"http://www.reddit.com/r/gentlemanboners/comments/1sghvr/eva_green/","offset":{"x":0,"y":103.17708333333334},"path":"/html[1]","timestamp":1386611534335000}},"http://criticalboardgamer.blogspot.com/2013/12/fobidden-desert.html":{"'":{"location":"http://criticalboardgamer.blogspot.com/2013/12/fobidden-desert.html","offset":{"x":0,"y":329.0625},"path":"/html[1]","timestamp":1387071639805000}},"http://www.rubytapas.com/":{"'":{"location":"http://www.rubytapas.com/","offset":{"x":0,"y":14},"path":"/html[1]","timestamp":1386643471733000}},"http://www.reddit.com/r/AskReddit/comments/1sh99e/you_are_in_a_duel_your_opponent_is_unknown_weapon/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sh99e/you_are_in_a_duel_your_opponent_is_unknown_weapon/","offset":{"x":0,"y":237.03125},"path":"/html[1]","timestamp":1386644009995000}},"http://technotes.iangreenleaf.com/posts/2013-12-09-reddits-empire-is-built-on-a-flawed-algorithm.html":{"'":{"location":"http://technotes.iangreenleaf.com/posts/2013-12-09-reddits-empire-is-built-on-a-flawed-algorithm.html","offset":{"x":0,"y":198.59375},"path":"/html[1]","timestamp":1386644057118000}},"http://www.reddit.com/r/programming/comments/9tzkw/how_i_beat_procrastination/c0egrmm?context=1":{"'":{"location":"http://www.reddit.com/r/programming/comments/9tzkw/how_i_beat_procrastination/c0egrmm?context=1","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1386644071375000}},"http://www.reddit.com/r/FanTheories/comments/1shmdb/star_wars_iv_a_new_hope_the_lightsaber_fight/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1shmdb/star_wars_iv_a_new_hope_the_lightsaber_fight/","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1386644081749000}},"http://www.discnw.org/forums/viewtopic.php?id=2523&p=2":{"'":{"location":"http://www.discnw.org/forums/viewtopic.php?id=2523&p=2","offset":{"x":0,"y":397.70833333333337},"path":"/html[1]","timestamp":1386644540360000}},"http://www.discnw.org/forums/viewtopic.php?id=5426":{"'":{"location":"http://www.discnw.org/forums/viewtopic.php?id=5426","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386644561265000}},"http://www.reddit.com/r/ultimate/":{"'":{"location":"http://www.reddit.com/r/ultimate/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387646584936000}},"http://sivers.org/milt":{"'":{"location":"http://sivers.org/milt","offset":{"x":0,"y":45.64705882352941},"path":"/html[1]","timestamp":1386648928233000}},"http://antirez.com/news/67":{"'":{"location":"http://antirez.com/news/67","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386648929866000}},"http://dashes.com/anil/2013/12/learn-to-code-switch-before-you-learn-to-code.html":{"'":{"location":"http://dashes.com/anil/2013/12/learn-to-code-switch-before-you-learn-to-code.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386649901647000}},"http://www.xojane.com/beauty/why-you-should-avoid-salon-products-at-the-drugstore":{"'":{"location":"http://www.xojane.com/beauty/why-you-should-avoid-salon-products-at-the-drugstore","offset":{"x":0,"y":198.59375},"path":"/html[1]","timestamp":1386649982457000}},"http://www.thekitchn.com/baking-tricks-how-to-tell-if-b-111759":{"'":{"location":"http://www.thekitchn.com/baking-tricks-how-to-tell-if-b-111759","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1386650294170000}},"http://thesweethome.com/reviews/best-cookie-sheet/":{"'":{"location":"http://thesweethome.com/reviews/best-cookie-sheet/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1386650521803000}},"http://www.reddit.com/r/all/":{"'":{"location":"http://www.reddit.com/r/all/","offset":{"x":0,"y":370.46875},"path":"/html[1]","timestamp":1388681980775000}},"http://imgur.com/a/YUKHM":{"'":{"location":"http://imgur.com/a/YUKHM","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386653630576000}},"http://imgur.com/a/OZgc7":{"'":{"location":"http://imgur.com/a/OZgc7","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386653685473000}},"http://imgur.com/a/3fMsQ":{"'":{"location":"http://imgur.com/a/3fMsQ","offset":{"x":0,"y":216.35416666666669},"path":"/html[1]","timestamp":1386653707539000}},"http://edinburghhacklab.com/2013/12/the-main-trick-in-machine-learning/":{"'":{"location":"http://edinburghhacklab.com/2013/12/the-main-trick-in-machine-learning/","offset":{"x":0,"y":12.96875},"path":"/html[1]","timestamp":1386655920352000}},"https://whispersystems.org/blog/cyanogen-integration/":{"'":{"location":"https://whispersystems.org/blog/cyanogen-integration/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386655959376000}},"https://news.ycombinator.com/item?id=6876159":{"'":{"location":"https://news.ycombinator.com/item?id=6876159","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1386656044243000}},"http://www.nytimes.com/2013/12/08/business/theres-power-in-all-those-user-reviews.html":{"'":{"location":"http://www.nytimes.com/2013/12/08/business/theres-power-in-all-those-user-reviews.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386656178583000}},"http://push.cx/2013/extracting-immutable-objects":{"'":{"location":"http://push.cx/2013/extracting-immutable-objects","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386656339128000}},"http://www.amazon.com/How-Doctors-Think-Jerome-Groopman/dp/0547053649":{"'":{"location":"http://www.amazon.com/How-Doctors-Think-Jerome-Groopman/dp/0547053649","offset":{"x":0,"y":154.21875},"path":"/html[1]","timestamp":1386656326129000}},"http://imgur.com/a/DidjH":{"'":{"location":"http://imgur.com/a/DidjH","offset":{"x":0,"y":134.84375},"path":"/html[1]","timestamp":1386692925463000}},"http://www.reddit.com/r/AskReddit/comments/1sj20f/whats_the_most_awkward_thing_thats_happened_at_a/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sj20f/whats_the_most_awkward_thing_thats_happened_at_a/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386692991918000}},"http://www.reddit.com/r/DecidingToBeBetter/comments/1shobh/big_step_for_me_personally_today/cdxsbal":{"'":{"location":"http://www.reddit.com/r/DecidingToBeBetter/comments/1shobh/big_step_for_me_personally_today/cdxsbal","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386692993772000}},"http://extramustard.si.com/2013/12/09/49ers-give-seahawks-fan-warning-card-for-standing-too-much-at-game/":{"'":{"location":"http://extramustard.si.com/2013/12/09/49ers-give-seahawks-fan-warning-card-for-standing-too-much-at-game/","offset":{"x":0,"y":66.71875},"path":"/html[1]","timestamp":1386693866352000}},"http://idlewords.com/2013/12/pursuing_the_platypus.htm":{"'":{"location":"http://idlewords.com/2013/12/pursuing_the_platypus.htm","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1386693958553000}},"http://davidbrin.blogspot.com/2011/11/move-over-frank-miller-or-why-occupy.html":{"'":{"location":"http://davidbrin.blogspot.com/2011/11/move-over-frank-miller-or-why-occupy.html","offset":{"x":0,"y":51.875},"path":"/html[1]","timestamp":1386693966459000}},"https://github.com/google/maktaba":{"'":{"location":"https://github.com/google/maktaba","offset":{"x":0,"y":29.294117647058822},"path":"/html[1]","timestamp":1395081846653000}},"https://github.com/google/maktaba/blob/966727098c793f36fc45ceb7bcc25a636e320374/vroom/value.vroom":{"'":{"location":"https://github.com/google/maktaba/blob/966727098c793f36fc45ceb7bcc25a636e320374/vroom/value.vroom","offset":{"x":0,"y":224},"path":"/html[1]","timestamp":1386694491172000}},"https://github.com/google/maktaba/blob/966727098c793f36fc45ceb7bcc25a636e320374/vroom/function.vroom":{"'":{"location":"https://github.com/google/maktaba/blob/966727098c793f36fc45ceb7bcc25a636e320374/vroom/function.vroom","offset":{"x":0,"y":8.823529411764707},"path":"/html[1]","timestamp":1386694504987000}},"https://github.com/google/maktaba/tree/master/vroom":{"'":{"location":"https://github.com/google/maktaba/tree/master/vroom","offset":{"x":0,"y":3},"path":"/html[1]","timestamp":1386694513418000}},"https://github.com/google/maktaba/blob/master/examples/helloworld/instant/flags.vim":{"'":{"location":"https://github.com/google/maktaba/blob/master/examples/helloworld/instant/flags.vim","offset":{"x":0,"y":16},"path":"/html[1]","timestamp":1386694537098000}},"https://github.com/google/maktaba/blob/master/examples/helloworld/plugin/commands.vim":{"'":{"location":"https://github.com/google/maktaba/blob/master/examples/helloworld/plugin/commands.vim","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386694548792000}},"https://github.com/google/maktaba/blob/master/doc/maktaba.txt":{"'":{"location":"https://github.com/google/maktaba/blob/master/doc/maktaba.txt","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386694572382000}},"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=Jackets&model=Gamma-AR-Jacket":{"'":{"location":"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=Jackets&model=Gamma-AR-Jacket","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386695537360000}},"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=Jackets&model=Gamma-LT-Jacket":{"'":{"location":"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=Jackets&model=Gamma-LT-Jacket","offset":{"x":0,"y":7.96875},"path":"/html[1]","timestamp":1386695540762000}},"http://man7.org/linux/man-pages/man5/resolver.5.html":{"'":{"location":"http://man7.org/linux/man-pages/man5/resolver.5.html","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1386695688421000}},"http://brucethomsonsketchsite.wordpress.com/2013/11/29/f1-ferrari-concept/":{"'":{"location":"http://brucethomsonsketchsite.wordpress.com/2013/11/29/f1-ferrari-concept/","offset":{"x":0,"y":10.052083333333334},"path":"/html[1]","timestamp":1386698526994000}},"http://www.tor.com/blogs/2013/12/words-of-radiance-manuscript":{"'":{"location":"http://www.tor.com/blogs/2013/12/words-of-radiance-manuscript","offset":{"x":0,"y":60.78125},"path":"/html[1]","timestamp":1386698585238000}},"http://www.theguardian.com/commentisfree/2013/dec/09/how-journals-nature-science-cell-damage-science?CMP=twt_gu":{"'":{"location":"http://www.theguardian.com/commentisfree/2013/dec/09/how-journals-nature-science-cell-damage-science?CMP=twt_gu","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386698668441000}},"http://online.wsj.com/news/articles/SB10001424127887323308504579087103446161772":{"'":{"location":"http://online.wsj.com/news/articles/SB10001424127887323308504579087103446161772","offset":{"x":0,"y":36},"path":"/html[1]","timestamp":1386698692005000}},"https://dev.twitter.com/docs/streaming-apis/keyword-matching":{"'":{"location":"https://dev.twitter.com/docs/streaming-apis/keyword-matching","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386698695047000}},"http://www.rollingstone.com/feature/belly-beast-meat-factory-farms-animal-activists":{"'":{"location":"http://www.rollingstone.com/feature/belly-beast-meat-factory-farms-animal-activists","offset":{"x":0,"y":0},"path":"/html[1]/body[1]/main[1]/div[4]/div[1]","timestamp":1386699745223000}},"http://www.wired.com/gamelife/2013/12/john-carmack-doom/":{"'":{"location":"http://www.wired.com/gamelife/2013/12/john-carmack-doom/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386699870203000}},"http://slash-lang.org/":{"'":{"location":"http://slash-lang.org/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386707009413000}},"http://uncrate.com/stuff/killerspin-stilo7-svr-ping-pong-paddle/":{"'":{"location":"http://uncrate.com/stuff/killerspin-stilo7-svr-ping-pong-paddle/","offset":{"x":0,"y":45.9375},"path":"/html[1]","timestamp":1386699890693000}},"https://news.ycombinator.com/item?id=6880944":{"'":{"location":"https://news.ycombinator.com/item?id=6880944","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1386700001587000}},"http://www.mozilla.org/en-US/firefox/26.0/releasenotes/":{"'":{"location":"http://www.mozilla.org/en-US/firefox/26.0/releasenotes/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386700003627000}},"http://firstround.com/article/Evernotes-CTO-on-Your-Biggest-Security-Worries-From-Three-Employees-to-300":{"'":{"location":"http://firstround.com/article/Evernotes-CTO-on-Your-Biggest-Security-Worries-From-Three-Employees-to-300","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386700035560000}},"https://simplymeasured.jira.com/browse/PROD-10224":{"'":{"location":"https://simplymeasured.jira.com/browse/PROD-10224","offset":{"x":0,"y":14.84375},"path":"/html[1]","timestamp":1386705741255000}},"http://www.slideshare.net/evolve_conference/201308-fielding-evolve/16":{"'":{"location":"http://www.slideshare.net/evolve_conference/201308-fielding-evolve/16","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386707031128000}},"http://issuu.com/usaultimate/docs/2001_02?e=2187764/5944363":{"'":{"location":"http://issuu.com/usaultimate/docs/2001_02?e=2187764/5944363","offset":{"x":0,"y":0},"path":"id('fb-root')/div[2]","timestamp":1386707164579000}},"https://twitter.com/jonathanfrei/status/410489690404290560":{"'":{"location":"https://twitter.com/jonathanfrei/status/410489690404290560","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386707576083000}},"http://blog.feedwrangler.net/posts/2013/decisions-and-tensions.html":{"'":{"location":"http://blog.feedwrangler.net/posts/2013/decisions-and-tensions.html","offset":{"x":0,"y":44.114583333333336},"path":"/html[1]","timestamp":1386707620106000}},"http://www.buzzfeed.com/ellievhall/the-best-sports-photos-of-2013":{"'":{"location":"http://www.buzzfeed.com/ellievhall/the-best-sports-photos-of-2013","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386707736318000}},"http://www.phillymag.com/birds247/2013/12/10/22-foles-celek-iced-game/":{"'":{"location":"http://www.phillymag.com/birds247/2013/12/10/22-foles-celek-iced-game/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386709236525000}},"http://ny.eater.com/archives/2013/12/rickshaw_dumpling_bar_has_shuttered_both_outposts.php":{"'":{"location":"http://ny.eater.com/archives/2013/12/rickshaw_dumpling_bar_has_shuttered_both_outposts.php","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386709289373000}},"http://www.macrumors.com/2013/12/09/former-ios-chief-scott-forstall-surfaces-after-quiet-year-of-traveling-and-philanthropy/":{"'":{"location":"http://www.macrumors.com/2013/12/09/former-ios-chief-scott-forstall-surfaces-after-quiet-year-of-traveling-and-philanthropy/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386709314906000}},"http://www.bailis.org/blog/on-consistency-and-durability/":{"'":{"location":"http://www.bailis.org/blog/on-consistency-and-durability/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386709345570000}},"http://blog.alexmaccaw.com/an-engineers-guide-to-stock-options":{"'":{"location":"http://blog.alexmaccaw.com/an-engineers-guide-to-stock-options","offset":{"x":0,"y":446.4117647058824},"path":"/html[1]","timestamp":1386823490039000}},"http://www.nature.com/news/simulations-back-up-theory-that-universe-is-a-hologram-1.14328":{"'":{"location":"http://www.nature.com/news/simulations-back-up-theory-that-universe-is-a-hologram-1.14328","offset":{"x":0,"y":79.27083333333334},"path":"/html[1]","timestamp":1386711988401000}},"http://www.slate.com/blogs/the_eye/2013/12/10/why_cul_de_sacs_are_bad_for_your_health_happy_city_by_charles_montgomery.html":{"'":{"location":"http://www.slate.com/blogs/the_eye/2013/12/10/why_cul_de_sacs_are_bad_for_your_health_happy_city_by_charles_montgomery.html","offset":{"x":0,"y":353.5882352941176},"path":"/html[1]","timestamp":1386712065769000}},"http://www.upworthy.com/nailed-it-this-ad-calls-out-5-ridiculous-double-standards-women-face-in-less-than-60-seconds-2?c=ufb1":{"'":{"location":"http://www.upworthy.com/nailed-it-this-ad-calls-out-5-ridiculous-double-standards-women-face-in-less-than-60-seconds-2?c=ufb1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386712122952000}},"https://blog.twitter.com/2013/photos-in-direct-messages-and-swipe-between-timelines":{"'":{"location":"https://blog.twitter.com/2013/photos-in-direct-messages-and-swipe-between-timelines","offset":{"x":0,"y":55.458333333333336},"path":"/html[1]","timestamp":1386712318642000}},"http://www.reddit.com/r/AskReddit/comments/1sjzl8/whats_your_dirtiest_secret/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sjzl8/whats_your_dirtiest_secret/","offset":{"x":0,"y":54.84375},"path":"/html[1]","timestamp":1386718728434000}},"https://github.com/zhaocai/alfred2-ruby-template":{"'":{"location":"https://github.com/zhaocai/alfred2-ruby-template","offset":{"x":0,"y":50.705882352941174},"path":"/html[1]","timestamp":1386720332670000}},"https://github.com/zhaocai/alfred-workflow":{"'":{"location":"https://github.com/zhaocai/alfred-workflow","offset":{"x":0,"y":269.5882352941176},"path":"/html[1]","timestamp":1386720190404000}},"http://www.alfredforum.com/topic/307-workflows-best-practices/":{"'":{"location":"http://www.alfredforum.com/topic/307-workflows-best-practices/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386721001983000}},"http://www.alfredforum.com/topic/1283-how-to-script-filters-reusing-a-single-script-filter-or-chaining-multiple-together/":{"'":{"location":"http://www.alfredforum.com/topic/1283-how-to-script-filters-reusing-a-single-script-filter-or-chaining-multiple-together/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386721004044000}},"http://www.alfredforum.com/topic/2030-workflow-libraries-and-helpers/":{"'":{"location":"http://www.alfredforum.com/topic/2030-workflow-libraries-and-helpers/","offset":{"x":0,"y":150.36458333333334},"path":"/html[1]","timestamp":1386720322820000}},"https://github.com/springest/alfredo":{"'":{"location":"https://github.com/springest/alfredo","offset":{"x":0,"y":13.529411764705882},"path":"/html[1]","timestamp":1386734764273000}},"https://github.com/Springest/alfredo/blob/master/lib/alfredo/item.rb":{"'":{"location":"https://github.com/Springest/alfredo/blob/master/lib/alfredo/item.rb","offset":{"x":0,"y":20},"path":"/html[1]","timestamp":1386720417628000}},"http://www.alfredforum.com/topic/5-generating-feedback-in-workflows/":{"'":{"location":"http://www.alfredforum.com/topic/5-generating-feedback-in-workflows/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386721123330000}},"http://www.alfredforum.com/forum/13-workflow-help-questions/":{"'":{"location":"http://www.alfredforum.com/forum/13-workflow-help-questions/","offset":{"x":0,"y":9.53125},"path":"/html[1]","timestamp":1386720998344000}},"http://www.alfredforum.com/topic/96-understanding-argument-types-in-keywords-and-script-filters/":{"'":{"location":"http://www.alfredforum.com/topic/96-understanding-argument-types-in-keywords-and-script-filters/","offset":{"x":0,"y":61.458333333333336},"path":"/html[1]","timestamp":1386721115171000}},"http://www.slate.com/blogs/business_insider/2013/12/10/homeless_coder_s_trees_for_cars_app.html":{"'":{"location":"http://www.slate.com/blogs/business_insider/2013/12/10/homeless_coder_s_trees_for_cars_app.html","offset":{"x":0,"y":131.05882352941177},"path":"/html[1]","timestamp":1386723220725000}},"https://www.aclu.org/meet-jack-or-what-government-could-do-all-location-data":{"'":{"location":"https://www.aclu.org/meet-jack-or-what-government-could-do-all-location-data","offset":{"x":0,"y":853.4375},"path":"/html[1]","timestamp":1386723350180000}},"http://www.nytimes.com/projects/2013/invisible-child/":{"'":{"location":"http://www.nytimes.com/projects/2013/invisible-child/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386729651244000}},"http://www.reddit.com/r/WTF/comments/1skrv2/what_happens_when_you_get_hit_by_a_car_going_100/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1skrv2/what_happens_when_you_get_hit_by_a_car_going_100/","offset":{"x":0,"y":54.84375},"path":"/html[1]","timestamp":1386729561261000}},"http://www.hypable.com/2013/12/10/literary-couples-who-hated-each-other-then-fell-in-love/":{"'":{"location":"http://www.hypable.com/2013/12/10/literary-couples-who-hated-each-other-then-fell-in-love/","offset":{"x":0,"y":47.083333333333336},"path":"/html[1]","timestamp":1386731875244000}},"http://vimeo.com/61087285":{"'":{"location":"http://vimeo.com/61087285","offset":{"x":0,"y":3.0208333333333335},"path":"/html[1]","timestamp":1386732252257000}},"https://blog.heroku.com/archives/2013/12/11/code_of_conduct":{"'":{"location":"https://blog.heroku.com/archives/2013/12/11/code_of_conduct","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386732409716000}},"http://blog.feedly.com/2013/12/10/from-utm_source-to-utm_reader/":{"'":{"location":"http://blog.feedly.com/2013/12/10/from-utm_source-to-utm_reader/","offset":{"x":0,"y":29.166666666666668},"path":"/html[1]","timestamp":1386732443707000}},"http://www.businessinsider.com/distiller-whiskey-recommendation-startup-2013-12":{"'":{"location":"http://www.businessinsider.com/distiller-whiskey-recommendation-startup-2013-12","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386732481834000}},"http://www.npr.org/blogs/monkeysee/2011/12/14/143699630/the-20-unhappiest-people-you-meet-in-the-comments-sections-of-year-end-lists":{"'":{"location":"http://www.npr.org/blogs/monkeysee/2011/12/14/143699630/the-20-unhappiest-people-you-meet-in-the-comments-sections-of-year-end-lists","offset":{"x":0,"y":99.72727272727273},"path":"/html[1]","timestamp":1386736196603000}},"http://www.reddit.com/r/WTF/comments/1sla1m/man_who_hasnt_worn_shoes_in_8_years/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1sla1m/man_who_hasnt_worn_shoes_in_8_years/","offset":{"x":0,"y":647.5},"path":"/html[1]","timestamp":1386738275557000}},"http://pocketnow.com/2013/12/09/android-menu-button":{"'":{"location":"http://pocketnow.com/2013/12/09/android-menu-button","offset":{"x":0,"y":1.9791666666666667},"path":"/html[1]","timestamp":1386740681161000}},"http://imgur.com/DCZVgQn":{"'":{"location":"http://imgur.com/DCZVgQn","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386780293436000}},"http://www.reddit.com/r/FortWorth/comments/1skcel/2000_reward_for_lost_greater_swiss_mountain_dog/cdyp17e":{"'":{"location":"http://www.reddit.com/r/FortWorth/comments/1skcel/2000_reward_for_lost_greater_swiss_mountain_dog/cdyp17e","offset":{"x":0,"y":38.22916666666667},"path":"/html[1]","timestamp":1386780313357000}},"http://www.reddit.com/r/AskReddit/comments/1smqas/what_do_you_hate_but_rely_on/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1smqas/what_do_you_hate_but_rely_on/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386780323103000}},"http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/":{"'":{"location":"http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1386780327904000}},"http://www.reddit.com/r/Seattle/comments/1sli6d/to_the_toyota_pulled_over_passing_a_school_bus/":{"'":{"location":"http://www.reddit.com/r/Seattle/comments/1sli6d/to_the_toyota_pulled_over_passing_a_school_bus/","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1386780346535000}},"http://www.reddit.com/r/FanTheories/comments/1smctm/sherlock_spoilers_moriarty_is/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1smctm/sherlock_spoilers_moriarty_is/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1386780356046000}},"http://www.geekwire.com/2013/tech-hashtag-viral-awesome-fivewordtechhorrors/":{"'":{"location":"http://www.geekwire.com/2013/tech-hashtag-viral-awesome-fivewordtechhorrors/","offset":{"x":0,"y":66.71875},"path":"/html[1]","timestamp":1386785223203000}},"http://www.onthemedia.org/story/cookies-look-iphones-get-you-pulled-over-cops/":{"'":{"location":"http://www.onthemedia.org/story/cookies-look-iphones-get-you-pulled-over-cops/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1386785324547000}},"http://www.npr.org/2013/12/10/250098572/no-cake-for-you-saying-i-dont-to-same-sex-marriage?ft=1&f=1001&utm_content=socialflow&utm_campaign=nprnews&utm_source=npr&utm_medium=twitter":{"'":{"location":"http://www.npr.org/2013/12/10/250098572/no-cake-for-you-saying-i-dont-to-same-sex-marriage?ft=1&f=1001&utm_content=socialflow&utm_campaign=nprnews&utm_source=npr&utm_medium=twitter","offset":{"x":0,"y":12},"path":"/html[1]","timestamp":1386785351262000}},"http://www.reddit.com/r/ultimate/comments/1smypc/but_i_got_the_disc_first/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1smypc/but_i_got_the_disc_first/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386785661027000}},"http://store.steampowered.com/app/239090":{"'":{"location":"http://store.steampowered.com/app/239090","offset":{"x":0,"y":18.90625},"path":"/html[1]","timestamp":1386785796634000}},"https://medium.com/p/9f6896d92c79":{"'":{"location":"https://medium.com/p/9f6896d92c79","offset":{"x":0,"y":162.5},"path":"id('null')/article[1]","timestamp":1386789125475000}},"http://www.anxiousmachine.com/blog/2013/12/10/placibo-philes":{"'":{"location":"http://www.anxiousmachine.com/blog/2013/12/10/placibo-philes","offset":{"x":0,"y":219.375},"path":"/html[1]","timestamp":1386789119502000}},"http://thesiracusas.com/about/":{"'":{"location":"http://thesiracusas.com/about/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386789178516000}},"http://jumpsuitmanatee.tumblr.com/post/69704593801/stuff-youve-probably-seen-lately-part-one-of":{"'":{"location":"http://jumpsuitmanatee.tumblr.com/post/69704593801/stuff-youve-probably-seen-lately-part-one-of","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386789677495000}},"http://www.reddit.com/r/gaming/comments/1sn701/no_one_will_hear_it_coming/":{"'":{"location":"http://www.reddit.com/r/gaming/comments/1sn701/no_one_will_hear_it_coming/","offset":{"x":0,"y":5.625},"path":"/html[1]","timestamp":1386791781218000}},"http://www.gameinformer.com/b/news/archive/2013/12/10/jay-leno-drives-his-own-car-in-gran-turismo-6.aspx":{"'":{"location":"http://www.gameinformer.com/b/news/archive/2013/12/10/jay-leno-drives-his-own-car-in-gran-turismo-6.aspx","offset":{"x":0,"y":56.041666666666664},"path":"/html[1]","timestamp":1386791803781000}},"http://forum.paradoxplaza.com/forum/content.php?1698-Monetizing-from-Youtube-videos-containing-Paradox-Interactive-material!":{"'":{"location":"http://forum.paradoxplaza.com/forum/content.php?1698-Monetizing-from-Youtube-videos-containing-Paradox-Interactive-material!","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1386791820317000}},"http://www.reddit.com/r/climbing/comments/1smyhj/dat_belay/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1smyhj/dat_belay/","offset":{"x":0,"y":121.04166666666667},"path":"/html[1]","timestamp":1386791883639000}},"https://www.facebook.com/Gopman/posts/10104495743954891":{"'":{"location":"https://www.facebook.com/Gopman/posts/10104495743954891","offset":{"x":0,"y":0},"path":"id('facebook')","timestamp":1386794827489000}},"http://skydmagazine.com/2013/12/flatball-radio-defies-expectations/":{"'":{"location":"http://skydmagazine.com/2013/12/flatball-radio-defies-expectations/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386794937998000}},"http://skydmagazine.com/2013/12/cash-on-the-table/":{"'":{"location":"http://skydmagazine.com/2013/12/cash-on-the-table/","offset":{"x":0,"y":128.90625},"path":"/html[1]","timestamp":1386797241427000}},"http://blog.samaltman.com/h5n1":{"'":{"location":"http://blog.samaltman.com/h5n1","offset":{"x":0,"y":54.64705882352941},"path":"/html[1]","timestamp":1386797984107000}},"https://news.ycombinator.com/item?id=6888852":{"'":{"location":"https://news.ycombinator.com/item?id=6888852","offset":{"x":0,"y":5.823529411764706},"path":"/html[1]/body[1]","timestamp":1386798025462000}},"http://dresdencodak.tumblr.com/post/47724463171/inspired-by-anita-sarkeesians-video-game-tropes":{"'":{"location":"http://dresdencodak.tumblr.com/post/47724463171/inspired-by-anita-sarkeesians-video-game-tropes","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386798792620000}},"http://www.buzzfeed.com/awesomer/the-best-pieces-of-fan-art-of-2013":{"'":{"location":"http://www.buzzfeed.com/awesomer/the-best-pieces-of-fan-art-of-2013","offset":{"x":0,"y":1987.34375},"path":"/html[1]","timestamp":1386799008584000}},"http://phostex.deviantart.com/":{"'":{"location":"http://phostex.deviantart.com/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1386799304314000}},"http://nebezial.deviantart.com/art/doesn-t-matter-had-snu-snu-418949142":{"'":{"location":"http://nebezial.deviantart.com/art/doesn-t-matter-had-snu-snu-418949142","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386799326135000}},"http://www.reddit.com/r/reactiongifs/comments/1smvic/when_my_boss_introduces_me_to_the_new_guy/cdz8f3g?context=1":{"'":{"location":"http://www.reddit.com/r/reactiongifs/comments/1smvic/when_my_boss_introduces_me_to_the_new_guy/cdz8f3g?context=1","offset":{"x":0,"y":181.45833333333334},"path":"/html[1]","timestamp":1386804937875000}},"http://www.thestranger.com/seattle/was-it-worth-it-seattle-city-council/Content?oid=18454210":{"'":{"location":"http://www.thestranger.com/seattle/was-it-worth-it-seattle-city-council/Content?oid=18454210","offset":{"x":0,"y":158.59375},"path":"/html[1]","timestamp":1386805019319000}},"http://blogs.marketwatch.com/thetell/2013/12/11/fidelity-now-allows-clients-to-put-bitcoins-in-iras/":{"'":{"location":"http://blogs.marketwatch.com/thetell/2013/12/11/fidelity-now-allows-clients-to-put-bitcoins-in-iras/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1386805029545000}},"http://www.theverge.com/2013/12/11/5201230/psychedelic-cell-phone-signal-visualizations-Nickolay-Lamm":{"'":{"location":"http://www.theverge.com/2013/12/11/5201230/psychedelic-cell-phone-signal-visualizations-Nickolay-Lamm","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386808159153000}},"https://miter.mit.edu/the-unexotic-underclass/":{"'":{"location":"https://miter.mit.edu/the-unexotic-underclass/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1386808165311000}},"http://www.geekwire.com/2013/moz-ceo-rand-fishkin/":{"'":{"location":"http://www.geekwire.com/2013/moz-ceo-rand-fishkin/","offset":{"x":0,"y":100.9375},"path":"/html[1]","timestamp":1386808249352000}},"https://medium.com/p/179cfd8238ac":{"'":{"location":"https://medium.com/p/179cfd8238ac","offset":{"x":0,"y":544.6031746031746},"path":"id('null')/article[1]","timestamp":1386809552844000}},"http://www.instapaper.com/u/2":{"'":{"location":"http://www.instapaper.com/u/2","offset":{"x":0,"y":0},"path":"id('main_column')","timestamp":1386810701084000}},"http://www.geekwire.com/2013/12-northwest-gifts-geek-love-geekwire-gift-guide-2013/":{"'":{"location":"http://www.geekwire.com/2013/12-northwest-gifts-geek-love-geekwire-gift-guide-2013/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386812152120000}},"http://www.reddit.com/r/funny/comments/1soirq/stumbled_upon_this_this_must_happen/":{"'":{"location":"http://www.reddit.com/r/funny/comments/1soirq/stumbled_upon_this_this_must_happen/","offset":{"x":0,"y":402.96875},"path":"/html[1]","timestamp":1386823397836000}},"http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&objectid=11171475":{"'":{"location":"http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&objectid=11171475","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]/body[1]","timestamp":1386823445086000}},"http://www.instapaper.com/u/1":{"'":{"location":"http://www.instapaper.com/u/1","offset":{"x":0,"y":319.88235294117646},"path":"id('main_column')","timestamp":1389049586155000}},"http://www.hollywoodreporter.com/news/geena-davis-two-easy-steps-664573":{"'":{"location":"http://www.hollywoodreporter.com/news/geena-davis-two-easy-steps-664573","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386825696657000}},"http://www.reddit.com/r/AskReddit/comments/1spmg9/what_are_some_good_examples_of_the_future_is_now/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1spmg9/what_are_some_good_examples_of_the_future_is_now/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386863206276000}},"http://imgur.com/a/AL2aW":{"'":{"location":"http://imgur.com/a/AL2aW","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1386863250157000}},"http://www.reddit.com/r/nfl/comments/1spst8/the_real_situation_in_washington_with_rgiii_the/":{"'":{"location":"http://www.reddit.com/r/nfl/comments/1spst8/the_real_situation_in_washington_with_rgiii_the/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386863254489000}},"http://natethayer.wordpress.com/2013/12/08/how-ted-koppel-and-abc-tv-tried-to-steal-my-life-work/":{"'":{"location":"http://natethayer.wordpress.com/2013/12/08/how-ted-koppel-and-abc-tv-tried-to-steal-my-life-work/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386863324874000}},"http://www.reddit.com/r/WTF/comments/1soz68/so_she_went_in_for_a_ingrown_hairnsfw/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1soz68/so_she_went_in_for_a_ingrown_hairnsfw/","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1386863353986000}},"http://theworstthingsforsale.com/2013/12/11/bluetooth-fork/":{"'":{"location":"http://theworstthingsforsale.com/2013/12/11/bluetooth-fork/","offset":{"x":0,"y":9},"path":"/html[1]","timestamp":1386863392753000}},"http://skydmagazine.com/2013/12/product-review-five-womens-hydro-shorts/":{"'":{"location":"http://skydmagazine.com/2013/12/product-review-five-womens-hydro-shorts/","offset":{"x":0,"y":56.927083333333336},"path":"/html[1]","timestamp":1386865466502000}},"http://imgur.com/a/2c37K?utm_content=buffer5ed19&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer":{"'":{"location":"http://imgur.com/a/2c37K?utm_content=buffer5ed19&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386902699202000}},"http://www.reddit.com/r/AskReddit/comments/1sqmd2/what_is_something_you_can_name_100_of_by_memory/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sqmd2/what_is_something_you_can_name_100_of_by_memory/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1386902780906000}},"http://www.reddit.com/r/FanTheories/comments/1sqqzr/star_warsbeing_force_sensitive_and_then_using_the/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1sqqzr/star_warsbeing_force_sensitive_and_then_using_the/","offset":{"x":0,"y":18.697916666666668},"path":"/html[1]","timestamp":1386902897622000}},"http://imgur.com/a/6Jneb":{"'":{"location":"http://imgur.com/a/6Jneb","offset":{"x":0,"y":14.84375},"path":"/html[1]","timestamp":1387069367195000}},"http://typing.io/lessons":{"'":{"location":"http://typing.io/lessons","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387069426740000}},"http://www.etsy.com/listing/158299981/rock-climbing-mugs":{"'":{"location":"http://www.etsy.com/listing/158299981/rock-climbing-mugs","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1387069431683000}},"http://techblog.netflix.com/2013/12/active-active-for-multi-regional.html":{"'":{"location":"http://techblog.netflix.com/2013/12/active-active-for-multi-regional.html","offset":{"x":0,"y":10.833333333333334},"path":"/html[1]","timestamp":1387070311494000}},"http://www.reddit.com/r/climbing/comments/1swcsf/kim_jain_check_out_those_toes_thats_the_sacrifice/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1swcsf/kim_jain_check_out_those_toes_thats_the_sacrifice/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387071313670000}},"http://simplymeasured.com/blog/2013/10/30/top-5-scariest-social-media-moments/?utm_source=twt&utm_medium=soc&utm_campaign=blg":{"'":{"location":"http://simplymeasured.com/blog/2013/10/30/top-5-scariest-social-media-moments/?utm_source=twt&utm_medium=soc&utm_campaign=blg","offset":{"x":0,"y":25.125},"path":"/html[1]","timestamp":1387165417919000}},"http://www.reddit.com/r/ultimate/comments/1srxan/furious_george_vs_dog_2002_upa_club_championships/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1srxan/furious_george_vs_dog_2002_upa_club_championships/","offset":{"x":0,"y":42.03125},"path":"/html[1]","timestamp":1387214627999000}},"https://www.facebook.com/permalink.php?story_fbid=712537232099333&id=216537101699351":{"'":{"location":"https://www.facebook.com/permalink.php?story_fbid=712537232099333&id=216537101699351","offset":{"x":0,"y":0},"path":"id('facebook')","timestamp":1387165463569000}},"http://stevensblog.org/thoughts-on-button-shapes/":{"'":{"location":"http://stevensblog.org/thoughts-on-button-shapes/","offset":{"x":0,"y":19.270833333333336},"path":"/html[1]","timestamp":1387165559329000}},"http://www.reddit.com/r/dogecoin/comments/1sxovj/im_dogetipbot_your_upvotes_to_this_image_means_my/ce2af0y":{"'":{"location":"http://www.reddit.com/r/dogecoin/comments/1sxovj/im_dogetipbot_your_upvotes_to_this_image_means_my/ce2af0y","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1387165838459000}},"https://github.com/mozilla/rust/commit/775ccadd255a034745e2b741434bd6a159a10869":{"'":{"location":"https://github.com/mozilla/rust/commit/775ccadd255a034745e2b741434bd6a159a10869","offset":{"x":0,"y":30.294117647058822},"path":"/html[1]","timestamp":1387165875596000}},"https://twitter.com/ploughpub":{"'":{"location":"https://twitter.com/ploughpub","offset":{"x":0,"y":13.28125},"path":"/html[1]","timestamp":1387166136104000}},"http://tech.co/kevin-rose-new-idea-revolutionize-blogging-2013-12":{"'":{"location":"http://tech.co/kevin-rose-new-idea-revolutionize-blogging-2013-12","offset":{"x":0,"y":51.875},"path":"/html[1]","timestamp":1387166614077000}},"http://www.amazon.com/Slow-Getting-Up-Survival-Bottom-ebook/dp/B00BATG1AS?tag=deadspinamzn-20&ascsubtag=[referrer|www.facebook.com[type|link[postId|1482106392[asin|B00BATG1AS[authorId|1482029122":{"'":{"location":"http://www.amazon.com/Slow-Getting-Up-Survival-Bottom-ebook/dp/B00BATG1AS?tag=deadspinamzn-20&ascsubtag=[referrer|www.facebook.com[type|link[postId|1482106392[asin|B00BATG1AS[authorId|1482029122","offset":{"x":0,"y":6.9411764705882355},"path":"/html[1]/body[1]","timestamp":1387606735274000}},"http://www.reddit.com/r/AskReddit/comments/1sy5js/whats_your_greatest_i_am_so_fucked_moment/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1sy5js/whats_your_greatest_i_am_so_fucked_moment/","offset":{"x":0,"y":614.84375},"path":"/html[1]","timestamp":1387170748897000}},"http://imgur.com/a/tM9Hk":{"'":{"location":"http://imgur.com/a/tM9Hk","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387170519781000}},"http://www.fastcocreate.com/3022308/this-horrifying-video-game-knows-when-youre-afraid":{"'":{"location":"http://www.fastcocreate.com/3022308/this-horrifying-video-game-knows-when-youre-afraid","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387170523007000}},"http://imgur.com/a/j6mXK":{"'":{"location":"http://imgur.com/a/j6mXK","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1387210460637000}},"http://www.seriouseats.com/2013/12/sous-vide-circulator-review-sansaire-nomiku-anova.html":{"'":{"location":"http://www.seriouseats.com/2013/12/sous-vide-circulator-review-sansaire-nomiku-anova.html","offset":{"x":0,"y":574.9479166666667},"path":"/html[1]","timestamp":1387213888921000}},"http://www.youtube.com/watch?v=6wDvuBTj8Vk&feature=youtu.be&t=3m3s":{"'":{"location":"http://www.youtube.com/watch?v=6wDvuBTj8Vk&feature=youtu.be&t=3m3s","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387214570273000}},"http://frisbeepropaganda.blogspot.com/2011/07/jezeli-alex-nord-wraca-do-gry-to-wiedz.html":{"'":{"location":"http://frisbeepropaganda.blogspot.com/2011/07/jezeli-alex-nord-wraca-do-gry-to-wiedz.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387214615571000}},"http://www.buzzfeed.com/mrloganrhoades/24-reasons-why-hockey-players-are-actually-big-cuddly-sweeth":{"'":{"location":"http://www.buzzfeed.com/mrloganrhoades/24-reasons-why-hockey-players-are-actually-big-cuddly-sweeth","offset":{"x":0,"y":573.4375},"path":"/html[1]","timestamp":1387215556262000}},"http://developer-blog.cloudbees.com/2013/12/about-paypal-node-vs-java-fight.html":{"'":{"location":"http://developer-blog.cloudbees.com/2013/12/about-paypal-node-vs-java-fight.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387215580577000}},"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/arcana/1386":{"'":{"location":"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/arcana/1386","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387215591830000}},"http://darkroom.baltimoresun.com/2013/12/snow-blankets-parts-of-the-northeast/":{"'":{"location":"http://darkroom.baltimoresun.com/2013/12/snow-blankets-parts-of-the-northeast/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387215596088000}},"http://www.reddit.com/r/AskReddit/comments/1t7rb2/redditors_whove_posted_nude_pics_online_what_is/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1t7rb2/redditors_whove_posted_nude_pics_online_what_is/","offset":{"x":0,"y":953.4895833333334},"path":"/html[1]","timestamp":1387439076090000}},"http://imgur.com/a/kH6yL":{"'":{"location":"http://imgur.com/a/kH6yL","offset":{"x":0,"y":102.34375},"path":"/html[1]","timestamp":1387438889512000}},"http://imgur.com/a/ZXkpz":{"'":{"location":"http://imgur.com/a/ZXkpz","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1387471629639000}},"http://www.reddit.com/r/programming/comments/1t8l6g/plover_thought_to_text_at_240_wpm/":{"'":{"location":"http://www.reddit.com/r/programming/comments/1t8l6g/plover_thought_to_text_at_240_wpm/","offset":{"x":0,"y":151.25},"path":"/html[1]","timestamp":1387471688693000}},"http://www.reddit.com/r/boardgames/comments/1t8rz8/2_player_board_games_for_the_train/":{"'":{"location":"http://www.reddit.com/r/boardgames/comments/1t8rz8/2_player_board_games_for_the_train/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387471699806000}},"http://www.udidahan.com/2009/09/01/dont-delete-just-dont/":{"'":{"location":"http://www.udidahan.com/2009/09/01/dont-delete-just-dont/","offset":{"x":0,"y":37.03125},"path":"/html[1]","timestamp":1387474259272000}},"https://medium.com/p/a5e5f4e9132f":{"'":{"location":"https://medium.com/p/a5e5f4e9132f","offset":{"x":0,"y":32.5},"path":"id('null')/article[1]","timestamp":1387476397174000}},"http://www.theonion.com/articles/find-the-thing-youre-most-passionate-about-then-do,31742/":{"'":{"location":"http://www.theonion.com/articles/find-the-thing-youre-most-passionate-about-then-do,31742/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387477571002000}},"http://www.reddit.com/r/Seattle/comments/1t9lgq/xpost_rteenagers_the_principal_of_my_school_has/":{"'":{"location":"http://www.reddit.com/r/Seattle/comments/1t9lgq/xpost_rteenagers_the_principal_of_my_school_has/","offset":{"x":0,"y":7.395833333333334},"path":"/html[1]","timestamp":1387513657614000}},"http://imgur.com/a/JZUnc":{"'":{"location":"http://imgur.com/a/JZUnc","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1387513766370000}},"http://www.reddit.com/r/travel/comments/1tafiq/the_danish_girl_who_fell_in_love_with_american_guy/":{"'":{"location":"http://www.reddit.com/r/travel/comments/1tafiq/the_danish_girl_who_fell_in_love_with_american_guy/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387513779692000}},"http://www.reddit.com/r/FanTheories/comments/1t9f1g/aladdin_jafar_was_just_a_middle_man_but_for_whom/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1t9f1g/aladdin_jafar_was_just_a_middle_man_but_for_whom/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387513824205000}},"http://www.reddit.com/r/climbing/comments/1ta9ir/rock_climbing_studies/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1ta9ir/rock_climbing_studies/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387513831595000}},"http://www.peterlundgren.com/blog/my-hardest-bug/":{"'":{"location":"http://www.peterlundgren.com/blog/my-hardest-bug/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387513856465000}},"http://thebillfold.com/2013/12/what-happens-when-one-of-your-coworkers-dies/":{"'":{"location":"http://thebillfold.com/2013/12/what-happens-when-one-of-your-coworkers-dies/","offset":{"x":0,"y":237.65625},"path":"/html[1]","timestamp":1387514250570000}},"https://news.ycombinator.com/item?id=6936085":{"'":{"location":"https://news.ycombinator.com/item?id=6936085","offset":{"x":0,"y":1039.5882352941176},"path":"/html[1]/body[1]","timestamp":1387514464717000}},"http://carlyfindlay.blogspot.com.au/2013/12/how-to-win-internet-or-how-to-defend.html":{"'":{"location":"http://carlyfindlay.blogspot.com.au/2013/12/how-to-win-internet-or-how-to-defend.html","offset":{"x":0,"y":165.9375},"path":"/html[1]","timestamp":1387514540681000}},"http://valleywag.gawker.com/prominent-venture-capitalist-discovers-black-people-1486759377":{"'":{"location":"http://valleywag.gawker.com/prominent-venture-capitalist-discovers-black-people-1486759377","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1387514705326000}},"http://dpk.io/blockchain":{"'":{"location":"http://dpk.io/blockchain","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387514769762000}},"http://engineering.ooyala.com/blog/open-sourcing-our-spark-job-server":{"'":{"location":"http://engineering.ooyala.com/blog/open-sourcing-our-spark-job-server","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387516937264000}},"http://www.vulture.com/2013/12/cones-of-dunshire-parks-and-recreation-game-oral-history.html":{"'":{"location":"http://www.vulture.com/2013/12/cones-of-dunshire-parks-and-recreation-game-oral-history.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387519677138000}},"http://www.kickstarter.com/projects/210109440/climbax-climbing-wrist-bands-that-assess-your-skil":{"'":{"location":"http://www.kickstarter.com/projects/210109440/climbax-climbing-wrist-bands-that-assess-your-skil","offset":{"x":0,"y":97.5},"path":"/html[1]","timestamp":1387521742483000}},"http://www.reddit.com/r/IAmA/comments/1t4hpc/i_am_dave_arnold_chef_inventor_and_partner_in/":{"'":{"location":"http://www.reddit.com/r/IAmA/comments/1t4hpc/i_am_dave_arnold_chef_inventor_and_partner_in/","offset":{"x":0,"y":345.83333333333337},"path":"/html[1]","timestamp":1387521651777000}},"http://skydmagazine.com/2013/12/money-money-money-2/":{"'":{"location":"http://skydmagazine.com/2013/12/money-money-money-2/","offset":{"x":0,"y":85.9375},"path":"/html[1]","timestamp":1387522312139000}},"http://www.reddit.com/r/ultimate/comments/1t7ykq/whats_the_best_ultimate_photo_youve_seen/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1t7ykq/whats_the_best_ultimate_photo_youve_seen/","offset":{"x":0,"y":680.15625},"path":"/html[1]","timestamp":1387522609962000}},"http://parley.rubyrogues.com/":{"'":{"location":"http://parley.rubyrogues.com/","offset":{"x":0,"y":20.736842105263158},"path":"/html[1]","timestamp":1399047770400000}},"http://parley.rubyrogues.com/t/spring-vs-zeus/1478":{"'":{"location":"http://parley.rubyrogues.com/t/spring-vs-zeus/1478","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387523499561000}},"http://parley.rubyrogues.com/t/the-docker-ecosystem/602/3":{"'":{"location":"http://parley.rubyrogues.com/t/the-docker-ecosystem/602/3","offset":{"x":0,"y":70.73684210526316},"path":"/html[1]","timestamp":1387523513914000}},"http://parley.rubyrogues.com/t/osx-mavericks-app-nap-problem/1472":{"'":{"location":"http://parley.rubyrogues.com/t/osx-mavericks-app-nap-problem/1472","offset":{"x":0,"y":18},"path":"/html[1]","timestamp":1387523531160000}},"http://parley.rubyrogues.com/t/osx-mavericks-app-nap-problem/1472/5":{"'":{"location":"http://parley.rubyrogues.com/t/osx-mavericks-app-nap-problem/1472/5","offset":{"x":0,"y":57.526315789473685},"path":"/html[1]","timestamp":1387523538509000}},"http://parley.rubyrogues.com/t/happy-holidays-and-thanks-for-the-inspriation-rogues/1485":{"'":{"location":"http://parley.rubyrogues.com/t/happy-holidays-and-thanks-for-the-inspriation-rogues/1485","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387523541719000}},"http://parley.rubyrogues.com/t/automating-accelerating-your-workflow/1021/20":{"'":{"location":"http://parley.rubyrogues.com/t/automating-accelerating-your-workflow/1021/20","offset":{"x":0,"y":215.05263157894737},"path":"/html[1]","timestamp":1387523551704000}},"http://parley.rubyrogues.com/t/automating-accelerating-your-workflow/1021/21":{"'":{"location":"http://parley.rubyrogues.com/t/automating-accelerating-your-workflow/1021/21","offset":{"x":0,"y":227.05263157894737},"path":"/html[1]","timestamp":1387523552989000}},"http://parley.rubyrogues.com/t/two-different-constructors/1486":{"'":{"location":"http://parley.rubyrogues.com/t/two-different-constructors/1486","offset":{"x":0,"y":76.42105263157895},"path":"/html[1]","timestamp":1387523571090000}},"http://parley.rubyrogues.com/t/two-different-constructors/1486/2":{"'":{"location":"http://parley.rubyrogues.com/t/two-different-constructors/1486/2","offset":{"x":0,"y":67.42105263157895},"path":"/html[1]","timestamp":1387523572344000}},"http://parley.rubyrogues.com/t/two-different-constructors/1486/3":{"'":{"location":"http://parley.rubyrogues.com/t/two-different-constructors/1486/3","offset":{"x":0,"y":76.73684210526316},"path":"/html[1]","timestamp":1387523577106000}},"http://randycoulman.com/blog/2013/05/07/affordances-named-constructors/":{"'":{"location":"http://randycoulman.com/blog/2013/05/07/affordances-named-constructors/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387523590678000}},"http://parley.rubyrogues.com/t/pry-breakpoints-interfering-with-return-values/1487":{"'":{"location":"http://parley.rubyrogues.com/t/pry-breakpoints-interfering-with-return-values/1487","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387523641808000}},"http://www.reddit.com/r/AskReddit/comments/1su7u4/what_photo_leaves_you_speechless/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1su7u4/what_photo_leaves_you_speechless/","offset":{"x":0,"y":1195.2083333333335},"path":"/html[1]","timestamp":1387523999122000}},"http://imgur.com/a/1Cvwi":{"'":{"location":"http://imgur.com/a/1Cvwi","offset":{"x":0,"y":169.73958333333334},"path":"/html[1]","timestamp":1387523894550000}},"http://www.reddit.com/r/confession/comments/1t9vf9/my_wife_just_tested_91_on_the_psychopathy_scale/ce5vzw3":{"'":{"location":"http://www.reddit.com/r/confession/comments/1t9vf9/my_wife_just_tested_91_on_the_psychopathy_scale/ce5vzw3","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387555264270000}},"http://www.aaronstannard.com/post/2013/12/19/The-Taxonomy-of-Terrible-Programmers.aspx":{"'":{"location":"http://www.aaronstannard.com/post/2013/12/19/The-Taxonomy-of-Terrible-Programmers.aspx","offset":{"x":0,"y":195.625},"path":"/html[1]","timestamp":1387555361242000}},"http://imgur.com/a/DAQaO":{"'":{"location":"http://imgur.com/a/DAQaO","offset":{"x":0,"y":20.78125},"path":"/html[1]","timestamp":1387555370959000}},"http://viewsourcecode.org/why/redhanded/inspect/SymbolIs_aString.html":{"'":{"location":"http://viewsourcecode.org/why/redhanded/inspect/SymbolIs_aString.html","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1387556037297000}},"http://parley.rubyrogues.com/t/would-it-make-sense-to-have-the-ability-to-make-certain-topics-public/1482":{"'":{"location":"http://parley.rubyrogues.com/t/would-it-make-sense-to-have-the-ability-to-make-certain-topics-public/1482","offset":{"x":0,"y":46.421052631578945},"path":"/html[1]","timestamp":1387556959594000}},"http://parley.rubyrogues.com/t/ruby-under-a-microscope/1479":{"'":{"location":"http://parley.rubyrogues.com/t/ruby-under-a-microscope/1479","offset":{"x":0,"y":43.421052631578945},"path":"/html[1]","timestamp":1387556968142000}},"http://parley.rubyrogues.com/t/rr-sales-and-deals/833/28":{"'":{"location":"http://parley.rubyrogues.com/t/rr-sales-and-deals/833/28","offset":{"x":0,"y":250.1578947368421},"path":"/html[1]","timestamp":1387557409304000}},"http://parley.rubyrogues.com/t/your-favourite-vimrc-tips/702/99":{"'":{"location":"http://parley.rubyrogues.com/t/your-favourite-vimrc-tips/702/99","offset":{"x":0,"y":323},"path":"/html[1]","timestamp":1387557510126000}},"http://parley.rubyrogues.com/t/your-favourite-vimrc-tips/702/102":{"'":{"location":"http://parley.rubyrogues.com/t/your-favourite-vimrc-tips/702/102","offset":{"x":0,"y":276.7894736842105},"path":"/html[1]","timestamp":1387646490101000}},"http://imgur.com/a/jLOSr":{"'":{"location":"http://imgur.com/a/jLOSr","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387559747402000}},"http://imgur.com/a/034ww":{"'":{"location":"http://imgur.com/a/034ww","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1387596921570000}},"http://kronda.com/thats-so-lame-why-i-stopped-using-lame?utm_content=buffera0b81&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer":{"'":{"location":"http://kronda.com/thats-so-lame-why-i-stopped-using-lame?utm_content=buffera0b81&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387606554461000}},"http://www.buzzfeed.com/jenvesp/16-tweets-justine-sacco-regrets-hxg7":{"'":{"location":"http://www.buzzfeed.com/jenvesp/16-tweets-justine-sacco-regrets-hxg7","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1387606826247000}},"http://www.reddit.com/r/AskReddit/comments/1tcy57/what_one_sentence_could_make_anyone_feel_bad/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1tcy57/what_one_sentence_could_make_anyone_feel_bad/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387607975981000}},"https://www.nostarch.com/user/login?destination=cart%2Fcheckout":{"'":{"location":"https://www.nostarch.com/user/login?destination=cart%2Fcheckout","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387646004163000}},"https://github.com/jeremyevans/sequel":{"'":{"location":"https://github.com/jeremyevans/sequel","offset":{"x":0,"y":280.5882352941176},"path":"/html[1]","timestamp":1387646212475000}},"http://sequel.jeremyevans.net/":{"'":{"location":"http://sequel.jeremyevans.net/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389556802822000}},"http://spacekat.me/blog/2012/07/31/steel-pipe-standing-desk/":{"'":{"location":"http://spacekat.me/blog/2012/07/31/steel-pipe-standing-desk/","offset":{"x":0,"y":521.5625},"path":"/html[1]","timestamp":1387646238427000}},"http://parley.rubyrogues.com/t/slam-dunk-use-case-for-mongodb-mongoid/1404/12":{"'":{"location":"http://parley.rubyrogues.com/t/slam-dunk-use-case-for-mongodb-mongoid/1404/12","offset":{"x":0,"y":207.10526315789474},"path":"/html[1]","timestamp":1387646464339000}},"http://parley.rubyrogues.com/t/non-aeron-chair-recommendations/1456/8":{"'":{"location":"http://parley.rubyrogues.com/t/non-aeron-chair-recommendations/1456/8","offset":{"x":0,"y":82.78947368421052},"path":"/html[1]","timestamp":1387646478036000}},"http://parley.rubyrogues.com/t/using-hash-as-a-lightweight-activerecord-equivalent/1465/2":{"'":{"location":"http://parley.rubyrogues.com/t/using-hash-as-a-lightweight-activerecord-equivalent/1465/2","offset":{"x":0,"y":74.26315789473684},"path":"/html[1]","timestamp":1387646487983000}},"http://rubyrogues.com/129-rr-sharpening-tools-with-ben-orenstein/":{"'":{"location":"http://rubyrogues.com/129-rr-sharpening-tools-with-ben-orenstein/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387647160438000}},"http://rubyrogues.com/130-rr-data-visualization-with-aja-hammerly/":{"'":{"location":"http://rubyrogues.com/130-rr-data-visualization-with-aja-hammerly/","offset":{"x":0,"y":99.42708333333334},"path":"/html[1]","timestamp":1387852631381000}},"http://loveandvoid.com/2013/12/16/sexism-and-tech-and-love/":{"'":{"location":"http://loveandvoid.com/2013/12/16/sexism-and-tech-and-love/","offset":{"x":0,"y":160.36363636363637},"path":"/html[1]","timestamp":1387745417333000}},"http://blog.bignerdranch.com/4005-should-i-use-a-property-or-an-instance-variable/":{"'":{"location":"http://blog.bignerdranch.com/4005-should-i-use-a-property-or-an-instance-variable/","offset":{"x":0,"y":186.71875},"path":"/html[1]","timestamp":1387652554692000}},"http://www.npr.org/blogs/alltechconsidered/2013/12/17/251960183/in-a-divided-san-francisco-private-tech-buses-drive-tension":{"'":{"location":"http://www.npr.org/blogs/alltechconsidered/2013/12/17/251960183/in-a-divided-san-francisco-private-tech-buses-drive-tension","offset":{"x":0,"y":225.27272727272728},"path":"/html[1]","timestamp":1387652618854000}},"http://hypercritical.co/2013/12/22/fill-your-tv":{"'":{"location":"http://hypercritical.co/2013/12/22/fill-your-tv","offset":{"x":0,"y":70.15625},"path":"/html[1]","timestamp":1387761170191000}},"https://github.com/github/hub/releases/tag/v1.11.0":{"'":{"location":"https://github.com/github/hub/releases/tag/v1.11.0","offset":{"x":0,"y":44.64705882352941},"path":"/html[1]","timestamp":1387761253225000}},"https://discussions.apple.com/message/13298172":{"'":{"location":"https://discussions.apple.com/message/13298172","offset":{"x":0,"y":230.36458333333334},"path":"/html[1]","timestamp":1387752195105000}},"http://ultiworld.com/2013/12/22/emily-baecher-boston-whitecaps-tryout/":{"'":{"location":"http://ultiworld.com/2013/12/22/emily-baecher-boston-whitecaps-tryout/","offset":{"x":0,"y":69.6875},"path":"/html[1]","timestamp":1387755671143000}},"http://www.quora.com/Ruby-on-Rails/What-steps-have-software-developers-taken-at-startups-with-a-Monorail-a-large-monolithic-Ruby-on-Rails-app-to-successfully-break-it-into-services?share=1":{"'":{"location":"http://www.quora.com/Ruby-on-Rails/What-steps-have-software-developers-taken-at-startups-with-a-Monorail-a-large-monolithic-Ruby-on-Rails-app-to-successfully-break-it-into-services?share=1","offset":{"x":0,"y":101.97916666666667},"path":"/html[1]","timestamp":1387758129138000}},"http://www.reddit.com/r/nfl/comments/1thcdf/peyton_manning_breaks_single_season_touchdown/":{"'":{"location":"http://www.reddit.com/r/nfl/comments/1thcdf/peyton_manning_breaks_single_season_touchdown/","offset":{"x":0,"y":208.90625},"path":"/html[1]","timestamp":1387759650882000}},"http://www.reddit.com/r/AskReddit/comments/1tgte5/which_us_state_would_win_in_a_war_between_all_50/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1tgte5/which_us_state_would_win_in_a_war_between_all_50/","offset":{"x":0,"y":61.5625},"path":"/html[1]","timestamp":1387759759849000}},"http://www.f1technical.net/features/19037":{"'":{"location":"http://www.f1technical.net/features/19037","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1387759821239000}},"https://github.com/github/hub":{"'":{"location":"https://github.com/github/hub","offset":{"x":0,"y":269.52941176470586},"path":"/html[1]","timestamp":1398218072028000}},"http://www.msnbc.com/melissa-harris-perry/cops-break-vigil-latino-teen":{"'":{"location":"http://www.msnbc.com/melissa-harris-perry/cops-break-vigil-latino-teen","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387768705807000}},"http://aphyr.com/posts/309-knossos-redis-and-linearizability":{"'":{"location":"http://aphyr.com/posts/309-knossos-redis-and-linearizability","offset":{"x":0,"y":586.0555555555555},"path":"/html[1]/body[1]","timestamp":1387770193183000}},"http://www.gwern.net/Blackmail":{"'":{"location":"http://www.gwern.net/Blackmail","offset":{"x":0,"y":238.94736842105263},"path":"/html[1]","timestamp":1387770681747000}},"https://phab.enlightenment.org/phame/live/3/post/enlightenment_dr_0_18_0_release/":{"'":{"location":"https://phab.enlightenment.org/phame/live/3/post/enlightenment_dr_0_18_0_release/","offset":{"x":0,"y":13.695681947134668},"path":"/html[1]","timestamp":1387776081142000}},"http://www.reddit.com/r/FanTheories/comments/1tifdo/harry_potter_theory_on_wands_and_fate/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1tifdo/harry_potter_theory_on_wands_and_fate/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387813643822000}},"http://ktshy.tumblr.com/post/70871544300/sameatschildren-missycheerios-heres-a-great":{"'":{"location":"http://ktshy.tumblr.com/post/70871544300/sameatschildren-missycheerios-heres-a-great","offset":{"x":0,"y":109.6875},"path":"/html[1]","timestamp":1387813911452000}},"http://www.redlightpolitics.info/post/70787556650/white-racist-woman-black-anti-misogyny-woman":{"'":{"location":"http://www.redlightpolitics.info/post/70787556650/white-racist-woman-black-anti-misogyny-woman","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1387814011045000}},"http://americancaptaincomic.tumblr.com/":{"'":{"location":"http://americancaptaincomic.tumblr.com/","offset":{"x":0,"y":458.8666666666667},"path":"/html[1]","timestamp":1387814107428000}},"http://adereth.github.io/blog/2013/12/23/counting-stars-on-github/":{"'":{"location":"http://adereth.github.io/blog/2013/12/23/counting-stars-on-github/","offset":{"x":0,"y":288},"path":"/html[1]","timestamp":1387814536578000}},"http://theouterline.com/?p=396":{"'":{"location":"http://theouterline.com/?p=396","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387818051409000}},"http://www.tor.com/blogs/2013/12/tom-hiddleston-benedict-cumberbatch-dance-off":{"'":{"location":"http://www.tor.com/blogs/2013/12/tom-hiddleston-benedict-cumberbatch-dance-off","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387818063025000}},"http://www.citeworld.com/consumerization/22803/iron-maiden-musicmetric":{"'":{"location":"http://www.citeworld.com/consumerization/22803/iron-maiden-musicmetric","offset":{"x":0,"y":89.17647058823529},"path":"/html[1]","timestamp":1387818256035000}},"http://www.theglobeandmail.com/life/health-and-fitness/fitness/want-to-build-muscle-its-not-what-you-eat-but-when/article16069147/":{"'":{"location":"http://www.theglobeandmail.com/life/health-and-fitness/fitness/want-to-build-muscle-its-not-what-you-eat-but-when/article16069147/","offset":{"x":0,"y":16.354166666666668},"path":"/html[1]","timestamp":1387819111554000}},"http://www.obnug.com/2013/12/23/5238472/its-come-to-this":{"'":{"location":"http://www.obnug.com/2013/12/23/5238472/its-come-to-this","offset":{"x":0,"y":2.8739544100074115},"path":"/html[1]","timestamp":1387819144732000}},"http://www.grantland.com/blog/the-triangle/post/_/id/86978/week-16-nfl-winners-and-losers-the-victorious-panthers-the-hapless-lions-and-poor-poor-ryan-tannehill":{"'":{"location":"http://www.grantland.com/blog/the-triangle/post/_/id/86978/week-16-nfl-winners-and-losers-the-victorious-panthers-the-hapless-lions-and-poor-poor-ryan-tannehill","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387819151048000}},"http://missionlocal.org/2013/12/combating-sexual-harassment-in-tech/":{"'":{"location":"http://missionlocal.org/2013/12/combating-sexual-harassment-in-tech/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387819717375000}},"http://www.reddit.com/r/AskReddit/comments/1tjk8j/nsfw_reddit_why_would_you_be_on_the_naughty_list/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1tjk8j/nsfw_reddit_why_would_you_be_on_the_naughty_list/","offset":{"x":0,"y":294.84375},"path":"/html[1]","timestamp":1387844944299000}},"http://imgur.com/a/Ca8eA":{"'":{"location":"http://imgur.com/a/Ca8eA","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387844962247000}},"http://earthobservatory.nasa.gov/blogs/elegantfigures/2013/08/19/subtleties-of-color-connecting-color-to-meaning/":{"'":{"location":"http://earthobservatory.nasa.gov/blogs/elegantfigures/2013/08/19/subtleties-of-color-connecting-color-to-meaning/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387846246573000}},"http://parley.rubyrogues.com/latest/more":{"'":{"location":"http://parley.rubyrogues.com/latest/more","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392312355125000}},"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/5":{"'":{"location":"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/5","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387850596549000}},"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411":{"'":{"location":"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411","offset":{"x":0,"y":43.421052631578945},"path":"/html[1]","timestamp":1387850599748000}},"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/2":{"'":{"location":"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/2","offset":{"x":0,"y":34.421052631578945},"path":"/html[1]","timestamp":1387850601822000}},"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/4":{"'":{"location":"http://parley.rubyrogues.com/t/recommend-code-school-codecademy-or-other/1411/4","offset":{"x":0,"y":77.84210526315789},"path":"/html[1]","timestamp":1387850604094000}},"http://d2o9nyf4hwsci4.cloudfront.net/2013/fall/lectures/12/m/notes12m/notes12m.html":{"'":{"location":"http://d2o9nyf4hwsci4.cloudfront.net/2013/fall/lectures/12/m/notes12m/notes12m.html","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1387851690813000}},"http://aicosu.deviantart.com/art/The-Lutece-Twins-Bioshock-Infinite-Cosplay-384011617":{"'":{"location":"http://aicosu.deviantart.com/art/The-Lutece-Twins-Bioshock-Infinite-Cosplay-384011617","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1387851759093000}},"http://mashable.com/2013/12/16/startups-to-watch-in-2014/?utm_source=buffer&utm_campaign=Buffer&utm_content=bufferf726f&utm_medium=twitter":{"'":{"location":"http://mashable.com/2013/12/16/startups-to-watch-in-2014/?utm_source=buffer&utm_campaign=Buffer&utm_content=bufferf726f&utm_medium=twitter","offset":{"x":0,"y":448.3636363636364},"path":"/html[1]","timestamp":1387851841856000}},"http://iangent.blogspot.co.uk/2013/10/the-petrie-multiplier-why-attack-on.html":{"'":{"location":"http://iangent.blogspot.co.uk/2013/10/the-petrie-multiplier-why-attack-on.html","offset":{"x":0,"y":143.64583333333334},"path":"/html[1]","timestamp":1387853314834000}},"http://rubyrogues.com/131-rr-how-to-learn/":{"'":{"location":"http://rubyrogues.com/131-rr-how-to-learn/","offset":{"x":0,"y":440},"path":"/html[1]","timestamp":1388105567240000}},"https://github.com/postmodern/ruby-install/pull/106":{"'":{"location":"https://github.com/postmodern/ruby-install/pull/106","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387853338500000}},"http://blog.lexfriedman.com/post/2856721110/proud-proud-unprofessional":{"'":{"location":"http://blog.lexfriedman.com/post/2856721110/proud-proud-unprofessional","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1387906191399000}},"http://geohot.com/e7writeup.html":{"'":{"location":"http://geohot.com/e7writeup.html","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1387906467056000}},"https://github.com/tpope/vim-vinegar":{"'":{"location":"https://github.com/tpope/vim-vinegar","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388716249245000}},"http://www.bbc.co.uk/news/magazine-25491642?ocid=socialflow_twitter_bbcnewsmagazine":{"'":{"location":"http://www.bbc.co.uk/news/magazine-25491642?ocid=socialflow_twitter_bbcnewsmagazine","offset":{"x":0,"y":150.1875},"path":"/html[1]","timestamp":1387907327881000}},"https://agilebits.com/store":{"'":{"location":"https://agilebits.com/store","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387909501167000}},"http://mashable.com/2013/12/16/kickstarter-projects-2014/?utm_source=buffer&utm_campaign=Buffer&utm_content=bufferad751&utm_medium=twitter":{"'":{"location":"http://mashable.com/2013/12/16/kickstarter-projects-2014/?utm_source=buffer&utm_campaign=Buffer&utm_content=bufferad751&utm_medium=twitter","offset":{"x":0,"y":1016.4545454545455},"path":"/html[1]","timestamp":1387909576392000}},"http://storify.com/flashboy/third-world-problems":{"'":{"location":"http://storify.com/flashboy/third-world-problems","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1387909622890000}},"https://news.ycombinator.com/item?id=6959487":{"'":{"location":"https://news.ycombinator.com/item?id=6959487","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1387909773939000}},"http://www.allenpike.com/2013/unprofessionalism/":{"'":{"location":"http://www.allenpike.com/2013/unprofessionalism/","offset":{"x":0,"y":77.03125},"path":"/html[1]","timestamp":1387909997110000}},"http://m.rollingstone.com/politics/blogs/taibblog/outrageous-hsbc-settlement-proves-the-drug-war-is-a-joke-20121213":{"'":{"location":"http://m.rollingstone.com/politics/blogs/taibblog/outrageous-hsbc-settlement-proves-the-drug-war-is-a-joke-20121213","offset":{"x":0,"y":57.64705882352941},"path":"/html[1]","timestamp":1387910425365000}},"http://www.reddit.com/r/funny/comments/1tlxap/the_belchers/":{"'":{"location":"http://www.reddit.com/r/funny/comments/1tlxap/the_belchers/","offset":{"x":0,"y":580.2083333333334},"path":"/html[1]","timestamp":1387910569209000}},"http://www.reddit.com/r/theratio":{"'":{"location":"http://www.reddit.com/r/theratio","offset":{"x":0,"y":563.125},"path":"/html[1]","timestamp":1387910605028000}},"http://www.businessinsider.com/venmo-office-tour-2013-12":{"'":{"location":"http://www.businessinsider.com/venmo-office-tour-2013-12","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388096547424000}},"http://www.isrubyfastyet.com/":{"'":{"location":"http://www.isrubyfastyet.com/","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1388098305657000}},"http://parley.rubyrogues.com/t/slam-dunk-use-case-for-mongodb-mongoid/1404/18":{"'":{"location":"http://parley.rubyrogues.com/t/slam-dunk-use-case-for-mongodb-mongoid/1404/18","offset":{"x":0,"y":265.6842105263158},"path":"/html[1]","timestamp":1388105595097000}},"http://parley.rubyrogues.com/t/what-will-your-2014-look-like/1489/13":{"'":{"location":"http://parley.rubyrogues.com/t/what-will-your-2014-look-like/1489/13","offset":{"x":0,"y":220.10526315789474},"path":"/html[1]","timestamp":1388105608381000}},"http://parley.rubyrogues.com/t/programming-with-wrist-problems/1502":{"'":{"location":"http://parley.rubyrogues.com/t/programming-with-wrist-problems/1502","offset":{"x":0,"y":21},"path":"/html[1]","timestamp":1388105629087000}},"http://parley.rubyrogues.com/t/welcome-to-parley/1/59":{"'":{"location":"http://parley.rubyrogues.com/t/welcome-to-parley/1/59","offset":{"x":0,"y":125},"path":"/html[1]","timestamp":1388105644755000}},"http://bundler.io/v1.5/whats_new.html":{"'":{"location":"http://bundler.io/v1.5/whats_new.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388105772791000}},"https://news.ycombinator.com/item?id=6965433":{"'":{"location":"https://news.ycombinator.com/item?id=6965433","offset":{"x":0,"y":122.6470588235294},"path":"/html[1]/body[1]","timestamp":1388105944885000}},"http://imgur.com/a/zyqNb":{"'":{"location":"http://imgur.com/a/zyqNb","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388106021816000}},"http://imgur.com/a/3HJrp":{"'":{"location":"http://imgur.com/a/3HJrp","offset":{"x":0,"y":780.8854166666667},"path":"/html[1]","timestamp":1388106082811000}},"http://imgur.com/a/g28mX":{"'":{"location":"http://imgur.com/a/g28mX","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1388106158625000}},"http://www.reddit.com/r/IAmA/comments/1u75hh/i_am_the_guy_with_two_penises_ama/":{"'":{"location":"http://www.reddit.com/r/IAmA/comments/1u75hh/i_am_the_guy_with_two_penises_ama/","offset":{"x":0,"y":1253.75},"path":"/html[1]","timestamp":1388642151406000}},"http://www.reddit.com/r/IAmA/comments/11uf2z/iama_female_who_was_born_with_a_complete_uterine/":{"'":{"location":"http://www.reddit.com/r/IAmA/comments/11uf2z/iama_female_who_was_born_with_a_complete_uterine/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388642157053000}},"http://www.washingtonpost.com/blogs/wonkblog/wp/2013/12/30/peter-thiels-graph-of-the-year/":{"'":{"location":"http://www.washingtonpost.com/blogs/wonkblog/wp/2013/12/30/peter-thiels-graph-of-the-year/","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]","timestamp":1388644151395000}},"http://imgur.com/gallery/IiDwq":{"'":{"location":"http://imgur.com/gallery/IiDwq","offset":{"x":0,"y":54.84375},"path":"/html[1]","timestamp":1388677878802000}},"http://www.reddit.com/r/AskMen/comments/1u6a7g/should_i_stop_worrying_about_finding_a_girlfriend/cef2t5l":{"'":{"location":"http://www.reddit.com/r/AskMen/comments/1u6a7g/should_i_stop_worrying_about_finding_a_girlfriend/cef2t5l","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1388677967716000}},"http://jvns.ca/blog/2013/12/30/questions-im-asking-in-interviews/":{"'":{"location":"http://jvns.ca/blog/2013/12/30/questions-im-asking-in-interviews/","offset":{"x":0,"y":279.75},"path":"/html[1]","timestamp":1388678005467000}},"http://www.gameinformer.com/b/features/archive/2013/12/31/top-ten-tabletop-games-of-2013.aspx":{"'":{"location":"http://www.gameinformer.com/b/features/archive/2013/12/31/top-ten-tabletop-games-of-2013.aspx","offset":{"x":0,"y":2.9166666666666665},"path":"/html[1]","timestamp":1388677981197000}},"http://www.newyorker.com/online/blogs/elements/2013/12/goodbye-cameras.html":{"'":{"location":"http://www.newyorker.com/online/blogs/elements/2013/12/goodbye-cameras.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388677986128000}},"http://www.reddit.com/r/GlobalOffensive/comments/1u4n6v/so_apparently_valve_has_released_new_anticheat/":{"'":{"location":"http://www.reddit.com/r/GlobalOffensive/comments/1u4n6v/so_apparently_valve_has_released_new_anticheat/","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1388678029637000}},"http://www.reddit.com/r/FanTheories/comments/1u6ttj/anchorman_2the_matrix_connection/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1u6ttj/anchorman_2the_matrix_connection/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1388678066438000}},"http://www.reddit.com/r/magicTCG/comments/1u7av6/it_finally_happened_how_not_to_thoughtseize/":{"'":{"location":"http://www.reddit.com/r/magicTCG/comments/1u7av6/it_finally_happened_how_not_to_thoughtseize/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388678173961000}},"http://time.to.pullthepl.ug/blog/2013/12/31/introducing-goiardi/":{"'":{"location":"http://time.to.pullthepl.ug/blog/2013/12/31/introducing-goiardi/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388678194242000}},"http://qz.com/161210/zappos-is-going-holacratic-no-job-titles-no-managers-no-hierarchy/":{"'":{"location":"http://qz.com/161210/zappos-is-going-holacratic-no-job-titles-no-managers-no-hierarchy/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388678200959000}},"http://www.reddit.com/r/climbing/comments/1u7r89/should_i_tell_a_stranger_who_asks_for_a_belay/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1u7r89/should_i_tell_a_stranger_who_asks_for_a_belay/","offset":{"x":0,"y":54.84375},"path":"/html[1]","timestamp":1388679503118000}},"https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00005.html":{"'":{"location":"https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00005.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388679543602000}},"http://recode.net/2014/01/01/can-do-vs-cant-do-culture/":{"'":{"location":"http://recode.net/2014/01/01/can-do-vs-cant-do-culture/","offset":{"x":0,"y":63.76470588235294},"path":"/html[1]","timestamp":1388679574729000}},"https://github.com/phinze/homebrew-cask":{"'":{"location":"https://github.com/phinze/homebrew-cask","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]","timestamp":1388679614342000}},"http://binchewer.org/blog/index.php?id=1":{"'":{"location":"http://binchewer.org/blog/index.php?id=1","offset":{"x":0,"y":311.875},"path":"/html[1]","timestamp":1388679610096000}},"http://www.stationary-traveller.eu/pages/bzr-a-retrospective.html":{"'":{"location":"http://www.stationary-traveller.eu/pages/bzr-a-retrospective.html","offset":{"x":0,"y":262.55208333333337},"path":"/html[1]","timestamp":1388680708008000}},"https://github.com/caskroom/homebrew-fonts":{"'":{"location":"https://github.com/caskroom/homebrew-fonts","offset":{"x":0,"y":21.058823529411764},"path":"/html[1]","timestamp":1388680792566000}},"https://github.com/caskroom/homebrew-fonts/tree/master/Casks":{"'":{"location":"https://github.com/caskroom/homebrew-fonts/tree/master/Casks","offset":{"x":0,"y":53.1764705882353},"path":"/html[1]","timestamp":1389979663610000}},"https://github.com/phinze/homebrew-cask/tree/master/Casks":{"'":{"location":"https://github.com/phinze/homebrew-cask/tree/master/Casks","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388680825012000}},"https://github.com/Lokaltog/powerline-fonts/tree/master/SourceCodePro":{"'":{"location":"https://github.com/Lokaltog/powerline-fonts/tree/master/SourceCodePro","offset":{"x":0,"y":24.176470588235293},"path":"/html[1]","timestamp":1388681733737000}},"http://imgur.com/a/CiESE":{"'":{"location":"http://imgur.com/a/CiESE","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1388681836080000}},"http://imgur.com/gallery/zVnbZ":{"'":{"location":"http://imgur.com/gallery/zVnbZ","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1388681972830000}},"http://batsov.com/articles/2013/10/03/using-rubys-gsub-with-a-hash/":{"'":{"location":"http://batsov.com/articles/2013/10/03/using-rubys-gsub-with-a-hash/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388682049829000}},"http://www.reddit.com/r/nfl/comments/1u94qk/why_cant_we_talk_about_chris_kluwe/":{"'":{"location":"http://www.reddit.com/r/nfl/comments/1u94qk/why_cant_we_talk_about_chris_kluwe/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388714116864000}},"http://www.reddit.com/r/AskReddit/comments/1u8axw/what_is_something_you_would_like_to_do_but/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1u8axw/what_is_something_you_would_like_to_do_but/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388714255501000}},"http://www.reddit.com/r/starcraft/comments/1u9ih5/potential_new_balance_changes/":{"'":{"location":"http://www.reddit.com/r/starcraft/comments/1u9ih5/potential_new_balance_changes/","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1388714311313000}},"http://www.reddit.com/r/Games/comments/1u8rge/steam_winter_sale_day_15/":{"'":{"location":"http://www.reddit.com/r/Games/comments/1u8rge/steam_winter_sale_day_15/","offset":{"x":0,"y":78.59375},"path":"/html[1]","timestamp":1388714330143000}},"http://www.reddit.com/r/climbing/comments/1u90q5/best_climbing_videos_of_2013/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1u90q5/best_climbing_videos_of_2013/","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1388714347520000}},"http://parley.rubyrogues.com/t/new-ruby-versioning-scheme/1516":{"'":{"location":"http://parley.rubyrogues.com/t/new-ruby-versioning-scheme/1516","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388714371314000}},"http://parley.rubyrogues.com/t/sexism-and-my-aunt-grandmother/1517":{"'":{"location":"http://parley.rubyrogues.com/t/sexism-and-my-aunt-grandmother/1517","offset":{"x":0,"y":33},"path":"/html[1]","timestamp":1388714411716000}},"http://parley.rubyrogues.com/t/database-connectivity-from-within-a-gem/1518":{"'":{"location":"http://parley.rubyrogues.com/t/database-connectivity-from-within-a-gem/1518","offset":{"x":0,"y":27},"path":"/html[1]","timestamp":1388714453379000}},"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521":{"'":{"location":"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389047103603000}},"http://parley.rubyrogues.com/t/managing-activerecord-memory-usage-with-large-datasets/1520":{"'":{"location":"http://parley.rubyrogues.com/t/managing-activerecord-memory-usage-with-large-datasets/1520","offset":{"x":0,"y":86.84210526315789},"path":"/html[1]","timestamp":1388714478005000}},"http://parley.rubyrogues.com/t/sandi-metz-is-running-a-public-3-day-ood-class/1515":{"'":{"location":"http://parley.rubyrogues.com/t/sandi-metz-is-running-a-public-3-day-ood-class/1515","offset":{"x":0,"y":29.63157894736842},"path":"/html[1]","timestamp":1388714482316000}},"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/11":{"'":{"location":"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/11","offset":{"x":0,"y":200.73684210526315},"path":"/html[1]","timestamp":1388714496587000}},"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/13":{"'":{"location":"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/13","offset":{"x":0,"y":239.57894736842104},"path":"/html[1]","timestamp":1388714507834000}},"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/10":{"'":{"location":"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/10","offset":{"x":0,"y":196.1578947368421},"path":"/html[1]","timestamp":1388714506209000}},"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/12":{"'":{"location":"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/12","offset":{"x":0,"y":274},"path":"/html[1]","timestamp":1388714523406000}},"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/15":{"'":{"location":"http://parley.rubyrogues.com/t/my-struggle-with-ruby-blocks/1498/15","offset":{"x":0,"y":289},"path":"/html[1]","timestamp":1388714539290000}},"http://www.newyorker.com/online/blogs/shouts/2014/01/what-do-yall-yinz-and-yix-call-stretchy-office-supplies.html":{"'":{"location":"http://www.newyorker.com/online/blogs/shouts/2014/01/what-do-yall-yinz-and-yix-call-stretchy-office-supplies.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388716134882000}},"http://curiouschef.com/shop/kitchen-tools/cutting-tools/medium-nylon-plastic-knife":{"'":{"location":"http://curiouschef.com/shop/kitchen-tools/cutting-tools/medium-nylon-plastic-knife","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1388972564172000}},"http://www.reddit.com/r/AskReddit/comments/1uixb1/whats_the_longest_youve_gone_through_a_video_game/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1uixb1/whats_the_longest_youve_gone_through_a_video_game/","offset":{"x":0,"y":478.59375},"path":"/html[1]","timestamp":1389028029382000}},"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/feature/281":{"'":{"location":"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/feature/281","offset":{"x":0,"y":286.09375},"path":"/html[1]","timestamp":1389028136409000}},"http://www.reddit.com/r/photography/comments/1uj5ad/what_should_one_do_when_a_client_accidentally/":{"'":{"location":"http://www.reddit.com/r/photography/comments/1uj5ad/what_should_one_do_when_a_client_accidentally/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389028154978000}},"https://github.com/itchyny/calendar.vim":{"'":{"location":"https://github.com/itchyny/calendar.vim","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389028165597000}},"http://www.reddit.com/r/ultimate/comments/1uf3vt/created_a_disc_club_at_my_high_school_thought/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1uf3vt/created_a_disc_club_at_my_high_school_thought/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389028721527000}},"http://oshadega.com/":{"'":{"location":"http://oshadega.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389028725063000}},"https://lobste.rs/":{"'":{"location":"https://lobste.rs/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389032853535000}},"http://parley.rubyrogues.com/t/migrating-from-bash-to-zsh/1532":{"'":{"location":"http://parley.rubyrogues.com/t/migrating-from-bash-to-zsh/1532","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389032868847000}},"http://www.railsonmaui.com/blog/2014/01/04/migrating-from-bash-to-zsh/":{"'":{"location":"http://www.railsonmaui.com/blog/2014/01/04/migrating-from-bash-to-zsh/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389032884315000}},"http://parley.rubyrogues.com/t/new-ruby-versioning-scheme/1516/6":{"'":{"location":"http://parley.rubyrogues.com/t/new-ruby-versioning-scheme/1516/6","offset":{"x":0,"y":66.84210526315789},"path":"/html[1]","timestamp":1389032911224000}},"http://parley.rubyrogues.com/t/135-rr-http-2-0-with-ilya-grigorik-using-http-2-0-spdy/1454":{"'":{"location":"http://parley.rubyrogues.com/t/135-rr-http-2-0-with-ilya-grigorik-using-http-2-0-spdy/1454","offset":{"x":0,"y":15.473684210526315},"path":"/html[1]","timestamp":1389032912995000}},"http://parley.rubyrogues.com/t/twelve-12-factor-apps-do-you-how/1514/9":{"'":{"location":"http://parley.rubyrogues.com/t/twelve-12-factor-apps-do-you-how/1514/9","offset":{"x":0,"y":199.10526315789474},"path":"/html[1]","timestamp":1389032916242000}},"http://parley.rubyrogues.com/t/discourse-doesnt-let-me-tweak-syntax/1526/3":{"'":{"location":"http://parley.rubyrogues.com/t/discourse-doesnt-let-me-tweak-syntax/1526/3","offset":{"x":0,"y":46.63157894736842},"path":"/html[1]","timestamp":1389032972837000}},"http://parley.rubyrogues.com/t/naming-service-objects-in-rails/521/26":{"'":{"location":"http://parley.rubyrogues.com/t/naming-service-objects-in-rails/521/26","offset":{"x":0,"y":322.7894736842105},"path":"/html[1]","timestamp":1389033001055000}},"http://royalheather.tumblr.com/post/70529182366/all-right-everyone-sit-down-and-listen-up-because-its":{"'":{"location":"http://royalheather.tumblr.com/post/70529182366/all-right-everyone-sit-down-and-listen-up-because-its","offset":{"x":0,"y":45.9375},"path":"/html[1]","timestamp":1389033038646000}},"https://dev.twitter.com/discussions/22510":{"'":{"location":"https://dev.twitter.com/discussions/22510","offset":{"x":0,"y":63.75},"path":"/html[1]","timestamp":1389033178615000}},"http://www.sitepoint.com/look-ruby-2-1/":{"'":{"location":"http://www.sitepoint.com/look-ruby-2-1/","offset":{"x":0,"y":537.8823529411765},"path":"/html[1]","timestamp":1389033332764000}},"http://www.npr.org/2014/01/02/259110599/30-something-everyday-tasks-you-might-be-doing-wrong":{"'":{"location":"http://www.npr.org/2014/01/02/259110599/30-something-everyday-tasks-you-might-be-doing-wrong","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389033356227000}},"https://github.com/steveklabnik/rust_for_rubyists":{"'":{"location":"https://github.com/steveklabnik/rust_for_rubyists","offset":{"x":0,"y":30.941176470588236},"path":"/html[1]","timestamp":1389033377104000}},"http://www.rustforrubyists.com/book/book.html":{"'":{"location":"http://www.rustforrubyists.com/book/book.html","offset":{"x":0,"y":450.8854166666667},"path":"/html[1]","timestamp":1389769793414000}},"http://www.nytimes.com/2014/01/05/business/media/banished-for-questioning-the-gospel-of-guns.html?pagewanted=all&_r=0":{"'":{"location":"http://www.nytimes.com/2014/01/05/business/media/banished-for-questioning-the-gospel-of-guns.html?pagewanted=all&_r=0","offset":{"x":0,"y":107.03125},"path":"/html[1]","timestamp":1389034146100000}},"http://www.reddit.com/r/pics/comments/1ujmq0/whats_the_largest_item_you_can_have_shipped_from/":{"'":{"location":"http://www.reddit.com/r/pics/comments/1ujmq0/whats_the_largest_item_you_can_have_shipped_from/","offset":{"x":0,"y":18.020833333333336},"path":"/html[1]","timestamp":1389035919384000}},"http://www.gofundme.com/62mb6o":{"'":{"location":"http://www.gofundme.com/62mb6o","offset":{"x":0,"y":127.70833333333334},"path":"/html[1]","timestamp":1389046776593000}},"http://yearwithoutgod.com/2013/12/31/a-year-without-god-a-former-pastors-journey-into-atheism/":{"'":{"location":"http://yearwithoutgod.com/2013/12/31/a-year-without-god-a-former-pastors-journey-into-atheism/","offset":{"x":0,"y":112.13541666666667},"path":"/html[1]","timestamp":1389036031620000}},"http://yearwithoutgod.com/2014/01/04/the-cost-of-atheism-or-just-asking-questions/":{"'":{"location":"http://yearwithoutgod.com/2014/01/04/the-cost-of-atheism-or-just-asking-questions/","offset":{"x":0,"y":122.08333333333334},"path":"/html[1]","timestamp":1389036064902000}},"http://yearwithoutgod.com/":{"'":{"location":"http://yearwithoutgod.com/","offset":{"x":0,"y":20.104166666666668},"path":"/html[1]","timestamp":1389036068228000}},"https://twitter.com/yearwithoutgod":{"'":{"location":"https://twitter.com/yearwithoutgod","offset":{"x":0,"y":96.61458333333334},"path":"/html[1]","timestamp":1389036108274000}},"http://www.reddit.com/r/math/comments/1ug32a/what_is_an_example_of_a_uselessworthless_phd_or/ceht24e?context=1":{"'":{"location":"http://www.reddit.com/r/math/comments/1ug32a/what_is_an_example_of_a_uselessworthless_phd_or/ceht24e?context=1","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1389036100887000}},"http://viget.com/extend/rails-3-generators-scaffolding":{"'":{"location":"http://viget.com/extend/rails-3-generators-scaffolding","offset":{"x":0,"y":48},"path":"id('viget-com')","timestamp":1389041849114000}},"http://scottberkun.com/2013/danger-of-faith-in-data/":{"'":{"location":"http://scottberkun.com/2013/danger-of-faith-in-data/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389041851761000}},"http://imgur.com/a/HS9sx":{"'":{"location":"http://imgur.com/a/HS9sx","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389046760911000}},"http://aeon.co/magazine/altered-states/is-marijuana-withdrawal-a-real-thing/":{"'":{"location":"http://aeon.co/magazine/altered-states/is-marijuana-withdrawal-a-real-thing/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389046875922000}},"http://lego.cuusoo.com/ideas/view/638":{"'":{"location":"http://lego.cuusoo.com/ideas/view/638","offset":{"x":0,"y":180.78125},"path":"/html[1]","timestamp":1389047054216000}},"http://parley.rubyrogues.com/t/subscribing-to-parley-rss-feed/1529":{"'":{"location":"http://parley.rubyrogues.com/t/subscribing-to-parley-rss-feed/1529","offset":{"x":0,"y":21.68421052631579},"path":"/html[1]","timestamp":1389047081813000}},"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521/4":{"'":{"location":"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521/4","offset":{"x":0,"y":98.26315789473684},"path":"/html[1]","timestamp":1389047091757000}},"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521/6":{"'":{"location":"http://parley.rubyrogues.com/t/a-rails-app-requesting-itself-upon-boot/1521/6","offset":{"x":0,"y":128.52631578947367},"path":"/html[1]","timestamp":1389047093845000}},"http://www.computerworld.com/s/article/9245174/New_types_of_RAM_could_revolutionize_your_PC":{"'":{"location":"http://www.computerworld.com/s/article/9245174/New_types_of_RAM_could_revolutionize_your_PC","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389049336174000}},"http://www.grantland.com/blog/hollywood-prospectus/post/_/id/96720/its-time-to-talk-about-the-nightmares-that-old-spice-momsong-commercial-gave-you-this-weekend":{"'":{"location":"http://www.grantland.com/blog/hollywood-prospectus/post/_/id/96720/its-time-to-talk-about-the-nightmares-that-old-spice-momsong-commercial-gave-you-this-weekend","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389049394812000}},"http://www.nfl.com/news/story/0ap2000000309935/article/steve-smith-on-ric-flair-that-bridge-has-burned":{"'":{"location":"http://www.nfl.com/news/story/0ap2000000309935/article/steve-smith-on-ric-flair-that-bridge-has-burned","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389049487938000}},"http://thesocietypages.org/socimages/2014/01/03/sure-theres-a-thing-called-reverse-racism/":{"'":{"location":"http://thesocietypages.org/socimages/2014/01/03/sure-theres-a-thing-called-reverse-racism/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389049626190000}},"http://www.runnersworld.com/general-interest/how-to-run-on-water":{"'":{"location":"http://www.runnersworld.com/general-interest/how-to-run-on-water","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389049861230000}},"http://dailycaller.com/2012/11/13/michelle-obamas-perks-extend-to-unfathomable-lengths/":{"'":{"location":"http://dailycaller.com/2012/11/13/michelle-obamas-perks-extend-to-unfathomable-lengths/","offset":{"x":0,"y":0},"path":"id('article-data')/div[1]/div[1]","timestamp":1389049933932000}},"http://www.niemanlab.org/2014/01/if-a-tweet-worked-once-send-it-again-and-other-lessons-from-the-new-york-times-social-media-desk/":{"'":{"location":"http://www.niemanlab.org/2014/01/if-a-tweet-worked-once-send-it-again-and-other-lessons-from-the-new-york-times-social-media-desk/","offset":{"x":0,"y":462.34375},"path":"/html[1]","timestamp":1389050105077000}},"http://joshallan.com/2011/05/16/its-time-for-hr-to-die/":{"'":{"location":"http://joshallan.com/2011/05/16/its-time-for-hr-to-die/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389050179763000}},"http://www.buzzfeed.com/summeranne/dad-celebrates-his-sons-1st-birthday-by-making-him-a-video-g?bftw":{"'":{"location":"http://www.buzzfeed.com/summeranne/dad-celebrates-his-sons-1st-birthday-by-making-him-a-video-g?bftw","offset":{"x":0,"y":152.65625},"path":"/html[1]","timestamp":1389050540193000}},"http://www.theverge.com/2014/1/6/5281542/watch-michael-bay-melt-down-onstage-at-ces":{"'":{"location":"http://www.theverge.com/2014/1/6/5281542/watch-michael-bay-melt-down-onstage-at-ces","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1389050545433000}},"https://github.com/kkga/spacegray":{"'":{"location":"https://github.com/kkga/spacegray","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389050561324000}},"http://www.theglobeandmail.com/life/health-and-fitness/fitness/six-fitness-topics-that-will-turn-heads-in-2014/article16186126/":{"'":{"location":"http://www.theglobeandmail.com/life/health-and-fitness/fitness/six-fitness-topics-that-will-turn-heads-in-2014/article16186126/","offset":{"x":0,"y":117.03125},"path":"/html[1]","timestamp":1389241051895000}},"http://geekfeminism.org/2014/01/06/it-is-easier-now-that-i-look-like-a-guy/":{"'":{"location":"http://geekfeminism.org/2014/01/06/it-is-easier-now-that-i-look-like-a-guy/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389283965557000}},"http://www.buzzfeed.com/mjkiebus/reasons-you-should-be-rooting-for-the-seattle-seahawks-to":{"'":{"location":"http://www.buzzfeed.com/mjkiebus/reasons-you-should-be-rooting-for-the-seattle-seahawks-to","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1389284019065000}},"http://www.kickstarter.com/projects/lanternfish/the-legend-of-sherlock-holmes":{"'":{"location":"http://www.kickstarter.com/projects/lanternfish/the-legend-of-sherlock-holmes","offset":{"x":0,"y":146.25},"path":"/html[1]","timestamp":1389284121434000}},"http://www.newyorker.com/online/blogs/elements/2014/01/the-attack-on-snapchat.html":{"'":{"location":"http://www.newyorker.com/online/blogs/elements/2014/01/the-attack-on-snapchat.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389330715264000}},"http://online.wsj.com/news/articles/SB10001424052702303848104579308612337146296":{"'":{"location":"http://online.wsj.com/news/articles/SB10001424052702303848104579308612337146296","offset":{"x":0,"y":180.72727272727272},"path":"/html[1]","timestamp":1389330811229000}},"https://github.com/O-I/dogecoin":{"'":{"location":"https://github.com/O-I/dogecoin","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389330834453000}},"http://www.newyorker.com/online/blogs/currency/2014/01/the-open-office-trap.html":{"'":{"location":"http://www.newyorker.com/online/blogs/currency/2014/01/the-open-office-trap.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389330836912000}},"https://news.ycombinator.com/item?id=7034451":{"'":{"location":"https://news.ycombinator.com/item?id=7034451","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1389331014253000}},"http://www.gophercon.com/sponsors/":{"'":{"location":"http://www.gophercon.com/sponsors/","offset":{"x":0,"y":115.47058823529412},"path":"/html[1]","timestamp":1389333657781000}},"http://imgur.com/a/PlvXV":{"'":{"location":"http://imgur.com/a/PlvXV","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389334688852000}},"http://www.reddit.com/r/fatpeoplestories/comments/1urxry/titp_fat_privilege_is_possessing_the/cel61sx":{"'":{"location":"http://www.reddit.com/r/fatpeoplestories/comments/1urxry/titp_fat_privilege_is_possessing_the/cel61sx","offset":{"x":0,"y":154.21875},"path":"/html[1]","timestamp":1389334928232000}},"http://us.battle.net/sc2/en/forum/topic/11224302374":{"'":{"location":"http://us.battle.net/sc2/en/forum/topic/11224302374","offset":{"x":0,"y":29.84375},"path":"/html[NaN]","timestamp":1389335040939000}},"http://www.buzzfeed.com/katienotopoulos/vegetables-that-you-had-no-idea-grew-like-that":{"'":{"location":"http://www.buzzfeed.com/katienotopoulos/vegetables-that-you-had-no-idea-grew-like-that","offset":{"x":0,"y":699.3229166666667},"path":"/html[1]","timestamp":1389335186396000}},"http://www.reddit.com/r/AskReddit/comments/1ut6xc/employers_of_reddit_what_is_the_most_fucked_up/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1ut6xc/employers_of_reddit_what_is_the_most_fucked_up/","offset":{"x":0,"y":810.2083333333334},"path":"/html[1]","timestamp":1389373104943000}},"http://groupthink.jezebel.com/microaggression-and-programming-a-followup-post-1498316637":{"'":{"location":"http://groupthink.jezebel.com/microaggression-and-programming-a-followup-post-1498316637","offset":{"x":0,"y":376.72727272727275},"path":"/html[1]","timestamp":1389336288847000}},"http://issuu.com/sportmagazine/docs/sport_magazine_337/18":{"'":{"location":"http://issuu.com/sportmagazine/docs/sport_magazine_337/18","offset":{"x":0,"y":0},"path":null,"timestamp":1389373248517000}},"http://www.nytimes.com/2014/01/12/magazine/the-flying-tomato-would-rather-you-not-call-him-that-anymore.html?ref=sports&_r=0":{"'":{"location":"http://www.nytimes.com/2014/01/12/magazine/the-flying-tomato-would-rather-you-not-call-him-that-anymore.html?ref=sports&_r=0","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1389546249951000}},"http://kotaku.com/50-cent-just-catching-up-on-minecraft-thinks-its-unf-1498932665":{"'":{"location":"http://kotaku.com/50-cent-just-catching-up-on-minecraft-thinks-its-unf-1498932665","offset":{"x":0,"y":151.45454545454547},"path":"/html[1]","timestamp":1389555148764000}},"http://imgur.com/a/NyAJr":{"'":{"location":"http://imgur.com/a/NyAJr","offset":{"x":0,"y":88.85416666666667},"path":"/html[1]","timestamp":1389555255178000}},"http://www.salon.com/2014/01/12/the_unstoppable_rise_of_bikes/":{"'":{"location":"http://www.salon.com/2014/01/12/the_unstoppable_rise_of_bikes/","offset":{"x":0,"y":183.75},"path":"/html[1]","timestamp":1389556774328000}},"http://clarkdave.net/2013/06/what-can-you-do-with-postgresql-and-json/":{"'":{"location":"http://clarkdave.net/2013/06/what-can-you-do-with-postgresql-and-json/","offset":{"x":0,"y":40},"path":"/html[1]","timestamp":1389556795972000}},"http://www.bmj.com/content/348/bmj.g22?ijkey=nedZMe934zzz5bC&keytype=ref":{"'":{"location":"http://www.bmj.com/content/348/bmj.g22?ijkey=nedZMe934zzz5bC&keytype=ref","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389556844210000}},"http://stackoverflow.com/questions/9299658/best-way-to-store-an-array-in-mysql-database":{"'":{"location":"http://stackoverflow.com/questions/9299658/best-way-to-store-an-array-in-mysql-database","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389556870286000}},"http://stackoverflow.com/questions/3100427/storing-arrays-in-database-using-activerecord":{"'":{"location":"http://stackoverflow.com/questions/3100427/storing-arrays-in-database-using-activerecord","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389556883721000}},"http://www.lateralcode.com/store-array-database/":{"'":{"location":"http://www.lateralcode.com/store-array-database/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389556900997000}},"http://amberonrails.com/storing-arrays-in-a-database-field-w-rails-activerecord/":{"'":{"location":"http://amberonrails.com/storing-arrays-in-a-database-field-w-rails-activerecord/","offset":{"x":0,"y":32.76},"path":"/html[1]","timestamp":1389556907368000}},"http://parley.rubyrogues.com/t/what-to-wear-to-an-interview-at-a-casual-company/1537/13":{"'":{"location":"http://parley.rubyrogues.com/t/what-to-wear-to-an-interview-at-a-casual-company/1537/13","offset":{"x":0,"y":188.47368421052633},"path":"/html[1]","timestamp":1389557000550000}},"http://parley.rubyrogues.com/t/new-logo-hides-create-topic/1545":{"'":{"location":"http://parley.rubyrogues.com/t/new-logo-hides-create-topic/1545","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389557027407000}},"http://parley.rubyrogues.com/t/programming-in-a-beanbag-chair-is-it-called-that/1540":{"'":{"location":"http://parley.rubyrogues.com/t/programming-in-a-beanbag-chair-is-it-called-that/1540","offset":{"x":0,"y":21.894736842105264},"path":"/html[1]","timestamp":1389557036428000}},"http://parley.rubyrogues.com/t/refactoring-so-that-a-method-is-no-longer-needed/1536/9":{"'":{"location":"http://parley.rubyrogues.com/t/refactoring-so-that-a-method-is-no-longer-needed/1536/9","offset":{"x":0,"y":109.21052631578948},"path":"/html[1]","timestamp":1389557176487000}},"http://parley.rubyrogues.com/t/best-practices-for-drying-up-validations-and-db-constraints/1546":{"'":{"location":"http://parley.rubyrogues.com/t/best-practices-for-drying-up-validations-and-db-constraints/1546","offset":{"x":0,"y":3},"path":"/html[1]","timestamp":1389557178793000}},"http://imgur.com/a/6t1HW":{"'":{"location":"http://imgur.com/a/6t1HW","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1389762534487000}},"http://www.reddit.com/r/WTF/comments/1v80vl/my_friend_woke_up_to_his_pet_snake_getting_eaten/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1v80vl/my_friend_woke_up_to_his_pet_snake_getting_eaten/","offset":{"x":0,"y":1040.2083333333335},"path":"/html[1]","timestamp":1389762859788000}},"http://www.reddit.com/r/AskReddit/comments/1v7sla/redditors_who_are_friends_with_famous_people_what/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1v7sla/redditors_who_are_friends_with_famous_people_what/","offset":{"x":0,"y":434.0625},"path":"/html[1]","timestamp":1389763067044000}},"https://www.eventbrite.com/e/ada-volunteer-info-and-curriculum-review-tickets-9683476539":{"'":{"location":"https://www.eventbrite.com/e/ada-volunteer-info-and-curriculum-review-tickets-9683476539","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389763564086000}},"http://www.theonion.com/articles/187-images-which-if-rapidly-clicked-through-will-c,34950/":{"'":{"location":"http://www.theonion.com/articles/187-images-which-if-rapidly-clicked-through-will-c,34950/","offset":{"x":0,"y":14.84375},"path":"/html[1]","timestamp":1389763748103000}},"https://soundcloud.com/roman-mars/99-invisible-85-noble-effort":{"'":{"location":"https://soundcloud.com/roman-mars/99-invisible-85-noble-effort","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389765242376000}},"http://www.reddit.com/r/ultimate/comments/1v2wpr/lifting_101/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1v2wpr/lifting_101/","offset":{"x":0,"y":140.625},"path":"/html[1]","timestamp":1389765876234000}},"http://spootnik.org/entries/2014/01/14_real-time-twitter-trending-on-a-budget-with-riemann.html":{"'":{"location":"http://spootnik.org/entries/2014/01/14_real-time-twitter-trending-on-a-budget-with-riemann.html","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1389765953166000}},"http://www.reddit.com/r/funny/comments/1v9ny0/already_tall_7ft_or_more_friend_accidentally/":{"'":{"location":"http://www.reddit.com/r/funny/comments/1v9ny0/already_tall_7ft_or_more_friend_accidentally/","offset":{"x":0,"y":17.760416666666668},"path":"/html[1]","timestamp":1389804716494000}},"http://www.reddit.com/r/lotr/comments/1v7gkk/i_could_only_find_copies_of_these_on_collectors/cepldg9?context=1":{"'":{"location":"http://www.reddit.com/r/lotr/comments/1v7gkk/i_could_only_find_copies_of_these_on_collectors/cepldg9?context=1","offset":{"x":0,"y":28.072916666666668},"path":"/html[1]","timestamp":1389804898262000}},"http://www.reddit.com/r/Fitness/comments/1v9jem/i_barely_can_do_5_chinups_how_should_i_improve/":{"'":{"location":"http://www.reddit.com/r/Fitness/comments/1v9jem/i_barely_can_do_5_chinups_how_should_i_improve/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389804905544000}},"https://en.wikipedia.org/wiki/1000_Blank_White_Cards":{"'":{"location":"https://en.wikipedia.org/wiki/1000_Blank_White_Cards","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1389804939117000}},"http://www.avclub.com/review/white-elephant-106911?utm_source=Facebook&utm_medium=SocialMarketing&utm_campaign=LinkPreview:1:Default":{"'":{"location":"http://www.avclub.com/review/white-elephant-106911?utm_source=Facebook&utm_medium=SocialMarketing&utm_campaign=LinkPreview:1:Default","offset":{"x":0,"y":227.58823529411765},"path":"/html[1]","timestamp":1389804994760000}},"http://www.kickstarter.com/projects/lightspeedmagazine/women-destroy-science-fiction":{"'":{"location":"http://www.kickstarter.com/projects/lightspeedmagazine/women-destroy-science-fiction","offset":{"x":0,"y":240.75},"path":"/html[1]","timestamp":1389806565634000}},"http://imgur.com/a/eNOJ7":{"'":{"location":"http://imgur.com/a/eNOJ7","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389938432405000}},"http://www.usa.philips.com/e/ohc/consumer/cons-range-interdental.html":{"'":{"location":"http://www.usa.philips.com/e/ohc/consumer/cons-range-interdental.html","offset":{"x":0,"y":97.8125},"path":"/html[1]","timestamp":1389973147618000}},"http://www.wizards.com/magic/magazine/article.aspx?x=mtg/daily/td/282":{"'":{"location":"http://www.wizards.com/magic/magazine/article.aspx?x=mtg/daily/td/282","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1389973198721000}},"http://www.nytimes.com/2014/01/17/us/in-age-of-school-shootings-lockdown-drills-are-the-new-duck-and-cover.html?hpw&rref=us&_r=1":{"'":{"location":"http://www.nytimes.com/2014/01/17/us/in-age-of-school-shootings-lockdown-drills-are-the-new-duck-and-cover.html?hpw&rref=us&_r=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389973230633000}},"http://www.matasano.com/matasano-square-microcontroller-ctf/":{"'":{"location":"http://www.matasano.com/matasano-square-microcontroller-ctf/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389974831566000}},"http://jvns.ca/blog/2014/01/16/what-my-technical-interviews-have-looked-like/":{"'":{"location":"http://jvns.ca/blog/2014/01/16/what-my-technical-interviews-have-looked-like/","offset":{"x":0,"y":3},"path":"/html[1]","timestamp":1389974855596000}},"http://www.reddit.com/r/IAmA/comments/1vahsi/i_am_pentagon_papers_leaker_daniel_ellsberg/ceqjvcl?context=3":{"'":{"location":"http://www.reddit.com/r/IAmA/comments/1vahsi/i_am_pentagon_papers_leaker_daniel_ellsberg/ceqjvcl?context=3","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389974877299000}},"http://meyerweb.com/eric/thoughts/2014/01/17/care-and-strength/":{"'":{"location":"http://meyerweb.com/eric/thoughts/2014/01/17/care-and-strength/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1389977670399000}},"http://www.reddit.com/r/ultimate/comments/1vbxk0/ultimate_hasnt_changed_much_since_1986/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1vbxk0/ultimate_hasnt_changed_much_since_1986/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389977858346000}},"http://minakimes.tumblr.com/post/73611982436/papas-dont-let-your-babies-grow-up-to-be-niners-fans":{"'":{"location":"http://minakimes.tumblr.com/post/73611982436/papas-dont-let-your-babies-grow-up-to-be-niners-fans","offset":{"x":0,"y":203.58823529411765},"path":"/html[1]","timestamp":1389979409283000}},"http://www.wired.com/design/2014/01/will-influential-ui-design-minority-report":{"'":{"location":"http://www.wired.com/design/2014/01/will-influential-ui-design-minority-report","offset":{"x":0,"y":278.59375},"path":"/html[1]","timestamp":1389979440253000}},"http://www.reddit.com/r/AskReddit/comments/1vftrr/what_cliche_about_your_countryregion_is_not_true/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vftrr/what_cliche_about_your_countryregion_is_not_true/","offset":{"x":0,"y":251.875},"path":"/html[1]","timestamp":1389979468598000}},"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/8":{"'":{"location":"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/8","offset":{"x":0,"y":84.47368421052632},"path":"/html[1]","timestamp":1389979475688000}},"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/11":{"'":{"location":"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/11","offset":{"x":0,"y":116.84210526315789},"path":"/html[1]","timestamp":1389979491392000}},"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/3":{"'":{"location":"http://parley.rubyrogues.com/t/spring-vs-zeus/1478/3","offset":{"x":0,"y":116.84210526315789},"path":"/html[1]","timestamp":1389979503882000}},"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568":{"'":{"location":"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1389979550538000}},"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568/4":{"'":{"location":"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568/4","offset":{"x":0,"y":53.68421052631579},"path":"/html[1]","timestamp":1389979536475000}},"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568/3":{"'":{"location":"http://parley.rubyrogues.com/t/non-profits-how-they-use-their-money/1568/3","offset":{"x":0,"y":43.421052631578945},"path":"/html[1]","timestamp":1389979552724000}},"http://www.shakesville.com/2014/01/careless-cruel-and-unaccountable.html":{"'":{"location":"http://www.shakesville.com/2014/01/careless-cruel-and-unaccountable.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390010871925000}},"http://grantland.com/features/a-mysterious-physicist-golf-club-dr-v/":{"'":{"location":"http://grantland.com/features/a-mysterious-physicist-golf-club-dr-v/","offset":{"x":0,"y":713.28125},"path":"/html[1]","timestamp":1390011558581000}},"http://smarden.org/runit/":{"'":{"location":"http://smarden.org/runit/","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1390011689982000}},"http://stackoverflow.com/questions/12591445/what-web-framework-to-use-while-developing-in-go-language":{"'":{"location":"http://stackoverflow.com/questions/12591445/what-web-framework-to-use-while-developing-in-go-language","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390012868556000}},"http://xkcdexplained.tumblr.com/":{"'":{"location":"http://xkcdexplained.tumblr.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390012998000000}},"http://www.reddit.com/r/AskReddit/comments/1vgrsq/which_company_do_you_think_gives_the_least/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vgrsq/which_company_do_you_think_gives_the_least/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390014249645000}},"http://www.reddit.com/r/Seattle/comments/1vgq4j/wow_some_seattlites_really_must_care_about_their/":{"'":{"location":"http://www.reddit.com/r/Seattle/comments/1vgq4j/wow_some_seattlites_really_must_care_about_their/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390014274419000}},"http://www.reddit.com/r/climbing/comments/1vgvgh/a_fun_climbing_story_that_i_like_to_tell/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1vgvgh/a_fun_climbing_story_that_i_like_to_tell/","offset":{"x":0,"y":2.65625},"path":"/html[1]","timestamp":1390014309979000}},"http://www.reddit.com/r/FanTheories/comments/1vgjbi/predator_was_actually_an_extraterrestrial/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1vgjbi/predator_was_actually_an_extraterrestrial/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390014329080000}},"http://parley.rubyrogues.com/t/confused-about-and-friends/1570/16":{"'":{"location":"http://parley.rubyrogues.com/t/confused-about-and-friends/1570/16","offset":{"x":0,"y":207.1578947368421},"path":"/html[1]","timestamp":1390090022079000}},"http://www.reddit.com/r/GirlGamers/comments/1vhviw/id_like_to_have_a_discussion_about_female/cesojhi?context=1":{"'":{"location":"http://www.reddit.com/r/GirlGamers/comments/1vhviw/id_like_to_have_a_discussion_about_female/cesojhi?context=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390090117124000}},"http://www.reddit.com/r/Fitness/comments/1vjgmv/girlfriends_health_is_getting_out_of_control/":{"'":{"location":"http://www.reddit.com/r/Fitness/comments/1vjgmv/girlfriends_health_is_getting_out_of_control/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390090205251000}},"http://www.joystiq.com/2014/01/17/games-for-windows-live-is-dying-we-check-the-life-support-of-ga":{"'":{"location":"http://www.joystiq.com/2014/01/17/games-for-windows-live-is-dying-we-check-the-life-support-of-ga","offset":{"x":0,"y":51.875},"path":"/html[1]","timestamp":1390092428664000}},"http://the-toast.net/2014/01/18/responses-to-grantlands-trans-outing/":{"'":{"location":"http://the-toast.net/2014/01/18/responses-to-grantlands-trans-outing/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390092925013000}},"http://ruthwilson.co.vu/post/73751106061":{"'":{"location":"http://ruthwilson.co.vu/post/73751106061","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1390092970179000}},"http://vimeo.com/1507417":{"'":{"location":"http://vimeo.com/1507417","offset":{"x":0,"y":0.052083333333333336},"path":"/html[1]","timestamp":1390098104792000}},"http://www.theatlanticcities.com/technology/2014/01/what-really-happens-when-you-sign-food-stamps/8094/":{"'":{"location":"http://www.theatlanticcities.com/technology/2014/01/what-really-happens-when-you-sign-food-stamps/8094/","offset":{"x":0,"y":97.8125},"path":"/html[1]","timestamp":1390112723983000}},"http://www.reddit.com/r/AskReddit/comments/1vjyrk/whats_the_worst_nickname_youve_ever_heard_someone/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vjyrk/whats_the_worst_nickname_youve_ever_heard_someone/","offset":{"x":0,"y":168.90625},"path":"/html[1]","timestamp":1390112897861000}},"http://www.slate.com/articles/technology/technology/2014/01/do_what_you_love_love_what_you_do_an_omnipresent_mantra_that_s_bad_for_work.html":{"'":{"location":"http://www.slate.com/articles/technology/technology/2014/01/do_what_you_love_love_what_you_do_an_omnipresent_mantra_that_s_bad_for_work.html","offset":{"x":0,"y":12.176470588235293},"path":"/html[1]","timestamp":1390112954814000}},"http://security.stackexchange.com/questions/20803/how-does-ssl-work":{"'":{"location":"http://security.stackexchange.com/questions/20803/how-does-ssl-work","offset":{"x":0,"y":135},"path":"/html[1]","timestamp":1390113366867000}},"http://parley.rubyrogues.com/t/much-ado-about-null-classes/1574":{"'":{"location":"http://parley.rubyrogues.com/t/much-ado-about-null-classes/1574","offset":{"x":0,"y":9},"path":"/html[1]","timestamp":1390113380504000}},"http://www.huffingtonpost.com/gayot/top-10-molecular-gastronomy_b_4276116.html?ncid=edlinkusaolp00000003":{"'":{"location":"http://www.huffingtonpost.com/gayot/top-10-molecular-gastronomy_b_4276116.html?ncid=edlinkusaolp00000003","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390113737433000}},"http://mobile.nytimes.com/2014/01/19/business/eagle-scout-idealist-drug-trafficker.html?_r=0&referrer=":{"'":{"location":"http://mobile.nytimes.com/2014/01/19/business/eagle-scout-idealist-drug-trafficker.html?_r=0&referrer=","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390113749193000}},"http://blog.alexrp.com/2013/02/14/elixir-isnt-hipster/":{"'":{"location":"http://blog.alexrp.com/2013/02/14/elixir-isnt-hipster/","offset":{"x":0,"y":45.75},"path":"/html[1]","timestamp":1390577324724000}},"http://www.nytimes.com/2014/01/19/sports/football/rivalry-between-seattle-and-san-francisco-heats-up-the-west-coast.html?ref=sports&_r=1":{"'":{"location":"http://www.nytimes.com/2014/01/19/sports/football/rivalry-between-seattle-and-san-francisco-heats-up-the-west-coast.html?ref=sports&_r=1","offset":{"x":0,"y":143.69791666666669},"path":"/html[1]","timestamp":1390114189518000}},"http://www.reddit.com/r/AskReddit/comments/1vkzbz/what_smallstupid_question_would_you_like_answered/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vkzbz/what_smallstupid_question_would_you_like_answered/","offset":{"x":0,"y":979.84375},"path":"/html[1]","timestamp":1390357674057000}},"http://www.reddit.com/r/nba/comments/1vkdya/paul_george_video_game_dunk/cet783g":{"'":{"location":"http://www.reddit.com/r/nba/comments/1vkdya/paul_george_video_game_dunk/cet783g","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390153992292000}},"http://imgur.com/a/FXvnc":{"'":{"location":"http://imgur.com/a/FXvnc","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1390356992137000}},"http://www.reddit.com/r/Fitness/comments/1vss17/arnold_schwarzenegger_come_with_me_if_you_want_to/":{"'":{"location":"http://www.reddit.com/r/Fitness/comments/1vss17/arnold_schwarzenegger_come_with_me_if_you_want_to/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1390357247943000}},"http://www.reddit.com/r/truegaming/comments/1vrude/so_what_really_happened_with_assassins_creed_3/cev82t1":{"'":{"location":"http://www.reddit.com/r/truegaming/comments/1vrude/so_what_really_happened_with_assassins_creed_3/cev82t1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390357249298000}},"http://www.reddit.com/r/magicTCG/comments/1vrthv/rmagictcgs_reaction_to_phenax/":{"'":{"location":"http://www.reddit.com/r/magicTCG/comments/1vrthv/rmagictcgs_reaction_to_phenax/","offset":{"x":0,"y":386.71875},"path":"/html[1]","timestamp":1390357358674000}},"http://nbviewer.ipython.org/url/norvig.com/ipython/Economics.ipynb":{"'":{"location":"http://nbviewer.ipython.org/url/norvig.com/ipython/Economics.ipynb","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390357401783000}},"http://stopstealingphotos.tumblr.com/post/74095681931/williams-rogers-photography-aka-challenging-photography":{"'":{"location":"http://stopstealingphotos.tumblr.com/post/74095681931/williams-rogers-photography-aka-challenging-photography","offset":{"x":0,"y":1296.7058823529412},"path":"/html[1]","timestamp":1390357603593000}},"http://talia-at-mplstudios.blogspot.com/2013/03/talia-river-of-dreams-mplstudios.html":{"'":{"location":"http://talia-at-mplstudios.blogspot.com/2013/03/talia-river-of-dreams-mplstudios.html","offset":{"x":0,"y":48.90625},"path":"/html[1]","timestamp":1390357504910000}},"http://evasgarden.urlgalleries.net/blog_gallery.php?id=5533136&t=3&g=Zsanett+in+Postcard+From+St.+Petersburg+-+November+1st+2013":{"'":{"location":"http://evasgarden.urlgalleries.net/blog_gallery.php?id=5533136&t=3&g=Zsanett+in+Postcard+From+St.+Petersburg+-+November+1st+2013","offset":{"x":0,"y":15},"path":"/html[1]/body[1]","timestamp":1390357567192000}},"http://peachy18.com/t/talia-mplstudios-340093.aspx":{"'":{"location":"http://peachy18.com/t/talia-mplstudios-340093.aspx","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390357576896000}},"http://www.reddit.com/r/AskReddit/comments/1vt1si/you_can_only_watch_one_porn_video_for_the_rest_of/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vt1si/you_can_only_watch_one_porn_video_for_the_rest_of/","offset":{"x":0,"y":343.75},"path":"/html[1]","timestamp":1390357993557000}},"http://www.rsdnospam.com/index.php?t=msg&goto=131815&":{"'":{"location":"http://www.rsdnospam.com/index.php?t=msg&goto=131815&","offset":{"x":0,"y":273.33333333333337},"path":"/html[1]","timestamp":1390358255766000}},"https://docs.google.com/presentation/d/1b6B4ZIOC2Ff26TooKFcYPHbx-nb9geJKDV27B-5Mvro/pub?start=false&loop=false&delayms=3000&slide=id.p":{"'":{"location":"https://docs.google.com/presentation/d/1b6B4ZIOC2Ff26TooKFcYPHbx-nb9geJKDV27B-5Mvro/pub?start=false&loop=false&delayms=3000&slide=id.p","offset":{"x":0,"y":0},"path":"/html[1]/body[1]/div[4]/div[2]/div[1]","timestamp":1390358154659000}},"http://www.reddit.com/r/WTF/comments/1vw25v/weirdass_bird_found_on_rural_town_in_venezuela/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1vw25v/weirdass_bird_found_on_rural_town_in_venezuela/","offset":{"x":0,"y":17.760416666666668},"path":"/html[1]","timestamp":1390455665456000}},"http://www.reddit.com/r/legaladvice/comments/1vu4o6/ca_community_college_teacher_allowed_to_require/":{"'":{"location":"http://www.reddit.com/r/legaladvice/comments/1vu4o6/ca_community_college_teacher_allowed_to_require/","offset":{"x":0,"y":12.552083333333334},"path":"/html[1]","timestamp":1390455723241000}},"http://www.reddit.com/r/FanTheories/comments/1vvsee/wolverine_days_of_future_past_theory_contains/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1vvsee/wolverine_days_of_future_past_theory_contains/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390455737352000}},"http://www.reddit.com/r/ultimate/comments/1vs2j4/who_is_on_the_cutting_edge/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1vs2j4/who_is_on_the_cutting_edge/","offset":{"x":0,"y":128.90625},"path":"/html[1]","timestamp":1390455756623000}},"http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using":{"'":{"location":"http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390540483727000}},"http://www.reddit.com/r/AskReddit/comments/1vyg6l/historians_of_reddit_what_commonly_accepted/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1vyg6l/historians_of_reddit_what_commonly_accepted/","offset":{"x":0,"y":29.895833333333336},"path":"/html[1]","timestamp":1390540515936000}},"http://www.reddit.com/r/ProRevenge/comments/1w0sav/6th_grade_girl_bullies_get_destroyed/":{"'":{"location":"http://www.reddit.com/r/ProRevenge/comments/1w0sav/6th_grade_girl_bullies_get_destroyed/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390578496693000}},"http://hypercritical.co/2014/01/24/macintosh":{"'":{"location":"http://hypercritical.co/2014/01/24/macintosh","offset":{"x":0,"y":14.84375},"path":"/html[1]","timestamp":1390578829611000}},"http://sherylcanter.com/wordpress/2010/01/a-science-based-technique-for-seasoning-cast-iron/":{"'":{"location":"http://sherylcanter.com/wordpress/2010/01/a-science-based-technique-for-seasoning-cast-iron/","offset":{"x":0,"y":93.17708333333334},"path":"/html[1]","timestamp":1390579846028000}},"http://en.wikipedia.org/wiki/The_Atrocity_Archives":{"'":{"location":"http://en.wikipedia.org/wiki/The_Atrocity_Archives","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390579861178000}},"http://www.reddit.com/r/WTF/comments/1w54p2/fire_ants_act_like_a_bulk_material_with/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1w54p2/fire_ants_act_like_a_bulk_material_with/","offset":{"x":0,"y":182.39583333333334},"path":"/html[1]","timestamp":1390702704868000}},"http://www.reddit.com/r/AskReddit/comments/1w4n7l/what_misconception_did_you_have_as_a_child_that/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1w4n7l/what_misconception_did_you_have_as_a_child_that/","offset":{"x":0,"y":700.625},"path":"/html[1]","timestamp":1390704311419000}},"http://imgur.com/a/gn7AB":{"'":{"location":"http://imgur.com/a/gn7AB","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1390718296314000}},"http://www.reddit.com/r/AskReddit/comments/1w5t8x/whats_the_dumbest_thing_youve_done_for_someone/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1w5t8x/whats_the_dumbest_thing_youve_done_for_someone/","offset":{"x":0,"y":120},"path":"/html[1]","timestamp":1390718355056000}},"http://www.nytimes.com/2014/01/26/sports/football/seahawks-richard-sherman-is-much-more-than-just-talk.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/01/26/sports/football/seahawks-richard-sherman-is-much-more-than-just-talk.html?_r=0","offset":{"x":0,"y":140.78125},"path":"/html[1]","timestamp":1390718775866000}},"http://www.runnersworld.com/health/the-importance-of-breaks-in-sedentary-time?page=single":{"'":{"location":"http://www.runnersworld.com/health/the-importance-of-breaks-in-sedentary-time?page=single","offset":{"x":0,"y":62.013888888888886},"path":"/html[1]","timestamp":1390720268524000}},"http://parley.rubyrogues.com/t/memory-profiling-in-ruby-2-1-0/1581":{"'":{"location":"http://parley.rubyrogues.com/t/memory-profiling-in-ruby-2-1-0/1581","offset":{"x":0,"y":20.263157894736842},"path":"/html[1]","timestamp":1390720519166000}},"http://parley.rubyrogues.com/t/does-anyone-use-private-constant/1548/15":{"'":{"location":"http://parley.rubyrogues.com/t/does-anyone-use-private-constant/1548/15","offset":{"x":0,"y":184.47368421052633},"path":"/html[1]","timestamp":1390720532636000}},"http://guides.rubygems.org/faqs/":{"'":{"location":"http://guides.rubygems.org/faqs/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390721266390000}},"http://www.mensjournal.com/magazine/the-nfls-secret-drug-problem-20121127":{"'":{"location":"http://www.mensjournal.com/magazine/the-nfls-secret-drug-problem-20121127","offset":{"x":0,"y":17.764705882352942},"path":"/html[1]","timestamp":1390754235670000}},"http://ma.tt/2014/01/four-freedoms/?utm_content=buffer16078&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://ma.tt/2014/01/four-freedoms/?utm_content=buffer16078&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390754608930000}},"http://gitready.com/advanced/2011/10/21/ribbon-and-catchup-reading-new-commits.html":{"'":{"location":"http://gitready.com/advanced/2011/10/21/ribbon-and-catchup-reading-new-commits.html","offset":{"x":0,"y":43.07291666666667},"path":"/html[1]","timestamp":1395081840785000}},"http://fuckyeahinterspeciesfriendships.tumblr.com/post/74616228650":{"'":{"location":"http://fuckyeahinterspeciesfriendships.tumblr.com/post/74616228650","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390801321902000}},"http://www.reddit.com/r/AskReddit/comments/1w7yqg/girls_of_rgonewild_what_is_your_life_situation/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1w7yqg/girls_of_rgonewild_what_is_your_life_situation/","offset":{"x":0,"y":369.27083333333337},"path":"/html[1]","timestamp":1390801692962000}},"http://www.theverge.com/2014/1/26/5348212/ezra-klein-vox-is-our-next":{"'":{"location":"http://www.theverge.com/2014/1/26/5348212/ezra-klein-vox-is-our-next","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390802386282000}},"http://imgur.com/a/Xjbff":{"'":{"location":"http://imgur.com/a/Xjbff","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390962088628000}},"http://www.reddit.com/r/AskReddit/comments/1we4sa/what_is_the_most_shameful_thing_you_do_on_a/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1we4sa/what_is_the_most_shameful_thing_you_do_on_a/","offset":{"x":0,"y":337.8125},"path":"/html[1]","timestamp":1390962296108000}},"http://www.reddit.com/r/Games/comments/1weo82/i_used_to_run_the_largest_alliance_in_eve_online/":{"'":{"location":"http://www.reddit.com/r/Games/comments/1weo82/i_used_to_run_the_largest_alliance_in_eve_online/","offset":{"x":0,"y":22.8125},"path":"/html[1]","timestamp":1390962306773000}},"http://lostechies.com/derickbailey/2014/01/28/killing-switch-statements-with-a-registry-an-example-and-screencast/":{"'":{"location":"http://lostechies.com/derickbailey/2014/01/28/killing-switch-statements-with-a-registry-an-example-and-screencast/","offset":{"x":0,"y":198.59375},"path":"/html[1]","timestamp":1390962367798000}},"https://www.getpantheon.com/jobs":{"'":{"location":"https://www.getpantheon.com/jobs","offset":{"x":0,"y":48.90625},"path":"/html[1]","timestamp":1390972692782000}},"http://redbeacon.github.io/2014/01/28/Fat-Models-a-Django-Code-Organization-Strategy/":{"'":{"location":"http://redbeacon.github.io/2014/01/28/Fat-Models-a-Django-Code-Organization-Strategy/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1390972811091000}},"http://www.geekwire.com/2014/red-hot-rentals-seattles-south-lake-union-surpasses-even-san-fran/":{"'":{"location":"http://www.geekwire.com/2014/red-hot-rentals-seattles-south-lake-union-surpasses-even-san-fran/","offset":{"x":0,"y":35.10416666666667},"path":"/html[1]","timestamp":1390973499924000}},"https://www.massdrop.com/buy/ergodox":{"'":{"location":"https://www.massdrop.com/buy/ergodox","offset":{"x":0,"y":106.11764705882354},"path":"/html[1]","timestamp":1391012198280000}},"https://www.massdrop.com/ext/ergodox/assembly":{"'":{"location":"https://www.massdrop.com/ext/ergodox/assembly","offset":{"x":0,"y":1478.6470588235295},"path":"/html[1]","timestamp":1391010678114000}},"https://www.massdrop.com/ext/ergodox":{"'":{"location":"https://www.massdrop.com/ext/ergodox","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398046023886000}},"http://justinelarbalestier.com/blog/2013/04/23/overused-words/":{"'":{"location":"http://justinelarbalestier.com/blog/2013/04/23/overused-words/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391010731645000}},"https://www.google.com/search?q=ergodox+full+hand+classic&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{"'":{"location":"https://www.google.com/search?q=ergodox+full+hand+classic&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a","offset":{"x":0,"y":31.94391348577427},"path":"/html[1]","timestamp":1391010773670000}},"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop":{"'":{"location":"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop","offset":{"x":0,"y":97.86458333333334},"path":"/html[1]","timestamp":1391010782904000}},"http://www.reddit.com/r/MechanicalKeyboards/comments/1gbwdm/ergodox_vs_truly_ergonomic/":{"'":{"location":"http://www.reddit.com/r/MechanicalKeyboards/comments/1gbwdm/ergodox_vs_truly_ergonomic/","offset":{"x":0,"y":120.15625},"path":"/html[1]","timestamp":1391010837907000}},"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop/2":{"'":{"location":"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop/2","offset":{"x":0,"y":0.052083333333333336},"path":"/html[1]","timestamp":1391010866641000}},"http://www.bodymedia.com/Support-Help/Downloads-Main?whence=":{"'":{"location":"http://www.bodymedia.com/Support-Help/Downloads-Main?whence=","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391010932524000}},"https://twitter.com/EmileSwarts/status/383684301348700160":{"'":{"location":"https://twitter.com/EmileSwarts/status/383684301348700160","offset":{"x":0,"y":27.083333333333336},"path":"/html[1]","timestamp":1391011810983000}},"http://highscalability.com/blog/2014/1/28/how-next-big-sound-tracks-over-a-trillion-song-plays-likes-a.html":{"'":{"location":"http://highscalability.com/blog/2014/1/28/how-next-big-sound-tracks-over-a-trillion-song-plays-likes-a.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391011950504000}},"https://news.ycombinator.com/item?id=6970850":{"'":{"location":"https://news.ycombinator.com/item?id=6970850","offset":{"x":0,"y":36.05882352941177},"path":"/html[1]/body[1]","timestamp":1391011869898000}},"http://jjt.io/2013/11/25/why-any-developer-should-check-out-the-ergodox-keyboard/":{"'":{"location":"http://jjt.io/2013/11/25/why-any-developer-should-check-out-the-ergodox-keyboard/","offset":{"x":0,"y":235.3595560719211},"path":"/html[1]","timestamp":1391011935564000}},"https://github.com/jjt/ergodox-firmware/blob/master/src/keyboard/ergodox/layout/colemak-symbol-mod.c":{"'":{"location":"https://github.com/jjt/ergodox-firmware/blob/master/src/keyboard/ergodox/layout/colemak-symbol-mod.c","offset":{"x":0,"y":69.6470588235294},"path":"/html[1]","timestamp":1391011943849000}},"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop/4":{"'":{"location":"http://www.anandtech.com/show/7245/ergodox-review-an-ergonomic-mechanical-keyboard-via-massdrop/4","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1391012189662000}},"http://rossipedia.com/blog/2013/06/ergodox-mechanical-keyboard-review/":{"'":{"location":"http://rossipedia.com/blog/2013/06/ergodox-mechanical-keyboard-review/","offset":{"x":0,"y":149.0625},"path":"/html[1]","timestamp":1391012179304000}},"http://www.reddit.com/r/AskReddit/comments/1wg74z/doctors_of_reddit_what_is_your_most_oh_my_god/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1wg74z/doctors_of_reddit_what_is_your_most_oh_my_god/","offset":{"x":0,"y":288.3854166666667},"path":"/html[1]","timestamp":1391012683957000}},"http://www.patagonia.com/us/shop/web-specials-luggage?k=1G-ga":{"'":{"location":"http://www.patagonia.com/us/shop/web-specials-luggage?k=1G-ga","offset":{"x":0,"y":81.5625},"path":"/html[1]","timestamp":1391012743530000}},"http://www.patagonia.com/us/shop/web-specials-mens?k=1D-ga&ps=4":{"'":{"location":"http://www.patagonia.com/us/shop/web-specials-mens?k=1D-ga&ps=4","offset":{"x":0,"y":161.5625},"path":"/html[1]","timestamp":1391012949834000}},"http://www.patagonia.com/us/product/mens-capilene-baselayer-2-lightweight-bottoms?p=44891-1":{"'":{"location":"http://www.patagonia.com/us/product/mens-capilene-baselayer-2-lightweight-bottoms?p=44891-1","offset":{"x":0,"y":60.78125},"path":"/html[1]","timestamp":1391012982724000}},"http://www.patagonia.com/us/shop/web-specials-mens?k=1D-ga&ps=7":{"'":{"location":"http://www.patagonia.com/us/shop/web-specials-mens?k=1D-ga&ps=7","offset":{"x":0,"y":183.125},"path":"/html[1]","timestamp":1391013118827000}},"https://sethvargo.com/the-future-of-vagrant-berkshelf/":{"'":{"location":"https://sethvargo.com/the-future-of-vagrant-berkshelf/","offset":{"x":0,"y":18},"path":"/html[1]","timestamp":1391013890752000}},"http://www.nytimes.com/2014/01/30/us/ice-storm-southern-united-states.html?hp&_r=1":{"'":{"location":"http://www.nytimes.com/2014/01/30/us/ice-storm-southern-united-states.html?hp&_r=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391017215174000}},"http://angryrobot.ca/2013/05/07/upstream-color-explained":{"'":{"location":"http://angryrobot.ca/2013/05/07/upstream-color-explained","offset":{"x":0,"y":154.375},"path":"/html[1]","timestamp":1391186096463000}},"http://www.newyorker.com/online/blogs/sportingscene/2014/01/from-the-field-to-the-front-office-retirement-planning-for-the-nfls-stars.html":{"'":{"location":"http://www.newyorker.com/online/blogs/sportingscene/2014/01/from-the-field-to-the-front-office-retirement-planning-for-the-nfls-stars.html","offset":{"x":0,"y":60.78125},"path":"/html[1]","timestamp":1391185840631000}},"http://www.bigstory.ap.org/article/monarch-butterflies-drop-migration-may-disappear":{"'":{"location":"http://www.bigstory.ap.org/article/monarch-butterflies-drop-migration-may-disappear","offset":{"x":0,"y":26.71875},"path":"/html[1]","timestamp":1391185859712000}},"http://the-toast.net/2013/11/20/adam-levine-sexiest-man-alive/":{"'":{"location":"http://the-toast.net/2013/11/20/adam-levine-sexiest-man-alive/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391187587734000}},"http://static.lukew.com/PartiDesignSandwich-LukeW.pdf":{"'":{"location":"http://static.lukew.com/PartiDesignSandwich-LukeW.pdf","offset":{"x":0,"y":0.7142857142857143},"path":"id('viewerContainer')","timestamp":1391187657084000}},"http://mike-clarke.com/2013/11/applied-docker-continuous-integration/":{"'":{"location":"http://mike-clarke.com/2013/11/applied-docker-continuous-integration/","offset":{"x":0,"y":147.34375},"path":"/html[1]","timestamp":1391223869905000}},"http://imgur.com/a/fy79F":{"'":{"location":"http://imgur.com/a/fy79F","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391225357364000}},"http://www.reddit.com/r/boardgames/comments/1wnkbd/antoine_bauza_unveiled_a_picture_of_his_new_7/":{"'":{"location":"http://www.reddit.com/r/boardgames/comments/1wnkbd/antoine_bauza_unveiled_a_picture_of_his_new_7/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391225289619000}},"http://www.reddit.com/r/WTF/comments/1wouee/hello_again_one_year_ago_today_i_was_diagnosed/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1wouee/hello_again_one_year_ago_today_i_was_diagnosed/","offset":{"x":0,"y":171.875},"path":"/html[1]","timestamp":1391225353749000}},"http://www.reddit.com/r/Fitness/comments/1wo5g0/gym_bully_im_28_he_is_16/":{"'":{"location":"http://www.reddit.com/r/Fitness/comments/1wo5g0/gym_bully_im_28_he_is_16/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391225390260000}},"http://geekhack.org/index.php?topic=22780.2130":{"'":{"location":"http://geekhack.org/index.php?topic=22780.2130","offset":{"x":0,"y":509.1666666666667},"path":"/html[1]","timestamp":1391225447846000}},"https://github.com/benblazak/ergodox-firmware/pull/23":{"'":{"location":"https://github.com/benblazak/ergodox-firmware/pull/23","offset":{"x":0,"y":97.29411764705883},"path":"/html[1]","timestamp":1391225546727000}},"https://github.com/benblazak/ergodox-firmware":{"'":{"location":"https://github.com/benblazak/ergodox-firmware","offset":{"x":0,"y":39.1764705882353},"path":"/html[1]","timestamp":1392353757489000}},"https://www.google.com/search?safe=off&client=firefox-a&hs=TC8&rls=org.mozilla%3Aen-US%3Aofficial&q=ergodox+media+keys&oq=ergodox+media+keys&gs_l=serp.3...0.0.1.37.0.0.0.0.0.0.0.0..0.0....0...1c..32.serp..0.10.176.KPacaY7NcV0":{"'":{"location":"https://www.google.com/search?safe=off&client=firefox-a&hs=TC8&rls=org.mozilla%3Aen-US%3Aofficial&q=ergodox+media+keys&oq=ergodox+media+keys&gs_l=serp.3...0.0.1.37.0.0.0.0.0.0.0.0..0.0....0...1c..32.serp..0.10.176.KPacaY7NcV0","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391225734242000}},"https://medium.com/p/948b2b806d86":{"'":{"location":"https://medium.com/p/948b2b806d86","offset":{"x":0,"y":0},"path":"id('null')/article[1]","timestamp":1391303234842000}},"http://www.reddit.com/r/askscience/comments/1wqb9w/what_is_a_sore_throat/":{"'":{"location":"http://www.reddit.com/r/askscience/comments/1wqb9w/what_is_a_sore_throat/","offset":{"x":0,"y":12.34375},"path":"/html[1]","timestamp":1391360181817000}},"http://www.teamliquid.net/forum/viewmessage.php?topic_id=442494":{"'":{"location":"http://www.teamliquid.net/forum/viewmessage.php?topic_id=442494","offset":{"x":0,"y":51.25},"path":"/html[1]","timestamp":1391360287928000}},"https://yeswesam.wordpress.com/2013/02/02/sams-weird-movie-theories-ned-ryerson-is-caught-in-his-own-time-loop/":{"'":{"location":"https://yeswesam.wordpress.com/2013/02/02/sams-weird-movie-theories-ned-ryerson-is-caught-in-his-own-time-loop/","offset":{"x":0,"y":97.8125},"path":"/html[1]","timestamp":1391360349644000}},"http://www.nytimes.com/2014/02/02/us/severe-drought-has-us-west-fearing-worst.html?hp&_r=1":{"'":{"location":"http://www.nytimes.com/2014/02/02/us/severe-drought-has-us-west-fearing-worst.html?hp&_r=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391374486079000}},"http://www.reddit.com/r/AskReddit/comments/1wt0m7/what_is_something_that_you_are_9999_sure_happens/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1wt0m7/what_is_something_that_you_are_9999_sure_happens/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391376883614000}},"http://www.theatlantic.com/health/print/2014/01/life-as-a-nonviolent-psychopath/282271/":{"'":{"location":"http://www.theatlantic.com/health/print/2014/01/life-as-a-nonviolent-psychopath/282271/","offset":{"x":0,"y":343.75},"path":"/html[1]","timestamp":1391378198209000}},"http://www.newyorker.com/online/blogs/elements/2013/11/the-blood-injections-that-might-transform-orthopedics.html":{"'":{"location":"http://www.newyorker.com/online/blogs/elements/2013/11/the-blood-injections-that-might-transform-orthopedics.html","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1391378201907000}},"http://augustl.com/blog/2014/an_immutable_operating_system/":{"'":{"location":"http://augustl.com/blog/2014/an_immutable_operating_system/","offset":{"x":0,"y":11.666666666666668},"path":"/html[1]","timestamp":1391378361613000}},"http://www.reddit.com/r/WTF/comments/1x0scc/how_they_killed_unwanted_male_chickens/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1x0scc/how_they_killed_unwanted_male_chickens/","offset":{"x":0,"y":20.729166666666668},"path":"/html[1]","timestamp":1391567563466000}},"http://news.sciencemag.org/biology/2014/02/black-death-left-mark-human-genome?rss=1":{"'":{"location":"http://news.sciencemag.org/biology/2014/02/black-death-left-mark-human-genome?rss=1","offset":{"x":0,"y":56.09375},"path":"/html[1]","timestamp":1391567650953000}},"http://www.reddit.com/r/firstworldproblems/comments/1wytmc/the_woes_of_dating_and_making_good_money/cf6t8zi?content=1":{"'":{"location":"http://www.reddit.com/r/firstworldproblems/comments/1wytmc/the_woes_of_dating_and_making_good_money/cf6t8zi?content=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391567654893000}},"http://imgur.com/gallery/ZYqxa":{"'":{"location":"http://imgur.com/gallery/ZYqxa","offset":{"x":0,"y":254.73958333333334},"path":"/html[1]","timestamp":1391702510748000}},"http://www.reddit.com/r/nba/comments/1x3q5h/paul_george_offered_a_stripper_one_million/cf7uh9t":{"'":{"location":"http://www.reddit.com/r/nba/comments/1x3q5h/paul_george_offered_a_stripper_one_million/cf7uh9t","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391702536540000}},"http://blacksportsonline.com/home/2011/05/bso-pretty-ladies-callie-rivers-celtics-coach-doc-rivers-daughter/":{"'":{"location":"http://blacksportsonline.com/home/2011/05/bso-pretty-ladies-callie-rivers-celtics-coach-doc-rivers-daughter/","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1391702570751000}},"http://imgur.com/a/lWrH2":{"'":{"location":"http://imgur.com/a/lWrH2","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391702586362000}},"https://devart.withgoogle.com/":{"'":{"location":"https://devart.withgoogle.com/","offset":{"x":0,"y":0},"path":"/html[1]/body[1]/div[4]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/div[1]/span[1]/div[1]","timestamp":1391703441332000}},"http://www.slate.com/articles/life/history/2014/02/_historyinpics_historicalpics_history_pics_why_the_wildly_popular_twitter.html":{"'":{"location":"http://www.slate.com/articles/life/history/2014/02/_historyinpics_historicalpics_history_pics_why_the_wildly_popular_twitter.html","offset":{"x":0,"y":85.29411764705883},"path":"/html[1]","timestamp":1391703573483000}},"http://paleofuture.gizmodo.com/12-more-viral-photos-that-are-totally-fake-1502231257":{"'":{"location":"http://paleofuture.gizmodo.com/12-more-viral-photos-that-are-totally-fake-1502231257","offset":{"x":0,"y":374.45454545454544},"path":"/html[1]","timestamp":1391703616827000}},"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=packs&model=Miura-35":{"'":{"location":"http://www.arcteryx.com/product.aspx?language=EN&gender=mens&category=packs&model=Miura-35","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391703658759000}},"https://the-pastry-box-project.net/ed-finkler/2014-february-6":{"'":{"location":"https://the-pastry-box-project.net/ed-finkler/2014-february-6","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391703694635000}},"http://www.star-telegram.com/2014/02/05/5544440/recruiting-confidential.html?rh=1":{"'":{"location":"http://www.star-telegram.com/2014/02/05/5544440/recruiting-confidential.html?rh=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391703795791000}},"https://blog.twitter.com/2014/fighting-for-more-transparency":{"'":{"location":"https://blog.twitter.com/2014/fighting-for-more-transparency","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391703798333000}},"http://thesweethome.com/reviews/best-champagne-glass/":{"'":{"location":"http://thesweethome.com/reviews/best-champagne-glass/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391703800293000}},"http://the-new-inquiry-store.myshopify.com/collections/frontpage/products/limited-edition-misandry-tote":{"'":{"location":"http://the-new-inquiry-store.myshopify.com/collections/frontpage/products/limited-edition-misandry-tote","offset":{"x":0,"y":67.8125},"path":"/html[1]","timestamp":1391703830505000}},"http://www.scientificamerican.com/report/science-at-the-sochi-olympics/":{"'":{"location":"http://www.scientificamerican.com/report/science-at-the-sochi-olympics/","offset":{"x":0,"y":0},"path":"id('bannerContain')/div[1]","timestamp":1391706539250000}},"https://www.google.com/search?q=arcteryx+miura&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{"'":{"location":"https://www.google.com/search?q=arcteryx+miura&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391706543498000}},"https://www.google.com/search?q=arcteryx+miura&safe=off&client=firefox-a&hs=gZ8&rls=org.mozilla:en-US:official&ei=27TzUrH8LM31oASBpIL4CQ&start=10&sa=N&biw=1388&bih=844":{"'":{"location":"https://www.google.com/search?q=arcteryx+miura&safe=off&client=firefox-a&hs=gZ8&rls=org.mozilla:en-US:official&ei=27TzUrH8LM31oASBpIL4CQ&start=10&sa=N&biw=1388&bih=844","offset":{"x":0,"y":8.74731910868058},"path":"/html[1]","timestamp":1391706559984000}},"http://online.wsj.com/news/articles/SB10001424052702304680904579366712107461956?mg=reno64-wsj&url=http%3A%2F%2Fonline.wsj.com%2Farticle%2FSB10001424052702304680904579366712107461956.html":{"'":{"location":"http://online.wsj.com/news/articles/SB10001424052702304680904579366712107461956?mg=reno64-wsj&url=http%3A%2F%2Fonline.wsj.com%2Farticle%2FSB10001424052702304680904579366712107461956.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391706682991000}},"http://www.newyorker.com/online/blogs/borowitzreport/2014/02/sochi-hotel-guests-complain-about-topless-portraits-of-putin-in-rooms.html?utm_source=www&utm_medium=tw&utm_campaign=20140206":{"'":{"location":"http://www.newyorker.com/online/blogs/borowitzreport/2014/02/sochi-hotel-guests-complain-about-topless-portraits-of-putin-in-rooms.html?utm_source=www&utm_medium=tw&utm_campaign=20140206","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1391706705661000}},"http://tinysubversions.com/2014/02/whats-next-for-me/":{"'":{"location":"http://tinysubversions.com/2014/02/whats-next-for-me/","offset":{"x":0,"y":5.104166666666667},"path":"/html[1]","timestamp":1391706736200000}},"https://github.com/middleman/middleman/blob/v3-stable/middleman-core/lib/middleman-core/cli/console.rb":{"'":{"location":"https://github.com/middleman/middleman/blob/v3-stable/middleman-core/lib/middleman-core/cli/console.rb","offset":{"x":0,"y":19.058823529411764},"path":"/html[1]","timestamp":1391707093365000}},"http://middlemanapp.com/basics/getting-started/":{"'":{"location":"http://middlemanapp.com/basics/getting-started/","offset":{"x":0,"y":209},"path":"/html[1]","timestamp":1391707591676000}},"http://www.reddit.com/r/climbing/comments/1x79e6/alex_honnold_512_big_wall_solo/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1x79e6/alex_honnold_512_big_wall_solo/","offset":{"x":0,"y":24.166666666666668},"path":"/html[1]","timestamp":1391789488791000}},"http://bleacherreport.com/articles/1950945-ricky-williams-and-ryan-clark-speak-on-nfls-marijuana-policy?utm_source=twitter.com&utm_medium=referral&utm_campaign=programming-national":{"'":{"location":"http://bleacherreport.com/articles/1950945-ricky-williams-and-ryan-clark-speak-on-nfls-marijuana-policy?utm_source=twitter.com&utm_medium=referral&utm_campaign=programming-national","offset":{"x":0,"y":124.57142857142857},"path":"id('bleacherreport')","timestamp":1391789667841000}},"http://www.reddit.com/r/FanTheories/comments/1x9d6n/disneys_snow_white_why_do_the_dwarfs_live/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1x9d6n/disneys_snow_white_why_do_the_dwarfs_live/","offset":{"x":0,"y":4.21875},"path":"/html[1]","timestamp":1391789769919000}},"http://blogs.bmj.com/bjsm/2014/02/03/coaches-and-doctors-need-to-recognise-when-they-are-vulnerable-to-win-or-else-pressure/":{"'":{"location":"http://blogs.bmj.com/bjsm/2014/02/03/coaches-and-doctors-need-to-recognise-when-they-are-vulnerable-to-win-or-else-pressure/","offset":{"x":0,"y":11.770833333333334},"path":"/html[1]","timestamp":1391789797686000}},"http://www.reddit.com/r/AskHistorians/comments/1x8em5/why_do_actors_in_modern_movies_today_feel_more/cf93nyp":{"'":{"location":"http://www.reddit.com/r/AskHistorians/comments/1x8em5/why_do_actors_in_modern_movies_today_feel_more/cf93nyp","offset":{"x":0,"y":8.229166666666668},"path":"/html[1]","timestamp":1391830243215000}},"http://www.reddit.com/r/AskReddit/comments/1xafq0/what_is_the_best_nsfw_fact_you_know/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1xafq0/what_is_the_best_nsfw_fact_you_know/","offset":{"x":0,"y":512.96875},"path":"/html[1]","timestamp":1391831078041000}},"http://www.reddit.com/r/TalesFromRetail/comments/1xbwjj/oh_youve_already_closed_your_register_and_your/cfa7cs0?context=3":{"'":{"location":"http://www.reddit.com/r/TalesFromRetail/comments/1xbwjj/oh_youve_already_closed_your_register_and_your/cfa7cs0?context=3","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1391917658999000}},"http://imgur.com/a/ML3h1":{"'":{"location":"http://imgur.com/a/ML3h1","offset":{"x":0,"y":265.15625},"path":"/html[1]","timestamp":1391917674700000}},"http://www.theatlantic.com/business/archive/2014/02/high-speed-trading-isnt-about-efficiency-its-about-cheating/283677/":{"'":{"location":"http://www.theatlantic.com/business/archive/2014/02/high-speed-trading-isnt-about-efficiency-its-about-cheating/283677/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1391996577595000}},"http://www.nytimes.com/2014/02/09/opinion/sunday/inside-a-mental-hospital-called-jail.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/02/09/opinion/sunday/inside-a-mental-hospital-called-jail.html?_r=0","offset":{"x":0,"y":51.875},"path":"/html[1]","timestamp":1391996915457000}},"http://thetalentcode.com/2014/02/06/hey-parents-quit-raising-specialists-and-start-raising-omnivores/":{"'":{"location":"http://thetalentcode.com/2014/02/06/hey-parents-quit-raising-specialists-and-start-raising-omnivores/","offset":{"x":0,"y":350.78125},"path":"/html[1]","timestamp":1391997095143000}},"http://parley.rubyrogues.com/t/conditional-logic-persistence-nosql-or-sql/1678":{"'":{"location":"http://parley.rubyrogues.com/t/conditional-logic-persistence-nosql-or-sql/1678","offset":{"x":0,"y":36.31578947368421},"path":"/html[1]","timestamp":1391997118715000}},"http://parley.rubyrogues.com/t/heroku-performance-dynos-ask-me-your-questions/1667/8":{"'":{"location":"http://parley.rubyrogues.com/t/heroku-performance-dynos-ask-me-your-questions/1667/8","offset":{"x":0,"y":207.89473684210526},"path":"/html[1]","timestamp":1391997134084000}},"http://parley.rubyrogues.com/t/testing-system-call-speeds-surprising-results/1513/3":{"'":{"location":"http://parley.rubyrogues.com/t/testing-system-call-speeds-surprising-results/1513/3","offset":{"x":0,"y":99},"path":"/html[1]","timestamp":1391997143405000}},"http://parley.rubyrogues.com/t/testing-system-call-speeds-surprising-results/1513/2":{"'":{"location":"http://parley.rubyrogues.com/t/testing-system-call-speeds-surprising-results/1513/2","offset":{"x":0,"y":87},"path":"/html[1]","timestamp":1391997151270000}},"http://www.nytimes.com/2014/02/11/world/europe/british-politicians-blame-one-another-for-unexpected-flooding.html?ref=world&_r=0":{"'":{"location":"http://www.nytimes.com/2014/02/11/world/europe/british-politicians-blame-one-another-for-unexpected-flooding.html?ref=world&_r=0","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392088095030000}},"http://imgur.com/a/GFyYV":{"'":{"location":"http://imgur.com/a/GFyYV","offset":{"x":0,"y":265.3125},"path":"/html[1]","timestamp":1392089204591000}},"http://www.reddit.com/r/AskReddit/comments/1xj01o/which_celebrity_have_you_met_and_were_they_as/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1xj01o/which_celebrity_have_you_met_and_were_they_as/","offset":{"x":0,"y":80},"path":"/html[1]","timestamp":1392089323250000}},"http://imgur.com/gallery/GY9Rk":{"'":{"location":"http://imgur.com/gallery/GY9Rk","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1392089328465000}},"http://www.reddit.com/r/reactiongifs/comments/1xfufu/we_had_mckayla_maroney_not_impressed_and_now/cfb98d2":{"'":{"location":"http://www.reddit.com/r/reactiongifs/comments/1xfufu/we_had_mckayla_maroney_not_impressed_and_now/cfb98d2","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392089337533000}},"http://imgur.com/a/ASlKL":{"'":{"location":"http://imgur.com/a/ASlKL","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1392089350554000}},"http://www.reddit.com/r/boardgames/comments/1xjaga/no_gurls_allowed/":{"'":{"location":"http://www.reddit.com/r/boardgames/comments/1xjaga/no_gurls_allowed/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392089358914000}},"http://www.yelp.com/biz/altura-seattle":{"'":{"location":"http://www.yelp.com/biz/altura-seattle","offset":{"x":0,"y":313.28125},"path":"/html[1]","timestamp":1392310260690000}},"http://www.urbanspoon.com/r/1/1623322/restaurant/Capitol-Hill/Altura-Seattle":{"'":{"location":"http://www.urbanspoon.com/r/1/1623322/restaurant/Capitol-Hill/Altura-Seattle","offset":{"x":0,"y":57.8125},"path":"/html[1]","timestamp":1392310283174000}},"http://imgur.com/a/zj4J9":{"'":{"location":"http://imgur.com/a/zj4J9","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392310447068000}},"http://www.reddit.com/r/AskReddit/comments/1xsqs4/what_is_the_most_underrated_pleasure/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1xsqs4/what_is_the_most_underrated_pleasure/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392310453603000}},"http://www.reddit.com/r/WTF/comments/1xs56l/head_dislocationmy_friend_was_internally/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1xs56l/head_dislocationmy_friend_was_internally/","offset":{"x":0,"y":91.875},"path":"/html[1]","timestamp":1392310475341000}},"http://www.reddit.com/r/Cynicalbrit/comments/1xrx27/in_light_of_tb_abandonning_his_own_subreddit/cfe3rgc":{"'":{"location":"http://www.reddit.com/r/Cynicalbrit/comments/1xrx27/in_light_of_tb_abandonning_his_own_subreddit/cfe3rgc","offset":{"x":0,"y":20.78125},"path":"/html[1]","timestamp":1392310485273000}},"http://tippedmixology.blogspot.com/2013/09/the-almost-perfect-sous-vide-brisket.html":{"'":{"location":"http://tippedmixology.blogspot.com/2013/09/the-almost-perfect-sous-vide-brisket.html","offset":{"x":0,"y":272.03125},"path":"/html[1]","timestamp":1392344586088000}},"http://nomnompaleo.com/post/3215794386/sous-vide-grass-fed-brisket":{"'":{"location":"http://nomnompaleo.com/post/3215794386/sous-vide-grass-fed-brisket","offset":{"x":0,"y":82.96875},"path":"/html[1]","timestamp":1392344601646000}},"http://www.seriouseats.com/2011/03/how-to-make-corned-beef-st-patricks-day-simmering-brisket-meat-the-food-lab.html":{"'":{"location":"http://www.seriouseats.com/2011/03/how-to-make-corned-beef-st-patricks-day-simmering-brisket-meat-the-food-lab.html","offset":{"x":0,"y":736.40625},"path":"/html[1]","timestamp":1392344652192000}},"http://www.reddit.com/r/WTF/comments/1xtz64/tis_but_a_scratch/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1xtz64/tis_but_a_scratch/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392344724019000}},"http://www.reddit.com/r/AskReddit/comments/1xtypn/whats_one_thing_that_someone_does_that_just/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1xtypn/whats_one_thing_that_someone_does_that_just/","offset":{"x":0,"y":40},"path":"/html[1]","timestamp":1392344752856000}},"http://imgur.com/gallery/fNQ0K":{"'":{"location":"http://imgur.com/gallery/fNQ0K","offset":{"x":0,"y":201.5625},"path":"/html[1]","timestamp":1392344919850000}},"http://www.theverge.com/2014/2/12/5406860/sigma-dp-quattro-hands-on":{"'":{"location":"http://www.theverge.com/2014/2/12/5406860/sigma-dp-quattro-hands-on","offset":{"x":0,"y":20.78125},"path":"/html[1]","timestamp":1392344925977000}},"http://www.thegatesnotes.com/Personal/Best-Questions-I-was-Asked-Reddit-AMA?WT.mc_id=02_12_2014_AMARecap_tw&WT.tsrc=Twitter":{"'":{"location":"http://www.thegatesnotes.com/Personal/Best-Questions-I-was-Asked-Reddit-AMA?WT.mc_id=02_12_2014_AMARecap_tw&WT.tsrc=Twitter","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392351834008000}},"http://www.nytimes.com/2014/02/09/opinion/sunday/why-nutrition-is-so-confusing.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/02/09/opinion/sunday/why-nutrition-is-so-confusing.html?_r=0","offset":{"x":0,"y":140.10416666666669},"path":"/html[1]","timestamp":1392351972991000}},"http://bjsm.bmj.com/content/48/5/349.short?rss=1&utm_medium=twitter&utm_source=twitterfeed":{"'":{"location":"http://bjsm.bmj.com/content/48/5/349.short?rss=1&utm_medium=twitter&utm_source=twitterfeed","offset":{"x":0,"y":17.760416666666668},"path":"/html[1]","timestamp":1392352169066000}},"http://bjsm.bmj.com/content/48/5/349.full":{"'":{"location":"http://bjsm.bmj.com/content/48/5/349.full","offset":{"x":0,"y":432.65625},"path":"/html[1]","timestamp":1392352183551000}},"http://emberjs.com/guides/understanding-ember/run-loop/":{"'":{"location":"http://emberjs.com/guides/understanding-ember/run-loop/","offset":{"x":0,"y":157.5},"path":"/html[1]","timestamp":1392352242556000}},"https://medium.com/p/9f53ef6a1c10/":{"'":{"location":"https://medium.com/p/9f53ef6a1c10/","offset":{"x":0,"y":947.3412698412699},"path":"id('null')/article[1]","timestamp":1392353305212000}},"http://imgur.com/gallery/nbYVXcT":{"'":{"location":"http://imgur.com/gallery/nbYVXcT","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392353339476000}},"https://news.ycombinator.com/item?id=7234743":{"'":{"location":"https://news.ycombinator.com/item?id=7234743","offset":{"x":0,"y":243.23529411764707},"path":"/html[1]/body[1]","timestamp":1392353544358000}},"http://sprudge.com/adas-books-seattle-coworking.html":{"'":{"location":"http://sprudge.com/adas-books-seattle-coworking.html","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1392353620225000}},"http://www.washingtonpost.com/blogs/capital-weather-gang-live/liveblog/winter-storm-warning-disruptive-mix-of-snow-and-sleet-into-tonight-live-updates/":{"'":{"location":"http://www.washingtonpost.com/blogs/capital-weather-gang-live/liveblog/winter-storm-warning-disruptive-mix-of-snow-and-sleet-into-tonight-live-updates/","offset":{"x":0,"y":57.8125},"path":"/html[1]","timestamp":1392353644191000}},"https://www.facebook.com/photo.php?fbid=10202286798804666&set=p.10202286798804666&type=1":{"'":{"location":"https://www.facebook.com/photo.php?fbid=10202286798804666&set=p.10202286798804666&type=1","offset":{"x":0,"y":0},"path":"id('facebook')","timestamp":1392353646345000}},"http://www.smbitjournal.com/2012/05/when-no-redundancy-is-more-reliable/":{"'":{"location":"http://www.smbitjournal.com/2012/05/when-no-redundancy-is-more-reliable/","offset":{"x":0,"y":189.95238095238096},"path":"/html[1]","timestamp":1392353720666000}},"http://www.reddit.com/r/FanTheories/comments/1xtz42/hans_in_the_mirror_an_alternate_interpretation_of/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1xtz42/hans_in_the_mirror_an_alternate_interpretation_of/","offset":{"x":0,"y":0.10416666666666667},"path":"/html[1]","timestamp":1392393681962000}},"http://www.newscientist.com/article/dn25058-snowboard-cross-tops-winter-olympics-danger-list.html":{"'":{"location":"http://www.newscientist.com/article/dn25058-snowboard-cross-tops-winter-olympics-danger-list.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392393686093000}},"http://www.reddit.com/r/ultimate/comments/1xthsy/lgbt_participation_in_highlevel_ultimate/":{"'":{"location":"http://www.reddit.com/r/ultimate/comments/1xthsy/lgbt_participation_in_highlevel_ultimate/","offset":{"x":0,"y":83.85416666666667},"path":"/html[1]","timestamp":1392394422525000}},"http://www.scientificamerican.com/article/making-winter-sports-olympic-champions-out-of-australian-beach-babes-excerpt/":{"'":{"location":"http://www.scientificamerican.com/article/making-winter-sports-olympic-champions-out-of-australian-beach-babes-excerpt/","offset":{"x":0,"y":74.0625},"path":"/html[1]","timestamp":1392394468359000}},"http://www.oregonlive.com/weather/index.ssf/2014/02/massive_snowball_wreaks_havoc.html?utm_source=dlvr.it&utm_medium=twitter":{"'":{"location":"http://www.oregonlive.com/weather/index.ssf/2014/02/massive_snowball_wreaks_havoc.html?utm_source=dlvr.it&utm_medium=twitter","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392394472104000}},"http://www.reddit.com/r/climbing/comments/1xuj33/honnold_relaxing_1000_feet_up/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/1xuj33/honnold_relaxing_1000_feet_up/","offset":{"x":0,"y":105.3125},"path":"/html[1]","timestamp":1392394547731000}},"http://www.brendanemmettquigley.com/":{"'":{"location":"http://www.brendanemmettquigley.com/","offset":{"x":0,"y":14.84375},"path":"id('typepad-standard')","timestamp":1392395673928000}},"http://ellenbwright.tumblr.com/post/76640462562/dockingbayarea94-made-me-the-best-valentines":{"'":{"location":"http://ellenbwright.tumblr.com/post/76640462562/dockingbayarea94-made-me-the-best-valentines","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1392397599077000}},"http://www.dwell.com/post/article/6-modern-cantilevered-homes":{"'":{"location":"http://www.dwell.com/post/article/6-modern-cantilevered-homes","offset":{"x":0,"y":23.88235294117647},"path":"/html[1]","timestamp":1392433714692000}},"http://www.dwell.com/post/slideshow/6-modern-cantilevered-homes":{"'":{"location":"http://www.dwell.com/post/slideshow/6-modern-cantilevered-homes","offset":{"x":0,"y":63.64705882352941},"path":"/html[1]","timestamp":1392433729469000}},"http://www.behance.net/gallery/Compass/12983397":{"'":{"location":"http://www.behance.net/gallery/Compass/12983397","offset":{"x":0,"y":183.75},"path":"/html[1]","timestamp":1392433763622000}},"http://imgur.com/a/NPbhA":{"'":{"location":"http://imgur.com/a/NPbhA","offset":{"x":0,"y":19.427083333333336},"path":"/html[1]","timestamp":1392433783887000}},"http://www.reddit.com/r/WTF/comments/1xxmym/wtf_type_of_frog_does_this_monster_turn_into/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1xxmym/wtf_type_of_frog_does_this_monster_turn_into/","offset":{"x":0,"y":438.59375},"path":"/html[1]","timestamp":1392433962649000}},"http://imgur.com/a/5wWuP":{"'":{"location":"http://imgur.com/a/5wWuP","offset":{"x":0,"y":103.75},"path":"/html[1]","timestamp":1392433982832000}},"http://www.reddit.com/r/AskReddit/comments/1xx37q/reddit_what_are_your_most_embarrassing_guilty/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1xx37q/reddit_what_are_your_most_embarrassing_guilty/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392434008845000}},"http://imgur.com/a/TWisT":{"'":{"location":"http://imgur.com/a/TWisT","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392434080352000}},"http://www.reddit.com/r/HistoryPorn/comments/1djg85/bodies_lie_scattered_on_the_beach_following_the/c9r2rac?context=2":{"'":{"location":"http://www.reddit.com/r/HistoryPorn/comments/1djg85/bodies_lie_scattered_on_the_beach_following_the/c9r2rac?context=2","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1392434115087000}},"http://imgur.com/a/TWisT/layout/blog":{"'":{"location":"http://imgur.com/a/TWisT/layout/blog","offset":{"x":0,"y":477.5},"path":"/html[1]","timestamp":1392434218741000}},"http://seattletransitblog.com/2014/02/13/what-could-800-million-do/?utm_content=buffercfe0c&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://seattletransitblog.com/2014/02/13/what-could-800-million-do/?utm_content=buffercfe0c&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":45.9375},"path":"/html[1]","timestamp":1392528746051000}},"http://www.reddit.com/r/pics/comments/1y0w3e/a_building_shedding_like_a_snake_xpost/":{"'":{"location":"http://www.reddit.com/r/pics/comments/1y0w3e/a_building_shedding_like_a_snake_xpost/","offset":{"x":0,"y":18.28125},"path":"/html[1]","timestamp":1392528942788000}},"http://www.reddit.com/r/AskReddit/comments/1y0pm4/terrible_people_of_reddit_what_did_you_do_that/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1y0pm4/terrible_people_of_reddit_what_did_you_do_that/","offset":{"x":0,"y":0.10416666666666667},"path":"/html[1]","timestamp":1392528991499000}},"http://www.reddit.com/r/WTF/comments/1y05gx/so_a_client_came_into_my_friends_shop_today_and/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1y05gx/so_a_client_came_into_my_friends_shop_today_and/","offset":{"x":0,"y":21.5625},"path":"/html[1]","timestamp":1392529006507000}},"http://www.sportingnews.com/ncaa-football/story/2014-02-15/michael-sam-comes-out-gay-sexuality-returns-to-mizzou-halftime-watch-cotton-bowl-trophy-westboro-baptist?eadid=SOC/Twi/SNMain":{"'":{"location":"http://www.sportingnews.com/ncaa-football/story/2014-02-15/michael-sam-comes-out-gay-sexuality-returns-to-mizzou-halftime-watch-cotton-bowl-trophy-westboro-baptist?eadid=SOC/Twi/SNMain","offset":{"x":0,"y":33.020833333333336},"path":"/html[1]","timestamp":1392529025454000}},"https://medium.com/war-is-boring/bb257cb72014":{"'":{"location":"https://medium.com/war-is-boring/bb257cb72014","offset":{"x":0,"y":0},"path":"id('null')/article[1]/div[3]","timestamp":1392529348559000}},"http://seattletimes.com/html/localnews/2022933555_ultimatefrisbeexml.html":{"'":{"location":"http://seattletimes.com/html/localnews/2022933555_ultimatefrisbeexml.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392739626140000}},"http://www.fruitlesspursuits.com/2014/02/a-field-guide-to-brandon-sanderson.html":{"'":{"location":"http://www.fruitlesspursuits.com/2014/02/a-field-guide-to-brandon-sanderson.html","offset":{"x":0,"y":107.39583333333334},"path":"/html[1]","timestamp":1392739694247000}},"http://www.businessinsider.com/biathlon-photo-finish-svendsen-2014-2":{"'":{"location":"http://www.businessinsider.com/biathlon-photo-finish-svendsen-2014-2","offset":{"x":0,"y":142.34375},"path":"/html[1]","timestamp":1392739751973000}},"http://stavvers.wordpress.com/2014/02/17/biological-essentialism-can-we-not/":{"'":{"location":"http://stavvers.wordpress.com/2014/02/17/biological-essentialism-can-we-not/","offset":{"x":0,"y":67.13541666666667},"path":"/html[1]","timestamp":1392739779030000}},"https://gist.github.com/paulmillr/2657075/":{"'":{"location":"https://gist.github.com/paulmillr/2657075/","offset":{"x":0,"y":1367.9411764705883},"path":"/html[1]","timestamp":1392741833760000}},"http://whatever.scalzi.com/2014/02/18/join-the-insect-army/":{"'":{"location":"http://whatever.scalzi.com/2014/02/18/join-the-insect-army/","offset":{"x":0,"y":82.46153846153847},"path":"/html[1]","timestamp":1392741920049000}},"http://espn.go.com/blog/tennessee-titans/post/_/id/5037/ken-whisenhunt-on-analytics?utm_medium=twitter&utm_source=twitterfeed":{"'":{"location":"http://espn.go.com/blog/tennessee-titans/post/_/id/5037/ken-whisenhunt-on-analytics?utm_medium=twitter&utm_source=twitterfeed","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392741926711000}},"http://www.avclub.com/article/president-obama-issues-call-for-advance-episodes-o-107768":{"'":{"location":"http://www.avclub.com/article/president-obama-issues-call-for-advance-episodes-o-107768","offset":{"x":0,"y":51.64705882352941},"path":"/html[1]","timestamp":1392741955935000}},"https://sourcegraph.com/blog/switching-from-angularjs-to-server-side-html":{"'":{"location":"https://sourcegraph.com/blog/switching-from-angularjs-to-server-side-html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392742148585000}},"https://help.github.com/articles/checking-out-pull-requests-locally":{"'":{"location":"https://help.github.com/articles/checking-out-pull-requests-locally","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1395506091321000}},"https://www.onales.com/":{"'":{"location":"https://www.onales.com/","offset":{"x":0,"y":67.45454545454545},"path":"/html[1]","timestamp":1392742899871000}},"http://imgur.com/gallery/LRJUh":{"'":{"location":"http://imgur.com/gallery/LRJUh","offset":{"x":0,"y":69.6875},"path":"/html[1]","timestamp":1392775386741000}},"http://imgur.com/gallery/HMzb1AJ":{"'":{"location":"http://imgur.com/gallery/HMzb1AJ","offset":{"x":0,"y":2.96875},"path":"/html[1]","timestamp":1392776070337000}},"http://www.reddit.com/r/Entrepreneur/comments/1y7tl9/advice_needed_from_people_who_have_started_and/cfi8al6":{"'":{"location":"http://www.reddit.com/r/Entrepreneur/comments/1y7tl9/advice_needed_from_people_who_have_started_and/cfi8al6","offset":{"x":0,"y":8.90625},"path":"/html[1]","timestamp":1392776121077000}},"http://www.upi.com/Odd_News/Blog/2014/02/18/Barbara-Walters-My-vibrator-is-named-Selfie/1111392731786/?spt=sec&or=on":{"'":{"location":"http://www.upi.com/Odd_News/Blog/2014/02/18/Barbara-Walters-My-vibrator-is-named-Selfie/1111392731786/?spt=sec&or=on","offset":{"x":0,"y":68.72727272727273},"path":"/html[1]","timestamp":1392776141920000}},"https://gist.github.com/JEG2/9084019":{"'":{"location":"https://gist.github.com/JEG2/9084019","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392776327801000}},"http://zaiste.net:8080/2013/04/towards_simplicity_from_rbenv_to_chruby/?utm_content=bufferfb702&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://zaiste.net:8080/2013/04/towards_simplicity_from_rbenv_to_chruby/?utm_content=bufferfb702&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1392776417498000}},"http://thesweetsetup.com/apps/best-pinboard-app-ios/":{"'":{"location":"http://thesweetsetup.com/apps/best-pinboard-app-ios/","offset":{"x":0,"y":45.9375},"path":"/html[1]","timestamp":1392776432161000}},"http://cs.smith.edu/~orourke/TOPP/P41.html":{"'":{"location":"http://cs.smith.edu/~orourke/TOPP/P41.html","offset":{"x":0,"y":11.875},"path":"/html[1]/body[1]","timestamp":1392778959649000}},"http://www.xojane.com/sex/duke-university-freshman-porn-star":{"'":{"location":"http://www.xojane.com/sex/duke-university-freshman-porn-star","offset":{"x":0,"y":90.46875},"path":"/html[1]","timestamp":1393002081720000}},"http://www.gamespot.com/articles/plants-vs-zombies-shooter-has-no-microtransactions-at-launch-probably-doesn-t-run-in-1080p/1100-6417864/":{"'":{"location":"http://www.gamespot.com/articles/plants-vs-zombies-shooter-has-no-microtransactions-at-launch-probably-doesn-t-run-in-1080p/1100-6417864/","offset":{"x":0,"y":9},"path":"/html[1]","timestamp":1393002627139000}},"http://variety.com/2014/film/news/midnight-rider-crew-member-killed-in-georgia-train-accident-1201114468/":{"'":{"location":"http://variety.com/2014/film/news/midnight-rider-crew-member-killed-in-georgia-train-accident-1201114468/","offset":{"x":0,"y":103.29411764705883},"path":"/html[1]","timestamp":1393002664524000}},"http://theambears.tumblr.com/post/77141477256":{"'":{"location":"http://theambears.tumblr.com/post/77141477256","offset":{"x":0,"y":3.4375},"path":"/html[1]","timestamp":1393002724056000}},"http://vimeo.com/43903960":{"'":{"location":"http://vimeo.com/43903960","offset":{"x":0,"y":0.052083333333333336},"path":"/html[1]","timestamp":1393004674849000}},"http://www.reddit.com/r/WTF/comments/1yk7jd/its_not_everyday_you_have_a_wtf_moment_at_a_1000/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/1yk7jd/its_not_everyday_you_have_a_wtf_moment_at_a_1000/","offset":{"x":0,"y":328.02083333333337},"path":"/html[1]","timestamp":1393038775660000}},"http://www.reddit.com/r/cars/comments/1yi55x/til_that_the_price_of_a_335i_in_australia_is/cfl07k2":{"'":{"location":"http://www.reddit.com/r/cars/comments/1yi55x/til_that_the_price_of_a_335i_in_australia_is/cfl07k2","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393038735573000}},"https://www.wizards.com/magic/magazine/article.aspx?x=mtgcom/feature/391":{"'":{"location":"https://www.wizards.com/magic/magazine/article.aspx?x=mtgcom/feature/391","offset":{"x":0,"y":312.65625},"path":"/html[1]","timestamp":1393038834524000}},"http://www.reddit.com/r/magicTCG/comments/1yjlio/til_what_mtg_would_look_like_if_it_was_based_on/":{"'":{"location":"http://www.reddit.com/r/magicTCG/comments/1yjlio/til_what_mtg_would_look_like_if_it_was_based_on/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393039235628000}},"http://profootballtalk.nbcsports.com/2014/02/20/greg-ellis-worries-about-michael-sam-patting-someone-on-the-butt/":{"'":{"location":"http://profootballtalk.nbcsports.com/2014/02/20/greg-ellis-worries-about-michael-sam-patting-someone-on-the-butt/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393039261787000}},"http://cfbmatrix.com/pace-play-report/":{"'":{"location":"http://cfbmatrix.com/pace-play-report/","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1393039850471000}},"http://www.idownloadblog.com/2014/02/21/twitterrific-5-ollie-soars-easter-egg/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+iphonedlb+%28iDownloadBlog%29":{"'":{"location":"http://www.idownloadblog.com/2014/02/21/twitterrific-5-ollie-soars-easter-egg/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+iphonedlb+%28iDownloadBlog%29","offset":{"x":0,"y":68.28125},"path":"/html[1]","timestamp":1393039847039000}},"https://github.com/neovim/neovim":{"'":{"location":"https://github.com/neovim/neovim","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393039880039000}},"https://code.google.com/p/go-wiki/wiki/Style":{"'":{"location":"https://code.google.com/p/go-wiki/wiki/Style","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393039884700000}},"http://activitymanager.bodymedia.com/balance/tab.do":{"'":{"location":"http://activitymanager.bodymedia.com/balance/tab.do","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393135738460000}},"http://www.eurekalert.org/pub_releases/2014-02/vt-vts022014.php":{"'":{"location":"http://www.eurekalert.org/pub_releases/2014-02/vt-vts022014.php","offset":{"x":0,"y":0},"path":"/html[1]/body[1]","timestamp":1393171301761000}},"http://www.reddit.com/r/FanTheories/comments/1yp19z/harry_potter_on_wand_movements/":{"'":{"location":"http://www.reddit.com/r/FanTheories/comments/1yp19z/harry_potter_on_wand_movements/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1393171517973000}},"http://www.reddit.com/r/boardgames/comments/1yp5mx/help_with_a_rules_question_so_ridiculously_stupid/":{"'":{"location":"http://www.reddit.com/r/boardgames/comments/1yp5mx/help_with_a_rules_question_so_ridiculously_stupid/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393171525376000}},"http://draftbreakdown.com/players/johnny-manziel/":{"'":{"location":"http://draftbreakdown.com/players/johnny-manziel/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393171541297000}},"http://www.theguardian.com/world/2014/feb/23/is-san-francisco-losing-its-soul":{"'":{"location":"http://www.theguardian.com/world/2014/feb/23/is-san-francisco-losing-its-soul","offset":{"x":0,"y":11.682302848329892},"path":"/html[1]","timestamp":1393171587984000}},"https://github.com/dsawardekar/portkey":{"'":{"location":"https://github.com/dsawardekar/portkey","offset":{"x":0,"y":51.64705882352941},"path":"/html[1]","timestamp":1394212899212000}},"https://gist.github.com/alanpeabody/9172698":{"'":{"location":"https://gist.github.com/alanpeabody/9172698","offset":{"x":0,"y":8.176470588235293},"path":"/html[1]","timestamp":1393171609440000}},"http://thisisground.com/products/cordito-cord-wrap-that-holds-3-cables-and-2-plugs":{"'":{"location":"http://thisisground.com/products/cordito-cord-wrap-that-holds-3-cables-and-2-plugs","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393172052077000}},"http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying":{"'":{"location":"http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying","offset":{"x":0,"y":804.53125},"path":"/html[1]","timestamp":1393176581401000}},"http://imgur.com/a/3kBM3":{"'":{"location":"http://imgur.com/a/3kBM3","offset":{"x":0,"y":402.23958333333337},"path":"/html[1]","timestamp":1393428524510000}},"http://www.reddit.com/r/AskReddit/comments/1yy9k2/honeymoon_hotspot_workers_what_are_your_best_and/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/1yy9k2/honeymoon_hotspot_workers_what_are_your_best_and/","offset":{"x":0,"y":146.71875},"path":"/html[1]","timestamp":1393428616665000}},"https://github.com/atom":{"'":{"location":"https://github.com/atom","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1393428714504000}},"http://www.reddit.com/r/programming/comments/1yyqox/githubs_new_text_editor_atom_leaked/":{"'":{"location":"http://www.reddit.com/r/programming/comments/1yyqox/githubs_new_text_editor_atom_leaked/","offset":{"x":0,"y":507.08333333333337},"path":"/html[1]","timestamp":1393428765304000}},"https://github.com/tpope/vim-projectile":{"'":{"location":"https://github.com/tpope/vim-projectile","offset":{"x":0,"y":139.47058823529412},"path":"/html[1]","timestamp":1395676320821000}},"http://www.escapistmagazine.com/news/view/132510-Europa-Universalis-and-Crusader-Kings-Have-Average-Play-Times-of-190-Hours?utm_source=reddit&utm_medium=share&utm_campaign=all":{"'":{"location":"http://www.escapistmagazine.com/news/view/132510-Europa-Universalis-and-Crusader-Kings-Have-Average-Play-Times-of-190-Hours?utm_source=reddit&utm_medium=share&utm_campaign=all","offset":{"x":0,"y":0},"path":"id('html_element')","timestamp":1393553570621000}},"http://imgur.com/a/pi8YD":{"'":{"location":"http://imgur.com/a/pi8YD","offset":{"x":0,"y":177.8125},"path":"/html[1]","timestamp":1393804390910000}},"http://www.reddit.com/r/food/comments/1zchni/reverse_seared_rib_eye/":{"'":{"location":"http://www.reddit.com/r/food/comments/1zchni/reverse_seared_rib_eye/","offset":{"x":0,"y":125.9375},"path":"/html[1]","timestamp":1393804366353000}},"https://github.com/binarylogic/authlogic/pull/340":{"'":{"location":"https://github.com/binarylogic/authlogic/pull/340","offset":{"x":0,"y":106.94117647058823},"path":"/html[1]","timestamp":1393804718702000}},"https://picturelife.com/?love=VgjfJhCN1dzdFx":{"'":{"location":"https://picturelife.com/?love=VgjfJhCN1dzdFx","offset":{"x":0,"y":178.58823529411765},"path":"/html[1]","timestamp":1393806488927000}},"http://shirt.woot.com/offers/so-games-much-thrones-wow-tote":{},"http://www.reddit.com/r/climbing/comments/1zfbtf/nepal_requires_people_climbing_mount_everest_to/":{},"https://github.com/papers-we-love/papers-we-love":{"'":{"location":"https://github.com/papers-we-love/papers-we-love","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1394035648823000}},"http://threefingerflick.wordpress.com/2012/01/25/introduction-2/":{"'":{"location":"http://threefingerflick.wordpress.com/2012/01/25/introduction-2/","offset":{"x":0,"y":91.875},"path":"/html[1]","timestamp":1394072803527000}},"http://blog.42floors.com/email-introduction-protocol/":{"'":{"location":"http://blog.42floors.com/email-introduction-protocol/","offset":{"x":0,"y":242.1818181818182},"path":"/html[1]","timestamp":1394072827351000}},"http://www.kameronhurley.com/?p=13599":{},"http://www.flotrack.org/coverage/251439-2014-IAAF-World-Indoor-Track-and-Field-Championships/video/738028-Announces-Retirement-from-Indoor-2014-World-Indoor-Championshipsm4v":{},"http://blog.alfredapp.com/2014/03/07/keep-in-sync-using-dropbox-with-alfred/":{"'":{"location":"http://blog.alfredapp.com/2014/03/07/keep-in-sync-using-dropbox-with-alfred/","offset":{"x":0,"y":87.72727272727273},"path":"/html[1]","timestamp":1394206588017000}},"http://cowkitty.net/post/78808973663/you-stole-my-artwork-an-open-letter-to-anita":{"'":{"location":"http://cowkitty.net/post/78808973663/you-stole-my-artwork-an-open-letter-to-anita","offset":{"x":0,"y":74.21875},"path":"/html[1]","timestamp":1394206638994000}},"http://www.reddit.com/r/gaming/comments/1zsum2/feminist_frequency_steals_artwork_refuses_to/":{},"http://www.amazon.co.uk/dp/B004N622EY?tag=brandsande-21":{},"http://whyy.org/madness/":{},"http://www.riseupultimate.com/coaching-the-next-nick-lance-highlight/":{"'":{"location":"http://www.riseupultimate.com/coaching-the-next-nick-lance-highlight/","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1394210806118000}},"https://gist.github.com/dbrady/1108850":{"'":{"location":"https://gist.github.com/dbrady/1108850","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1394212164652000}},"http://travisjeffery.com/b/2012/02/search-a-git-repo-like-a-ninja/?utm_content=buffer3f5ec&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{},"https://code.google.com/p/go-wiki/wiki/CodeReviewComments":{"'":{"location":"https://code.google.com/p/go-wiki/wiki/CodeReviewComments","offset":{"x":0,"y":33.54166666666667},"path":"/html[1]","timestamp":1397919770283000}},"http://thenextweb.com/media/2014/03/07/beats-music-takes-api-public-lets-developers-integrate-subscription-music-service/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed:+TheNextWeb+(The+Next+Web+All+Stories)":{"'":{"location":"http://thenextweb.com/media/2014/03/07/beats-music-takes-api-public-lets-developers-integrate-subscription-music-service/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed:+TheNextWeb+(The+Next+Web+All+Stories)","offset":{"x":0,"y":72.65625},"path":"/html[1]","timestamp":1394212920609000}},"http://bikiniarmorbattledamage.tumblr.com/tagged/battle-thong":{},"http://bikiniarmorbattledamage.tumblr.com/post/53429486044/nswf-image-under-the-cut":{},"http://bikiniarmorbattledamage.tumblr.com/post/57052702364/some-college-student-submitted-this-is-the-girl":{"'":{"location":"http://bikiniarmorbattledamage.tumblr.com/post/57052702364/some-college-student-submitted-this-is-the-girl","offset":{"x":0,"y":35.625},"path":"/html[1]","timestamp":1394249160707000}},"http://bikiniarmorbattledamage.tumblr.com/tagged/cleavage":{"'":{"location":"http://bikiniarmorbattledamage.tumblr.com/tagged/cleavage","offset":{"x":0,"y":85.9375},"path":"/html[1]","timestamp":1394249181583000}},"http://bikiniarmorbattledamage.tumblr.com/post/48789344383/jcstephan-costumecommunityservice-principles":{},"http://bikiniarmorbattledamage.tumblr.com/post/44616007834/eschergirls-peaceful-gunsubmitted-i-cant-say":{},"http://eschergirls.tumblr.com/":{},"http://www.footballcoachingpodcast.com/80/?utm_content=buffer3e2f5&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://www.footballcoachingpodcast.com/80/?utm_content=buffer3e2f5&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":32.239583333333336},"path":"/html[1]","timestamp":1394553763671000}},"https://github.com/Sirupsen/logrus?utm_content=bufferd67c5&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{},"http://bakingsteel.com/how-to-clean-baking-steel/":{"'":{"location":"http://bakingsteel.com/how-to-clean-baking-steel/","offset":{"x":0,"y":84.6470588235294},"path":"/html[1]","timestamp":1394554198368000}},"http://gofreerange.com/tracing-the-git-history-of-a-ruby-method":{"'":{"location":"http://gofreerange.com/tracing-the-git-history-of-a-ruby-method","offset":{"x":0,"y":26.71875},"path":"/html[1]","timestamp":1394554202699000}},"http://www.reddit.com/r/climbing/comments/20bgp5/hi_im_angie_payne_ask_me_anything/":{},"http://www.reddit.com/r/WTF/comments/20bqon/you_can_make_anything_with_duct_tape/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/20bqon/you_can_make_anything_with_duct_tape/","offset":{"x":0,"y":392.65625},"path":"/html[1]","timestamp":1394743768290000}},"http://www.reddit.com/r/AskReddit/comments/20b6o9/what_taboo_myth_should_mythbusters_test/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/20b6o9/what_taboo_myth_should_mythbusters_test/","offset":{"x":0,"y":534.8958333333334},"path":"/html[1]","timestamp":1394744072407000}},"http://pixeljudge.com/en/news/war-never-changes-only-perspectives/":{"'":{"location":"http://pixeljudge.com/en/news/war-never-changes-only-perspectives/","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1394744078757000}},"http://www.reddit.com/r/askscience/comments/20bduq/why_does_ceramic_tank_plating_stop_projectiles/":{},"http://www.reddit.com/r/WritingPrompts/comments/20b618/ip_rock_paper_scissors/cg1i6zu":{"'":{"location":"http://www.reddit.com/r/WritingPrompts/comments/20b618/ip_rock_paper_scissors/cg1i6zu","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1394744809375000}},"http://www.reddit.com/r/sports/comments/20bapq/high_school_athlete_sinks_an_incredibly_deep/":{},"http://tilvim.com/2014/03/13/dispatch.html":{},"http://www.nytimes.com/2014/03/16/science/billionaires-with-big-ideas-are-privatizing-american-science.html?_r=1":{"'":{"location":"http://www.nytimes.com/2014/03/16/science/billionaires-with-big-ideas-are-privatizing-american-science.html?_r=1","offset":{"x":0,"y":99.21875},"path":"/html[1]","timestamp":1395081383934000}},"http://www.quora.com/Business/Whats-the-shrewdest-smartest-maneuver-youve-ever-seen-in-business":{"'":{"location":"http://www.quora.com/Business/Whats-the-shrewdest-smartest-maneuver-youve-ever-seen-in-business","offset":{"x":0,"y":460.9375},"path":"/html[1]","timestamp":1395081746635000}},"http://www.amberbit.com/blog/2014/2/4/postgresql-awesomeness-for-rails-developers/":{"'":{"location":"http://www.amberbit.com/blog/2014/2/4/postgresql-awesomeness-for-rails-developers/","offset":{"x":0,"y":228.8181818181818},"path":"/html[1]","timestamp":1395081835458000}},"http://parley.rubyrogues.com/t/dave-thomas-agile-is-dead-long-live-agility/1862/8":{},"http://parley.rubyrogues.com/t/delaying-string-interpolation/1870/7":{},"http://parley.rubyrogues.com/t/heroku-performance-dynos-ask-me-your-questions/1667/11":{},"https://bugs.ruby-lang.org/issues/9607":{},"http://wishtv.com/2014/03/17/jim-irsay-arrested-by-carmel-police/":{},"http://www.reddit.com/r/sports/comments/20mcop/the_combined_injuries_depicted_on_the_face_of/":{"'":{"location":"http://www.reddit.com/r/sports/comments/20mcop/the_combined_injuries_depicted_on_the_face_of/","offset":{"x":0,"y":82.96875},"path":"/html[1]","timestamp":1395082526374000}},"http://www.reddit.com/r/windowsphone/comments/20kb5e/whats_wrong_with_search_in_the_windows_store_in/cg4680p?context=10":{"'":{"location":"http://www.reddit.com/r/windowsphone/comments/20kb5e/whats_wrong_with_search_in_the_windows_store_in/cg4680p?context=10","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1395082536351000}},"http://www.reddit.com/r/AskReddit/comments/20ppr7/whats_the_weirdest_thing_that_youve_seen_at/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/20ppr7/whats_the_weirdest_thing_that_youve_seen_at/","offset":{"x":0,"y":389.21875},"path":"/html[1]","timestamp":1395159454265000}},"http://www.reddit.com/r/YouShouldKnow/comments/20n1mz/ysk_that_a_newly_announced_measurement_of/cg52uxc?context=2":{},"http://www.reddit.com/r/Seattle/comments/20pyli/air_4_komo4s_helicopter_just_crashed_outside/":{},"http://www.reddit.com/r/FanTheories/comments/20ojbk/hobbits_are_entwives/":{},"http://gifhell.com/hose/":{},"http://fivethirtyeight.blogs.nytimes.com/2010/12/15/a-bayesian-take-on-julian-assange/?_php=true&_type=blogs&_php=true&_type=blogs&_r=1":{"'":{"location":"http://fivethirtyeight.blogs.nytimes.com/2010/12/15/a-bayesian-take-on-julian-assange/?_php=true&_type=blogs&_php=true&_type=blogs&_r=1","offset":{"x":0,"y":165.9375},"path":"/html[1]","timestamp":1395160800586000}},"http://qz.com/189423/dressing-like-a-slob-can-make-you-seem-wealthier-and-more-authoritative/":{},"http://www.trinityventures.com/2014/03/18/simply-stoked/":{},"http://googleblog.blogspot.co.uk/2014/03/sharing-whats-up-our-sleeve-android.html":{"'":{"location":"http://googleblog.blogspot.co.uk/2014/03/sharing-whats-up-our-sleeve-android.html","offset":{"x":0,"y":20.410411253588023},"path":"/html[1]","timestamp":1395161747839000}},"http://davystevenson.com/2014/03/18/letter-to-isaac.html":{},"http://blogs.wsj.com/venturecapital/2014/03/18/the-daily-startup-trinity-bessemer-back-social-media-analytics-with-simply-measured/":{},"http://codemanship.co.uk/parlezuml/blog/?postid=1220":{},"http://libyaliberty.tumblr.com/":{"'":{"location":"http://libyaliberty.tumblr.com/","offset":{"x":0,"y":577.96875},"path":"/html[1]","timestamp":1395164371095000}},"http://blog.alfredapp.com/2014/03/18/password-protected-using-1password-with-alfred/":{},"http://www.salon.com/2014/03/18/the_destructive_myth_about_religion_that_americans_disproportionately_believe_partner/":{"'":{"location":"http://www.salon.com/2014/03/18/the_destructive_myth_about_religion_that_americans_disproportionately_believe_partner/","offset":{"x":0,"y":88.90625},"path":"/html[1]","timestamp":1395168577984000}},"http://sf-fantasy.suvudu.com/2014/03/the-book-of-endless-pages-by-brandon-sanderson.html":{"'":{"location":"http://sf-fantasy.suvudu.com/2014/03/the-book-of-endless-pages-by-brandon-sanderson.html","offset":{"x":0,"y":148.28125},"path":"/html[1]","timestamp":1395169860480000}},"https://en.wikipedia.org/wiki/Template:Supranational_European_Bodies":{},"http://www.nytimes.com/2014/03/18/science/the-challenge-how-to-keep-fusion-going-long-enough.html?ref=science":{},"http://parley.rubyrogues.com/t/fully-featured-s3-clone-for-development/1871/3":{},"http://parley.rubyrogues.com/t/dhh-debating-controllers-abstracts-on-hn/1823/35":{},"http://www.dhh-ping-pong.com/":{"'":{"location":"http://www.dhh-ping-pong.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1395171481758000}},"https://netguru.co/blog/posts/code-ping-pong-with-dhh":{"'":{"location":"https://netguru.co/blog/posts/code-ping-pong-with-dhh","offset":{"x":0,"y":102.72727272727273},"path":"/html[1]","timestamp":1395171512786000}},"http://parley.rubyrogues.com/t/ruby-write-once-run-anywhere-cross-platform-ruby-using-rubymotion-and-opal-rb/1890":{},"http://callahan.ultimatecentral.com/nominees?division=womens":{"'":{"location":"http://callahan.ultimatecentral.com/nominees?division=womens","offset":{"x":0,"y":29.6875},"path":"/html[1]","timestamp":1395171742705000}},"http://parley.rubyrogues.com/t/clean-javascript-code/1850/9":{},"http://parley.rubyrogues.com/t/a-very-very-specific-emacs-versus-vi-question/1247/11":{},"http://parley.rubyrogues.com/t/staging-instances-of-a-giant-database/1856/8":{},"http://parley.rubyrogues.com/t/atom-invites/1872/4":{},"http://www.ncbi.nlm.nih.gov/m/pubmed/24620313/?i=6&from=soccer":{},"http://wingolog.org/archives/2014/03/17/stack-overflow":{},"http://winterbe.com/posts/2014/03/16/java-8-tutorial/":{"'":{"location":"http://winterbe.com/posts/2014/03/16/java-8-tutorial/","offset":{"x":0,"y":33},"path":"/html[1]","timestamp":1395187292816000}},"http://citytank.org/2014/03/17/new-housing-is-not-the-enemy/?utm_content=buffer7ff42&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{},"http://dekalbultimate.wordpress.com/2014/03/18/game-models-dylan-freechild-2013-college-championships-semifinal/":{},"http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html":{},"http://www.reddit.com/r/climbing/comments/20zjjy/augmented_climbing_wall/":{"'":{"location":"http://www.reddit.com/r/climbing/comments/20zjjy/augmented_climbing_wall/","offset":{"x":0,"y":330.5729166666667},"path":"/html[1]","timestamp":1395453538415000}},"http://www.reddit.com/r/FanTheories/comments/20zif6/batman_does_have_an_ability_and_a_weakness/":{},"http://www.reddit.com/r/AskReddit/comments/20zood/what_is_the_best_thing_about_being_single/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/20zood/what_is_the_best_thing_about_being_single/","offset":{"x":0,"y":84.58333333333334},"path":"/html[1]","timestamp":1395454772511000}},"http://www.reddit.com/r/WTF/comments/2107hy/a_young_boy_covered_in_smallpox_blisters_this/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/2107hy/a_young_boy_covered_in_smallpox_blisters_this/","offset":{"x":0,"y":180.78125},"path":"/html[1]","timestamp":1395454852206000}},"https://twitter.com/wirehead2501/status/447161124668964864":{},"http://dontstuffbeansupyournose.com/2014/03/22/why-writing-firmware-is-kinda-like-software-exploitation/":{"'":{"location":"http://dontstuffbeansupyournose.com/2014/03/22/why-writing-firmware-is-kinda-like-software-exploitation/","offset":{"x":0,"y":440.67708333333337},"path":"/html[1]","timestamp":1395456098592000}},"http://parley.rubyrogues.com/t/trading-down-to-fewer-hats/1896/2":{},"http://parley.rubyrogues.com/t/starting-to-learn-emacs/1903":{},"http://parley.rubyrogues.com/t/148-cloud-confusions/1904":{},"http://parley.rubyrogues.com/t/68-goos-bookclub-kickstart-your-next-project-with-a-walking-skeleton/1913":{},"http://parley.rubyrogues.com/t/operator-nicknames/704/71":{},"http://www.forbes.com/sites/eamonnfingleton/2014/02/02/in-worlds-best-run-economy-home-prices-just-keep-falling-because-thats-what-home-prices-are-supposed-to-do/":{"'":{"location":"http://www.forbes.com/sites/eamonnfingleton/2014/02/02/in-worlds-best-run-economy-home-prices-just-keep-falling-because-thats-what-home-prices-are-supposed-to-do/","offset":{"x":0,"y":132.72727272727272},"path":"/html[1]","timestamp":1395467758876000}},"http://brianslam.wordpress.com/2014/03/21/programming-on-the-toilet/":{"'":{"location":"http://brianslam.wordpress.com/2014/03/21/programming-on-the-toilet/","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1395505380612000}},"http://www.theguardian.com/sport/blog/2014/mar/18/funding-britain-medal-chase-uk-sport":{"'":{"location":"http://www.theguardian.com/sport/blog/2014/mar/18/funding-britain-medal-chase-uk-sport","offset":{"x":0,"y":140.1876341799587},"path":"/html[1]","timestamp":1395505413222000}},"http://www.npr.org/blogs/alltechconsidered/2014/03/16/288796805/physicists-generals-and-ceos-agree-ditch-the-powerpoint":{},"http://www.reddit.com/r/climbing/":{},"http://imgur.com/a/K4gOJ":{"'":{"location":"http://imgur.com/a/K4gOJ","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1395621854981000}},"http://imgur.com/a/JMsH5":{},"http://katfishultimate.blogspot.com/":{},"https://www.facebook.com/photo.php?fbid=10152071706984538&set=a.121381589537.103692.603819537&type=1&theater":{},"http://www.reddit.com/r/Economics/comments/2170pt/effective_tax_rates_for_us_companies_from_under/cgaf712?context=3":{"'":{"location":"http://www.reddit.com/r/Economics/comments/2170pt/effective_tax_rates_for_us_companies_from_under/cgaf712?context=3","offset":{"x":0,"y":3.125},"path":"/html[1]","timestamp":1395711895041000}},"http://www.geekwire.com/2014/lyft-safety-heres-happened-got-hit-riding/":{"'":{"location":"http://www.geekwire.com/2014/lyft-safety-heres-happened-got-hit-riding/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1395711901864000}},"http://www.reddit.com/r/photography/comments/219c3z/another_reason_to_watch_what_exif_data_you_are/":{},"http://www.reddit.com/r/gonewild/comments/21bpld/i_swear_these_are_getting_bigger_f/cgbpmtg?context=3":{"'":{"location":"http://www.reddit.com/r/gonewild/comments/21bpld/i_swear_these_are_getting_bigger_f/cgbpmtg?context=3","offset":{"x":0,"y":606.5104166666667},"path":"/html[1]","timestamp":1395794208217000}},"http://www.reddit.com/r/gonewild/comments/21bpld/i_swear_these_are_getting_bigger_f/":{},"https://github.com/seattlerb/minitest/issues/414":{"'":{"location":"https://github.com/seattlerb/minitest/issues/414","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]","timestamp":1395794352182000}},"http://parley.rubyrogues.com/t/burnout-prevention-thoughts-and-we-love-tenderlove/1925/3":{},"https://www.facebook.com/media/set/?set=a.619625088117699.1073741940.434985529914990&type=1":{"'":{"location":"https://www.facebook.com/media/set/?set=a.619625088117699.1073741940.434985529914990&type=1","offset":{"x":0,"y":11.875},"path":"id('facebook')","timestamp":1395795923574000}},"http://thorstenball.com/blog/2014/03/12/watching-understanding-ruby-2.1-garbage-collector/":{"'":{"location":"http://thorstenball.com/blog/2014/03/12/watching-understanding-ruby-2.1-garbage-collector/","offset":{"x":0,"y":615},"path":"/html[1]","timestamp":1395796699444000}},"http://www.footballcoachingpodcast.com/80/":{"'":{"location":"http://www.footballcoachingpodcast.com/80/","offset":{"x":0,"y":27.135416666666668},"path":"/html[1]","timestamp":1396017480858000}},"https://www.pingdom.com/":{"'":{"location":"https://www.pingdom.com/","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1396017464509000}},"http://nypost.com/2014/03/27/a-working-moms-open-letter-to-gwyneth-paltrow/":{},"https://www.facebook.com/usaultimate/posts/693541117350577":{},"https://github.com/fatih/vim-go":{"'":{"location":"https://github.com/fatih/vim-go","offset":{"x":0,"y":42.64705882352941},"path":"/html[1]","timestamp":1397057743765000}},"http://www.runnersworld.com/race-training/run-your-fastest-race-with-the-timeless-challenge?cm_mmc=Twitter-_-RunnersWorld-_-Content-Training-_-TimelessChallenge":{},"https://www.massdrop.com/ext/ergodox/assembly.php":{"'":{"location":"https://www.massdrop.com/ext/ergodox/assembly.php","offset":{"x":0,"y":643.7647058823529},"path":"/html[1]","timestamp":1397057739705000}},"http://gunnerkrigg.com/?p=19":{},"http://gunnerkrigg.com/?p=20":{},"http://gunnerkrigg.com/?p=21":{},"https://www.google.com/search?q=serious+eats+oxtail&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{},"http://www.seriouseats.com/recipes/2014/01/braised-oxtail-gruyere-sandwich-recipe.html":{"'":{"location":"http://www.seriouseats.com/recipes/2014/01/braised-oxtail-gruyere-sandwich-recipe.html","offset":{"x":0,"y":48.90625},"path":"/html[1]","timestamp":1396452761914000}},"https://www.sparkfun.com/products/10707":{"'":{"location":"https://www.sparkfun.com/products/10707","offset":{"x":0,"y":78},"path":"/html[1]","timestamp":1396452916677000}},"http://www.blackgirldangerous.org/2014/04/white-people-equivalents/":{"'":{"location":"http://www.blackgirldangerous.org/2014/04/white-people-equivalents/","offset":{"x":0,"y":171.875},"path":"/html[1]","timestamp":1396453036702000}},"http://blogs.discovermagazine.com/d-brief/2014/04/02/why-do-zebras-have-stripes-riddle-finally-solved/":{"'":{"location":"http://blogs.discovermagazine.com/d-brief/2014/04/02/why-do-zebras-have-stripes-riddle-finally-solved/","offset":{"x":0,"y":66.6470588235294},"path":"/html[1]","timestamp":1396454489546000}},"http://mmqb.si.com/2014/04/02/richard-sherman-desean-jackson/?eref=sihp":{"'":{"location":"http://mmqb.si.com/2014/04/02/richard-sherman-desean-jackson/?eref=sihp","offset":{"x":0,"y":183.75},"path":"/html[1]","timestamp":1396454561456000}},"http://www.hannaliebl.com/how-to-get-a-job-as-a-front-end-developer/":{},"http://imgur.com/gallery/4e9nj":{},"http://www.pcgamer.com/2014/04/09/borderlands-the-pre-sequel-takes-the-loot-n-shoot-series-into-space/?utm_source=tw&utm_medium=emp&utm_campaign=uk":{},"http://www.reddit.com/r/MMA/comments/22kgkk/chris_camozzis_walkout_shorts_and_shirt_for_ufc/cgnq9u4":{},"http://imgur.com/gallery/dHIBZ":{"'":{"location":"http://imgur.com/gallery/dHIBZ","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1397057909035000}},"http://imgur.com/gallery/tfdbM":{"'":{"location":"http://imgur.com/gallery/tfdbM","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1397059386235000}},"http://wantonfeminist.wordpress.com/2014/04/07/pretty-girls-pockets-and-possibilities-how-fashion-traps-girls/":{"'":{"location":"http://wantonfeminist.wordpress.com/2014/04/07/pretty-girls-pockets-and-possibilities-how-fashion-traps-girls/","offset":{"x":0,"y":61.266666666666666},"path":"/html[1]","timestamp":1397060627036000}},"http://parley.rubyrogues.com/t/heartbleed-serious-vulnerability-in-openssl/1996":{},"http://parley.rubyrogues.com/t/heartbleed-serious-vulnerability-in-openssl/1996/7":{"'":{"location":"http://parley.rubyrogues.com/t/heartbleed-serious-vulnerability-in-openssl/1996/7","offset":{"x":0,"y":218.8421052631579},"path":"/html[1]","timestamp":1397060722198000}},"http://parley.rubyrogues.com/t/dhh-debating-controllers-abstracts-on-hn/1823/39":{},"https://www.google.com/search?q=oxtail&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{},"http://www.nytimes.com/2014/02/12/dining/ode-to-a-rustic-pot-of-bone-in-oxtail-stew.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/02/12/dining/ode-to-a-rustic-pot-of-bone-in-oxtail-stew.html?_r=0","offset":{"x":0,"y":128.90625},"path":"/html[1]","timestamp":1397281879962000}},"dactyl://help/hints":{"'":{"location":"dactyl://help/hints","offset":{"x":0,"y":28.874948437592078},"path":"/html[NaN]","timestamp":1397488179454000}},"http://code.google.com/p/dactyl/issues/detail?id=708":{},"http://www.w3schools.com/cssref/sel_hover.asp":{},"http://foundation.zurb.com/docs/components/dropdown.html":{"'":{"location":"http://foundation.zurb.com/docs/components/dropdown.html","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1397488296890000}},"https://www.google.com/search?q=pentadactyl+hover&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{},"http://5digits.org/help/pentadactyl/options.xhtml":{"'":{"location":"http://5digits.org/help/pentadactyl/options.xhtml","offset":{"x":0,"y":591.3739439751001},"path":"/html[NaN]","timestamp":1397488327523000}},"http://www.huffingtonpost.com/2014/04/14/us-airways-masturbating-photo_n_5148458.html":{},"http://confreaks.com/videos/3297-emberconf2014-keynot%0D%0Ae":{},"http://quibb.com/links/an-open-letter-to-brogrammers/view":{},"http://grantland.com/the-triangle/we-went-there-a-tale-of-two-premier-league-managers/":{},"http://www.reddit.com/r/whatisthisthing/comments/22xawz/found_this_in_the_bathroom_at_the_office_what_is/cgrx379":{},"http://www.lightstalking.com/gimp-version-2-8-brief-review":{},"http://imgur.com/a/P7F1A":{"'":{"location":"http://imgur.com/a/P7F1A","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1397611824035000}},"http://imgur.com/a/QvnpI":{},"http://imgur.com/a/7WEES":{},"http://www.reddit.com/r/AskReddit/comments/2340xa/hackers_of_reddit_what_are_some_coolscary_things/":{},"http://jeffknupp.com/blog/2014/04/15/how-devops-is-killing-the-developer/":{},"http://www.reddit.com/r/FanTheories/comments/234d4r/the_lego_movie_the_man_upstairs_aka_lord_business/":{},"https://agilebits.com/beta_signups/new":{},"https://www.kickstarter.com/projects/1857968438/billionaire-banshee-party-entertainment-system":{},"http://ask.metafilter.com/110739/Looking-for-the-best-littertracking-solutions":{"'":{"location":"http://ask.metafilter.com/110739/Looking-for-the-best-littertracking-solutions","offset":{"x":0,"y":68.4375},"path":"/html[1]","timestamp":1397747445042000}},"http://qz.com/199337/you-know-whats-more-sexist-than-silicon-valley-its-hbo-version/":{},"http://www.theatlantic.com/business/archive/2014/04/how-to-stop-wasting-time-comparison-shopping/360757/":{"'":{"location":"http://www.theatlantic.com/business/archive/2014/04/how-to-stop-wasting-time-comparison-shopping/360757/","offset":{"x":0,"y":193.07291666666669},"path":"/html[1]","timestamp":1397747857450000}},"https://blog.linode.com/2014/04/17/linode-cloud-ssds-double-ram-much-more/":{},"http://scans-daily.dreamwidth.org/4038672.html":{"'":{"location":"http://scans-daily.dreamwidth.org/4038672.html","offset":{"x":0,"y":938.7272727272727},"path":"/html[1]","timestamp":1397749787415000}},"https://forums.marvelheroes.com/discussion/57699/hero-feats-gallery-library-a-community-effort-not-complete-yet":{"'":{"location":"https://forums.marvelheroes.com/discussion/57699/hero-feats-gallery-library-a-community-effort-not-complete-yet","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1397781708473000}},"http://www.itsadansworld.net/2014/01/moments-in-cool-captain-america-surfs.html":{"'":{"location":"http://www.itsadansworld.net/2014/01/moments-in-cool-captain-america-surfs.html","offset":{"x":0,"y":48.90625},"path":"/html[1]","timestamp":1397781760828000}},"http://www.destructoid.com/sega-to-make-marvel-games-guaranteed-to-be-better-than-civil-war-31072.phtml":{},"https://app.glassboard.com/web/app/":{},"https://github.com/blog/1303-github-game-off":{},"http://useyourloaf.com/blog/2014/04/16/running-custom-clang-analyzer-builds.html":{"'":{"location":"http://useyourloaf.com/blog/2014/04/16/running-custom-clang-analyzer-builds.html","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1397782816016000}},"http://www.wired.com/2014/04/tails/":{"'":{"location":"http://www.wired.com/2014/04/tails/","offset":{"x":0,"y":51.75},"path":"/html[1]","timestamp":1397782833595000}},"http://presnapreads.com/2014/04/02/patrick-peterson-the-numbers-the-tape-the-verdict-2014/":{},"http://shvets.github.io/blog/2014/04/19/configure_macbook.html":{"'":{"location":"http://shvets.github.io/blog/2014/04/19/configure_macbook.html","offset":{"x":0,"y":168},"path":"/html[1]","timestamp":1397920061346000}},"https://github.com/cub-uanic/tmk_keyboard":{"'":{"location":"https://github.com/cub-uanic/tmk_keyboard","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398046212235000}},"https://github.com/benblazak/ergodox-firmware/tree/master":{"'":{"location":"https://github.com/benblazak/ergodox-firmware/tree/master","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]","timestamp":1398051778025000},"k":{"location":"https://github.com/benblazak/ergodox-firmware/tree/master","offset":{"x":0,"y":42.64705882352941},"path":"/html[1]","timestamp":1398046397359000}},"http://engineering.flipboard.com/2014/03/web-layouts/":{"'":{"location":"http://engineering.flipboard.com/2014/03/web-layouts/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398050519926000}},"http://en.wikipedia.org/wiki/Perlin_noise":{"'":{"location":"http://en.wikipedia.org/wiki/Perlin_noise","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1398050513251000}},"http://data.heapanalytics.com/how-to-lie-with-data-visualization/":{},"https://medium.com/p/597cde9ee9d4":{},"http://m.xojane.com/issues/unpopular-opinion-my-world-class-education-at-mit-totally-screwed-me-over":{"'":{"location":"http://m.xojane.com/issues/unpopular-opinion-my-world-class-education-at-mit-totally-screwed-me-over","offset":{"x":0,"y":171.875},"path":"/html[1]","timestamp":1398053522364000}},"http://priceonomics.com/the-invention-of-the-aeropress/":{},"https://www.instapaper.com/u":{"'":{"location":"https://www.instapaper.com/u","offset":{"x":0,"y":44.529411764705884},"path":"/html[1]","timestamp":1409274148025000}},"http://garage.socialisten.at/2014/04/lifehack-pay-facebook-to-serve-facebook-ads-to-facebook-devs-to-fix-facebook-bugs/":{},"https://www.tumblr.com/login/follow/dlanham":{},"https://www.tumblr.com/dashboard":{"'":{"location":"https://www.tumblr.com/dashboard","offset":{"x":0,"y":360},"path":"id('logged_in')","timestamp":1398218195735000}},"http://blog.keyboard.io/?og=1":{"'":{"location":"http://blog.keyboard.io/?og=1","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398218105639000}},"https://github.com/phinze/homebrew-cask/blob/master/CONTRIBUTING.md":{},"https://github.com/tpope/vim-heroku":{"'":{"location":"https://github.com/tpope/vim-heroku","offset":{"x":0,"y":37.470588235294116},"path":"/html[1]","timestamp":1398218138615000}},"http://thecreatorsproject.vice.com/blog/miyazakis-best-films-get-commemorated-in-8-bit-style":{"'":{"location":"http://thecreatorsproject.vice.com/blog/miyazakis-best-films-get-commemorated-in-8-bit-style","offset":{"x":0,"y":51.19047619047619},"path":"/html[1]","timestamp":1398218145556000}},"http://www.rollingstone.com/movies/news/joss-whedon-pushes-in-your-eyes-to-vimeo-on-demand-20140421":{"'":{"location":"http://www.rollingstone.com/movies/news/joss-whedon-pushes-in-your-eyes-to-vimeo-on-demand-20140421","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1398218153409000}},"http://qz.com/199806/complete-guide-to-structuring-your-ideal-work-day/":{},"http://everyday-carry.com/post/83548869093/stitch-locke-minimalist-cork-wallet":{},"http://kellabyte.com/2014/04/22/improving-the-protocol-parsing-in-redis/":{},"https://github.com/antirez/redis/issues/1699":{"'":{"location":"https://github.com/antirez/redis/issues/1699","offset":{"x":0,"y":33.705882352941174},"path":"/html[1]","timestamp":1398220874730000}},"https://twitter.com/kellabyte/status/458613831032270849":{"'":{"location":"https://twitter.com/kellabyte/status/458613831032270849","offset":{"x":0,"y":84},"path":"/html[1]","timestamp":1398220904328000}},"http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/":{"'":{"location":"http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/","offset":{"x":0,"y":122.96875},"path":"/html[1]","timestamp":1398221066415000}},"http://www.fastcolabs.com/3029495/programming-in-time-for-dinner":{"'":{"location":"http://www.fastcolabs.com/3029495/programming-in-time-for-dinner","offset":{"x":0,"y":99.72727272727273},"path":"/html[1]","timestamp":1398222077281000}},"http://ask.metafilter.com/260530/SF-Fantasy-books-with-a-big-reveal":{"'":{"location":"http://ask.metafilter.com/260530/SF-Fantasy-books-with-a-big-reveal","offset":{"x":0,"y":257.39583333333337},"path":"/html[1]","timestamp":1398221267344000}},"http://www.antipope.org/charlie/who_am_i/autobio-all-redacted.html":{},"http://www.reddit.com/r/WritingPrompts/comments/23n2zr/wp_two_godlike_beings_disguised_as_old_men_play_a/cgyprtt":{},"http://techcrunch.com/2014/04/14/sf-housing/":{"'":{"location":"http://techcrunch.com/2014/04/14/sf-housing/","offset":{"x":0,"y":734.0104166666667},"path":"/html[1]","timestamp":1398221995514000}},"http://thewirecutter.com/reviews/travel-guide/":{"'":{"location":"http://thewirecutter.com/reviews/travel-guide/","offset":{"x":0,"y":1856.7708333333335},"path":"/html[1]","timestamp":1398629088008000}},"http://www.kaufmann.no/roland/dvorak/":{"'":{"location":"http://www.kaufmann.no/roland/dvorak/","offset":{"x":0,"y":56.09375},"path":"/html[1]/body[1]","timestamp":1398265143118000}},"http://stackoverflow.com/questions/2306423/an-ideal-keyboard-layout-for-programming":{"'":{"location":"http://stackoverflow.com/questions/2306423/an-ideal-keyboard-layout-for-programming","offset":{"x":0,"y":111.09375},"path":"/html[1]","timestamp":1398263819009000}},"http://www.makeuseof.com/tag/how-i-quickly-mastered-a-superior-keyboard-layout-without-losing-productivity/":{"'":{"location":"http://www.makeuseof.com/tag/how-i-quickly-mastered-a-superior-keyboard-layout-without-losing-productivity/","offset":{"x":0,"y":132.64705882352942},"path":"/html[1]","timestamp":1398263838987000}},"http://www.workmanlayout.com/blog/":{"'":{"location":"http://www.workmanlayout.com/blog/","offset":{"x":0,"y":313.15384615384613},"path":"/html[1]","timestamp":1398263918022000}},"https://normanlayout.info/compare":{"'":{"location":"https://normanlayout.info/compare","offset":{"x":0,"y":250.57291666666669},"path":"/html[1]","timestamp":1398264482890000}},"https://normanlayout.info/learn":{"'":{"location":"https://normanlayout.info/learn","offset":{"x":0,"y":45.9375},"path":"/html[1]","timestamp":1398264358258000}},"http://www.arcavia.com/kyle/Projects/ProgrammerKeyboard.html":{"'":{"location":"http://www.arcavia.com/kyle/Projects/ProgrammerKeyboard.html","offset":{"x":0,"y":12},"path":"/html[1]/body[1]","timestamp":1398265125301000}},"http://lifehacker.com/should-i-use-an-alternative-keyboard-layout-like-dvorak-1447772004":{"'":{"location":"http://lifehacker.com/should-i-use-an-alternative-keyboard-layout-like-dvorak-1447772004","offset":{"x":0,"y":154.0625},"path":"/html[1]","timestamp":1398265168269000}},"http://mkweb.bcgsc.ca/carpalx/":{"'":{"location":"http://mkweb.bcgsc.ca/carpalx/","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1398265193568000}},"http://mkweb.bcgsc.ca/carpalx/?perl_code":{},"http://mkweb.bcgsc.ca/carpalx/?download":{},"http://mkweb.bcgsc.ca/carpalx/?carpalx_installation":{},"http://mkweb.bcgsc.ca/carpalx/?keyboard_statistics":{"'":{"location":"http://mkweb.bcgsc.ca/carpalx/?keyboard_statistics","offset":{"x":0,"y":233.59375},"path":"/html[1]","timestamp":1398265469973000}},"http://mkweb.bcgsc.ca/carpalx/?basic_optimization":{"'":{"location":"http://mkweb.bcgsc.ca/carpalx/?basic_optimization","offset":{"x":0,"y":91.875},"path":"/html[1]","timestamp":1398265475209000}},"http://mkweb.bcgsc.ca/carpalx/?interpreting_optimization":{"'":{"location":"http://mkweb.bcgsc.ca/carpalx/?interpreting_optimization","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1398265480728000}},"http://mkweb.bcgsc.ca/carpalx/?keyboard_images":{},"http://code.google.com/p/amphetype/":{"'":{"location":"http://code.google.com/p/amphetype/","offset":{"x":0,"y":10.208333333333334},"path":"/html[1]","timestamp":1398266140744000}},"http://imgur.com/a/K94pR":{"'":{"location":"http://imgur.com/a/K94pR","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1398301978185000}},"https://medium.com/message/4f61cd5c84c5":{},"http://www.outsideonline.com/outdoor-gear/bags/luggage/MLC.html":{"'":{"location":"http://www.outsideonline.com/outdoor-gear/bags/luggage/MLC.html","offset":{"x":0,"y":136.47058823529412},"path":"/html[1]","timestamp":1398538355096000}},"http://www.backpacker.com/march-2012-gear-review-patagonia-mlc-bag/gear/16355":{},"https://github.com/tmk/tmk_keyboard/issues/58":{"'":{"location":"https://github.com/tmk/tmk_keyboard/issues/58","offset":{"x":0,"y":48.64705882352941},"path":"/html[1]","timestamp":1398538409344000}},"https://github.com/benblazak/ergodox-firmware/blob/master/references.md":{"'":{"location":"https://github.com/benblazak/ergodox-firmware/blob/master/references.md","offset":{"x":0,"y":369.47058823529414},"path":"/html[1]","timestamp":1398538441222000}},"http://geekhack.org/index.php?topic=48106.55;wap2":{},"https://github.com/kejadlen/tmk_keyboard/commit/5e3f2d2b2e5065a04495f2c55fae0849966b5d23":{},"http://io9.com/how-to-read-terry-pratchetts-discworld-series-in-one-h-1567312812":{},"http://recode.net/2014/04/27/gurbaskh-chahal-says-he-didnt-do-it-i-didnt-hit-her-117-times/":{"'":{"location":"http://recode.net/2014/04/27/gurbaskh-chahal-says-he-didnt-do-it-i-didnt-hit-her-117-times/","offset":{"x":0,"y":139.2941176470588},"path":"/html[1]","timestamp":1398628042737000}},"https://medium.com/how-to-change-social-media/fad61264cc12":{"'":{"location":"https://medium.com/how-to-change-social-media/fad61264cc12","offset":{"x":0,"y":212.58823529411765},"path":"/html[1]","timestamp":1398628336139000}},"https://github.com/Homebrew/homebrew/wiki/Gems%2C-Eggs-and-Perl-Modules":{},"https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python":{},"https://github.com/Homebrew/homebrew/wiki":{"'":{"location":"https://github.com/Homebrew/homebrew/wiki","offset":{"x":0,"y":35.8235294117647},"path":"/html[1]","timestamp":1398628376912000}},"http://mingdoyle.tumblr.com/post/84042001611/hi-there-ming-i-love-your-artwork-so-in-my":{},"https://bitbucket.org/site/master/issue/3288/remote-pull-requests-to-google-code-and":{"'":{"location":"https://bitbucket.org/site/master/issue/3288/remote-pull-requests-to-google-code-and","offset":{"x":0,"y":5.841151424164946},"path":"/html[1]","timestamp":1398629550829000}},"https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook":{"'":{"location":"https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook","offset":{"x":0,"y":10.235294117647058},"path":"/html[1]","timestamp":1398631365135000}},"https://github.com/Homebrew/homebrew/search?q=teensy&ref=cmdform":{"'":{"location":"https://github.com/Homebrew/homebrew/search?q=teensy&ref=cmdform","offset":{"x":0,"y":0},"path":null,"timestamp":1398631407124000}},"http://datapub.cdlib.org/2014/04/10/abandon-all-hope-ye-who-enter-dates-in-excel/":{"'":{"location":"http://datapub.cdlib.org/2014/04/10/abandon-all-hope-ye-who-enter-dates-in-excel/","offset":{"x":0,"y":261.72727272727275},"path":"/html[1]","timestamp":1398632307098000}},"http://www.nytimes.com/2014/04/07/opinion/eight-no-nine-problems-with-big-data.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/04/07/opinion/eight-no-nine-problems-with-big-data.html?_r=0","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1398632156759000}},"http://www.lexicon.net/sjmachin/xlrd.html":{},"https://github.com/Homebrew/homebrew/pull/28773":{"'":{"location":"https://github.com/Homebrew/homebrew/pull/28773","offset":{"x":0,"y":45.8235294117647},"path":"/html[1]","timestamp":1398634896761000}},"http://tumblr.benjamintseng.com/post/78095201988/why-healthcare-gov-stumbled-and-the-techies-who-brought":{"'":{"location":"http://tumblr.benjamintseng.com/post/78095201988/why-healthcare-gov-stumbled-and-the-techies-who-brought","offset":{"x":0,"y":464.3229166666667},"path":"/html[1]","timestamp":1399047220969000}},"http://mmqb.si.com/2014/04/24/making-of-2014-nfl-schedule/":{"'":{"location":"http://mmqb.si.com/2014/04/24/making-of-2014-nfl-schedule/","offset":{"x":0,"y":486.5104166666667},"path":"/html[1]","timestamp":1398634740265000}},"http://parley.rubyrogues.com/t/what-am-i-a-craftsman-an-artist/2054/14":{},"http://parley.rubyrogues.com/t/dhh-descrying-the-death-of-tatft/2067/108":{},"http://parley.rubyrogues.com/t/need-some-help-re-learning-tdd-after-watching-ian-coopers-talk/2105/3":{},"http://parley.rubyrogues.com/t/what-does-the-whole-tdd-debate-mean-to-a-nuby-what-is-the-lesson/2084":{},"http://parley.rubyrogues.com/t/what-does-the-whole-tdd-debate-mean-to-a-nuby-what-is-the-lesson/2084/3":{},"http://parley.rubyrogues.com/t/what-does-the-whole-tdd-debate-mean-to-a-nuby-what-is-the-lesson/2084/13":{},"http://parley.rubyrogues.com/t/lazy-classes-that-act-like-lambdas-or-code-as-data/2087/3":{},"http://parley.rubyrogues.com/t/looking-for-help-with-vcr-maintenance/1077/5":{},"http://parley.rubyrogues.com/t/minaswan-civility-and-conduct/2082/14":{},"https://github.com/kejadlen/homebrew/compare/master...teensy_loader_cli":{},"http://openstenoproject.github.io/plover/":{"'":{"location":"http://openstenoproject.github.io/plover/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398636884234000}},"http://sports.yahoo.com/news/beasts-still-roam-in-backfield--demise-of-rbs-in-nfl-greatly-exaggerated-230934774-nfl.html":{"'":{"location":"http://sports.yahoo.com/news/beasts-still-roam-in-backfield--demise-of-rbs-in-nfl-greatly-exaggerated-230934774-nfl.html","offset":{"x":0,"y":278.90909090909093},"path":"id('yui_3_14_0_1_1398659126003_1310')","timestamp":1398659268004000}},"http://blogs.wsj.com/digits/2014/04/27/ceo-ousted-after-plea-deal-in-domestic-violence-case/":{},"https://www.kickstarter.com/projects/1856024459/cooking-with-granny-web-series":{"'":{"location":"https://www.kickstarter.com/projects/1856024459/cooking-with-granny-web-series","offset":{"x":0,"y":48},"path":"/html[1]","timestamp":1398659430651000}},"http://www.cookingissues.com/2009/07/22/cocktails-the-science-of-shaking/":{},"http://plover.stenoknight.com/2010/08/steno-101-lesson-two.html":{"'":{"location":"http://plover.stenoknight.com/2010/08/steno-101-lesson-two.html","offset":{"x":0,"y":143.90625},"path":"/html[1]","timestamp":1398659588532000}},"http://plover.stenoknight.com/2011/01/steno-101-lesson-three.html":{"'":{"location":"http://plover.stenoknight.com/2011/01/steno-101-lesson-three.html","offset":{"x":0,"y":252.08333333333334},"path":"/html[1]","timestamp":1398659649830000}},"http://sciencefare.org/2012/07/12/weird-science-ice-premium-ice-home/":{},"http://blog.erlware.org/2014/04/27/some-thoughts-on-go-and-erlang/":{},"https://github.com/gregburek/heroku-buildpack-pgbouncer/blob/master/CONTRIBUTING.md":{"'":{"location":"https://github.com/gregburek/heroku-buildpack-pgbouncer/blob/master/CONTRIBUTING.md","offset":{"x":0,"y":15.176470588235293},"path":"/html[1]","timestamp":1398661550631000}},"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/arcana/1481":{},"http://hypercritical.co/2014/04/27/creativity-inc":{},"http://www.amazon.com/gp/product/B00FUZQYBO/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B00FUZQYBO&linkCode=as2&tag=siracusa-20":{"'":{"location":"http://www.amazon.com/gp/product/B00FUZQYBO/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B00FUZQYBO&linkCode=as2&tag=siracusa-20","offset":{"x":0,"y":2.176470588235294},"path":"/html[1]/body[1]","timestamp":1398697941241000}},"http://stenosaurus.blogspot.com/":{"'":{"location":"http://stenosaurus.blogspot.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398699702219000}},"https://www.google.com/search?q=mirabai+knight&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{},"http://plover.stenoknight.com/":{"'":{"location":"http://plover.stenoknight.com/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398699787112000}},"http://qwertysteno.com/Basics/TheVowels.php":{},"http://www.theatlanticcities.com/commute/2014/04/striking-new-way-visualize-mobility/8975/":{},"http://jvns.ca/blog/2014/04/26/i-dont-feel-guilty-about-not-contributing-to-open-source/":{},"http://www.runnersworld.com/injury-prevention-recovery/how-do-morning-workouts-affect-sleep":{"'":{"location":"http://www.runnersworld.com/injury-prevention-recovery/how-do-morning-workouts-affect-sleep","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1398702989613000}},"http://www.alfredapp.com/changelog":{"'":{"location":"http://www.alfredapp.com/changelog","offset":{"x":0,"y":42.96875},"path":"/html[1]","timestamp":1398702976795000}},"http://bigstory.ap.org/article/more-100-sickened-after-food-safety-summit":{},"http://www.theguardian.com/world/2014/apr/30/oklahoma-execution-botched-clayton-lockett":{},"http://www.donotlink.com/":{},"http://dealnews.com/features/Amazon-Will-Exclusively-Stream-HBO-Shows-Starting-Next-Month/1036239.html":{},"http://stilldrinking.org/programming-sucks":{"'":{"location":"http://stilldrinking.org/programming-sucks","offset":{"x":0,"y":54.84375},"path":"/html[1]","timestamp":1398834888047000}},"http://www.slate.com/blogs/behold/2014/04/25/alexandra_crockett_metal_cats_looks_at_the_relationship_between_metalheads.html?wpisrc=burger_bar":{"'":{"location":"http://www.slate.com/blogs/behold/2014/04/25/alexandra_crockett_metal_cats_looks_at_the_relationship_between_metalheads.html?wpisrc=burger_bar","offset":{"x":0,"y":187.94117647058823},"path":"/html[1]","timestamp":1398834819996000}},"http://www.cbssports.com/collegefootball/writer/bruce-feldman/24545361/how-kurt-roper-is-getting-driskel-and-gators-up-to-speed":{"'":{"location":"http://www.cbssports.com/collegefootball/writer/bruce-feldman/24545361/how-kurt-roper-is-getting-driskel-and-gators-up-to-speed","offset":{"x":0,"y":65.3125},"path":"/html[1]","timestamp":1398870885114000}},"https://github.com/tpope/vim-projectionist":{},"http://www.ee-blog.com/article/mark-cuban-pinpoints-one-thing-silicon-valley-has-other-us-tech-hubs-dont":{},"http://www.eugenefischer.com/2014/05/02/my-mothers-new-toilet-scares-me/":{},"http://parley.rubyrogues.com/t/evaluating-technical-arguments/2136":{},"http://arcteryx.com/product.aspx?model=Carrier-Duffle-35&language=EN":{"'":{"location":"http://arcteryx.com/product.aspx?model=Carrier-Duffle-35&language=EN","offset":{"x":0,"y":18.333333333333336},"path":"/html[1]","timestamp":1399182035045000}},"http://www.excelsiorgroup.co.uk/blog/accurate-observation-never-wrong-or-what-coach-needs-know-thomas-kurz":{},"http://parley.rubyrogues.com/t/leaving-the-podcast/2150/18":{},"http://parley.rubyrogues.com/t/my-latest-project-logster/2156/6":{},"http://parley.rubyrogues.com/t/my-latest-project-logster/2156/7":{},"http://parley.rubyrogues.com/t/my-latest-project-logster/2156":{},"https://github.com/SamSaffron/logster":{"'":{"location":"https://github.com/SamSaffron/logster","offset":{"x":0,"y":105.23529411764706},"path":"/html[1]","timestamp":1399388184263000}},"http://www.vox.com/2014/5/6/5686550/trailer-batmans-villains-are-going-to-be-the-best-part-of-foxs-gotham":{"'":{"location":"http://www.vox.com/2014/5/6/5686550/trailer-batmans-villains-are-going-to-be-the-best-part-of-foxs-gotham","offset":{"x":0,"y":109.29411764705883},"path":"/html[1]","timestamp":1399388472692000}},"http://www.polygon.com/2014/5/6/5686268/Destiny-costs-activision-500-million-to-develop-promote":{"'":{"location":"http://www.polygon.com/2014/5/6/5686268/Destiny-costs-activision-500-million-to-develop-promote","offset":{"x":0,"y":11.785714285714286},"path":"/html[1]","timestamp":1399388484022000}},"http://www.thedailybeast.com/articles/2014/05/06/how-the-sultan-of-brunei-violated-his-sharia-law-with-me.html":{"'":{"location":"http://www.thedailybeast.com/articles/2014/05/06/how-the-sultan-of-brunei-violated-his-sharia-law-with-me.html","offset":{"x":0,"y":84.58333333333334},"path":"/html[1]","timestamp":1399388507170000}},"http://www.runnersworld.com/workouts/does-leg-exercise-make-your-arms-tired":{},"https://www.kickstarter.com/projects/anova/anova-precision-cooker-cook-sous-vide-with-your-ip":{},"http://blog.atom.io/2014/05/06/atom-is-now-open-source.html":{},"http://www.reddit.com/r/AskReddit/comments/24uukf/what_is_the_female_equivalent_of_a_neckbeard/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/24uukf/what_is_the_female_equivalent_of_a_neckbeard/","offset":{"x":0,"y":140.78125},"path":"/html[1]","timestamp":1399390653918000}},"http://www.reddit.com/r/WritingPrompts/comments/24dqb4/wp_a_man_dies_and_goes_to_heaven_only_to_find/ch67b1c":{"'":{"location":"http://www.reddit.com/r/WritingPrompts/comments/24dqb4/wp_a_man_dies_and_goes_to_heaven_only_to_find/ch67b1c","offset":{"x":0,"y":89.0625},"path":"/html[1]","timestamp":1399390811020000}},"http://sass-master-stevens.tumblr.com/post/79798742405/the-manga-itself-is-worth-the-buy-but-hideaki":{},"http://well.blogs.nytimes.com/2014/03/19/how-a-warm-up-routine-can-save-your-knees/":{},"http://blog.rjmetrics.com/2014/05/07/pinners-be-pinnin-how-to-justify-pinterests-3-8b-valuation/":{"'":{"location":"http://blog.rjmetrics.com/2014/05/07/pinners-be-pinnin-how-to-justify-pinterests-3-8b-valuation/","offset":{"x":0,"y":18},"path":"/html[1]","timestamp":1399474465907000}},"http://well.blogs.nytimes.com/2014/05/07/a-fit-body-at-25-a-fit-brain-at-50/?_php=true&_type=blogs&_r=0":{"'":{"location":"http://well.blogs.nytimes.com/2014/05/07/a-fit-body-at-25-a-fit-brain-at-50/?_php=true&_type=blogs&_r=0","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1399474563636000}},"http://mobile.nytimes.com/2014/05/04/magazine/rent-too-damn-high-move-to-singapore.html?_r=1&referrer=":{},"http://www.grubstreet.com/2014/05/food-dude-doodies-and-the-women-who-love-them.html":{},"http://www.chrismaslin.co.uk/tax-tips/the-problem-with-tax-schemes/":{},"http://www.dnainfo.com/chicago/20140507/avondale/hot-dougs-closing-leaves-big-buns-fill-chicago-hot-dog-scene":{},"http://signalvnoise.com/posts/3024-questions-i-ask-when-reviewing-a-design":{"'":{"location":"http://signalvnoise.com/posts/3024-questions-i-ask-when-reviewing-a-design","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1399476985608000}},"http://opensource.com/business/14/5/how-be-open-source-gardener":{"'":{"location":"http://opensource.com/business/14/5/how-be-open-source-gardener","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1399476987733000}},"https://twitter.com/greatartbot/status/463981642483118081/photo/1":{},"http://vihart.com/net-neutrality-in-the-us-now-what/":{"'":{"location":"http://vihart.com/net-neutrality-in-the-us-now-what/","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1399477063893000}},"https://www.kickstarter.com/projects/nuchallenger/treachery-in-beatdown-city-a-tactical-beat-em-up-0":{"'":{"location":"https://www.kickstarter.com/projects/nuchallenger/treachery-in-beatdown-city-a-tactical-beat-em-up-0","offset":{"x":0,"y":326.25},"path":"/html[1]","timestamp":1399477078667000}},"https://github.com/Sveppi/Todour":{},"http://technomancy.us/":{"'":{"location":"http://technomancy.us/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1399860505357000}},"http://martinfowler.com/bliki/ParallelChange.html":{},"http://www.thoughtworks.com/insights/blog/mockists-are-dead-long-live-classicists":{"'":{"location":"http://www.thoughtworks.com/insights/blog/mockists-are-dead-long-live-classicists","offset":{"x":0,"y":87.5},"path":"/html[1]","timestamp":1399997220737000}},"http://bjsm.bmj.com/content/48/11/871.full":{"'":{"location":"http://bjsm.bmj.com/content/48/11/871.full","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1399997505384000}},"http://codemanship.co.uk/parlezuml/blog/?postid=1225":{},"http://www.polygon.com/2014/5/13/5713440/xbox-one-no-kinect-release-date-price-microsoft":{},"http://www.joystiq.com/2014/05/13/microsoft-drops-xbox-live-gold-hbo-go-netflix/":{"'":{"location":"http://www.joystiq.com/2014/05/13/microsoft-drops-xbox-live-gold-hbo-go-netflix/","offset":{"x":0,"y":59.375},"path":"/html[1]","timestamp":1399997523787000}},"https://en.wikipedia.org/wiki/Endgame_tablebase":{},"https://gist.github.com/dhh/4849a20d2ba89b34b201":{"'":{"location":"https://gist.github.com/dhh/4849a20d2ba89b34b201","offset":{"x":0,"y":414.2352941176471},"path":"/html[1]","timestamp":1400254933241000}},"http://kickstartacademy.io/blog/2014-05-16-hangout-with-matt-wynne-and-aslak-helles-y":{},"http://gizmodo.com/this-is-the-most-fun-ive-ever-had-sitting-in-a-chair-1577388071":{},"http://martinfowler.com/articles/testing-culture.html":{},"http://blog.gopheracademy.com/gophers-slack-community":{},"http://www.reddit.com/r/WTF/comments/25phy7/russian_selfdefense_demonstration/":{},"http://www.reddit.com/r/askscience/comments/25p4lg/if_a_caterpillar_loses_a_leg_then_goes_through/":{},"http://technomancy.us/172":{"'":{"location":"http://technomancy.us/172","offset":{"x":0,"y":218.65},"path":"/html[1]","timestamp":1400600425759000}},"http://imgur.com/a/rNPff?gallery":{"'":{"location":"http://imgur.com/a/rNPff?gallery","offset":{"x":0,"y":915},"path":"/html[1]","timestamp":1400600627145000}},"http://blog.davidecoppola.com/2014/05/20/cpp-benchmarks-vector-vs-list-vs-deque/":{},"http://ericbrooke.wordpress.com/2014/03/31/surviving-as-junior-developer/":{"'":{"location":"http://ericbrooke.wordpress.com/2014/03/31/surviving-as-junior-developer/","offset":{"x":0,"y":29.6875},"path":"/html[1]","timestamp":1400684659931000}},"https://github.com/kejadlen/tmk_keyboard/blob/master/keyboard/ergodox/keymap_atreus.h":{},"http://abcnews.go.com/Lifestyle/restaurant-responds-review-requesting-servers-show-skin-clever/story?id=23749752":{"'":{"location":"http://abcnews.go.com/Lifestyle/restaurant-responds-review-requesting-servers-show-skin-clever/story?id=23749752","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1400684682177000}},"http://blog.alfredapp.com/2014/05/21/tutorial-clipboard-history-and-snippets-in-a-snap/":{},"http://bits.blogs.nytimes.com/2014/05/21/in-cybersecurity-sometimes-the-weakest-link-is-a-family-member/?_php=true&_type=blogs&_r=0":{},"http://www.geekyboy.com/archives/880":{},"http://dan.carley.co/blog/2014/05/21/working-late-responsibly/":{},"https://medium.com/the-julia-language/a556e6cdcd10":{"'":{"location":"https://medium.com/the-julia-language/a556e6cdcd10","offset":{"x":0,"y":49.529411764705884},"path":"/html[1]","timestamp":1401207308599000}},"http://marksands.github.io/2014/05/27/how-apple-cheats.html":{"'":{"location":"http://marksands.github.io/2014/05/27/how-apple-cheats.html","offset":{"x":0,"y":111.25},"path":"/html[1]","timestamp":1401327266888000}},"http://www.theguardian.com/sport/2014/may/31/great-britain-commonwealth-games-marathon-steve-way":{"'":{"location":"http://www.theguardian.com/sport/2014/may/31/great-britain-commonwealth-games-marathon-steve-way","offset":{"x":0,"y":48.881214549590865},"path":"/html[1]","timestamp":1401724003536000}},"http://subterraneanpress.com/store/product_detail/legion_skin_deep":{},"http://kwugirl.blogspot.com/2014/04/how-to-be-better-junior-developer_25.html":{"'":{"location":"http://kwugirl.blogspot.com/2014/04/how-to-be-better-junior-developer_25.html","offset":{"x":0,"y":49.6875},"path":"/html[1]","timestamp":1401724089819000}},"http://online.wsj.com/articles/the-wrong-way-to-treat-child-geniuses-1401484790":{},"http://www.nytimes.com/2014/06/03/science/whats-lost-as-handwriting-fades.html?smid=tw-share&_r=0":{},"https://www.sciencenews.org/article/stereotypes-might-make-female-hurricanes-deadlier":{"'":{"location":"https://www.sciencenews.org/article/stereotypes-might-make-female-hurricanes-deadlier","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1401810502162000}},"http://www.reddit.com/r/AskReddit/comments/276w8i/pizza_deliverers_of_reddit_whats_the_most_awkward/":{},"http://talkingpointsmemo.com/muckraker/nra-apologizes-open-carry-texas":{},"http://www.npr.org/blogs/monkeysee/2014/06/03/318458538/do-female-named-hurricanes-need-to-lean-in":{},"https://www.openssl.org/news/secadv_20140605.txt":{},"http://bits.blogs.nytimes.com/2014/06/05/amazon-boycott-gets-a-helping-hand-from-stephen-colbert/?_php=true&_type=blogs&_r=0":{},"http://www.usatoday.com/story/news/nation/2014/06/04/harvard-book-bound-human-flesh/9981335/":{},"http://www.reddit.com/r/gaming/comments/27cmt3/sniper_elite_v2_is_so_satisfying/":{},"http://www.reddit.com/r/AskReddit/comments/27ca78/what_is_your_most_boring_encounter_with_a/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/27ca78/what_is_your_most_boring_encounter_with_a/","offset":{"x":0,"y":25.9375},"path":"/html[1]","timestamp":1401979440491000}},"http://www.reddit.com/r/nfl/comments/27di8x/novice_guide_to_the_run_game_series_1_4_shedding/":{"'":{"location":"http://www.reddit.com/r/nfl/comments/27di8x/novice_guide_to_the_run_game_series_1_4_shedding/","offset":{"x":0,"y":99.375},"path":"/html[1]","timestamp":1401979449375000}},"http://www.reddit.com/r/WTF/comments/27e6t9/a_family_friend_before_his_surgery/":{"'":{"location":"http://www.reddit.com/r/WTF/comments/27e6t9/a_family_friend_before_his_surgery/","offset":{"x":0,"y":819.21875},"path":"/html[1]","timestamp":1402018138323000}},"http://scans-daily.dreamwidth.org/4731898.html":{"'":{"location":"http://scans-daily.dreamwidth.org/4731898.html","offset":{"x":0,"y":461.6363636363636},"path":"/html[1]","timestamp":1402018841563000}},"http://blog.greatcodeclub.com/frog/":{},"http://rs.io/2014/05/29/list-of-data-sets.html":{"'":{"location":"http://rs.io/2014/05/29/list-of-data-sets.html","offset":{"x":0,"y":542.8125},"path":"/html[1]","timestamp":1403761322042000}},"http://www.philipreames.com/Blog/2014/06/04/code-for-late-safepoint-placement-available/":{},"http://gilesbowkett.blogspot.com/2014/06/the-railsmerb-merge-in-retrospect.html":{},"http://www.buzzfeed.com/christinebyrne/insane-bloody-marys":{"'":{"location":"http://www.buzzfeed.com/christinebyrne/insane-bloody-marys","offset":{"x":0,"y":11.875},"path":"/html[1]","timestamp":1402068969940000}},"http://vimeo.com/95803204":{},"http://www.cephalofair.com/2014/06/chronicles-dunshire.html":{"'":{"location":"http://www.cephalofair.com/2014/06/chronicles-dunshire.html","offset":{"x":0,"y":353.28125},"path":"/html[1]","timestamp":1402069860525000}},"http://culturedcode.com/things/blog/":{"'":{"location":"http://culturedcode.com/things/blog/","offset":{"x":0,"y":43.75},"path":"/html[1]","timestamp":1402173190821000}},"http://culturedcode.com/things/guide/":{"'":{"location":"http://culturedcode.com/things/guide/","offset":{"x":0,"y":240.625},"path":"/html[1]","timestamp":1402173342066000}},"https://sites.fastspring.com/culturedcode/order/complete":{},"http://neovim.org/news/2014/june/":{},"https://www.mnot.net/blog/2014/06/07/rfc2616_is_dead":{"'":{"location":"https://www.mnot.net/blog/2014/06/07/rfc2616_is_dead","offset":{"x":0,"y":17.8125},"path":"/html[1]","timestamp":1402177971217000}},"http://www.zdnet.com/thanks-for-nothing-jerkface-7000030306/":{"'":{"location":"http://www.zdnet.com/thanks-for-nothing-jerkface-7000030306/","offset":{"x":0,"y":126.875},"path":"/html[1]","timestamp":1402174682510000}},"http://seattletimes.com/html/picturethis/2023788127_lightrailtunnelwalk.html":{"'":{"location":"http://seattletimes.com/html/picturethis/2023788127_lightrailtunnelwalk.html","offset":{"x":0,"y":123.125},"path":"/html[1]","timestamp":1402175586947000}},"http://www.bust.com/your-summer-guide-to-annihilating-street-harassers.html":{"'":{"location":"http://www.bust.com/your-summer-guide-to-annihilating-street-harassers.html","offset":{"x":0,"y":97.1875},"path":"/html[1]","timestamp":1402175644573000}},"https://medium.com/the-archipelago/why-criticizing-ya-is-sexist-e8076015000a":{"'":{"location":"https://medium.com/the-archipelago/why-criticizing-ya-is-sexist-e8076015000a","offset":{"x":0,"y":67.52941176470588},"path":"/html[1]","timestamp":1402175848499000}},"http://www.samharris.org/blog/item/clarifying-the-landscape":{"'":{"location":"http://www.samharris.org/blog/item/clarifying-the-landscape","offset":{"x":0,"y":79.375},"path":"/html[1]","timestamp":1402175982559000}},"http://vimeo.com/96558506":{},"http://scans-daily.dreamwidth.org/4733172.html":{},"http://scans-daily.dreamwidth.org/4732702.html":{},"http://david-smith.org/blog/2014/06/05/opportunities/":{},"http://parley.rubyrogues.com/t/swift-ruby-bringing-nice-language-features-from-swift-to-ruby/2303":{},"http://technomancy.us/173":{"'":{"location":"http://technomancy.us/173","offset":{"x":0,"y":41.95},"path":"/html[1]","timestamp":1409158599534000}},"https://www.instapaper.com/u/2":{"'":{"location":"https://www.instapaper.com/u/2","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1402184452164000}},"https://gist.github.com/anonymous/931f4cc7fc60fc8396a6":{},"https://github.com/saturnflyer/direction":{},"http://widgetsandshit.com/teddziuba/2009/10/i-dont-code-in-my-free-time.html":{},"https://www.google.com/search?q=camlistore&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{"'":{"location":"https://www.google.com/search?q=camlistore&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1402241390875000}},"https://github.com/bradfitz/camlistore":{},"http://www.salon.com/2014/06/06/techs_toxic_political_culture_the_stealth_libertarianism_of_silicon_valley_bigwigs/":{"'":{"location":"http://www.salon.com/2014/06/06/techs_toxic_political_culture_the_stealth_libertarianism_of_silicon_valley_bigwigs/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1402241462682000}},"http://www.newstatesman.com/business/2014/06/bizarre-secret-london-s-buried-diggers":{},"http://www.reddit.com/r/AskReddit/comments/27p6z3/doctors_of_reddit_whats_something_youve_had_to/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/27p6z3/doctors_of_reddit_whats_something_youve_had_to/","offset":{"x":0,"y":556.4583333333334},"path":"/html[1]","timestamp":1402411925588000}},"http://ftw.usatoday.com/2014/06/cristiano-ronaldo-new-york-jets":{"'":{"location":"http://ftw.usatoday.com/2014/06/cristiano-ronaldo-new-york-jets","offset":{"x":0,"y":164.8181818181818},"path":"/html[1]","timestamp":1402412150755000}},"http://dresdencodak.com/2010/05/07/kc-guest-comic/":{},"http://www.metafilter.com/139748/A-teeny-tiny-bit-of-inspiration":{},"http://www.apartmenttherapy.com/contests/smallcool/2013":{"'":{"location":"http://www.apartmenttherapy.com/contests/smallcool/2013","offset":{"x":0,"y":79.31451612903226},"path":"/html[1]","timestamp":1402413100147000}},"http://eveningsends.com/climbing/climbers-guide-instagram/":{"'":{"location":"http://eveningsends.com/climbing/climbers-guide-instagram/","offset":{"x":0,"y":1057.3636363636363},"path":"/html[1]","timestamp":1402413113362000}},"https://jobs.scu.edu/postings/1654":{"'":{"location":"https://jobs.scu.edu/postings/1654","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1402414052422000}},"http://www.runnersworld.com/health/interval-training-and-trolleyology":{},"https://gist.github.com/marktheunissen/2979474":{"'":{"location":"https://gist.github.com/marktheunissen/2979474","offset":{"x":0,"y":82.58823529411765},"path":"/html[1]","timestamp":1405379432106000}},"http://blog.bethcodes.com/the-dyslexic-programmer":{"'":{"location":"http://blog.bethcodes.com/the-dyslexic-programmer","offset":{"x":0,"y":199.52941176470588},"path":"/html[1]","timestamp":1402416840100000}},"http://blog.alfredapp.com/2014/06/12/an-os-x-yosemite-theme-for-alfred/":{},"https://blog.splice.com/cleaning-git-branches/":{"'":{"location":"https://blog.splice.com/cleaning-git-branches/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1402588488432000}},"http://climbingnarc.com/2014/06/psicobloc-masters-series-returns-august-6-8/?utm_content=bufferdf4ea&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{},"http://www.reddit.com/r/AskReddit/comments/284o1g/what_would_you_like_to_see_added_to_airplane/":{},"https://github.com/alankila/Junk/tree/master/wav2png":{},"http://www.sbnation.com/soccer/2014/5/14/5717666/argentina-world-cup-banner-maradona-pope-messi":{},"http://imgur.com/a/LLxAO":{"'":{"location":"http://imgur.com/a/LLxAO","offset":{"x":0,"y":49.6875},"path":"/html[1]","timestamp":1402877521952000}},"http://readwrite.com/2014/06/09/silicon-valley-women-street-style?utm_content=buffer6ee41&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://readwrite.com/2014/06/09/silicon-valley-women-street-style?utm_content=buffer6ee41&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":352.70588235294116},"path":"id('silicon-valley-women-street-style-page')","timestamp":1402929549361000}},"http://imgur.com/a/HqSfS":{"'":{"location":"http://imgur.com/a/HqSfS","offset":{"x":0,"y":73.4375},"path":"/html[1]","timestamp":1402929806986000}},"http://www.reddit.com/r/FanTheories/comments/288zmy/return_of_the_jedi_regarding_ewoks/":{},"http://www.sportsonearth.com/article/79959820/nfl-best-worst-secondary-rankings-seattle-seahawks-arizona-cardinals":{"'":{"location":"http://www.sportsonearth.com/article/79959820/nfl-best-worst-secondary-rankings-seattle-seahawks-arizona-cardinals","offset":{"x":0,"y":525},"path":"/html[1]","timestamp":1402930013271000}},"http://engineering.harrys.com/2014/06/09/seed-migrations.html?utm_source=rubyweekly&utm_medium=email":{"'":{"location":"http://engineering.harrys.com/2014/06/09/seed-migrations.html?utm_source=rubyweekly&utm_medium=email","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1402932371202000}},"http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/mm/304":{},"http://www.sbnation.com/nfl/2014/6/17/5817280/jimmy-graham-nfl-arbitration-tight-end-twitter":{"'":{"location":"http://www.sbnation.com/nfl/2014/6/17/5817280/jimmy-graham-nfl-arbitration-tight-end-twitter","offset":{"x":0,"y":96.20184235603757},"path":"/html[1]","timestamp":1403019044373000}},"http://www.reddit.com/r/AskReddit/comments/28kfi9/girls_of_reddit_what_is_something_guys_think_you/":{},"http://www.reddit.com/r/Seattle/comments/28kzup/the_real_reason_metro_has_handles_on_the_back_of/":{"'":{"location":"http://www.reddit.com/r/Seattle/comments/28kzup/the_real_reason_metro_has_handles_on_the_back_of/","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1403237647680000}},"http://www.reddit.com/r/boardgames/comments/28ler5/we_added_boardgame_touches_to_our_wedding/":{},"http://www.salon.com/2014/06/19/honey_boo_boo_is_a_monster_what_reality_tv_did_to_the_pint_size_pageant_queen/?utm_source=facebook&utm_medium=socialflow":{"'":{"location":"http://www.salon.com/2014/06/19/honey_boo_boo_is_a_monster_what_reality_tv_did_to_the_pint_size_pageant_queen/?utm_source=facebook&utm_medium=socialflow","offset":{"x":0,"y":160.72916666666669},"path":"id('yui_3_11_0_12_1403237504665_41')","timestamp":1403237880151000}},"http://www.lasvegassun.com/news/2014/jun/13/nj-judge-rules-casino-not-liable-unshuffled-cards-/":{"'":{"location":"http://www.lasvegassun.com/news/2014/jun/13/nj-judge-rules-casino-not-liable-unshuffled-cards-/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1403238369220000}},"http://feministy.io/we-only-hire-senior-engineers":{"'":{"location":"http://feministy.io/we-only-hire-senior-engineers","offset":{"x":0,"y":24},"path":"/html[1]","timestamp":1403239514031000}},"http://www.acronym.de/home.php":{"'":{"location":"http://www.acronym.de/home.php","offset":{"x":0,"y":9.166666666666666},"path":"/html[1]/body[1]","timestamp":1403483151824000}},"http://www.reddit.com/r/WTF/comments/28tiav/nsfw_how_the_f/":{},"http://www.reddit.com/r/AskReddit/comments/28svdn/what_is_it_like_being_a_single_bachelor_in_china/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/28svdn/what_is_it_like_being_a_single_bachelor_in_china/","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1403485985260000}},"http://imgur.com/a/liqMw":{},"http://www.reddit.com/r/Games/comments/28sx4j/steam_summer_sale_day_4/":{},"http://coding-and-more.blogspot.ie/2011/06/its-official-developers-get-better-with.html":{"'":{"location":"http://coding-and-more.blogspot.ie/2011/06/its-official-developers-get-better-with.html","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1403486148380000}},"http://parley.rubyrogues.com/t/automation-with-ruby/2347":{"'":{"location":"http://parley.rubyrogues.com/t/automation-with-ruby/2347","offset":{"x":0,"y":8.210526315789474},"path":"/html[1]","timestamp":1403487445061000}},"http://parley.rubyrogues.com/t/anyone-going-to-goruco/2349":{},"http://www.slate.com/blogs/the_slatest/2014/06/22/john_mcenroe_suggests_getting_rid_of_officials_making_players_umpire.html":{},"http://lucaguidi.com/2014/06/23/introducing-lotus.html":{"'":{"location":"http://lucaguidi.com/2014/06/23/introducing-lotus.html","offset":{"x":0,"y":77.0909090909091},"path":"/html[1]","timestamp":1403534907952000}},"http://www.seriouseats.com/2014/06/best-cooking-technique-books-michael-ruhlman-favorite-cookbooks-interview.html":{"'":{"location":"http://www.seriouseats.com/2014/06/best-cooking-technique-books-michael-ruhlman-favorite-cookbooks-interview.html","offset":{"x":0,"y":121.30208333333334},"path":"/html[1]","timestamp":1403535168253000}},"https://www.cs.utexas.edu/~shmat/shmat_oak08netflix.pdf":{},"http://www.seriouseats.com/2014/06/vegan-tasting-menu-del-posto.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+seriouseatsfeaturesvideos+%28Serious+Eats%29":{"'":{"location":"http://www.seriouseats.com/2014/06/vegan-tasting-menu-del-posto.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+seriouseatsfeaturesvideos+%28Serious+Eats%29","offset":{"x":0,"y":361.875},"path":"/html[1]","timestamp":1403535376160000}},"http://www.metafilter.com/135025/Allez-Cuisine":{"'":{"location":"http://www.metafilter.com/135025/Allez-Cuisine","offset":{"x":0,"y":805.1041666666667},"path":"/html[1]","timestamp":1405379419621000}},"http://www.wired.com/2014/06/algorithms-humans-bffs/":{},"https://news.ycombinator.com/item?id=7934571":{},"https://github.com/kytrinyx/approvals":{"'":{"location":"https://github.com/kytrinyx/approvals","offset":{"x":0,"y":198.11764705882354},"path":"/html[1]","timestamp":1403589120450000}},"https://github.com/rust-lang/rust/pull/15131":{},"https://medium.com/@karenmcgrane/b5ca623a6b7e":{"'":{"location":"https://medium.com/@karenmcgrane/b5ca623a6b7e","offset":{"x":0,"y":87.05882352941177},"path":"/html[1]","timestamp":1403588264423000}},"http://imgur.com/a/xfPgj":{"'":{"location":"http://imgur.com/a/xfPgj","offset":{"x":0,"y":105.3125},"path":"/html[1]","timestamp":1403588792346000}},"http://np.reddit.com/r/sex/comments/28w95c/my_girlfriend_wants_a_speghetti_bath_is_that_safe/cif9gxc?context=3":{},"http://www.reddit.com/r/science/comments/28vuzr/science_ama_series_iama_virologist_who_studies/":{"'":{"location":"http://www.reddit.com/r/science/comments/28vuzr/science_ama_series_iama_virologist_who_studies/","offset":{"x":0,"y":180.9375},"path":"/html[1]","timestamp":1405379380409000}},"http://www.reddit.com/r/Games/comments/28vwn6/steam_summer_sale_day_5/":{},"http://markmanson.net/fuck-yes":{"'":{"location":"http://markmanson.net/fuck-yes","offset":{"x":0,"y":322.125},"path":"/html[1]","timestamp":1403589108937000}},"http://gogameguru.com/go-commentary-lee-sedol-vs-gu-li-jubango-game-5/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gogameguru+%28Go+Game+Guru%29":{},"https://mail.mozilla.org/pipermail/rust-dev/2014-June/010569.html":{},"http://crates.io/faq":{},"http://www.carpejuvenis.com/2014/06/15/robin-wehl-martin-robin-of-hello-robin-cookies/":{"'":{"location":"http://www.carpejuvenis.com/2014/06/15/robin-wehl-martin-robin-of-hello-robin-cookies/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1403617735827000}},"http://facesofultimate.tumblr.com/":{},"http://culturedcode.com/contact/":{},"http://blog.jessitron.com/2014/06/how-to-succeed-without-knowing-how-to.html":{"'":{"location":"http://blog.jessitron.com/2014/06/how-to-succeed-without-knowing-how-to.html","offset":{"x":0,"y":67.5},"path":"/html[1]","timestamp":1403760098767000}},"https://twitter.com/jamesdempsey/status/481992426546937857":{},"http://the-paper-trail.org/blog/the-elephant-was-a-trojan-horse-on-the-death-of-map-reduce-at-google/":{},"http://techcrunch.com/2014/06/18/court-rules-that-non-relevant-files-seized-under-a-warrant-cannot-be-held-indefinitely/":{},"http://blog.docker.com/2014/06/dockercon-video-thoughts-on-interoperable-containers/":{"'":{"location":"http://blog.docker.com/2014/06/dockercon-video-thoughts-on-interoperable-containers/","offset":{"x":0,"y":77.0909090909091},"path":"/html[1]","timestamp":1403763786446000}},"https://www.kickstarter.com/projects/1801630747/primetime-adventures":{},"https://medium.com/@karenmcgrane/pay-it-forward-b5ca623a6b7e":{},"http://pando.com/2014/06/25/shocking-as-it-once-seemed-snapchats-decision-to-turn-down-3b-now-looks-like-a-no-brainer/":{},"http://www.espnfc.us/blog/name/93/post/1913234/headline":{"'":{"location":"http://www.espnfc.us/blog/name/93/post/1913234/headline","offset":{"x":0,"y":186.875},"path":"/html[1]","timestamp":1403796005113000}},"http://www.bbc.com/sport/0/football/28035928":{"'":{"location":"http://www.bbc.com/sport/0/football/28035928","offset":{"x":0,"y":79.375},"path":"id('worldcup2014')","timestamp":1403796013616000}},"https://www.apple.com/pr/library/2014/06/26Apple-Brings-Vibrant-Colors-iSight-Camera-to-Most-Affordable-iPod-touch-Model.html":{},"http://talkingpointsmemo.com/livewire/scotus-strikes-down-abortion-clinic-buffer-zone?utm_content=buffer7611b&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer":{"'":{"location":"http://talkingpointsmemo.com/livewire/scotus-strikes-down-abortion-clinic-buffer-zone?utm_content=buffer7611b&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer","offset":{"x":0,"y":55.625},"path":"/html[1]","timestamp":1403796398510000}},"http://gawker.com/psychic-clam-u-s-will-beat-germany-in-world-cup-match-1596336449":{},"http://www.dorkly.com/post/64641/the-true-purpose-of-steam-sales":{},"http://ultiworld.com/2014/06/26/interview-pittsburgh-steelers-wr-antonio-brown-talks-ultimate-plus-video-playing/":{},"http://www.salesforce.com/company/careers/diversity-numbers.jsp":{"'":{"location":"http://www.salesforce.com/company/careers/diversity-numbers.jsp","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1403799558533000}},"http://finance.yahoo.com/news/amazing-display-sportsmanship-novak-djokovic-202400882.html?soc_src=mediacontentstory":{"'":{"location":"http://finance.yahoo.com/news/amazing-display-sportsmanship-novak-djokovic-202400882.html?soc_src=mediacontentstory","offset":{"x":0,"y":257.09090909090907},"path":"id('Stencil')","timestamp":1403799578392000}},"http://barker.co.uk/buzzfeediswatching":{},"http://www.clickhole.com/article/every-way-us-can-advance-world-cup-359":{},"https://peerj.com/articles/445/":{"'":{"location":"https://peerj.com/articles/445/","offset":{"x":0,"y":0},"path":"/html[1]","timestamp":1403820631561000}},"http://vimawesome.com/submit":{},"http://bjsm.bmj.com/content/48/14/1077.extract.html?etoc":{"'":{"location":"http://bjsm.bmj.com/content/48/14/1077.extract.html?etoc","offset":{"x":0,"y":23.75},"path":"/html[1]","timestamp":1403824282723000}},"http://espn.go.com/espnw/news-commentary/small-wonders/article/11127095/small-wonders-meet-girls-toppled-little-league":{},"http://www.macworld.com/article/2366921/why-apple-really-cares-about-your-privacy.html":{"'":{"location":"http://www.macworld.com/article/2366921/why-apple-really-cares-about-your-privacy.html","offset":{"x":0,"y":61.1764705882353},"path":"/html[1]","timestamp":1403833860588000}},"http://www.escapistmagazine.com/videos/view/the-big-picture/9438-Link-Be-A-Lady":{},"http://www.rockpapershotgun.com/2014/06/26/chess-2-pc/":{"'":{"location":"http://www.rockpapershotgun.com/2014/06/26/chess-2-pc/","offset":{"x":0,"y":61.5625},"path":"/html[1]","timestamp":1403833874039000}},"http://instagram-engineering.tumblr.com/post/89992572022/migrating-aws-fb":{"j":{"location":"http://instagram-engineering.tumblr.com/post/89992572022/migrating-aws-fb","offset":{"x":0,"y":12},"path":"/html[1]","timestamp":1403833889517000}},"http://kotaku.com/ask-dr-nerdlove-do-women-have-it-easier-in-dating-1596566465/+whitsongordon":{},"http://ipsc.ksp.sk/2014/real/problems/k.html":{},"http://geekhack.org/index.php?topic=44940.new;topicseen":{},"https://www.facebook.com/notes/kent-beck/high-throughput-is-the-best-low-latency-sometimes/785329214833278":{},"http://zerply.com/adriaan-walpot/":{},"http://www.iucn.org/?uNewsID=16056":{"'":{"location":"http://www.iucn.org/?uNewsID=16056","offset":{"x":0,"y":12},"path":"/html[1]","timestamp":1404312233042000}},"http://www.reddit.com/r/WTF/comments/29n7jt/i_see_your_highway_to_hell_and_raise_you_a_tajik/":{},"http://www.reddit.com/r/AskReddit/comments/29n3fn/who_is_the_most_annoying_character_in_a_tv_series/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/29n3fn/who_is_the_most_annoying_character_in_a_tv_series/","offset":{"x":0,"y":186.66666666666669},"path":"/html[1]","timestamp":1404312354665000}},"http://imgur.com/a/nSslm":{},"https://ikiwiki.info/security/":{"'":{"location":"https://ikiwiki.info/security/","offset":{"x":0,"y":87.5},"path":"/html[1]","timestamp":1404312546136000}},"http://www.infoq.com/news/2014/07/raddish?utm_campaign=infoq_content&utm_medium=feed&utm_source=infoq&utm_term=global":{},"https://storify.com/polotek/diverse-friends":{},"http://adage.com/article/digital/twitter-ceo-guts-top-ranks-user-growth-slows/293981/":{},"http://georgestocker.com/2014/04/15/how-to-destroy-programmer-productivity/":{"'":{"location":"http://georgestocker.com/2014/04/15/how-to-destroy-programmer-productivity/","offset":{"x":0,"y":87.5},"path":"/html[1]","timestamp":1404885281298000}},"http://ipsc.ksp.sk/":{"'":{"location":"http://ipsc.ksp.sk/","offset":{"x":0,"y":9.791666666666668},"path":"/html[1]","timestamp":1405379140071000}},"https://github.com/markets/awesome-ruby":{"'":{"location":"https://github.com/markets/awesome-ruby","offset":{"x":0,"y":30},"path":"/html[1]","timestamp":1405315145477000}},"http://www.nytimes.com/2014/07/13/us/how-one-college-handled-a-sexual-assault-complaint.html":{"'":{"location":"http://www.nytimes.com/2014/07/13/us/how-one-college-handled-a-sexual-assault-complaint.html","offset":{"x":0,"y":117.1875},"path":"/html[1]","timestamp":1405315171786000}},"http://forum.formlabs.com/t/deepone-monster-print/1328":{},"http://forum.formlabs.com/t/chessmen-complete/863":{},"http://ipsc.ksp.sk/2014/real/problems/c.html":{"'":{"location":"http://ipsc.ksp.sk/2014/real/problems/c.html","offset":{"x":0,"y":25.9375},"path":"/html[1]","timestamp":1405379249731000}},"http://ipsc.ksp.sk/2014/real/problems/f.html":{},"http://ipsc.ksp.sk/2014/real/problems/":{},"http://parley.rubyrogues.com/t/165-system-programming/2435/7":{},"http://thepugautomatic.com/2014/02/code-review/":{"'":{"location":"http://thepugautomatic.com/2014/02/code-review/","offset":{"x":0,"y":71.25},"path":"/html[1]","timestamp":1406039264752000}},"http://m453.io/guarded-reflections-of-an-amazonian":{"'":{"location":"http://m453.io/guarded-reflections-of-an-amazonian","offset":{"x":0,"y":160.58823529411765},"path":"/html[1]","timestamp":1406039685121000}},"http://www.csse.monash.edu.au/~damian/papers/HTML/ModestProposal.html":{},"http://highscalability.com/blog/2014/7/28/the-great-microservices-vs-monolithic-apps-twitter-melee.html":{"'":{"location":"http://highscalability.com/blog/2014/7/28/the-great-microservices-vs-monolithic-apps-twitter-melee.html","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1406650718815000}},"http://parley.rubyrogues.com/t/databases-for-web-developer/2584":{},"http://devlinsangle.blogspot.com/2014/08/most-math-problems-do-not-have-unique.html":{"'":{"location":"http://devlinsangle.blogspot.com/2014/08/most-math-problems-do-not-have-unique.html","offset":{"x":0,"y":74.27083333333334},"path":"/html[1]","timestamp":1407079584210000}},"http://feministy.io/getting-hired-without-getting-burned":{"'":{"location":"http://feministy.io/getting-hired-without-getting-burned","offset":{"x":0,"y":147.05882352941177},"path":"/html[1]","timestamp":1407079826197000}},"http://workinprogress.oowsection.org/2014/07/31/gender-race-and-scheduling/":{},"http://gameprogrammingpatterns.com/architecture-performance-and-games.html":{"'":{"location":"http://gameprogrammingpatterns.com/architecture-performance-and-games.html","offset":{"x":0,"y":404.6354166666667},"path":"/html[1]","timestamp":1407082102099000}},"http://www.reddit.com/r/pics/comments/2ci896/im_the_girl_that_fell_out_of_the_raft_and_broke/":{"'":{"location":"http://www.reddit.com/r/pics/comments/2ci896/im_the_girl_that_fell_out_of_the_raft_and_broke/","offset":{"x":0,"y":475.1041666666667},"path":"/html[1]","timestamp":1407094177459000}},"http://www.reddit.com/r/pics/comments/2chtjj/go_white_water_rafting_they_said_itll_be_fun_they/":{},"http://www.reddit.com/r/AskReddit/comments/2chzgw/which_actoractress_duo_would_make_fifty_shades_of/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/2chzgw/which_actoractress_duo_would_make_fifty_shades_of/","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1407094213324000}},"http://www.nytimes.com/2014/07/27/magazine/why-do-americans-stink-at-math.html?_r=0":{"'":{"location":"http://www.nytimes.com/2014/07/27/magazine/why-do-americans-stink-at-math.html?_r=0","offset":{"x":0,"y":627.5},"path":"/html[1]","timestamp":1407095287957000}},"http://gameprogrammingpatterns.com/command.html":{"'":{"location":"http://gameprogrammingpatterns.com/command.html","offset":{"x":0,"y":277.7604166666667},"path":"/html[1]","timestamp":1407095316573000}},"http://www.capitolhillseattle.com/":{"'":{"location":"http://www.capitolhillseattle.com/","offset":{"x":0,"y":87.5},"path":"/html[1]","timestamp":1407109565721000}},"https://www.google.com/search?q=maid+cap+hill+seattle&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a":{},"http://np.reddit.com/r/cringepics/comments/2chgc6/wife_is_away_from_home_and_has_her_husband_on_the/cjfktd6?context=10000":{},"http://gameprogrammingpatterns.com/observer.html":{},"http://www.reddit.com/r/FanTheories/comments/2cikx0/spoilers_gotg_stone_is_the_soul_gem_not_the_power/":{},"http://www.nola.com/lsu/index.ssf/2014/08/_rons_fast_break.html":{},"http://www.kavinder.com/blog/2014-07-20-get-to-know-a-gem-main-chapter-1/":{"'":{"location":"http://www.kavinder.com/blog/2014-07-20-get-to-know-a-gem-main-chapter-1/","offset":{"x":0,"y":364.1818181818182},"path":"/html[1]","timestamp":1407768477975000}},"http://www.reddit.com/r/IAmA/comments/2cwxcf/i_am_sean_day9_plott_spellslingers_host_esports/cjjtioc":{},"http://www.guernicamag.com/interviews/servings-of-small-change/":{},"https://github.com/sorin-ionescu/prezto":{},"http://www.neowin.net/news/no-microsoft-hasnt-lost-400-million-on-xbox-one?utm_source=twitterfeed&utm_medium=twitter":{"'":{"location":"http://www.neowin.net/news/no-microsoft-hasnt-lost-400-million-on-xbox-one?utm_source=twitterfeed&utm_medium=twitter","offset":{"x":0,"y":6},"path":"/html[1]","timestamp":1407805354908000}},"http://petapixel.com/2014/08/11/nypd-sends-out-official-memo-telling-officers-theyre-allowed-to-be-photographed-and-filmed/":{},"http://rebuild.fm/53a/":{"'":{"location":"http://rebuild.fm/53a/","offset":{"x":0,"y":36},"path":"/html[1]","timestamp":1407854414089000}},"https://gumroad.com/l/rebuildfm-53a":{},"http://barryoreilly.com/2014/08/06/why-we-carry-watermelons/":{"'":{"location":"http://barryoreilly.com/2014/08/06/why-we-carry-watermelons/","offset":{"x":0,"y":154.375},"path":"/html[1]","timestamp":1408110646700000}},"http://faircompanies.com/videos/view/c-programming-pioneer-hacksf-grid-diy-smart-home/":{"'":{"location":"http://faircompanies.com/videos/view/c-programming-pioneer-hacksf-grid-diy-smart-home/","offset":{"x":0,"y":168.07291666666669},"path":"/html[1]","timestamp":1408110800016000}},"http://vimr.org/":{},"http://www.reddit.com/r/AskReddit/comments/2dskj3/what_is_a_fact_about_you_that_would_make_reddit/":{"'":{"location":"http://www.reddit.com/r/AskReddit/comments/2dskj3/what_is_a_fact_about_you_that_would_make_reddit/","offset":{"x":0,"y":123.125},"path":"/html[1]","timestamp":1408299196886000}},"http://np.reddit.com/r/pics/comments/2dqyar/encountered_an_odd_eyed_cat_during_a_trek_though/":{"'":{"location":"http://np.reddit.com/r/pics/comments/2dqyar/encountered_an_odd_eyed_cat_during_a_trek_though/","offset":{"x":0,"y":709.6875},"path":"/html[1]","timestamp":1408299396013000}},"http://imgur.com/a/WHgQd":{"'":{"location":"http://imgur.com/a/WHgQd","offset":{"x":0,"y":5.9375},"path":"/html[1]","timestamp":1408299402233000}},"http://thestonemind.com/2014/06/17/best-way-say-thanks/":{"'":{"location":"http://thestonemind.com/2014/06/17/best-way-say-thanks/","offset":{"x":0,"y":68.26666666666667},"path":"/html[1]","timestamp":1408311681754000}},"http://np.reddit.com/r/talesfromtechsupport/comments/2e2033/encyclop%C3%A6dia_moronica_century_100_terminations/":{"'":{"location":"http://np.reddit.com/r/talesfromtechsupport/comments/2e2033/encyclop%C3%A6dia_moronica_century_100_terminations/","offset":{"x":0,"y":43.75},"path":"/html[1]","timestamp":1408584651863000}},"http://vimeo.com/44392255":{},"http://eng.rightscale.com/2014/08/22/unveiling_praxis.html":{"'":{"location":"http://eng.rightscale.com/2014/08/22/unveiling_praxis.html","offset":{"x":0,"y":228.8},"path":"/html[1]","timestamp":1409063638306000}},"http://deadspin.com/the-49ers-are-replacing-their-turf-already-1625145532/1626672787/+barryap?utm_campaign=socialflow_deadspin_twitter&utm_source=deadspin_twitter&utm_medium=socialflow":{"'":{"location":"http://deadspin.com/the-49ers-are-replacing-their-turf-already-1625145532/1626672787/+barryap?utm_campaign=socialflow_deadspin_twitter&utm_source=deadspin_twitter&utm_medium=socialflow","offset":{"x":0,"y":129.0625},"path":"/html[1]","timestamp":1409063661984000}},"http://nedbatchelder.com/blog/200512/exploding_comments.html":{},"http://jaredonline.svbtle.com/roguelike-tutorial-in-rust-part-3":{"'":{"location":"http://jaredonline.svbtle.com/roguelike-tutorial-in-rust-part-3","offset":{"x":0,"y":1210.9411764705883},"path":"/html[1]","timestamp":1409063779964000}},"http://rubyrogues.com/161-rr-docker-deploys-with-sam-saffron/":{"'":{"location":"http://rubyrogues.com/161-rr-docker-deploys-with-sam-saffron/","offset":{"x":0,"y":792.2395833333334},"path":"/html[1]","timestamp":1409167903859000}},"http://www.reddit.com/r/AskReddit/comments/2em3uw/what_are_some_simple_things_that_you_do_to_make/":{},"http://np.reddit.com/r/tifu/comments/2ekv1d/tifu_by_ignoring_the_no_fraternizing_at_work_rule/":{},"http://www.reddit.com/r/magicTCG/comments/2em6w7/mtgo_compensation_debate_on_twitter_yesterday/":{},"https://github.com/wikitopian/hardmode":{},"http://www.drbunsen.org/vim-croquet/":{},"http://www.reddit.com/r/AskReddit/comments/2en0ky/what_is_the_most_bs_sounding_true_fact_that_you/":{},"http://developer.marvel.com/":{},"http://developer.marvel.com/docs":{},"https://news.ycombinator.com/item?id=8229081":{},"http://sayzlim.net/tips-alfred-powerpack-users/":{"'":{"location":"http://sayzlim.net/tips-alfred-powerpack-users/","offset":{"x":0,"y":346.6470588235294},"path":"/html[1]","timestamp":1409187171967000}},"http://typicalprogrammer.com/why-dont-software-development-methodologies-work/":{"'":{"location":"http://typicalprogrammer.com/why-dont-software-development-methodologies-work/","offset":{"x":0,"y":65.3125},"path":"/html[1]","timestamp":1409158559395000}},"http://www.amazon.com/gp/product/0979019710/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0979019710&linkCode=as2&tag=chamaxwoo-20":{},"http://edge.org/responses/what-scientific-idea-is-ready-for-retirement":{"'":{"location":"http://edge.org/responses/what-scientific-idea-is-ready-for-retirement","offset":{"x":0,"y":282},"path":"/html[1]","timestamp":1409169596343000}},"http://magic.wizards.com/en/articles/archive/ur/madness-sarkhan-2014-08-27":{"'":{"location":"http://magic.wizards.com/en/articles/archive/ur/madness-sarkhan-2014-08-27","offset":{"x":0,"y":346.70588235294116},"path":"/html[1]","timestamp":1409169982102000}},"http://www.latimes.com/local/lanow/la-me-ln-rocks-move-death-valley-lake-bed-20140827-story.html":{},"http://www.vox.com/2014/8/28/6074177/coffee-naps-caffeine-science":{"'":{"location":"http://www.vox.com/2014/8/28/6074177/coffee-naps-caffeine-science","offset":{"x":0,"y":232.58823529411765},"path":"/html[1]","timestamp":1409274109378000}},"http://parley.rubyrogues.com/t/this-board-needs-more-ssl/2646/6":{},"http://hakunin.com/six-ansible-practices":{},"http://pow.cx/":{},"http://www.newyorker.com/tech/elements/people-cured-blindness-see":{}} \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/quickmarks b/pentadactyl/.pentadactyl/info/default/quickmarks deleted file mode 100644 index 9e26dfe..0000000 --- a/pentadactyl/.pentadactyl/info/default/quickmarks +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/register-ring b/pentadactyl/.pentadactyl/info/default/register-ring deleted file mode 100644 index b484c80..0000000 --- a/pentadactyl/.pentadactyl/info/default/register-ring +++ /dev/null @@ -1 +0,0 @@ -[{"text":" ","isLine":0,"timestamp":1409430600729000},{"text":"-","isLine":0,"timestamp":1409430600453000},{"text":" ","isLine":0,"timestamp":1409430600019000},{"text":"T","isLine":0,"timestamp":1409430599984000},{"text":"h","isLine":0,"timestamp":1409430599951000},{"text":"e","isLine":0,"timestamp":1409430599917000},{"text":" ","isLine":0,"timestamp":1409430599883000},{"text":"N","isLine":0,"timestamp":1409430599849000},{"text":"e","isLine":0,"timestamp":1409430599815000},{"text":"w","isLine":0,"timestamp":1409430599783000}] \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/registers b/pentadactyl/.pentadactyl/info/default/registers deleted file mode 100644 index 9e26dfe..0000000 --- a/pentadactyl/.pentadactyl/info/default/registers +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/pentadactyl/.pentadactyl/info/default/url-marks b/pentadactyl/.pentadactyl/info/default/url-marks deleted file mode 100644 index 9e26dfe..0000000 --- a/pentadactyl/.pentadactyl/info/default/url-marks +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file