From f97d3886621abaa504878df71d661e23990f54aa Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:31:29 +0800 Subject: [PATCH] Good derefer --- public/make_top.mjs | 39 +- public/noTitleFound.json | 4093 ++++++++++------ public/topFrontPageLinksWithCounts.json | 5806 +---------------------- 3 files changed, 2718 insertions(+), 7220 deletions(-) diff --git a/public/make_top.mjs b/public/make_top.mjs index 203a30b..aa17272 100755 --- a/public/make_top.mjs +++ b/public/make_top.mjs @@ -7,11 +7,22 @@ import child_process from 'node:child_process'; const CLEAN = false; const CONCURRENT = 7; const sleep = ms => new Promise(res => setTimeout(res, ms)); +const entries = []; +const counted = new Set(); +const errors = new Map(); +let counts; +let cleaning = false; + +process.on('exit', cleanup); +process.on('SIGINT', cleanup); +process.on('SIGTERM', cleanup); +process.on('SIGHUP', cleanup); +process.on('SIGUSR2', cleanup); +process.on('beforeExit', cleanup); make(); async function make() { - const entries = []; const titlesFile = fs.readFileSync(path.resolve('.', 'topTitles.json')).toString(); const titles = new Map(JSON.parse(titlesFile).map(([url, title]) => [url, {url,title}])); if ( CLEAN ) { @@ -26,9 +37,8 @@ async function make() { } } } - const countsFile = fs.readFileSync(path.resolve('.', 'counts.json')).toString(); - const counts = new Map(JSON.parse(countsFile)); - const counted = new Set(); + const countsFile = fs.readFileSync(path.resolve('.', 'ran-counts.json')).toString(); + counts = new Map(JSON.parse(countsFile)); let current = 0; for ( const [url, count] of counts ) { let title; @@ -45,9 +55,9 @@ async function make() { console.log(`Curl call for ${url} in progress...`); let notifyCurlComplete; const curlCall = new Promise(res => notifyCurlComplete = res); - while ( current >= CONCURRENT ) { - await sleep(40); - } + do { + await sleep(250); + } while ( current >= CONCURRENT ); child_process.exec(curlCommand(url), (err, stdout, stderr) => { if ( ! err && (!stderr || stderr.length == 0)) { realUrl = stdout; @@ -63,6 +73,7 @@ async function make() { } } else { console.log(`Error on curl for ${url}`, {err, stderr}); + errors.set(url, {err, stderr}); } console.log(`Curl call for ${url} complete!`); notifyCurlComplete(); @@ -71,6 +82,19 @@ async function make() { curlCall.then(() => current -= 1); } } + cleanup(); +} + +function cleanup() { + if ( cleaning ) return; + cleaning = true; + console.log('cleanup running'); + if ( errors.size ) { + fs.writeFileSync( + path.resolve('.', 'errorLinks.json'), + JSON.stringify([...errors.keys()], null, 2) + ); + } if ( counted.size !== counts.size ) { counted.forEach(url => counts.delete(url)); fs.writeFileSync( @@ -82,6 +106,7 @@ async function make() { path.resolve('.', 'topFrontPageLinksWithCounts.json'), JSON.stringify(entries, null, 2) ); + process.exit(0); } async function make_v1() { diff --git a/public/noTitleFound.json b/public/noTitleFound.json index da83069..22361d5 100644 --- a/public/noTitleFound.json +++ b/public/noTitleFound.json @@ -1,1491 +1,2626 @@ [ - "http://ycombinator.com/newsnews.html", - "http://www.humblebundle.com/", - "https://jeffhuang.com/best_paper_awards.html", - "http://www.spacex.com/webcast", - "http://status.aws.amazon.com/", - "http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods", - "http://www.sagemath.org/", - "http://www.fieggen.com/shoelace/ianknot.htm", - "http://www.w3.org/Provider/Style/URI.html", - "http://swtch.com/~rsc/regexp/regexp1.html", - "https://pomax.github.io/bezierinfo", - "http://bitcoincharts.com/charts/mtgoxUSD", - "http://www.amazon.com/", - "http://ycombinator.com/apply.html", - "http://www.linusakesson.net/programming/tty", - "http://www.gnu.org/gnu/rms-lisp.html", - "http://vim-adventures.com/", - "http://www.scottaaronson.com/writings/bignumbers.html", - "http://tom.preston-werner.com/2010/08/23/readme-driven-development.html", - "http://tosdr.org/", - "http://status.github.com/", - "https://ianstormtaylor.com/design-tip-never-use-black", - "https://duckduckgo.com/traffic.html", - "https://developer.apple.com/app-store/review/guidelines", - "http://samizdat.mines.edu/howto/HowToBeAProgrammer.html", - "http://ramtin-amin.fr/", - "http://html5boilerplate.com/", - "http://ejohn.org/apps/learn", - "http://blog.searchyc.com/", - "http://jashkenas.github.com/coffee-script", - "http://www.techempower.com/benchmarks", - "http://www-cs-faculty.stanford.edu/~knuth/news.html", - "http://www.nasa.gov/multimedia/nasatv/index.html", - "http://www.snopes.com/music/artists/vanhalen.asp", - "http://www.scottaaronson.com/democritus/lec9.html", - "http://www.reddit.com/", - "http://www.princeton.edu/main/news/archive/S26/91/22K07", - "http://www.noulakaz.net/weblog/2007/03/18/a-regular-expression-to-check-for-prime-numbers", - "http://www.michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software", - "http://www.lurklurk.org/linkers/linkers.html", - "http://www.lighterra.com/papers/modernmicroprocessors", - "http://terrytao.wordpress.com/career-advice/does-one-have-to-be-a-genius-to-do-maths", - "http://ocamlunix.forge.ocamlcore.org/", - "http://matt.might.net/articles/best-programming-languages", - "http://madebyevan.com/webgl-water", - "http://libcello.org/", - "http://journal.stuffwithstuff.com/2015/09/08/the-hardest-program-ive-ever-written", - "http://idlewords.com/2010/03/scott_and_scurvy.htm", - "http://haxe.org/", - "http://habitatchronicles.com/2004/04/you-cant-tell-people-anything", - "http://evhead.com/2005/11/ten-rules-for-web-startups.asp", - "http://diydrones.com/", - "http://dec64.com/", - "http://www.thesixtyone.com/", - "http://www.submarinecablemap.com/", - "http://www.slate.com/id/2132576", - "http://www.scottaaronson.com/papers/philos.pdf", - "http://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf", - "http://www.portfolio.com/culture-lifestyle/culture-inc/arts/2007/10/15/YouPorn-Vivid-Entertainment-Profile", - "http://www.nand2tetris.org/", - "http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html", - "http://www.lyx.org/", - "http://www.linuxjournal.com/article/3882", - "http://www.kleinbottle.com/", - "http://www.jsoftware.com/papers/tot.htm", - "http://www.joelonsoftware.com/articles/Unicode.html", - "http://www.h3rald.com/articles/10-programming-languages", - "http://www.folklore.org/StoryView.py?story=Negative_2000_Lines_Of_Code.txt", - "http://www.evanmiller.org/how-not-to-sort-by-average-rating.html", - "http://www.cs.virginia.edu/~robins/YouAndYourResearch.html", - "http://www.cs.virginia.edu/~evans/cs655/readings/smalltalk.html", - "http://www.cs.utexas.edu/users/EWD/transcriptions/EWD06xx/EWD667.html", - "http://www.cs.usfca.edu/~galles/visualization/Algorithms.html", - "http://www.cs.unm.edu/~dlchao/flake/doom", - "http://www.ccs.neu.edu/home/matthias/HtDP2e", - "http://www.aiai.ed.ac.uk/~jeff/clos-guide.html", - "http://www.2uo.de/myths-about-urandom", - "http://www.youtube.com/watch?v=tc4ROCJYbm0", - "http://www.vitavonni.de/blog/201503/2015031201-the-sad-state-of-sysadmin-in-the-age-of-containers.html", - "http://www.susanjfowler.com/blog/2016/8/13/so-you-want-to-learn-physics", - "http://www.startupschool.org/", - "http://www.redblobgames.com/grids/hexagons", - "http://www.propublica.org/article/how-the-maker-of-turbotax-fought-free-simple-tax-filing", - "http://www.nature.com/news/the-myopia-boom-1.17120", - "http://www.logodesignlove.com/next-logo-paul-rand", - "http://www.inklestudios.com/ink", - "http://www.gnu.org/philosophy/open-source-misses-the-point.html", - "http://www.fossjobs.net/", - "http://www.depauw.edu/sfs/backissues/5/lem5art.htm", - "http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt", - "http://www.bottomupcs.com/", - "http://www.agner.org/optimize/microarchitecture.pdf", - "http://vanemden.wordpress.com/2014/06/18/how-recursion-got-into-programming-a-comedy-of-errors-3", - "http://strlen.com/lobster", - "http://transfer.sh/", - "https://scottlocklin.wordpress.com/2012/09/18/a-look-at-the-j-language-the-fine-line-between-genius-and-insanity", - "https://randomascii.wordpress.com/2014/01/27/theres-only-four-billion-floatsso-test-them-all", - "https://plato.stanford.edu/entries/computer-science", - "https://panopticlick.eff.org/", - "https://nikic.github.io/2012/06/15/The-true-power-of-regular-expressions.html", - "https://ncase.me/loopy", - "https://magcius.github.io/xplain/article", - "https://kunststube.net/encoding", - "https://setosa.io/ev/principal-component-analysis", - "https://duckduckgo.com/tty", - "https://bellard.org/jslinux", - "https://qiao.github.io/PathFinding.js/visual", - "https://pages.cs.wisc.edu/~remzi/OSTEP", - "https://nvie.com/posts/a-successful-git-branching-model", - "http://matt.might.net/articles/cps-conversion", - "https://lwn.net/Articles/250967", - "https://longnow.org/essays/richard-feynman-connection-machine", - "https://keepachangelog.com/", - "http://iolanguage.org/", - "http://hivelogic.com/articles/top-10-programming-fonts", - "http://hint.fm/wind", - "https://en.wikipedia.org/wiki/One_instruction_set_computer", - "https://eagain.net/articles/git-for-computer-scientists", - "http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory", - "https://dougseven.com/2014/04/17/knightmare-a-devops-cautionary-tale", - "https://danluu.com/3c-conflict", - "https://colah.github.io/posts/2014-03-NN-Manifolds-Topology", - "https://casual-effects.com/markdeep", - "http://canonical.org/~kragen/memory-models", - "https://bost.ocks.org/mike/algorithms", - "https://blogs.uw.edu/ajko/2012/08/22/john-carmack-discusses-the-art-and-science-of-software-engineering", - "https://blog.mailchimp.com/social-login-buttons-arent-worth-it", - "http://blog.fogus.me/2011/09/08/10-technical-papers-every-programmer-should-read-at-least-twice", - "https://betterexplained.com/articles/a-visual-intuitive-guide-to-imaginary-numbers", - "https://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform", - "http://andrewkelley.me/post/jamulator.html", - "https://250bpm.com/blog:50", - "http://apenwarr.ca/log?m=201103", - "https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers", - "http://codahale.com/how-to-safely-store-a-password", - "http://developer.apple.com/library/mac", - "https://dinosaurpictures.org/ancient-earth", - "https://journal.dedasys.com/2010/03/30/where-tcl-and-tk-went-wrong", - "https://mega.co.nz/", - "http://mercurial.selenic.com/wiki/WhatsNew", - "https://code.visualstudio.com/updates", - "http://status.heroku.com/", - "http://www1.informatik.uni-erlangen.de/tresor", - "http://www.apple.com/", - "http://www.asimovinstitute.org/neural-network-zoo", - "http://www.evanmiller.org/mathematical-hacker.html", - "http://www.gwern.net/Turing-complete", - "http://www.luna-lang.org/", - "http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp", - "http://whytheluckystiff.net/", - "http://www.azarask.in/blog/post/the-wrong-problem", - "http://www.cl.cam.ac.uk/~srk31/blog/2014/10/07", - "http://www.khanacademy.org/", - "http://www.nasa.gov/multimedia/nasatv", - "http://www.ycombinator.com/apply", - "http://zotonic.com/", - "http://yuiblog.com/crockford", - "http://yro.slashdot.org/story/11/10/11/1322202/German-State-Confesses-To-Downplays-Government-Spyware?utm_medium=twitter", - "http://youtube.com/watch?v=D1R-jKKp3NA", - "http://ycombinator.com/tredennick.html", - "http://ycombinator.com/newsguidelines.html?", - "http://ycombinator.com/munger.html", - "http://xn--hgi.ws/", - "http://xip.io/", - "http://www.zpub.com/notes/idle.html", - "http://www.zachtronics.com/tis-100", - "http://www.youtube.com/watch?v=z6hoPw5hItY", - "http://www.youtube.com/watch?v=4XpnKHJAok8", - "http://www.yosefk.com/blog/my-history-with-forth-stack-machines.html", - "http://www.xs4all.nl/~weegen/eelis/analogliterals.xhtml", - "http://www.wirfs-brock.com/allen/posts/914", - "http://www.wired.com/techbiz/people/magazine/16-09/pl_brown", - "http://www.wired.com/", - "http://www.windytan.com/2012/11/the-sound-of-dialup-pictured.html", - "http://www.wilfred.me.uk/blog/2012/07/30/why-markdown-is-not-my-favourite-language", - "http://www.washingtonpost.com/wp-dyn/content/article/2007/04/04/AR2007040401721.html", - "http://www.washingtonpost.com/sf/business/2015/05/31/net-of-insecurity-part-2", - "http://www.vatican.va/various/cappelle/sistina_vr/index.html", - "http://www.utf8everywhere.org/", - "http://www.userscape.com/blog/index.php/site/comments/what_they_never_told_you_about_handling_b2b_transactions", - "http://www.usbtypewriter.com/", - "http://www.trnicely.net/pentbug/bugmail1.html", - "http://www.thumbtack.com/engineering/googlebot-makes-post-requests-via-ajax", - "http://www.theregister.co.uk/2001/05/15/could_bill_gates_write_code", - "http://www.theherald.com.au/story/1848433/the-ocean-is-broken", - "http://www.theguardian.com/media/2013/apr/12/news-is-bad-rolf-dobelli", - "http://www.theatlantic.com/past/docs/unbound/langew/turn.htm", - "http://www.theatlantic.com/magazine/archive/2014/01/the-dark-lord-of-the-internet/355726?single_page=true", - "http://www.theatlantic.com/magazine/archive/2010/06/the-enemy-within/8098", - "http://www.theatlantic.com/international/archive/2011/02/the-myth-of-japans-lost-decades/71741", - "http://www.theamericanscholar.org/the-disadvantages-of-an-elite-education", - "http://www.templetons.com/brad/copymyths.html", - "http://www.telescopictext.com/", - "http://www.ted.com/talks/evan_williams_on_listening_to_twitter_users.html", - "http://www.techcrunch.com/2009/02/27/y-combinators-fathomdb-takes-the-hassle-out-of-managing-your-database", - "http://www.techcrunch.com/2009/02/27/toysrus-buys-toyscom-at-auction-for-51-million", - "http://www.syntax-k.de/projekte/go-review", - "http://www.supermemo.com/articles/sleep.htm", - "http://www.stephendiehl.com/posts/monads_machine_code.html", - "http://www.startupwhisperer.com/2009/02/do-not-demo-naked.html", - "http://www.staff.science.uu.nl/~gadda001/goodtheorist", - "http://www.sqlite.org/testing.html", - "http://www.spacex.com/webcast.php", - "http://www.sorting-algorithms.com/", - "http://www.softwarebyrob.com/2010/12/09/how-to-detect-a-toxic-customer", - "http://www.slideshare.net/missrogue/the-10-mistakes-ive-madeso-you-dont-have-to", - "http://www.slideshare.net/mingyeow/discovery-is-the-new-cocaine-going-beyond-engagement", - "http://www.slideshare.net/gueste94e4c/dropbox-startup-lessons-learned-3836587", - "http://www.slate.com/articles/business/branded/2012/04/ykk_zippers_why_so_many_designers_use_them_.html", - "http://www.skeptictank.org/hs/vanish.htm", - "http://www.semicomplete.com/articles/ssh-security", - "http://www.scottberkun.com/blog/2007/asshole-driven-development", - "http://www.scottaaronson.com/blog?p=304", - "http://www.rosshudgens.com/thoughts-from-paul-graham", - "http://www.rlslog.net/12-million-people-in-usa-still-use-dial-up", - "http://www.rifters.com/crawl?p=6116", - "http://www.ribbonfarm.com/2013/04/03/the-locust-economy", - "http://www.research.ibm.com/people/l/lloydt/color/color.HTM", - "http://www.renaebair.com/2010/08/11/my-husband-is-a-programmer-i-have-no-idea-what-that-means", - "http://www.ranum.com/security/computer_security/editorials/dumb", - "http://www.randsinrepose.com/archives/2011/10/11/the_rands_test.html", - "http://www.randsinrepose.com/archives/2007/11/11/the_nerd_handbook.html", - "http://www.randomhacks.net/articles/2007/02/22/bayes-rule-and-drug-tests", - "http://www.ragic.com/", - "http://www.rafekettler.com/magicmethods.html", - "http://www.python.org/doc/essays/list2str.html", - "http://www.pyret.org/", - "http://www.purl.org/stefan_ram/pub/doc_kay_oop_en", - "http://www.psy.fsu.edu/~baumeistertice/goodaboutmen.htm", - "http://www.playfuljs.com/a-first-person-engine-in-265-lines", - "http://www.pinktentacle.com/2008/12/scientists-extract-images-directly-from-brain", - "http://www.pdl.cmu.edu/mailinglists/ips/mail/msg00133.html", - "http://www.payne.org/index.php/Startup_Equity_For_Employees", - "http://www.pawfal.org/fluxus", - "http://www.panic.com/extras/audionstory", - "http://www.pacifict.com/Story", - "http://www.oreilly.com/openbook/freedom/ch06.html", - "http://www.openvim.com/tutorial.html", - "http://www.opensourcerails.com/", - "http://www.openmoko.com/", - "http://www.openculture.com/freeonlinecourses", - "http://www.openculture.com/2016/03/3900-pages-of-paul-klees-personal-notebooks-are-now-online.html", - "http://www.nytimes.com/2009/03/01/movies/01films.html", - "http://www.nytimes.com/2007/03/17/business/17online.html?ex=1331784000&en=8c67e3ff3a190b78&ei=5090&partner=rssuserland&emc=rss", - "http://www.numberspiral.com/index.html", - "http://www.nucalc.com/Story", - "http://www.npr.org/sections/health-shots/2013/10/18/236211811/brains-sweep-themselves-clean-of-toxins-during-sleep", - "http://www.npr.org/blogs/money/2012/07/13/156737801/the-cost-of-free-doughnuts-70-years-of-regret", - "http://www.northwestern.edu/newscenter/stories/2015/03/creative-genius-driven-by-distraction.html", - "http://www.nodebeginner.org/", - "http://www.nicolasbize.com/blog/30-years-later-qbasic-is-still-the-best", - "http://www.newyorker.com/tech/elements/walking-helps-us-think", - "http://www.newscientist.com/article/mg21228440.700-dotdashdiss-the-gentleman-hackers-1903-lulz.html", - "http://www.newsblur.com/", - "http://www.nature.com/news/quantum-gas-goes-below-absolute-zero-1.12146", - "http://www.myscriptfont.com/", - "http://www.moreintelligentlife.com/content/edward-carr/last-days-polymath", - "http://www.mnot.net/cache_docs", - "http://www.microsoft.com/en-us/news/ceo/index.html", - "http://www.michaelnielsen.org/ddi/why-bloom-filters-work-the-way-they-do", - "http://www.michaeleisen.org/blog?p=358", - "http://www.math.umass.edu/~lavine/Book/book.html", - "http://www.math.tamu.edu/~cyan/Rota/mitless.html", - "http://www.masswerk.at/google60", - "http://www.makelinux.net/kernel_map", - "http://www.madinamerica.com/2012/02/why-anti-authoritarians-are-diagnosed-as-mentally-ill", - "http://www.lowtechmagazine.com/2011/12/the-chinese-wheelbarrow.html", - "http://www.lowtechmagazine.com/2010/03/history-of-human-powered-cranes.html", - "http://www.lettersofnote.com/2012/10/people-simply-empty-out.html", - "http://www.lessonsoffailure.com/developers/pervasive-myths-older-software-developers", - "http://www.lessig.org/blog/2009/02/caving_into_bullies_aka_here_w.html", - "http://www.learnprolognow.org/lpnpage.php?pageid=online", - "http://www.latimes.com/news/printedition/front/la-na-tapwater25-2009feb25,0,6720560,full.story", - "http://www.labnol.org/internet/search/marissa-mayer-keynote-on-how-google-works/3554", - "http://www.kk.org/thetechnium/archives/2009/02/amish_hackers_a.php", - "http://www.kevinbeason.com/smallpt", - "http://www.keacher.com/1216/how-i-introduced-a-27-year-old-computer-to-the-web", - "http://www.jwz.org/gruntle/nscpdorm.html", - "http://www.jwz.org/gruntle/nomo.html", - "http://www.jwz.org/doc/worse-is-better.html", - "http://www.johndcook.com/blog/2010/01/20/ten-surprises-from-numerical-linear-algebra", - "http://www.johndcook.com/blog/2010/01/19/dont-invert-that-matrix", - "http://www.joelonsoftware.com/items/2009/09/23.html", - "http://www.joelonsoftware.com/items/2007/03/02.html", - "http://www.joelonsoftware.com/items/2006/08/01.html", - "http://www.joelonsoftware.com/articles/Wrong.html", - "http://www.joelonsoftware.com/articles/fog0000000069.html", - "http://www.jjj.de/fxt", - "http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs", - "http://www.jasondavies.com/primos", - "http://www.janestreetcapital.com/minsky_weeks-jfp_18.pdf", - "http://www.informit.com/articles/article.aspx?p=2213858&WT.mc_id=Author_Knuth_20Questions", - "http://www.infoq.com/presentations/katz-couchdb-and-me", - "http://www.infoq.com/interviews/Steele-Interviews-John-McCarthy", - "http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm", - "http://www.idlewords.com/2005/04/dabblers_and_blowhards.htm", - "http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html", - "http://www.howmanypeopleareinspacerightnow.com/", - "http://www.hostmeinca.com/", - "http://www.hemingwayapp.com/", - "http://www.haskellforall.com/2012/08/the-category-design-pattern.html", - "http://www.halfbakery.com/", - "http://www.hackerfactor.com/blog/index.php?/archives/322-Body-By-Victoria.html", - "http://www.greghendershott.com/fear-of-macros", - "http://www.google.com/trends", - "http://www.google.com/search?q=hacker+news+Unknown+or+expired+link.&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a", - "http://www.google.com/robots.txt", - "http://www.google.com/ads/answers/numbers.html", - "http://www.google.com/", - "http://www.golang-book.com/", - "http://www.gog.com/", - "http://www.gigamonkeys.com/book", - "http://www.gianlucagimini.it/prototypes/velocipedia.html", - "http://www.getskeleton.com/", - "http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php?print=1", - "http://www.gabrielweinberg.com/startupswiki/Ask_YC_Archive", - "http://www.gabrielweinberg.com/blog/2010/06/paths-to-5m-for-a-startup-founder.html", - "http://www.funtoo.org/wiki/Linux_Fundamentals,_Part_1", - "http://www.fourmilab.ch/hackdiet", - "http://www.fourmilab.ch/documents/golden_glow", - "http://www.forteantimes.com/features/articles/1302/lost_in_space.html", - "http://www.forbes.com/sites/andygreenberg/2010/08/24/full-body-scan-technology-deployed-in-street-roving-vans", - "http://www.flightradar24.com/", - "http://www.feynmanlectures.caltech.edu/", - "http://www.fastcompany.com/magazine/122/is-the-tipping-point-toast.html", - "http://www.fastcompany.com/1785445/crypto-currency-mystery", - "http://www.extentofthejam.com/pseudo", - "http://www.evanmiller.org/why-im-betting-on-julia.html", - "http://www.esquire.com/features/honesty0707", - "http://www.ericsink.com/entries/No_Great_Hackers.html", - "http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide", - "http://www.edn.com/design/automotive/4423428/Toyota-s-killer-firmware--Bad-design-and-its-consequences", - "http://www.duetdisplay.com/", - "http://www.dspdimension.com/admin/dft-a-pied", - "http://www.dreamsongs.com/ArtOfLisp.html", - "http://www.drdobbs.com/architecture-and-design/so-you-want-to-write-your-own-language/240165488", - "http://www.drdobbs.com/architecture-and-design/how-i-came-to-write-d/240165322", - "http://www.downes.ca/post/38526", - "http://www.dinofarmgames.com/a-pixel-artist-renounces-pixel-art", - "http://www.diku.dk/hjemmesider/ansatte/torbenm/Basics", - "http://www.digitaljournal.com/science/40-000-year-old-bracelet-from-extinct-human-species-discovered/article/432798", - "http://www.digibarn.com/stories/bill-pentz-story/index.html", - "http://www.defmacro.org/ramblings/rethinkdb-tech-founder.html", - "http://www.defmacro.org/ramblings/lisp.html", - "http://www.defmacro.org/ramblings/fp.html", - "http://www.defmacro.org/2015/02/25/startup-ideas.html", - "http://www.defmacro.org/2014/10/03/engman.html", - "http://www.danshapiro.com/blog/2011/07/why-i-sold-my-startup-sparkbuy-to-google", - "http://www.danshapiro.com/blog/2010/08/vc-insanity-economics", - "http://www.dabeaz.com/generators", - "http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf", - "http://www.cs.utexas.edu/users/EWD/ewd08xx/EWD831.PDF", - "http://www-cs-students.stanford.edu/~blynn/gitmagic", - "http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation", - "http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html", - "http://www.cs.cmu.edu/~chuck/lennapg", - "http://www.cs.berkeley.edu/~bh/hacker.html", - "http://www.cryptomuseum.com/covert/bugs/selectric/index.htm", - "http://www.crazyblinddate.com/", - "http://www.contextfreeart.org/", - "http://www.color.com/", - "http://www.codinghorror.com/blog/archives/001230.html", - "http://www.codinghorror.com/blog/2006/05/the-ten-commandments-of-egoless-programming.html", - "http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers", - "http://www.codethinked.com/post/2007/12/The-Programmer-Dress-Code.aspx", - "http://www.codersatwork.com/", - "http://www.coderholic.com/invaluable-command-line-tools-for-web-developers", - "http://www.cleveralgorithms.com/nature-inspired/index.html", - "http://www.citylab.com/design/2014/10/why-12-foot-traffic-lanes-are-disastrous-for-safety-and-must-be-replaced-now/381117", - "http://www.chartjs.org/", - "http://www.cbc.ca/news/health/barbecue-brushes-dangers-swallow-throat-wire-bristle-dempsey-1.3741578", - "http://www.catonmat.net/blog/set-operations-in-unix-shell", - "http://www.catonmat.net/blog/javascript-the-good-parts", - "http://www.catb.org/~esr/writings/taoup", - "http://www.catb.org/esr/structure-packing", - "http://www.businessweek.com/magazine/content/10_44/b4201043146825.htm", - "http://www.businessinsider.com/max-levchins-favorite-startups-are-all-japanese-2009-2", - "http://www.bunniestudios.com/blog?p=918", - "http://www.bunniestudios.com/blog?p=353", - "http://www.buildyourownlisp.com/", - "http://www.brendangregg.com/linuxperf.html", - "http://www.breaknenter.org/projects/inception", - "http://www.bowdoin.edu/~ltoma/teaching/cs340/spring05/coursestuff/Bentley_BumperSticker.pdf", - "http://www.bothsidesofthetable.com/2009/11/04/is-it-time-for-you-to-earn-or-to-learn", - "http://www.bostonglobe.com/ideas/2014/06/07/the-vanished-grandeur-accounting/3zcbRBoPDNIryWyNYNMvbO/story.html", - "http://www.boston.com/bostonglobe/ideas/naps", - "http://www.boston.com/bostonglobe/ideas/articles/2011/03/06/the_power_of_lonely?page=full", - "http://www.billthelizard.com/2008/12/books-programmers-dont-really-read.html", - "http://www.berkshirehathaway.com/letters/2008ltr.pdf", - "http://www.benkuhn.net/squared", - "http://www.benjoffe.com/holdem", - "http://www.behind-the-enemy-lines.com/2012/04/google-attack-how-i-self-attacked.html", - "http://www.bbc.co.uk/news/science-environment-25356603", - "http://www.bbc.co.uk/news/magazine-20578627", - "http://www.bbc.co.uk/news/magazine-12043294", - "http://www.bbc.com/future/story/20160229-the-sea-nomad-children-who-see-like-dolphins", - "http://www.bbc.com/future/story/20150209-the-network-that-runs-the-world", - "http://www.autonlab.org/tutorials", - "http://www.asktog.com/columns/022DesignedToGiveFitts.html", - "http://www.asciiflow.com/", - "http://www.apple.com/privacy", - "http://www.apple.com/iphone/softwareupdate", - "http://www.animatedengines.com/", - "http://www.andromeda.com/people/ddyer/lisp", - "http://www.android-x86.org/", - "http://www.amazon.com/review/R403HR4VL71K8/ref=cm_cr_rdp_perm", - "http://www.amazon.com/gp/browse.html?node=377634011", - "http://www.allstar.fiu.edu/aero/airflylvl3.htm", - "http://www.allaboutcircuits.com/", - "http://www.algomation.com/", - "http://www.advogato.org/person/apenwarr/diary/371.html", - "http://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study", - "http://www.addedbytes.com/blog/if-php-were-british", - "http://www.adampetersen.se/articles/lispweb.htm", - "http://www.a1k0n.net/2011/07/20/donut-math.html", - "http://www3.imperial.ac.uk/newsandeventspggrp/imperialcollege/newssummary/news_16-5-2014-15-32-44", - "http://www.37signals.com/svn/posts/753-ask-37signals-how-do-you-process-credit-cards", - "http://worrydream.com/Tangle", - "http://worrydream.com/MediaForThinkingTheUnthinkable", - "http://worrydream.com/MagicInk", - "http://worrydream.com/LadderOfAbstraction", - "http://worrydream.com/EarlyHistoryOfSmalltalk", - "http://worrydream.com/dbx", - "http://worldwidetelescope.org/webclient", - "http://wordoid.com/", - "http://wheels.org/spacewar/stone/rolling_stone.html", - "http://webodf.org/", - "http://web.media.mit.edu/~minsky/papers/Why%20programming%20is--.html", - "http://webaim.org/blog/user-agent-string-history", - "http://watchesbysjx.com/2017/05/portrait-masahiro-kikuno-japanese-watchmaker.html", - "http://viewsourcecode.org/snaptoken/kilo", - "http://userscripts.org/scripts/show/9108", - "http://traintimes.org.uk/map/tube", - "http://torrentfreak.com/how-to-turn-customers-into-pirates-090228", - "http://tomayko.com/writings/rest-to-my-wife", - "http://tmsu.org/", - "http://tkipf.github.io/graph-convolutional-networks", - "http://timelessname.com/elfbin", - "http://thenextweb.com/facebook/2011/05/02/wikileaks-founder-facebook-is-the-most-appalling-spy-machine-that-has-ever-been-invented", - "http://thedailywtf.com/Articles/Up-or-Out-Solving-the-IT-Turnover-Crisis.aspx", - "http://terralang.org/index.html", - "http://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead", - "http://tech.puredanger.com/2011/10/20/real-world-clojure", - "http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html", - "http://tatiyants.com/postgres-query-plan-visualization", - "http://talentdevelop.com/articles/WIIA.html", - "https://www.xfive.co/blog/snowboarding-ultimate-guide", - "https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/r", - "https://www.varnish-cache.org/trac/wiki/ArchitectNotes", - "https://www.unisonweb.org/", - "https://www.theparisreview.org/blog/2019/02/08/reading-in-the-age-of-constant-distraction", - "https://www.theatlantic.com/science/archive/2020/09/coffee-rust/616358", - "https://www.theatlantic.com/science/archive/2018/11/operation-argus-how-cold-war-secret-new-york-times/575983", - "https://www.ssh.com/ssh/port", - "https://www.scientificamerican.com/article/stronger-than-steel-able-to-stop-a-speeding-bullet-mdash-it-rsquo-s-super-wood", - "https://www.scientificamerican.com/article/bad-news-for-the-highly-intelligent", - "https://www.sciencemag.org/news/2020/09/these-120000-year-old-footprints-offer-early-evidence-humans-arabia", - "https://www.sciencemag.org/news/2020/07/scientists-pull-living-microbes-100-million-years-beneath-sea", - "https://www.sandimetz.com/blog/2016/1/20/the-wrong-abstraction", - "https://www.peterkrautzberger.org/0186", - "https://www.orbuch.com/carbon-removal", - "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6163803", - "https://www.math.uci.edu/~isik/posts/Eigentechno.html", - "https://www.inkandswitch.com/local-first.html", - "https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side", - "https://www.holistics.io/blog/the-rise-and-fall-of-the-olap-cube", - "https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then", - "https://www.gamasutra.com/blogs/DoctorLudos/20171207/311143/Making_a_Game_Boy_game_in_2017_A_quotSheep_It_Upquot_PostMortem_part_12.php", - "https://www.forbes.com/sites/kristinakillgrove/2018/05/11/meet-the-worst-businessman-of-the-18th-century", - "https://www.expeditedssl.com/aws-in-plain-english", - "https://www.esquire.com/news-politics/a12149389/robert-noyce-tom-wolfe", - "https://www.downtowndougbrown.com/2019/04/adventures-of-putting-16-gb-of-ram-in-a-motherboard-that-doesnt-support-it", - "https://www.bunniestudios.com/blog?p=5921", - "https://www.boredpanda.com/spy-camera-secret-street-photography-carl-stormer-norway", - "https://www.bigmessowires.com/2019/05/19/explaining-4k-60hz-video-through-usb-c-hub", - "https://www.bicycling.com/culture/a33995147/tom-pritchard-bike-mystery", - "https://www.avweb.com/aviation-news/pipistrel-velis-electro-completes-record-flights", - "https://www.apple.com/support/systemstatus", - "https://www.apple.com/legal/transparency", - "https://webtransparency.cs.princeton.edu/dark-patterns", - "https://watsi.org/universal-fund", - "https://vez.mrsk.me/freebsd-defaults.txt", - "https://vaibhavsagar.com/blog/2019/09/08/popcount", - "http://support.microsoft.com/kb/168702", - "http://sugru.com/story", - "http://subtlepatterns.com/", - "https://typesetinthefuture.com/2014/12/01/alien", - "http://strlen.com/treesheets", - "http://stratechery.com/2013/clayton-christensen-got-wrong", - "https://tldroptions.io/", - "https://thewalrus.ca/older-wiser-better-aging-artists-are-at-their-peak", - "https://thereader.mitpress.mit.edu/habits-of-expert-software-designers", - "https://thehustle.co/hot-cheetos-inventor", - "http://steve.yegge.googlepages.com/five-essential-phone-screen-questions", - "http://stevelosh.com/blog/2013/09/teach-dont-tell", - "http://steveblank.com/2009/05/15/supermac-war-story-11-the-curse-of-a-new-building", - "http://stereopsis.com/flux", - "http://startupschool.org/", - "http://startupnotes.org/", - "http://sta.li/", - "http://stackoverflow.com/questions/448613/whats-happening-with-arc", - "http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books", - "http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered", - "http://stackoverflow.com/questions/101268/hidden-features-of-python", - "https://standardnotes.org/", - "https://spreadprivacy.com/privacy-simplified", - "https://socket3.wordpress.com/2018/02/03/designing-windows-95s-user-interface", - "https://slehar.wordpress.com/2014/03/18/clifford-algebra-a-visual-introduction", - "https://sidbala.com/h-264-is-magic", - "https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux", - "https://segment.com/blog/a-brief-history-of-the-uuid", - "https://sanctum.geek.nz/arabesque/series/unix-as-ide", - "https://root.cern.ch/cling", - "https://robertheaton.com/2020/02/05/wacom-drawing-tablets-track-name-of-every-application-you-open", - "https://rg3.github.io/youtube-dl", - "https://rawgraphs.io/", - "https://qz.com/694340/the-richest-families-in-florence-in-1427-are-still-the-richest-families-in-florence", - "https://qz.com/1788828/how-will-midi-2-0-change-music", - "http://sqlmap.org/", - "http://spottedsun.com/face-detection-in-images-using-opencv-and-python", - "https://pippinbarr.github.io/itisasifyouweredoingwork", - "https://phiresky.github.io/blog/2019/rga--ripgrep-for-zip-targz-docx-odt-epub-jpg", - "https://peteris.rocks/blog/htop", - "https://paveldogreat.github.io/WebGL-Fluid-Simulation", - "http://spacecraft.ssl.umd.edu/akins_laws.html", - "https://overreacted.io/things-i-dont-know-as-of-2018", - "https://objective-see.com/products/lulu.html", - "https://numenta.com/blog/2019/01/16/the-thousand-brains-theory-of-intelligence", - "https://nplusonemag.com/issue-19/essays/chat-wars", - "https://nicoleorchard.com/blog/compilers", - "https://neal.fun/deep-sea", - "https://mosaicscience.com/story/staying-awake-surprisingly-effective-way-treat-depression", - "https://mitpress.mit.edu/books/street-fighting-mathematics", - "https://mgba.io/2020/01/25/infinite-loop-holy-grail", - "http://smerity.com/articles/2013/where_did_all_the_http_referrers_go.html", - "https://mediapreservation.wordpress.com/2012/06/20/extracting-audio-from-pictures", - "https://math.vanderbilt.edu/schectex/commerrs", - "https://matduggan.com/mistakes", - "https://magoo.github.io/Blockchain-Graveyard", - "https://lwn.net/Articles/766374", - "https://localghost.dev/2019/09/everything-i-googled-in-a-week-as-a-professional-software-engineer", - "https://lobe.ai/", - "http://sloan.stanford.edu/mousesite/1968Demo.html", - "https://littlemaninmyhead.wordpress.com/2015/09/28/so-you-want-to-learn-to-break-ciphers", - "https://lilianweng.github.io/lil-log/2018/02/19/a-long-peek-into-reinforcement-learning.html", - "https://libcom.org/blog/xulizhi-foxconn-suicide-poetry", - "https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate", - "https://lemonspawn.com/turbo-rascal-syntax-error-expected-but-begin", - "https://lemire.me/blog/2019/02/08/faster-remainders-when-the-divisor-is-a-constant-beating-compilers-and-libdivide", - "https://justinmeiners.github.io/lc3-vm", - "https://julialang.org/blog/2018/12/ml-language-compiler", - "https://jochen-hoenicke.de/trezor-power-analysis", - "https://jeffhuang.com/designed_to_last", - "https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules", - "http://sivers.org/kimo", - "http://sivers.org/itunes", - "http://silverspaceship.com/hovalaag", - "http://sigmajs.org/", - "http://shenlanguage.org/", - "https://hacks.mozilla.org/2020/07/testing-firefox-more-efficiently-with-machine-learning", - "https://hackpad.com/", - "https://github.com/iogf/vy", - "https://github.com/googlei18n/libphonenumber/blob/master/FALSEHOODS.md", - "https://github.com/gibiansky/IHaskell", - "https://github.com/Eloston/ungoogled-chromium", - "https://github.com/edu", - "https://github.com/chrislusf/seaweedfs", - "https://github.com/cantino/huginn", - "https://github.com/billziss-gh/winfsp", - "https://github.com/begriffs/postgrest", - "https://github.com/alexdelorenzo/chromecast_mpris", - "https://getkerf.wordpress.com/2016/03/30/the-best-algorithm-no-one-knows-about", - "https://garbagecollected.org/2017/01/31/four-column-ascii", - "https://freedom-to-tinker.com/2015/10/14/how-is-nsa-breaking-so-much-crypto", - "https://freedom-to-tinker.com/2013/10/09/the-linux-backdoor-attempt-of-2003", - "https://fangpenlin.com/posts/2019/10/07/elliptic-curve-cryptography-explained", - "http://setosa.io/ev/image-kernels", - "http://setosa.io/bus", - "http://seriot.ch/parsing_json.php", - "https://en.wikipedia.org/wiki/Solar_storm_of_1859", "https://en.wikipedia.org/wiki/Braess%27_paradox", - "http://seenaburns.com/2018/04/04/writing-to-the-framebuffer", - "http://seeingnetworks.in/nyc", - "http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html", - "http://sealedabstract.com/rants/hey-programmers-we-need-to-talk", - "https://eager.io/blog/the-languages-which-almost-were-css", - "https://developers.google.com/web/fundamentals", - "https://developer.apple.com/swift", - "https://danluu.com/term-latency", - "https://danluu.com/p95-skill", - "https://danluu.com/input-lag", - "https://danluu.com/discontinuities", - "https://danluu.com/branch-prediction", - "https://csunplugged.org/en", - "https://commoncog.com/blog/tacit-knowledge-is-a-real-thing", - "https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook", - "https://christophm.github.io/interpretable-ml-book", - "https://castel.dev/post/lecture-notes-1", - "https://byorgey.wordpress.com/2018/05/06/conversations-with-a-six-year-old-on-functional-programming", - "https://bofh.org.uk/2019/02/25/baking-with-emacs", - "https://blog.twitter.com/en_us/topics/company/2020/an-update-on-our-security-incident.html", - "https://blog.mozilla.org/blog/2018/07/11/royalty-free-web-video-codecs", - "https://blog.lukaszolejnik.com/stealing-sensitive-browser-data-with-the-w3c-ambient-light-sensor-api", - "https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1", - "https://blog.haschek.at/2016/how-a-scammer-stole-500-dollars-from-me", - "https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b", - "https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation", - "https://blog.cryptographyengineering.com/2018/10/19/lets-talk-about-pake", - "https://blog.cloudflare.com/how-to-receive-a-million-packets", - "https://blog.bradfieldcs.com/you-are-not-google-84912cf44afb", - "https://blog.abevoelker.com/2019-03-06/on-the-death-of-my-familys-dairy-farm", - "https://binarydebt.wordpress.com/2018/10/14/intel-virtualisation-how-vt-x-kvm-and-qemu-work-together", - "https://bevyengine.org/news/bevy-0-2", - "https://bellard.org/quickjs", - "https://bellard.org/otcc", - "https://bdupras.github.io/filter-tutorial", - "https://bartoszmilewski.com/2021/02/16/functorio", - "https://azgaar.github.io/Fantasy-Map-Generator", - "https://arstechnica.com/science/2019/01/addictive-interactive-murder-map-lets-you-explore-medieval-london-crime", - "https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts", - "http://sandlab.cs.uchicago.edu/jammer", - "https://amzn.github.io/ion-docs", - "https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies", - "https://about.gitlab.com/2017/11/09/gitlab-vue-one-year-later", - "https://a16z.com/2014/02/06/why-i-did-not-go-to-jail", - "https://00f.net/2019/11/03/stop-using-low-dns-ttls", - "http://rush.heroku.com/", - "http://runpee.com/", - "http://rubymonk.com/", - "http://roscidus.com/blog/blog/2014/06/06/python-to-ocaml-retrospective", - "http://roguetemple.com/z/hyper", - "http://robotgame.org/", - "http://rigsomelight.com/2013/09/09/frameless-geodesic-dome.html", - "http://ridiculousfish.com/blog/posts/will-it-optimize.html", - "http://rhizome.org/editorial/2013/sep/23/impossible-music-black-midi", - "http://revealapp.com/", - "http://retinart.net/graphic-design/secret-law-of-page-harmony", - "http://resume.github.com/", - "http://restcookbook.com/", - "http://rein.pk/gravitational-lensing-to-observe-ancient-earth", - "http://refactormycode.com/", - "http://redsymbol.net/articles/unofficial-bash-strict-mode", - "http://rednuht.org/genetic_cars_2", - "http://redeye.firstround.com/2007/10/this-year-i-mea.html", - "http://reddit.com/", - "http://rdegges.com/heroku-isnt-for-idiots", - "http://queue.acm.org/detail.cfm?id=2566628", - "http://pyos.github.io/dg", - "http://put.io/", - "http://purecss.io/", - "http://programmersatwork.wordpress.com/bill-gates-1986", - "http://programmer.97things.oreilly.com/wiki/index.php/Contributions_Appearing_in_the_Book", - "http://prog21.dadgum.com/30.html", - "http://prog21.dadgum.com/23.html", - "http://prog21.dadgum.com/143.html", - "http://prog21.dadgum.com/13.html", - "http://priceonomics.com/the-independent-discovery-of-tcpip-by-ants", - "http://priceonomics.com/the-correlation-between-arts-and-crafts-and-a", - "http://practicaltypography.com/why-racket-why-lisp.html", - "http://postary.com/twitter/mileslennon/why-are-95-of-blogs-abandoned", - "http://porg.es/blog/functional-programming-apl-and-unix-pipes", - "http://plaintextoffenders.com/", - "http://philip.greenspun.com/bg", - "http://petdance.com/ack", - "http://pbpython.com/pandas-pivot-table-explained.html", - "http://paultyma.blogspot.com/2007/03/howto-pass-silicon-valley-software.html", - "http://particletree.com/features/visualizing-fittss-law", - "http://oreilly.com/social-media/excerpts/9780596802004/why-speakers-earn-30k-an-hour.html", - "http://opengarages.org/handbook", - "http://onstartups.com/home/tabid/3339/bid/1506/Startup-Hiring-6-Subtle-Signs-You-Might-Have-A-Winner.aspx", - "http://online.wsj.com/article/SB125875892887958111.html", - "http://online.wsj.com/article/SB124648494429082661.html", - "http://online.wsj.com/article/SB121124460502305693.html", - "http://omnipotent.net/jquery.sparkline", - "http://olduse.net/", - "http://nxxcxx.github.io/Neural-Network", - "http://nullprogram.com/blog/2015/05/15", - "http://noticing.co/on-size-and-metabolism", - "http://nothings.org/gamedev/ssao", - "http://nodebox.net/code/index.php/Home", - "http://nlpwp.org/book", - "http://nginx.net/nginx-venture-funding.html", - "http://nautil.us/issue/29/scaling/why-virtual-classes-can-be-better-than-real-ones", - "http://nautil.us/issue/28/2050/the-book-no-one-read", - "http://naleid.com/blog/2010/10/04/vim-movement-shortcuts-wallpaper", - "http://my.opera.com/haavard/blog/2013/02/13/webkit", - "http://musicforprogramming.net/", - "http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark", - "http://mrcoles.com/piano", - "http://mrcoles.com/demo/markdown-css", - "http://money.cnn.com/2006/06/21/technology/10dontmatter.biz2/index.htm", - "http://moebio.com/research/sevensets", - "http://mixergy.com/live", - "http://mishadoff.com/blog/clojure-design-patterns", - "http://minnie.tuhs.org/cgi-bin/utree.pl", - "http://mindyourdecisions.com/blog/2008/06/10/how-game-theory-solved-a-religious-mystery", - "http://matt.might.net/articles/what-cs-majors-should-know", - "http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates", - "http://matt.might.net/articles/phd-school-in-pictures", - "http://matt.might.net/articles/implementing-a-programming-language", - "http://matt.might.net/articles/discrete-math-and-code", - "http://matt.might.net/articles/compiling-up-to-lambda-calculus", - "http://mattmaroon.com/2010/11/23/i-quit-hacker-news", - "http://mathworld.wolfram.com/TuppersSelf-ReferentialFormula.html", - "http://math.ucr.edu/home/baez/physics/Quantum/see_a_photon.html", - "http://mathoverflow.net/questions/8846/proofs-without-words", - "http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs", - "http://martin.zinkevich.org/rules_of_ml/rules_of_ml.pdf", - "http://martinfowler.com/articles/serverless.html", - "http://makerbot.com/", - "http://magicscalingsprinkles.wordpress.com/2010/02/08/why-i-love-everything-you-hate-about-java", - "http://lwn.net/2000/0824/a/esr-sharing.php3", - "http://luvit.io/", - "http://loveconquersallgam.es/post/2350461718/fuck-the-super-game-boy-introduction", - "http://longnow.org/essays/richard-feynman-and-connection-machine", - "http://llvm.org/docs/ReleaseNotes.html", - "http://lisperati.com/haskell", - "http://lincolnloop.com/django-best-practices", - "http://lesswrong.com/lw/c1/wellkept_gardens_die_by_pacifism", - "http://learnpythonthehardway.org/book/advice.html", - "http://leapsecond.com/pages/atomic-bill", - "http://lcamtuf.coredump.cx/prep", - "http://lcamtuf.coredump.cx/electronics", - "http://laughtonelectronics.com/Arcana/One-bit%20computer/One-bit%20computer.html", - "http://kylecordes.com/2010/the-prolog-story", - "http://kotlin.jetbrains.org/", - "http://kmike.ru/python-data-structures", - "http://karpathy.github.io/neuralnets", - "http://karpathy.github.io/2015/05/21/rnn-effectiveness", - "http://julesjacobs.github.io/2015/08/17/bayesian-scoring-of-ratings.html", - "http://jsonapi.org/", - "http://jscheiny.github.io/Streams", - "http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy", - "http://joshduck.com/periodic-table.html", - "http://jonathanischwartz.wordpress.com/2010/03/09/good-artists-copy-great-artists-steal", - "http://joelgrus.com/2012/02/16/hacking-hacker-news", - "http://joeduffyblog.com/2016/02/07/the-error-model", - "http://jeremykun.com/2013/02/08/why-there-is-no-hitchhikers-guide-to-mathematics-for-programmers", - "http://jcalcote.wordpress.com/2008/10/16/put-or-post-the-rest-of-the-story", - "http://javascript.crockford.com/little.html", - "http://jangosteve.com/post/380926251/no-one-knows-what-theyre-doing", - "http://jacobian.org/writing/rest-worst-practices", - "http://ipfs.io/", - "http://internetdefenseleague.org/", - "http://interactivepython.org/runestone/static/pythonds/index.html", - "http://instagram-engineering.tumblr.com/post/13649370142/what-powers-instagram-hundreds-of-instances-dozens-of", - "http://infolab.stanford.edu/~sergey", - "http://inertiawar.com/microcode", - "http://improvingsoftware.com/2009/05/19/programmers-before-you-turn-40-get-a-plan-b", - "http://igoro.com/archive/gallery-of-processor-cache-effects", - "http://ignorethecode.net/blog/2009/04/22/oberon", - "http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf", - "http://iampaddy.com/lifebelow600", - "http://hpmor.com/", - "http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat", - "http://heydave.org/post/24286720323/gtd-sucks-for-creative-work-heres-an-alternative", - "http://hbswk.hbs.edu/item/3348.html", - "http://hbswk.hbs.edu/archive/5289.html", - "http://hbswk.hbs.edu/archive/3533.html", - "http://hastebin.com/", - "http://hashify.me/IyBIYXNoaWZ5CgpIYXNoaWZ5IGRvZXMgbm90IHNvbHZlIGEgcHJvYmxlbSwgaXQgcG9zZXMgYSBxdWVzdGlvbjogX3doYXQgYmVjb21lcyBwb3NzaWJsZSB3aGVuIG9uZSBpcyBhYmxlIHRvIHN0b3JlICoqZW50aXJlIGRvY3VtZW50cyoqIGluIFVSTHM/XwoKIyMgRG9jdW1lbnQg4oaUIFVSTAoKSGFzaGlmeSBpcyBkaWZmZXJlbnQgZnJvbSB2aXJ0dWFsbHkgZXZlcnkgb3RoZXIgc2l0ZSBvbiB0aGUgV2ViIGluIHRoYXQgKipldmVyeSBVUkwgY29udGFpbnMgdGhlIGNvbXBsZXRlIGNvbnRlbnRzIG9mIHRoZSBwYWdlKiouCgpUaGUgYWRkcmVzcyBiYXIgdXBkYXRlcyB3aXRoIGVhY2gga2V5c3Ryb2tlIGFzIG9uZSB0eXBlcyBpbnRvIHRoZSBlZGl0b3IuCgojIyMgQmFzZTY0IGVuY29kaW5nCgpPbmx5IGEgdGlueSBmcmFjdGlvbiBvZiBhbGwgVW5pY29kZSBjaGFyYWN0ZXJzIGFyZSBhbGxvd2VkIHVuZXNjYXBlZCBpbiBhIFVSTC4gSGFzaGlmeSB1c2VzIFtCYXNlNjRdWzFdIGVuY29kaW5nIHRvIGNvbnZlcnQgVW5pY29kZSBpbnB1dCB0byBBU0NJSSBvdXRwdXQgc2FmZSBmb3IgaW5jbHVzaW9uIGluIFVSTHMuCgpUaGlzIHRyYW5zbGF0aW9uIGlzIGEgdHdvLXN0ZXAgcHJvY2VzczogW1VuaWNvZGUgdG8gVVRGLTggY29udmVyc2lvbl1bMl0gYXMgb3V0bGluZWQgYnkgSm9oYW4gU3VuZHN0csO2bSwgZm9sbG93ZWQgYnkgYmluYXJ5IHRvIEFTQ0lJIGNvbnZlcnNpb24gdmlhIFtgd2luZG93LmJ0b2FgXVszXS4KCiMjIyMgRW5jb2RpbmcKCiAgICA+IHVuZXNjYXBlKGVuY29kZVVSSUNvbXBvbmVudCgnw6dhIHZhPycpKQogICAgIsODwqdhIHZhPyIKICAgID4gYnRvYSh1bmVzY2FwZShlbmNvZGVVUklDb21wb25lbnQoJ8OnYSB2YT8nKSkpCiAgICAidzZkaElIWmhQdz09IgoKIyMjIyBEZWNvZGluZwoKICAgID4gYXRvYigndzZkaElIWmhQdz09JykKICAgICLDg8KnYSB2YT8iCiAgICA+IGRlY29kZVVSSUNvbXBvbmVudChlc2NhcGUoYXRvYigndzZkaElIWmhQdz09JykpKQogICAgIsOnYSB2YT8iCgojIyBVUkwgc2hvcnRlbmluZwoKU3RvcmluZyBhIGRvY3VtZW50IGluIGEgVVJMIGlzIG5pZnR5LCBidXQgbm90IHRlcnJpYmx5IHByYWN0aWNhbC4gSGFzaGlmeSB1c2VzIHRoZSBbYml0Lmx5IEFQSV1bNF0gdG8gc2hvcnRlbiBVUkxzIGZyb20gYXMgbWFueSBhcyAzMCwwMDAgY2hhcmFjdGVycyB0byBqdXN0IDIwIG9yIHNvLiBJbiBlc3NlbmNlLCBiaXQubHkgYWN0cyBhcyBhIGRvY3VtZW50IHN0b3JlIQoKIyMjIFVSTCBsZW5ndGggbGltaXQKCldoaWxlIHRoZSBIVFRQIHNwZWNpZmljYXRpb24gZG9lcyBub3QgZGVmaW5lIGFuIHVwcGVyIGxpbWl0IG9uIHRoZSBsZW5ndGggb2YgYSBVUkwgdGhhdCBhIHVzZXIgYWdlbnQgc2hvdWxkIGFjY2VwdCwgYml0Lmx5IGltcG9zZXMgYSAyMDQ4LWNoYXJhY3RlciBsaW1pdC4gVGhpcyBpcyBzdWZmaWNpZW50IGluIHRoZSBtYWpvcml0eSBvZiBjYXNlcy4KCkZvciBsb2", - "http://haldean.org/docstore?vim-problems", - "http://hackertyper.net/", - "http://hackerspaces.org/wiki/List_of_Hacker_Spaces", - "http://grantland.com/features/diplomacy-the-board-game-of-the-alpha-nerds", - "http://gource.io/", - "http://googleresearch.blogspot.com/2006/06/extra-extra-read-all-about-it-nearly.html", - "http://google.com/", - "http://gobot.io/", - "http://goanna.cs.rmit.edu.au/~jz/fulltext/alenex03.pdf", - "http://glyph.twistedmatrix.com/2008/12/emacs-test.html", - "http://glench.com/LegibleMathematics", - "http://gitref.org/", - "http://gitimmersion.com/", - "http://gamelab.mit.edu/games/a-slower-speed-of-light", - "http://gallium.inria.fr/blog/intel-skylake-bug", - "http://freakonomics.blogs.nytimes.com/2009/10/06/do-we-need-a-37-cent-coin", - "http://framethink.wordpress.com/2011/01/17/how-facebook-ships-code", - "http://fortune.com/2015/09/09/the-siege-of-herbalife", - "http://flownet.com/gat/jpl-lisp.html", - "http://flexboxin5.com/", - "http://flatuicolors.com/", - "http://firequery.binaryage.com/", - "http://fileformats.archiveteam.org/", - "http://features.jsomers.net/how-i-reverse-engineered-google-docs", - "http://fabiensanglard.net/Compile_Like_Its_1992", - "http://fabiensanglard.net/anotherWorld_code_review/index.php", - "http://everytimezone.com/", - "http://etudeapp.com/", - "http://essenmitsosse.de/pixel", - "http://en.wikipedia.org/wiki/Yi_(editor)", - "http://en.wikipedia.org/wiki/XOR_linked_list", - "http://en.wikipedia.org/wiki/Sprouts_(game)", - "http://en.wikipedia.org/wiki/Skip_list", - "http://en.wikipedia.org/wiki/Norman_Borlaug", - "http://en.wikipedia.org/wiki/Nomic", - "http://en.wikipedia.org/wiki/Black_Perl", - "http://en.wikipedia.org/wiki/Anatoli_Bugorski", - "http://en.wikipedia.org/wiki/Alan_Turing", - "http://elixir-lang.org/blog/2013/08/08/elixir-design-goals", - "http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python", - "http://ejohn.org/blog/ocr-and-neural-nets-in-javascript", - "http://ejohn.org/blog/how-javascript-timers-work", - "http://ei.cs.vt.edu/~history/Daemon.html", - "http://ehneilsen.net/notebook/orgExamples/org-examples.html", - "http://dukope.tumblr.com/post/83177288060/localizing-papers-please-papers-please-was", - "http://dotnet.github.io/orleans", - "http://donellameadows.org/archives/leverage-points-places-to-intervene-in-a-system", - "http://docker.io/", - "http://dmauro.github.io/Keypress", - "http://dkeenan.com/Lambda/index.htm", - "http://discovermagazine.com/2010/jun/03-the-insanity-virus", - "http://dilbertblog.typepad.com/the_dilbert_blog/2007/07/career-advice.html", - "http://dheera.net/projects/blur.php", - "http://developer.yahoo.com/performance/rules.html", - "http://developer.android.com/about/versions/jelly-bean.html", - "http://demomyapp.com/", - "http://dcurt.is/the-fight", - "http://davidsimon.com/the-wire-hd-with-videos", - "http://darkpatterns.org/", - "http://daringfireball.net/2004/04/spray_on_usability", - "http://danluu.com/programmer-moneyball", - "http://danluu.com/new-cpu-features", - "http://css-tricks.com/examples/ShapesOfCSS", - "http://cs.gmu.edu/~sean/lisp/LispTutorial.html", - "http://crypto.stanford.edu/sjcl", - "http://cryptome.org/dirty-work/spot-spook.htm", - "http://cryptome.org/2012/07/gent-forum-spies.htm", - "http://crypto.junod.info/2013/09/09/an-aspiring-scientists-frustration-with-modern-day-academia-a-resignation", - "http://courses.csail.mit.edu/6.042/fall10/mcs-ftl.pdf", - "http://corte.si/posts/code/devsurvey/index.html", - "http://corkboard.me/", - "http://contrastrebellion.com/", - "http://colourco.de/", - "http://colinm.org/language_checklist.html", - "http://colah.github.io/posts/2015-09-NN-Types-FP", - "http://code.mixpanel.com/2011/08/05/how-and-why-we-switched-from-erlang-to-python", - "http://code.google.com/p/unix-jun72", - "http://code.google.com/p/ocropus", - "http://code.google.com/p/ie7-js", - "http://code.google.com/edu/courses.html", - "http://code.google.com/appengine/docs/python/python27/newin27.html", - "http://codegangsta.io/blog/2013/07/21/creating-cli-applications-in-go", - "http://cleverdeck.com/", - "http://chuck.cs.princeton.edu/", - "http://chris-lamb.co.uk/2008/01/24/can-you-get-cp-to-give-a-progress-bar-like-wget", - "http://c-faq.com/decl/spiral.anderson.html", - "http://calnewport.com/blog/2011/11/11/if-youre-busy-youre-doing-something-wrong-the-surprisingly-relaxed-lives-of-elite-achievers", - "http://cacr.uwaterloo.ca/hac", - "http://cacm.acm.org/magazines/2009/9/38904-the-status-of-the-p-versus-np-problem/fulltext", - "http://burakkanber.com/blog/machine-learning-full-text-search-in-javascript-relevance-scoring", - "http://browserver.org/", - "http://brokenpianoforpresident.com/2012/07/19/jack-daniels-lawsuit-the-full-scoop", - "http://bramcohen.com/2011/12/04/never-make-counter-offers", - "http://bradfitz.com/social-graph-problem", - "http://bob.cs.sonoma.edu/IntroCompOrg-RPi/intro-co-rpi.html", - "http://blog.testdouble.com/posts/2014-01-25-the-failures-of-intro-to-tdd.html", - "http://blogs.wsj.com/accelerators/2014/06/03/jessica-livingston-why-startups-need-to-focus-on-sales-not-marketing", - "http://blogs.sun.com/jrose/entry/bloom_filters_in_a_nutshell", - "http://blogs.nuxeo.com/dev/2011/10/speeding-up-the-android-emulator.html", - "http://blogs.msdn.com/b/oldnewthing/archive/2012/12/18/10378851.aspx", - "http://blogs.msdn.com/b/ntdebugging/archive/2013/11/22/understanding-arm-assembly-part-1.aspx", - "http://blogs.msdn.com/b/jw_on_tech/archive/2012/03/13/why-i-left-google.aspx", - "http://blogs.msdn.com/b/ericlippert/archive/2011/02/14/what-would-feynman-do.aspx", - "http://blogs.law.harvard.edu/sj/2011/07/24/aaron-swartz-v-united-states", - "http://blog.parsely.com/post/1691/lucene", - "http://blog.objectmentor.com/articles/2009/02/26/10-papers-every-programmer-should-read-at-least-twice", - "http://blog.moertel.com/posts/2013-12-14-great-old-timey-game-programming-hack.html", - "http://blog.moertel.com/pages/coders-guide-to-coffee", - "http://blog.modernmechanix.com/2008/03/24/what-will-life-be-like-in-the-year-2008", - "http://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma", - "http://blog.jgc.org/2011/11/beware-alan-turing-fetish.html", - "http://blog.dustinkirkland.com/2013/10/fingerprints-are-user-names-not.html", - "http://blog.docker.com/2014/06/its-here-docker-1-0", - "http://blog.chriszacharias.com/page-weight-matters", - "http://blog.asmartbear.com/self-doubt-fraud.html", - "http://blog.asmartbear.com/rich-vs-king-sold-company.html", - "http://blog.adamnash.com/2011/10/10/steve-jobs-bmw-ebay", - "http://bjoern.brembs.net/2016/02/sci-hub-as-necessary-effective-civil-disobedience", - "http://bioteam.net/2011/08/why-you-should-never-build-a-backblaze-pod", - "http://beginners.re/", - "http://beej.us/guide/bgipc/output/html/multipage/index.html", - "http://bbcsfx.acropolis.org.uk/", - "http://bar.com/", - "http://aws.amazon.com/importexport", - "http://aviationweek.com/technology/skunk-works-reveals-compact-fusion-reactor-details", - "http://audenneedham.com/game", - "http://atastypixel.com/blog/four-common-mistakes-in-audio-development", - "http://a.singlediv.com/", - "http://arxiv.org/abs/1412.5567", - "http://arxiv.org/abs/1110.1556", - "http://articles.latimes.com/2012/may/05/business/la-fi-0506-golden-ticket-20120506", - "http://arstechnica.com/open-source/news/2010/06/the-beos-filesystem.ars", - "http://archive.wired.com/wired/archive/5.06/apple_pr.html", - "http://archive.ncsa.illinois.edu/prajlich/forster.html", - "http://apirocks.com/html5/html5.html", - "http://apenwarr.ca/log?m=201407", - "http://ankisrs.net/", - "http://animatron.com/", - "http://alumni.stanford.edu/get/page/magazine/article?article_id=41260", - "http://alexmaccaw.com/posts/how_to_travel_around_the_world", - "http://alexkrupp.typepad.com/sensemaking/2007/04/double_your_use.html", - "http://alex-charlton.com/posts/Prototype_to_polish_Making_games_in_CHICKEN_Scheme_with_Hypergiant", - "http://ajaxian.com/archives/nicole-sullivans-object-oriented-css", - "http://aging.nautil.us/feature/218/why-you-cant-help-but-act-your-age", - "http://addyosmani.com/largescalejavascript", - "http://acko.net/blog/how-to-fold-a-julia-fractal", - "http://academictorrents.com/", - "http://abhishek.geek.nz/docs/features-of-common-lisp", - "http://aaugh.com/imageabuse.html", - "http://aaroniba.net/articles/tmp/how-i-cured-my-rsi-pain.html", - "http://aadrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html", - "http://9to5mac.com/2011/10/11/steve-jobs-book-excerpt-why-he-wore-the-black-mock-turtleneck-uniform?utm_medium=feed", - "http://9to5mac.com/2011/10/10/photoshop-unblur-leaves-max-audience-gasping-for-air", - "http://9-eyes.com/", - "http://37signals.com/svn/posts/3024-questions-i-ask-when-reviewing-a-design", - "http://37signals.com/svn/archives2/dont_scale_99999_uptime_is_for_walmart.php", - "http://250bpm.com/blog:4", - "https://250bpm.com/blog:113", - "https://aaronrandall.com/blog/cracking-the-adventure-time-cipher", - "http://addyosmani.com/resources/essentialjsdesignpatterns/book", - "https://airbnb.io/lottie", - "https://al3x.net/2013/05/23/letter-to-a-young-programmer.html", - "https://alisdair.mcdiarmid.org/arm-immediate-value-encoding", - "http://alumnit.ca/~apenwarr/log?m=200901", - "http://alumnit.ca/~apenwarr/log?m=200904", - "http://andrewgelman.com/2012/11/16808", - "http://apenwarr.ca/log?m=200912", - "http://apenwarr.ca/log?m=201007", - "http://apps.facebook.com/imessenger", - "https://aras-p.info/blog/2018/12/28/Modern-C-Lamentations", - "http://arstechnica.com/business/2012/06/winamp-how-greatest-mp3-player-undid-itself", - "https://arstechnica.com/gaming/2016/06/history-of-team17-and-worms", - "http://aschmann.net/AmEng", - "https://aws.amazon.com/workspaces", - "https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface", - "https://be5invis.github.io/Iosevka", - "https://bellard.org/bpg", - "https://bellard.org/lte", - "https://bellard.org/tcc", - "https://betterexplained.com/articles/adept-method", - "https://betterexplained.com/articles/linear-algebra-guide", - "https://betterexplained.com/articles/the-rule-of-72", - "https://betterexplained.com/articles/what-you-should-know-about-the-stock-market", - "https://blog.burntsushi.net/transducers", - "https://blog.emacsen.net/blog/2014/01/04/why-the-world-needs-openstreetmap", - "https://blog.fastmail.com/2014/12/23/jmap-a-better-way-to-email", - "http://blog.felipe.rs/2017/07/07/where-do-type-systems-come-from", - "http://blog.freshdesk.com/the-freshdesk-story-how-a-simple-comment-on-h-0", - "http://blog.gatunka.com/2008/05/05/why-japan-didnt-create-the-ipod", - "http://blog.getspool.com/2011/11/29/fast-easy-realtime-metrics-using-redis-bitmaps", - "http://blog.izs.me/post/10213512387/javascript-is-not-web-assembly", - "http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough", - "https://blog.ploeh.dk/2017/10/04/from-design-patterns-to-category-theory", - "https://blog.printf.net/articles/2015/05/29/announcing-gittorrent-a-decentralized-github", - "http://blogs.discovermagazine.com/crux/2017/03/28/paleoburrows-south-america", - "http://blog.silktide.com/2013/01/things-learned-pretending-to-be-blind-for-a-week", - "https://blogs.oracle.com/ksplice/entry/hello_from_a_libc_free", - "http://blogs.scientificamerican.com/at-scientific-american/2011/08/23/systems-analysis-look-back-1966-scientific-american-article", - "http://blogs.smugmug.com/don/2007/04/27/the-perfect-db-storage-array", - "https://brain.fm/", - "https://byorgey.wordpress.com/2009/01/12/abstraction-intuition-and-the-monad-tutorial-fallacy", - "https://c9x.me/compile/bib", - "https://c9x.me/edit", - "http://calnewport.com/blog/2009/06/03/the-pyramid-method-a-simple-strategy-for-becoming-exceptionally-good", - "https://channel9.msdn.com/Events/PDC/PDC-1996/PDC-1996-Keynote-with-Bob-Muglia-and-Steve-Jobs", - "https://chris.beams.io/posts/git-commit", - "https://chrisdone.com/posts/haskell-lisp-philosophy-difference", - "https://chris-said.io/2016/05/11/optimizing-things-in-the-ussr", - "https://chronicle.com/article/Why-Privacy-Matters-Even-if/127461", - "https://cms.fightforthefuture.org/teenager", - "https://codahale.com/you-cant-sacrifice-partition-tolerance", - "http://code.google.com/android/adc.html", - "http://code.google.com/apis/predict", - "http://code.google.com/p/anic", - "https://code.google.com/p/corkami/wiki/x86oddities", - "https://code.google.com/p/libphonenumber", - "https://code.google.com/p/phpreboot", - "https://colah.github.io/posts/2015-09-Visual-Information", - "https://common-lisp.net/project/parenscript", - "http://community.namecheap.com/blog/2011/12/26/godaddy-transfer-update", - "https://compilers.iecc.com/crenshaw", - "http://conversionxl.com/pricing-experiments-you-might-not-know-but-can-learn-from", - "https://copy.sh/v86?profile=windows98", - "https://crypto.stanford.edu/~blynn/rop", - "https://crypto.stanford.edu/PwdHash", - "https://current.org/2015/06/a-top-audio-engineer-explains-nprs-signature-sound", - "https://cyber.dabamos.de/unix/x11", - "https://damieng.com/blog/2011/02/20/typography-in-8-bits-system-fonts", - "http://danielmiessler.com/study/tcpdump", - "https://danlebrero.com/2017/04/06/documenting-your-architecture-wireshark-plantuml-and-a-repl", - "https://danluu.com/cpu-bugs", - "https://danluu.com/learning-to-program", - "https://danluu.com/randomize-hn", - "https://danluu.com/sounds-easy", - "https://danluu.com/wat", - "https://danluu.com/why-ecc", - "https://david.li/paint", - "https://debian-handbook.info/browse/stable", - "http://developer.android.com/reference/android/util/Log.html", - "http://dis.4chan.org/read/prog/1295544154", - "https://docs.racket-lang.org/pollen", - "http://documentcloud.github.com/backbone", - "http://dondodge.typepad.com/the_next_big_thing/2007/08/how-much-equity.html", - "https://donmelton.com/2014/04/10/memories-of-steve", - "https://drinks.seriouseats.com/2014/03/challenges-of-opening-a-brewery-job-advice-beer-industry-collin-mcdonnell-henhouse.html", - "https://ds9a.nl/amazing-dna", - "http://duartes.org/gustavo/blog/post/intel-cpu-caches", - "https://econ.ucsb.edu/~doug/240a/Coin%20Flip.htm", - "http://eli.thegreenplace.net/2009/10/21/are-pointers-and-arrays-equivalent-in-c", - "http://eli.thegreenplace.net/2012/08/13/how-statically-linked-programs-run-on-linux", - "https://emilydamstra.com/news/please-enough-dead-butterflies", - "https://en.wikipedia.org/wiki/1%25_rule_(Internet_culture)", - "https://en.wikipedia.org/wiki/Garden_path_sentence", - "https://en.wikipedia.org/wiki/Illegal_prime", - "https://en.wikipedia.org/wiki/List_of_inventors_killed_by_their_own_inventions", - "http://en.wikipedia.org/wiki/Netcat", - "http://en.wikipedia.org/wiki/Y_Combinator", - "http://ewontfix.com/14", - "https://fabiensanglard.net/floating_point_visually_explained", - "http://facedetection.jaysalvat.com/", - "https://femmebot.github.io/google-type", - "https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for-madmen", - "http://filecoin.io/", - "http://fishbowl.pastiche.org/2007/07/17/understanding_engineers_feasibility", - "https://flutter.io/", - "https://foicica.com/textadept", - "https://fsharpforfunandprofit.com/posts/recipe-part2", - "http://gaganpreet.github.io/hn-hiring-mapped", - "https://gamasutra.com/view/news/169296/Indepth_Functional_programming_in_C.php", - "https://github.com/AppScale/appscale", - "https://github.com/blog/530-how-we-made-github-fast", - "https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS", - "https://github.com/mozilla/sweet.js", - "http://github.com/mrdoob/three.js", - "https://github.com/nzakas/computer-science-in-javascript", - "http://gizmodo.com/5365299/courier-first-details-of-microsofts-secret-tablet", - "https://golang.org/doc/articles/wiki", - "https://gravityandlevity.wordpress.com/2009/07/08/your-body-wasnt-built-to-last-a-lesson-from-human-mortality-rates", - "https://groups.google.com/group/comp.sys.next.announce/browse_thread/thread/6af5808c84a771fc/042c02b1b5992dd3?pli=1", - "http://gs.statcounter.com/", - "https://hackaday.com/2017/03/02/great-hacks-of-history-the-marconi-radio-hack-1903", - "http://hackage.haskell.org/platform", - "https://hacks.mozilla.org/2015/01/project-silk", - "http://harvesthq.github.com/chosen", - "http://headjs.com/", - "https://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques", - "https://hypothesis.works/articles/what-is-property-based-testing", - "https://inconvergent.net/generative", - "https://ionescu007.github.io/SimpleVisor", - "https://isthisprime.com/game", - "http://jacquesmattheij.com/Salary+negotiations+for+techies", - "http://jacquesmattheij.com/sorting-lego-many-questions-and-this-is-what-the-result-looks-like", - "http://jacquesricher.com/NEETS", - "https://jakevdp.github.io/blog/2014/05/09/why-python-is-slow", - "https://jamesfriend.com.au/pce-js", - "http://jamie-wong.com/2014/08/19/metaballs-and-marching-squares", - "https://javlaskitsystem.se/2012/02/whats-the-waiter-doing-with-the-computer-screen", - "https://jlongster.com/How-I-Became-Better-Programmer", - "http://joelneely.wordpress.com/2011/03/05/why-data-structures-matter", - "https://joeyh.name/code/moreutils", - "https://jonathanwhiting.com/writing/blog/games_in_c", - "https://jonmillward.com/blog/attraction-dating/cupid-on-trial-a-4-month-online-dating-experiment", - "https://jonobr1.github.io/two.js", - "https://jordaneldredge.com/projects/winamp2-js", - "https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function", - "http://jquery.com/", - "https://jvns.ca/blog/2014/09/27/how-does-sqlite-work-part-1-pages", - "https://jvns.ca/blog/2016/06/30/why-do-we-use-the-linux-kernels-tcp-stack", - "https://karl-voit.at/2017/09/23/orgmode-as-markup-only", - "https://kimh.github.io/clojure-by-example", - "https://kk.org/thetechnium/1000-true-fans", - "http://kkovacs.eu/cool-but-obscure-unix-tools", - "https://kuler.adobe.com/", - "https://lcamtuf.coredump.cx/gcnc", "http://lesswrong.com/lw/2b0/bayes_theorem_illustrated_my_way", - "https://lindzey.github.io/blog/2015/07/27/a-brief-introduction-to-ice-penetrating-radar", - "https://longnow.org/clock", - "http://madebyevan.com/webgl-path-tracing", - "http://maps.stamen.com/", - "https://marctenbosch.com/quaternions", - "https://mathlets.org/mathlets", - "http://math.ucr.edu/home/baez/information.html", - "https://mikecanex.wordpress.com/2012/12/26/1922-why-i-quit-being-so-accommodating", - "https://minimaxir.com/2017/06/r-notebooks", - "http://momjian.us/main/blogs/pgblog/2011.html", - "https://mosh.mit.edu/", - "https://motherboard.vice.com/read/my-year-in-san-franciscos-2-million-secret-society-startup", - "https://multithreaded.stitchfix.com/blog/2016/03/16/engineers-shouldnt-write-etl", - "https://nautil.us/issue/21/information/the-man-who-tried-to-redeem-the-world-with-logic", - "https://nautil.us/issue/25/water/five-things-we-still-dont-know-about-water", - "https://nautil.us/issue/43/heroes/what-does-any-of-this-have-to-do-with-physics", - "http://nb.io/hacks/csshttprequest", - "https://ncase.me/fireflies", - "https://ncase.me/trust", - "http://necolas.github.com/normalize.css", - "https://neil.fraser.name/news/2013/03/16", - "http://news-service.stanford.edu/news/2005/june15/jobs-061505.html", - "https://nikhilm.github.io/uvbook", - "http://nitens.org/taraborelli/latex", - "http://ollydbg.de/Paperbak", - "https://open.blogs.nytimes.com/2015/04/09/extracting-structured-data-from-recipes-using-conditional-random-fields", - "https://oscarbonilla.com/2009/05/visualizing-bayes-theorem", - "https://overthewire.org/wargames", - "https://p0nce.github.io/d-idioms", - "https://panic.com/transmit", - "https://pattle.github.io/simpsons-in-css", - "http://philip.greenspun.com/business/startup-tips", - "https://philipwalton.github.io/solved-by-flexbox", - "https://pragprog.com/the-pragmatic-programmer/extracts/tips", - "https://preshing.com/20120612/an-introduction-to-lock-free-programming", - "https://priceonomics.com/a-history-of-tug-of-war-fatalities", - "https://priceonomics.com/how-the-father-of-claymation-lost-his-company", - "https://priceonomics.com/impulsive-rich-kid-impulsive-poor-kid", - "https://priceonomics.com/is-every-speed-limit-too-low", - "https://priceonomics.com/the-content-marketing-handbook", - "https://priceonomics.com/the-invention-of-the-aeropress", - "https://priceonomics.com/the-trade-of-the-century-when-george-soros-broke", - "https://programmers.blogoverflow.com/2012/08/20-controversial-programming-opinions", - "https://qz.com/522079/the-long-incredibly-tortuous-and-fascinating-process-of-creating-a-chinese-font", - "https://rachelbythebay.com/w/2014/06/14/time", - "https://randomascii.wordpress.com/2014/10/09/intel-underestimates-error-bounds-by-1-3-quintillion", - "https://rdist.root.org/2011/01/17/stuxnet-is-embarrassing-not-amazing", - "https://readonlymemory.vg/the-making-of-lemmings", - "https://realworldocaml.org/", - "http://reason.com/archives/1995/06/01/civil-suits", - "http://redis.io/download", - "https://reference.wolfram.com/language", - "http://repl.it/", - "https://research.microsoft.com/en-us/um/people/simonpj/papers/giving-a-talk/writing-a-paper-slides.pdf", - "http://rethrick.com/", - "http://ricostacruz.com/backbone-patterns", - "http://rjlipton.wordpress.com/2010/08/11/deolalikar-responds-to-issues-about-his-p%E2%89%A0np-proof", - "https://rt.com/news/richard-stallman-free-software-875", - "https://samy.pl/pwnat", - "http://sam.zeloof.xyz/first-ic", - "https://apenwarr.ca/log?m=201809", - "https://archive.org/stream/byte-magazine-1983-08/1983_08_BYTE_08-08_The_C_Language", - "https://backchannel.com/how-i-got-my-attention-back-c7fc9297d347", - "http://scobleizer.com/2008/07/26/the-silicon-valley-vc-disease", - "https://code.facebook.com/posts/220956754772273/an-analysis-of-facebook-photo-caching", - "https://scottlocklin.wordpress.com/2013/07/28/ruins-of-forgotten-empires-apl-languages", - "https://deepmind.com/blog", - "https://developer.apple.com/library/prerelease/mac/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/index.html", - "https://edgedb.com/blog/we-can-do-better-than-sql", - "https://sethrobertson.github.io/GitBestPractices", - "http://setosa.io/ev/eigenvectors-and-eigenvalues", - "https://firstlook.org/theintercept", - "https://github.com/benvanik/xenia", - "https://github.com/BuzonIO/zipfly", - "https://github.com/d3/d3/blob/master/CHANGES.md", - "https://github.com/fchollet/keras", - "https://github.com/willmcgugan/rich", - "https://gnunet.org/en", - "https://gravityandlevity.wordpress.com/2015/01/12/how-strong-would-a-magnetic-field-have-to-be-to-kill-you", - "https://shiftyjelly.wordpress.com/2011/08/02/amazon-app-store-rotten-to-the-core", - "https://sivers.org/mistake", - "https://sivers.org/zipit", - "https://justgetflux.com/sideload", - "https://skilldrick.github.io/easy6502", - "https://kite.com/", - "https://slatestarcodex.com/2014/04/28/the-control-group-is-out-of-control", - "https://lesspass.com/", - "https://medium.com/@JorgenVeisdal/the-riemann-hypothesis-explained-fa01c1f75d3f", - "https://medium.com/p/9f53ef6a1c10", - "https://mega.nz/", - "https://sniperinmahwah.wordpress.com/2014/09/22/hft-in-my-backyard-part-i", - "https://numinous.productions/ttft", - "https://sockpuppet.org/blog/2013/07/22/applied-practical-cryptography", - "https://spacex.com/webcast", - "http://spectrum.ieee.org/computing/hardware/dudley-bucks-forgotten-cryotron-computer", - "http://spectrum.ieee.org/geek-life/history/the-great-lightbulb-conspiracy", - "http://spectrum.ieee.org/podcast/at-work/tech-careers/why-bad-jobsor-no-jobshappen-to-good-workers", - "https://pin.net.au/", - "https://proton-native.js.org/", - "https://ptable.com/", - "https://spyder.wordpress.com/2014/03/16/why-ocaml-why-now", - "https://reasonml.github.io/community/blog", - "https://simonwillison.net/2018/Oct/4/datasette-ideas", - "https://slc.is/", - "http://stackoverflow.com/questions/599365/what-is-your-favorite-c-programming-trick", - "http://stallman.org/stallman-computing.html", - "http://stephaneginier.com/sculptgl", - "http://steveblank.com/secret-history", - "http://stevelosh.com/blog/2013/04/git-koans", - "http://stevelosh.com/blog/2016/12/chip8-cpu", - "https://steveperkins.com/using-java-9-modularization-to-ship-zero-dependency-native-apps", - "http://storagemojo.com/2014/04/25/amazons-glacier-secret-bdxl", - "http://stripe.com/bitcoin", - "http://stripe.com/connect", - "https://susam.in/blog/lisp-in-vim-with-slimv-or-vlime.html", - "http://swtch.com/~rsc/regexp/regexp3.html", - "http://swtch.com/~rsc/regexp/regexp4.html", - "http://syncthing.net/", - "http://stackoverflow.com/questions/739654/understanding-python-decorators", - "http://tallys.github.io/color-theory", - "http://taskwarrior.org/", - "http://techchannel.att.com/play-video.cfm/2010/3/16/In-Their-Own-Words-Claude-Shannon-Demonstrates-Machine-Learning", - "https://techcrunch.com/2016/08/26/co-founders-optional", - "http://technet.microsoft.com/en-us/magazine/2008.07.windowsconfidential.aspx", - "http://stedolan.github.io/jq", - "http://terralang.org/", - "http://terrytao.wordpress.com/2008/02/05/the-blue-eyed-islanders-puzzle", - "http://terrytao.wordpress.com/career-advice/there%E2%80%99s-more-to-mathematics-than-rigour-and-proofs", - "http://stevecorona.com/college-was-my-biggest-mistake", - "http://thebookofshaders.com/", - "http://thenounproject.com/", - "http://therealityprose.wordpress.com/2013/01/17/what_happened_with_lego", - "https://thetruesize.com/", - "http://tiddlywiki.com/", - "http://tinyhack.com/2014/03/12/implementing-a-web-server-in-a-single-printf-call", - "http://tinyssh.org/", - "http://tldr.sh/", - "http://tobyrush.com/theorypages/index.html", - "http://tools.ietf.org/html/rfc1925", - "http://tools.ietf.org/html/rfc7258", - "http://traffic-simulation.de/ring.html", - "http://trixter.oldskool.org/2015/04/07/8088-mph-we-break-all-your-emulators", - "http://trmm.net/PDP-11/Booting", - "https://tuinderlusten-jheronimusbosch.ntr.nl/en", - "http://tus.io/", - "http://tutorial.math.lamar.edu/", - "http://ubiquity.acm.org/article.cfm?id=1513451", - "http://up-for-grabs.net/", - "http://users.math.yale.edu/public_html/People/frame/Fractals/MandelSet/MandelMonk/MandelMonk.html", - "http://viewsourcecode.org/why", - "http://wearecolorblind.com/", - "http://webgazer.cs.brown.edu/", - "http://wefunder.com/", - "http://wiki.postgresql.org/wiki/PGStrom", - "http://www.agner.org/optimize", - "https://www.alexkras.com/google-may-be-stealing-your-mobile-traffic", - "http://www.antenna-theory.com/", - "http://www.apple.com/ipad", - "http://www.apple.com/swift/playgrounds", - "http://www.archdaily.com/395363/india-s-forgotten-stepwells", - "http://www.asktog.com/TOI/toi06KeyboardVMouse1.html", - "http://www.atlasobscura.com/articles/how-the-commodore-amiga-powered-your-cable-system-in-the-90s", - "http://www.atlasobscura.com/articles/inside-the-new-york-public-librarys-last-secret-apartments", - "http://www.atlasobscura.com/articles/pointing-and-calling-japan-trains", - "http://www.atlasobscura.com/articles/snow-canyon-japan", - "http://www.atlasobscura.com/articles/the-alternate-universe-of-soviet-arcade-games", - "http://www.atlasobscura.com/articles/the-famous-photo-of-chernobyls-most-dangerous-radioactive-material-was-a-selfie", - "http://www.bbc.com/news/magazine-22751415", - "http://www.bbc.com/news/magazine-34484972", - "http://www.bbc.com/news/magazine-37612083", - "http://www.bbc.com/news/science-environment-39482342", - "http://www.bbc.co.uk/blogs/adamcurtis/entries/3662a707-0af9-3149-963f-47bea720b460", - "http://www.bigmessowires.com/2016/06/04/db-19-resurrecting-an-obsolete-connector", - "http://www.bing.com/", - "http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code", - "http://www.bloomberg.com/news/articles/2015-11-03/that-time-i-tried-to-buy-some-crude-oil", - "http://www.bluesnews.com/abrash/chap70.shtml", - "https://www.bryanbraun.com/after-dark-css", - "http://www.bunniestudios.com/blog?p=3554", - "http://www.buzzfeed.com/peteraldhous/spies-in-the-skies", - "http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures", - "https://www.c0ffee.net/blog/mail-server-guide", - "http://www.cabinetmagazine.org/issues/52/hodes.php", - "http://www.cam.ac.uk/research/news/functioning-mechanical-gears-seen-in-nature-for-the-first-time", - "http://www.census.gov/developers", - "http://www.chesscademy.com/", - "http://www.chiark.greenend.org.uk/~sgtatham/cdescent", - "http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html", - "http://www.chiark.greenend.org.uk/~sgtatham/dice", - "http://www.chrisfenton.com/homebrew-cray-1a", - "http://www.chrisstucchio.com/blog/2013/hadoop_hatred.html", - "https://www.citylab.com/transportation/2018/04/why-new-york-city-stopped-building-subways/557567", - "http://www.cs.purdue.edu/homes/dec/essay.criticize.html", - "http://www.damninteresting.com/on-the-origin-of-circuits", - "http://www.damninteresting.com/who-wants-to-be-a-thousandaire", - "http://www.deepsouthventures.com/build-a-side-business", - "http://www.defmacro.org/2013/09/26/products.html", - "http://www.diybookscanner.org/", "http://www.doneyles.com/LM/Tales.html", - "http://www.dpmms.cam.ac.uk/~wtg10/2cultures.pdf", - "http://www.dropbox.com/jobs/challenges", - "http://www.dropbox.com/teams", - "http://www.eatthismuch.com/", - "http://www.ecma-international.org/publications/standards/Ecma-262.htm", - "http://www.edge.org/response-detail/25401", - "http://www.ee.ryerson.ca/~elf/hack/recovery.html", - "http://www.eff.org/deeplinks/2011/04/open-wireless-movement", - "http://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots", - "http://www.egison.org/", - "https://www.ethereum.org/", - "http://www.eugenewei.com/blog/2013/10/25/amazon-and-the-profitless-business-model-narrative", - "http://www.excamera.com/sphinx/fpga-j1.html", - "http://www.exurbe.com/?p=2219", - "http://www.fastcompany.com/3047428/how-two-bored-1970s-housewives-helped-create-the-pc-industry", - "http://www.filfre.net/2015/04/the-68000-wars-part-3-we-made-amiga-they-fucked-it-up", - "http://www.forbes.com/sites/cameronkeng/2014/06/22/employees-that-stay-in-companies-longer-than-2-years-get-paid-50-less", - "http://www.forbes.com/sites/victoriabarret/2011/10/18/dropbox-the-inside-story-of-techs-hottest-startup", - "http://www.fossil-scm.org/", - "http://www.fourmilab.ch/etexts/www/barnum/moneygetting", - "http://www.gabrielgambetta.com/computer-graphics-from-scratch", - "http://www.gamasutra.com/blogs/RaminShokrizade/20130405/189984/How_I_Used_EVE_Online_to_Predict_the_Great_Recession.php", - "http://www.gnu.org/philosophy/right-to-read.html", - "http://www.google.com/appsstatus", - "http://www.google.com/flights", - "http://www.google.com/get/noto", - "http://www.graalvm.org/", - "http://www.gwern.net/Ads", - "http://www.gwern.net/Spaced%20repetition", - "http://www.hsph.harvard.edu/miguel-hernan/causal-inference-book", - "http://www.ics.uci.edu/~franz/Site/pubs-pdf/BC03.pdf", - "http://www.includeos.org/", - "http://www.inference.vc/untitled", - "http://www.jasondavies.com/animated-bezier", - "http://www.johndcook.com/blog/2015/06/18/most-important-skill-in-software", - "https://www.joshwcomeau.com/blog/how-to-learn-stuff-quickly", - "http://www.jpl.nasa.gov/edu/news/2016/3/16/how-many-decimals-of-pi-do-we-really-need", - "http://www.jsoftware.com/papers/50", - "http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer", - "http://www.kalzumeus.com/2012/01/23/salary-negotiation", - "http://www.kalzumeus.com/2017/09/09/identity-theft-credit-reports", - "https://www.khronos.org/vulkan", - "http://www.laphamsquarterly.org/luck/voltaires-luck", - "https://www.leshenko.net/p/ugit", - "http://www.lexaloffle.com/pico-8.php", - "http://www.littleboxchallenge.com/", - "http://www.lrde.epita.fr/~didier/research/verna.06.imecs.pdf", - "http://www.math.dartmouth.edu/~pw/solutions.pdf", - "http://www.mathjax.org/", - "http://www.mathlingua.org/", - "http://www.megaprocessor.com/", - "http://www.mersenne.org/", - "http://www.meteor.com/", - "http://www.mikeash.com/getting_answers.html", - "http://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses", - "https://www.mozilla.org/en-US/firefox/facebookcontainer", - "http://www.mtholyoke.edu/acad/intrel/orwell46.htm", - "http://www.musicforprogramming.net/", - "http://www.nasa.gov/mission_pages/station/expeditions/expedition30/tryanny.html", - "http://www.nationalgeographic.com/magazine/2017/06/dinosaur-nodosaur-fossil-discovery", - "http://www.nature.com/news/minimal-cell-raises-stakes-in-race-to-harness-synthetic-life-1.19633", - "http://www.nature.com/news/the-sparrow-with-four-sexes-1.21018", - "http://www.newscientist.com/article/dn25723-massive-ocean-discovered-towards-earths-core.html", - "http://www.newsweek.com/clifford-stoll-why-web-wont-be-nirvana-185306", + "http://fabiensanglard.net/anotherWorld_code_review/index.php", + "https://current.org/2015/06/a-top-audio-engineer-explains-nprs-signature-sound", + "http://joeduffyblog.com/2016/02/07/the-error-model", + "http://apenwarr.ca/log?m=200912", + "http://magicscalingsprinkles.wordpress.com/2010/02/08/why-i-love-everything-you-hate-about-java", + "https://castel.dev/post/lecture-notes-1", + "https://www.edge.org/conversation/nassim_nicholas_taleb-understanding-is-a-poor-substitute-for-convexity-antifragility", + "http://9-eyes.com/", + "https://nedbatchelder.com/blog/200811/print_this_file_your_printer_will_jam.html", + "http://wearecolorblind.com/", + "http://xn--hgi.ws/", + "https://github.com/Jam3/math-as-code", + "http://www.ranum.com/security/computer_security/editorials/dumb", + "https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md", + "http://www.contextfreeart.org/", + "https://en.wikipedia.org/wiki/Phoebus_cartel", + "http://www.startupwhisperer.com/2009/02/do-not-demo-naked.html", "http://www.newyorker.com/magazine/2013/06/24/last-call-3", - "http://www.newyorker.com/magazine/2015/04/27/the-man-who-broke-the-music-business", - "http://www.newyorker.com/magazine/2015/05/11/overkill-atul-gawande", - "http://www.newyorker.com/tech/elements/the-secrets-of-the-wood-wide-web", - "http://www.nngroup.com/articles/anti-mac-interface", - "http://www.nongnu.org/lzip/xz_inadequate.html", - "http://www.nytimes.com/2009/05/24/magazine/24labor-t.html", - "http://www.nytimes.com/2015/09/26/your-money/how-macarthur-geniuses-handle-their-money-windfalls.html", - "http://www.open-emr.org/", - "http://www.outsideonline.com/2017711/path-beta-flash-resistance-route-setters", - "http://www.panic.com/blog/2013/03/the-lightning-digital-av-adapter-surprise", - "http://www.parallella.org/2014/06/03/my-name-is-brian-and-i-build-supercomputers-in-my-spare-time", - "http://www.petekeen.net/dns-the-good-parts", - "http://www.propublica.org/article/the-worlds-email-encryption-software-relies-on-one-guy-who-is-going-broke", - "http://www.pushing-pixels.org/2011/11/04/about-those-vector-icons.html", - "http://www.puzzlescript.net/", - "http://www.python.org/download/releases/3.4.0", - "http://www.quirky.com/", - "http://www.raptitude.com/2010/07/your-lifestyle-has-already-been-designed", - "http://www.raptitude.com/2016/12/five-things-you-notice-when-you-quit-the-news", - "http://www.redblobgames.com/pathfinding/a-star/introduction.html", + "http://www.businessinsider.com/max-levchins-favorite-startups-are-all-japanese-2009-2", + "http://joshduck.com/periodic-table.html", + "http://www.codinghorror.com/blog/2006/05/the-ten-commandments-of-egoless-programming.html", + "https://github.com/YingtongDou/Nash-Detect", + "http://blog.webmynd.com/2009/02/28/databases-as-a-service-fathomdb", + "http://blogs.sun.com/jrose/entry/bloom_filters_in_a_nutshell", "http://www.redblobgames.com/pathfinding/tower-defense", - "http://www.redox-os.org/", - "http://www.scientificamerican.com/article/coal-ash-is-more-radioactive-than-nuclear-waste", - "https://www.scottaaronson.com/blog?p=4229", - "http://www.sigbus.info/how-i-wrote-a-self-hosting-c-compiler-in-40-days.html", - "http://www.skorks.com/2011/09/why-developers-never-use-state-machines", - "http://www.sqlite.org/howtocorrupt.html", - "http://www.sr-71.org/blackbird/manual", - "http://www.staticgen.com/", - "http://www.stevestreeting.com/2010/09/04/work-2-0", - "http://www.strongtowns.org/journal/2017/1/9/the-real-reason-your-city-has-no-money", - "http://www.tagsistant.net/", - "http://www.tagspaces.org/", - "http://www.teamten.com/lawrence/writings/norris-numbers.html", - "http://www.techdirt.com/articles/20130613/11165823451/filmmaker-finally-aims-to-get-court-to-admit-that-happy-birthday-is-public-domain.shtml", - "http://www.technologizer.com/2014/06/05/where-have-you-gone-peter-norton", - "http://www.teslamotors.com/blog/secret-tesla-motors-master-plan-just-between-you-and-me", - "http://www.theatlantic.com/health/archive/2014/09/the-evil-reign-of-the-red-delicious/379892?single_page=true", - "http://www.theatlantic.com/magazine/archive/1982/02/have-you-ever-tried-to-sell-a-diamond/304575", - "http://www.theatlantic.com/technology/archive/2015/07/toki-pona-smallest-language/398363", - "http://www.theguardian.com/science/2013/dec/06/peter-higgs-boson-academic-system", - "http://www.theguardian.com/technology/2014/jan/22/facebook-princeton-researchers-infectious-disease", - "http://www.theguardian.com/world/2016/mar/03/welcome-to-the-land-that-no-country-wants-bir-tawil", - "http://www.theparisreview.org/blog/2015/09/11/the-most-misread-poem-in-america", - "http://www.theparisreview.org/blog/2016/09/21/who-the-hell-is-this-joyce", + "https://github.com/rclone/rclone", + "http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php?print=1", + "http://www.joelonsoftware.com/articles/Unicode.html", + "http://www.underhanded-c.org/", + "http://harvesthq.github.com/chosen", + "http://paultyma.blogspot.com/2007/03/howto-pass-silicon-valley-software.html", + "http://ejohn.org/blog/how-javascript-timers-work", + "https://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform", + "http://www.readwriteweb.com/archives/google_hands_wikileaks_volunteers_gmail_data_to_us.php", + "http://therealityprose.wordpress.com/2013/01/17/what_happened_with_lego", + "http://www.petekeen.net/dns-the-good-parts", "http://www.theparisreview.org/interviews/3605/the-art-of-fiction-no-64-kurt-vonnegut", - "http://www.thingsquare.com/blog/articles/100-hops-ipv6-mesh", - "http://www.unofficialgoogledatascience.com/2016/10/practical-advice-for-analysis-of-large.html", - "http://www.useronboard.com/onboarding-teardowns", - "http://www.uwgb.edu/dutchs/PSEUDOSC/TOXICVAL.HTM", - "http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api", - "http://www.w3.org/History/1989/proposal.html", - "http://www.washingtoncitypaper.com/columns/straight-dope/article/20854121/how-did-anyone-do-math-in-roman-numerals", - "http://www.webtoolkit.eu/wt", - "http://www.wired.com/2015/11/null", - "https://www.wired.com/story/malware-dna-hack", - "http://www.wisdomandwonder.com/link/2110/why-mit-switched-from-scheme-to-python", - "http://www.ybrikman.com/writing/2014/04/09/six-programming-paradigms-that-will", - "http://www.yourworldoftext.com/", - "http://www.youtube.com/watch?v=K4JhruinbWc", - "http://xato.net/passwords/want-to-block-common-passwords-sorry-that-is-patented", - "http://xiph.org/~xiphmont/demo/neil-young.html", - "http://xlinux.nist.gov/dads", - "http://xon.sh/", - "http://xuanji.appspot.com/isicp", - "http://zachholman.com/posts/only-90s-developers", - "http://zackkanter.com/2016/01/13/you-are-not-behind", - "http://zoomquilt.org/", - "http://telehash.org/", - "http://tipstrategies.com/archive/geography-of-jobs", - "http://tom.preston-werner.com/2008/10/18/how-i-turned-down-300k.html", - "http://tratt.net/laurie/tech_articles/articles/how_can_c_programs_be_so_reliable", - "http://twitter.com/", - "http://type.method.ac/", - "http://warpspire.com/posts/pixels-dont-care", - "http://waxy.org/random/arsdigita", - "http://web.cecs.pdx.edu/~harry/Relay", - "http://whopayswriters.com/", - "http://wiki.github.com/joelthelion/autojump", - "http://wikileaks.org/", - "http://wikileaks.org/tpp", - "http://willcrichton.net/notes/systems-programming", - "http://work.caltech.edu/library", - "http://www.4chan.org/news?all", - "http://www.alistapart.com/articles/neveruseawarning", - "http://www.appsumo.com/", - "http://www.arcsynthesis.org/gltut", - "http://www.azarask.in/blog/post/a-new-type-of-phishing-attack", - "http://www.bigmessowires.com/2014/11/17/68-katy-68000-linux-on-a-solderless-breadboard", - "http://www.bingocardcreator.com/articles/developing-shopping-cart.htm", - "http://www.bingocardcreator.com/articles/tracking-with-mixpanel.htm", - "http://www.catonmat.net/blog/learning-javascript-programming-language-through-video-lectures", - "http://www.catonmat.net/blog/low-level-bit-hacks-you-absolutely-must-know", - "http://www.catonmat.net/blog/unix-utilities-netcat", - "http://www.codersnotes.com/notes/a-constructive-look-at-templeos", - "http://www.colourlovers.com/blog/2007/09/02/the-muller-formula-or-predictable-color-preferences", - "http://www.commandlinefu.com/commands/browse/sort-by-votes", - "http://www.cooper.com/journal/2012/08/the-best-interface-is-no-interface.html", - "http://www.crypto.com/blog/titans", - "http://www.datapointed.net/visualizations/math/factorization/animated-diagrams", - "http://www.doingbusiness.org/economyrankings", - "http://www.facebook.com/notes.php?id=9445547199", - "http://www.ft.com/cms/s/2/99680a04-92a0-11de-b63b-00144feabdc0.html", - "http://www.google.com/ads/preferences", - "http://www.grobmeier.de/the-10-rules-of-a-zen-programmer-03022012.html", + "https://ioke.org/", + "http://www.cs.uni.edu/~wallingf/blog/archives/monthly/2018-10.html", + "https://magcius.github.io/xplain/article/index.html", + "http://mercurial.selenic.com/wiki/WhatsNew", + "https://aaronsw.jottit.com/howtoget", + "http://oreilly.com/social-media/excerpts/9780596802004/why-speakers-earn-30k-an-hour.html", + "http://practicaltypography.com/why-racket-why-lisp.html", + "http://www.wired.com/", + "http://patoline.org/", + "https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function", + "https://www.info.ucl.ac.be/~pvr/paradigms.html", + "https://github.com/tiimgreen/github-cheat-sheet", + "http://flatuicolors.com/", "http://www.igvita.com/2011/04/07/life-beyond-http-11-googles-spdy", - "http://www.johndcook.com/blog/2009/12/23/why-programmers-are-not-paid-in-proportion-to-their-productivity", - "http://www.jwz.org/blog/2011/11/watch-a-vc-use-my-name-to-sell-a-con", - "http://www.longnow.org/views/essays/articles/ArtFeynman.php", - "http://www.multivax.com/last_question.html", - "http://www.nasa.gov/connect/ebooks/index.html", - "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3129953", - "http://www.ndpsoftware.com/git-cheatsheet.html", - "http://www.newsweek.com/id/106554", - "http://www.newyorker.com/reporting/2008/05/12/080512fa_fact_gladwell?currentPage=all", - "http://www.nytimes.com/2011/11/06/education/edlife/why-science-majors-change-their-mind-its-just-so-darn-hard.html", - "http://www.pchristensen.com/blog/articles/hey-language-snobs-dont-pinch-pennies", - "http://www.playframework.org/", - "http://www.portfolio.com/news-markets/national-news/portfolio/2008/01/14/Media-Defenders-Profile", - "http://www.python.org/download/releases/3.0", - "http://www.raspberrypi.org/", - "http://www.scsh.net/docu/html/man.html", - "http://www.sequoiacap.com/ideas", - "http://www.slate.com/id/2192798/pagenum/all", - "http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches", - "http://www.smashingmagazine.com/2010/11/04/best-practices-of-combining-typefaces", - "http://www.soundslice.com/", - "http://www.spacebuckets.com/", - "http://www.stephendiehl.com/llvm", - "http://www.talyarkoni.org/blog/2010/07/07/what-the-dunning-kruger-effect-is-and-isnt", - "http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/hopl.pdf", - "http://www.techcrunch.com/2007/03/05/octopart-vertical-product-search-electrical-engineers", - "http://www.techcrunch.com/2007/07/14/xinu-comprehensive-page", - "http://www.techcrunch.com/2007/10/30/details-revealed-google-opensocial-to-be-common-apis-for-building-social-apps", - "http://www.techcrunch.com/2008/07/23/a-xobni-executive-leaves-the-red-hot-startup-but-why", - "http://www.teslamotors.com/modelx", - "http://www.theatlantic.com/doc/200303/rauch.htm", - "http://www.theatlantic.com/doc/200906/happiness", - "http://www.theatlantic.com/technology/archive/13/06/new-government-documents-show-the-sean-parker-wedding-is-the-perfect-parable-for-silicon-valley-excess/276521", - "http://www.theatlantic.com/technology/print/2011/06/how-i-failed-failed-and-finally-succeeded-at-learning-how-to-code/239855", - "http://www.thecrimson.com/article.aspx?ref=502875", + "http://madebyevan.com/webgl-water", + "http://www.autonlab.org/tutorials", + "https://norvig.com/java-lisp.html", + "https://channel9.msdn.com/Events/PDC/PDC-1996/PDC-1996-Keynote-with-Bob-Muglia-and-Steve-Jobs", + "http://www.paulgraham.com/addiction.html", + "http://watchesbysjx.com/2017/05/portrait-masahiro-kikuno-japanese-watchmaker.html", + "https://developer.apple.com/swift", + "http://jeanphix.me/Ghost.py", + "https://fishshell.com/", + "http://fileformats.archiveteam.org/", + "http://cacm.acm.org/magazines/2009/9/38904-the-status-of-the-p-versus-np-problem/fulltext", + "http://www.erlang-factory.com/upload/presentations/395/ErlangandFirst-PersonShooters.pdf", + "https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux", + "https://firstlook.org/theintercept", + "https://getfirebug.com/", + "http://www.techempower.com/benchmarks", "http://www.uie.com/articles/three_hund_million_button", - "http://www.whattofix.com/blog/archives/2010/06/if-we-told-you.php", - "http://www.wikileaks.org/", - "http://www.wired.com/dangerroom/2010/01/darpa-us-geek-shortage-is-a-national-security-risk", - "http://xxyxyz.org/line-breaking", + "https://nautil.us/issue/25/water/five-things-we-still-dont-know-about-water", + "https://prog21.dadgum.com/29.html", + "https://paveldogreat.github.io/WebGL-Fluid-Simulation", + "https://priceonomics.com/the-trade-of-the-century-when-george-soros-broke", + "https://editorconfig.org/", + "http://nb.io/hacks/csshttprequest", + "https://projecteuler.net/", + "http://www.e-booksdirectory.com/mathematics.php", + "http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html", + "http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates", + "https://regexr.com/", + "https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6", + "http://www.paulgraham.com/top.html", + "https://0.30000000000000004.com/", + "https://code.google.com/p/libphonenumber", + "http://www.philzimmermann.com/EN/essays/WhyIWrotePGP.html", + "https://nova.app/", + "https://etacts.com/", + "http://aaugh.com/imageabuse.html", + "http://stevelosh.com/blog/2013/04/git-koans", + "http://www.bastwood.com/?page_id=10", + "http://nullprogram.com/blog/2015/05/15", + "https://graphicallinearalgebra.net/", + "http://learnpythonthehardway.org/book/advice.html", + "https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161/comments/28", + "https://github.com/tomnomnom/gron", + "http://www.dspguide.com/pdfbook.htm", + "http://chargen.matasano.com/chargen/2009/7/22/if-youre-typing-the-letters-a-e-s-into-your-code-youre-doing.html", + "https://plus.maths.org/content/goumldel-and-limits-logic", + "https://ru-submarine.livejournal.com/17486.html", + "http://matt.might.net/articles/compiling-up-to-lambda-calculus", + "https://danluu.com/wat", + "http://www.techdirt.com/articles/20130613/11165823451/filmmaker-finally-aims-to-get-court-to-admit-that-happy-birthday-is-public-domain.shtml", + "http://ubiquity.acm.org/article.cfm?id=1513451", + "http://matt-welsh.blogspot.com/2009/02/how-i-almost-killed-facebook.html", + "https://the.exa.website/", + "https://crypto.stanford.edu/~blynn/rop", + "https://secretgeek.github.io/html_wysiwyg/html.html", + "http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation", + "http://www.ndpsoftware.com/git-cheatsheet.html", + "https://www.scientificamerican.com/article/stronger-than-steel-able-to-stop-a-speeding-bullet-mdash-it-rsquo-s-super-wood", + "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6163803", + "http://swtch.com/~rsc/regexp/regexp1.html", + "https://hbr.org/2016/12/if-your-boss-could-do-your-job-youre-more-likely-to-be-happy-at-work", + "https://mathoverflow.net/questions/23478/examples-of-common-false-beliefs-in-mathematics", + "https://mchap.io/using-foia-data-and-unix-to-halve-major-source-of-parking-tickets.html", + "http://blog.burtonthird.com/?p=81", + "http://singlepageappbook.com/", + "https://github.com/antontarasenko/smq/blob/master/reports/hackernews-links-in-comments.md", + "https://spaceprob.es/", + "https://emilydamstra.com/news/please-enough-dead-butterflies", + "https://www.sciencemag.org/news/2020/09/these-120000-year-old-footprints-offer-early-evidence-humans-arabia", + "https://library.sciencemadness.org/library/books/ignition.pdf", + "http://www.nytimes.com/2011/11/06/education/edlife/why-science-majors-change-their-mind-its-just-so-darn-hard.html", + "https://trafficserver.apache.org/", + "https://en.wikipedia.org/wiki/Raising_of_Chicago", + "http://metamodern.com/2009/05/27/how-to-learn-about-everything", + "http://tech.puredanger.com/2011/10/20/real-world-clojure", + "https://cuelang.org/", + "https://fabiensanglard.net/another_world_polygons/index.html", + "https://colah.github.io/posts/2015-09-Visual-Information", + "http://weavesilk.com/", + "http://www.dartmouth.edu/~matc/MathDrama/reading/Hamming.html", + "http://www.infoq.com/interviews/Steele-Interviews-John-McCarthy", + "http://9to5mac.com/2011/10/10/photoshop-unblur-leaves-max-audience-gasping-for-air", + "http://opendatastructures.org/", + "https://boingboing.net/2015/05/08/your-cyberpunk-games-are-dange.html", + "http://www.jsfuck.com/", + "https://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html", + "http://backbonejs.org/", + "http://etudeapp.com/", + "http://www.bothsidesofthetable.com/2009/11/04/is-it-time-for-you-to-earn-or-to-learn", + "http://www.cookingforengineers.com/", + "https://github.com/benvanik/xenia", + "https://arc.io/", + "http://www.bluesnews.com/abrash/chap70.shtml", + "http://startup_weekend.bluwiki.com/index.php?title=Startup_Weekend/Events", + "https://ncase.me/loopy", + "http://www.spacex.com/webcast", + "http://wrtnode.com/", + "http://www.animatedengines.com/", + "http://paulgraham.com/makersschedule.html", + "http://redis.io/download", + "https://qntm.org/hatetris", + "http://www.linusakesson.net/programming/tty/index.php", + "http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat", + "http://flint.cs.yale.edu/cs421/case-for-ml.html", + "http://my.opera.com/haavard/blog/2013/02/13/webkit", + "http://mishadoff.com/blog/clojure-design-patterns", + "http://www.madinamerica.com/2012/02/why-anti-authoritarians-are-diagnosed-as-mentally-ill", + "https://ftp.arl.army.mil/~mike/ping.html", + "http://www.norvig.com/spell-correct.html", + "http://www.gabrielweinberg.com/blog/2010/06/paths-to-5m-for-a-startup-founder.html", + "https://spyder.wordpress.com/2014/03/16/why-ocaml-why-now", + "http://blogs.wsj.com/accelerators/2014/06/03/jessica-livingston-why-startups-need-to-focus-on-sales-not-marketing", + "http://lcamtuf.coredump.cx/electronics", + "http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/hopl.pdf", + "https://patrickcollison.com/questions", + "http://lispm.de/symbolics-lisp-machine-ergonomics", + "https://instant.io/", + "https://hackerpublicradio.org/", + "http://www.thesixtyone.com/", + "http://www.oreilly.com/openbook/freedom/ch06.html", + "http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs", + "https://www.home-assistant.io/", + "http://www.aiai.ed.ac.uk/~jeff/clos-guide.html", + "http://joelgrus.com/2012/02/16/hacking-hacker-news", + "http://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study", + "http://www.goosh.org/", + "https://github.com/jarun/nnn", + "https://github.com/dthree/vantage", + "http://coffeekup.org/", + "http://kotlin.jetbrains.org/", + "https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005268", + "http://www.nature.com/news/the-myopia-boom-1.17120", + "http://www.crazyblinddate.com/", + "https://skilldrick.github.io/easy6502", + "http://put.io/", + "http://www.includeos.org/", + "http://www.danshapiro.com/blog/2011/07/why-i-sold-my-startup-sparkbuy-to-google", + "http://heydave.org/post/24286720323/gtd-sucks-for-creative-work-heres-an-alternative", + "http://useiconic.com/", + "https://simonwillison.net/2018/Oct/4/datasette-ideas", + "http://leapsecond.com/pages/atomic-bill", + "http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf", + "https://sniperinmahwah.wordpress.com/2014/09/22/hft-in-my-backyard-part-i", + "https://karl-voit.at/2017/09/23/orgmode-as-markup-only", + "http://www.bbc.co.uk/news/science-environment-25356603", + "http://highscalability.com/blog/2010/3/16/justintvs-live-video-broadcasting-architecture.html", + "https://gojs.net/latest/index.html", + "https://www.bookforum.com/print/2703/a-psychoanalytic-reading-of-social-media-and-the-death-drive-24171", + "http://www.joelonsoftware.com/items/2006/08/01.html", + "http://www.scottberkun.com/blog/2007/asshole-driven-development", + "https://github.com/ivanceras/svgbob", + "http://addyosmani.com/resources/essentialjsdesignpatterns/book", + "http://www.chartjs.org/", + "https://justgetflux.com/sideload", + "https://plfa.github.io/", + "http://purecss.io/", "http://ycombinator.com/newsguidelines.html", + "https://github.com/NVIDIA/libcudacxx", + "https://archive.org/stream/byte-magazine-1983-08/1983_08_BYTE_08-08_The_C_Language", + "http://www.nasa.gov/mission_pages/station/expeditions/expedition30/tryanny.html", + "https://duckduckgo.com/traffic.html", + "http://sydneypadua.com/2dgoggles/lovelace-the-origin-2", + "http://worrydream.com/MediaForThinkingTheUnthinkable", + "http://startupnotes.org/", + "http://www.spacex.com/webcast.php", + "http://improvingsoftware.com/2009/05/19/programmers-before-you-turn-40-get-a-plan-b", + "https://nixos.org/", + "http://blog.moertel.com/pages/coders-guide-to-coffee", + "http://stratechery.com/2013/clayton-christensen-got-wrong", + "https://dougblack.io/words/a-good-vimrc.html", + "http://zachholman.com/posts/only-90s-developers", + "http://www.codersatwork.com/", + "http://tldr.sh/", + "http://www.rosshudgens.com/thoughts-from-paul-graham", + "http://www.asktog.com/columns/022DesignedToGiveFitts.html", + "https://github.com/froggey/Mezzano", + "https://brandur.org/interfaces", + "http://www.sqlite.org/testing.html", + "http://thinkvitamin.com/features/atlas-under-the-hood", + "http://dmauro.github.io/Keypress", + "https://thehustle.co/hot-cheetos-inventor", + "http://developer.apple.com/library/mac", + "https://ptsjs.org/", + "http://blogs.valvesoftware.com/economics/arbitrage-and-equilibrium-in-the-team-fortress-2-economy", + "https://jakevdp.github.io/blog/2014/05/09/why-python-is-slow", + "http://www.logicmatters.net/resources/pdfs/TeachYourselfLogic2017.pdf", + "http://www.businessweek.com/magazine/content/10_44/b4201043146825.htm", + "http://whopayswriters.com/", + "http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html", + "https://en.wikipedia.org/wiki/Olbers%27_paradox", + "http://apps.facebook.com/imessenger", + "http://code.google.com/apis/predict", + "http://steveblank.com/2009/05/15/supermac-war-story-11-the-curse-of-a-new-building", + "http://paulgraham.com/ideas.html", + "http://www.defmacro.org/2013/09/26/products.html", + "http://www.cabinetmagazine.org/issues/52/hodes.php", + "https://github.com/automerge/automerge", + "https://norvig.com/lispy.html", + "http://www.theatlantic.com/doc/200303/rauch.htm", + "https://github.com/zadam/trilium", + "http://www.cleveralgorithms.com/nature-inspired/index.html", + "https://p0nce.github.io/d-idioms", + "http://www.unofficialgoogledatascience.com/2016/10/practical-advice-for-analysis-of-large.html", + "http://iolanguage.org/", + "http://kim.com/mega", + "http://www.brendangregg.com/linuxperf.html", + "http://www.raptitude.com/2010/07/your-lifestyle-has-already-been-designed", + "https://ffmpeg.org/download.html", + "http://rednuht.org/genetic_cars_2", + "https://queue.acm.org/detail.cfm?id=3212479", + "http://blog.weatherby.net/2009/02/could-atlanta-buy-a-silicon-valley-the-answers.html", + "https://explained.ai/decision-tree-viz/index.html", + "https://en.wikipedia.org/wiki/Atlantropa", + "https://sites.google.com/site/steveyegge2/practicing-programming", + "https://www.extremetech.com/computing/315186-apple-books-tsmcs-entire-5nm-production-capability", + "http://www.wired.com/2015/11/null", + "http://www.techcrunch.com/2007/07/14/xinu-comprehensive-page", + "https://jsmpeg.com/", + "http://codahale.com/how-to-safely-store-a-password", + "http://ewontfix.com/14", + "http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata", + "https://be5invis.github.io/Iosevka", + "https://bellard.org/otcc", + "https://bitwarden.com/", + "https://lg.io/2015/07/05/revised-and-much-faster-run-your-own-highend-cloud-gaming-service-on-ec2.html", + "http://ycombinator.com/newsguidelines.html?", + "https://github.com/sctb/lumen", + "http://firequery.binaryage.com/", + "http://coconut-lang.org/", + "http://codex99.com/design/the-hp35.html", + "http://www.buildyourownlisp.com/", + "https://justinmeiners.github.io/lc3-vm", + "http://xip.io/", + "http://www.nucalc.com/Story", + "https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html", + "http://ksat.me/map-reduce-a-really-simple-introduction-kloudo", + "http://sandlab.cs.uchicago.edu/jammer", + "http://www.gigamonkeys.com/book", + "http://websdr.ewi.utwente.nl:8901/", + "http://courses.csail.mit.edu/6.042/fall10/mcs-ftl.pdf", + "http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered", + "http://www.apple.com/ipad", + "https://github.com/gibiansky/IHaskell", + "https://composingprograms.com/", + "http://mrcoles.com/demo/markdown-css", + "https://slatestarcodex.com/2014/04/28/the-control-group-is-out-of-control", + "http://conal.net/blog/posts/the-c-language-is-purely-functional", + "https://debian-handbook.info/browse/stable", + "https://medium.com/@blakeross/don-t-outsource-your-thinking-ad825a9b4653", + "https://en.wikipedia.org/wiki/Reply_of_the_Zaporozhian_Cossacks", + "https://python3wos.appspot.com/", + "http://wordtsar.ca/", + "https://startyourownisp.com/", + "https://alisdair.mcdiarmid.org/arm-immediate-value-encoding", + "http://www.templetons.com/brad/copymyths.html", + "http://flexcoin.com/", + "https://en.wikipedia.org/wiki/Sweden_Solar_System", + "https://www.justice.gov/usao-wdwa/pr/six-indicted-connection-multi-million-dollar-scheme-bribe-amazon-employees-and", + "http://norvig.com/experiment-design.html", + "http://darling.dolezel.info/en/Darling", + "http://jangosteve.com/post/380926251/no-one-knows-what-theyre-doing", + "https://github.com/karthick18/inception", + "https://byorgey.wordpress.com/2018/05/06/conversations-with-a-six-year-old-on-functional-programming", + "http://fishbowl.pastiche.org/2007/07/17/understanding_engineers_feasibility", + "http://web.cecs.pdx.edu/~harry/Relay", + "http://www.newscientist.com/article/dn25723-massive-ocean-discovered-towards-earths-core.html", + "http://strlen.com/treesheets", + "http://matrixmultiplication.xyz/", + "https://ferd.ca/awk-in-20-minutes.html", + "http://ocamlunix.forge.ocamlcore.org/", + "http://hackermonthly.com/", + "http://gizmodo.com/5365299/courier-first-details-of-microsofts-secret-tablet", + "https://arxiv.org/abs/1512.06808", + "http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html", + "https://cube20.org/", + "https://www.joshwcomeau.com/blog/how-to-learn-stuff-quickly", + "http://www.propublica.org/article/how-the-maker-of-turbotax-fought-free-simple-tax-filing", + "http://www.dreamsongs.com/ArtOfLisp.html", + "https://asteroidos.org/", + "http://probcomp.csail.mit.edu/bayesdb", + "http://www.portfolio.com/culture-lifestyle/culture-inc/arts/2007/10/15/YouPorn-Vivid-Entertainment-Profile", + "https://www.thestar.com/news/insight/2016/01/16/when-us-air-force-discovered-the-flaw-of-averages.html", + "http://worrydream.com/EarlyHistoryOfSmalltalk", + "https://thereader.mitpress.mit.edu/habits-of-expert-software-designers", + "https://codewords.recurse.com/issues/six/immutability-is-not-enough", + "http://status.aws.amazon.com/", + "http://kkovacs.eu/cool-but-obscure-unix-tools", + "https://jellyfin.org/", + "https://www.theatlantic.com/science/archive/2018/11/operation-argus-how-cold-war-secret-new-york-times/575983", + "https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript", + "http://spacecraft.ssl.umd.edu/akins_laws.html", + "http://www.wirfs-brock.com/allen/posts/914", + "https://norvig.com/sudoku.html", + "http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html", + "https://glyph.twistedmatrix.com/2016/08/attrs.html", + "https://primitive.lol/", + "http://blog.parsely.com/post/1691/lucene", + "https://bedrocklinux.org/", + "http://www.paulgraham.com/vanlfsp.html", + "https://digiconomist.net/bitcoin-energy-consumption", + "https://en.wikipedia.org/wiki/1%25_rule_(Internet_culture)", + "http://tratt.net/laurie/tech_articles/articles/how_can_c_programs_be_so_reliable", + "https://martinfowler.com/eaaDev/uiArchs.html", + "http://www.slate.com/articles/business/branded/2012/04/ykk_zippers_why_so_many_designers_use_them_.html", + "http://www.ycombinator.com/apply", + "https://www.forbes.com/sites/kristinakillgrove/2018/05/11/meet-the-worst-businessman-of-the-18th-century", + "http://www.johndcook.com/blog/2015/06/18/most-important-skill-in-software", + "http://seedmagazine.com/content/article/why_we_havent_met_any_aliens", + "http://www.cs.berkeley.edu/~bh/hacker.html", + "http://thejh.net/misc/website-terminal-copy-paste", + "http://www.randsinrepose.com/archives/2011/10/11/the_rands_test.html", + "http://www.openmoko.com/", + "http://shapecatcher.com/", + "https://github.com/rastapasta/mapscii", + "http://www.eatthismuch.com/", + "http://en.wikipedia.org/wiki/XOR_linked_list", + "http://developer.android.com/reference/android/util/Log.html", + "http://www.catonmat.net/blog/unix-utilities-netcat", + "http://sqlfiddle.com/", + "http://www.t3.org/tangledwebs/07/tw0706.html", + "http://tallys.github.io/color-theory", + "https://j-core.org/", + "https://github.com/dylanaraps/pure-bash-bible", + "http://www.spacebuckets.com/", + "http://immersivemath.com/ila/index.html", + "http://archive.vector.org.uk/art10010830", + "http://www.publications.parliament.uk/pa/cm201314/cmhansrd/cm131023/debtext/131023-0001.htm", + "https://www.protondb.com/", + "http://blog.modernmechanix.com/2008/03/24/what-will-life-be-like-in-the-year-2008", + "https://deepmind.com/blog", + "https://blog.cloudflare.com/how-to-receive-a-million-packets", + "http://www.deepsouthventures.com/build-a-side-business", + "http://www.northwestern.edu/newscenter/stories/2015/03/creative-genius-driven-by-distraction.html", + "http://www.apple.com/swift/playgrounds", + "https://mgba.io/2020/01/25/infinite-loop-holy-grail", + "http://www.4p8.com/eric.brasseur/gamma.html", + "http://www.gamasutra.com/blogs/RaminShokrizade/20130405/189984/How_I_Used_EVE_Online_to_Predict_the_Great_Recession.php", + "http://www.excamera.com/sphinx/fpga-j1.html", + "http://hood.ie/", + "http://dev.stephendiehl.com/numpile", + "https://arxiv.org/abs/1801.03534", + "http://www.slate.com/id/2132576", + "https://qz.com/694340/the-richest-families-in-florence-in-1427-are-still-the-richest-families-in-florence", + "https://www.ldeming.com/longevityfaq", + "http://www.technoblogy.com/show?2AEE", + "http://bitcore.io/", + "http://www.vanadac.com/~dajhorn/novelties/ESR%20-%20Curse%20Of%20The%20Gifted.html", + "https://staltz.com/a-plan-to-rescue-the-web-from-the-internet.html", + "https://exploit-exercises.com/", + "http://cacr.uwaterloo.ca/hac", + "http://nitens.org/taraborelli/latex", + "http://www.scottaaronson.com/writings/bignumbers.html", + "https://fangpenlin.com/posts/2019/10/07/elliptic-curve-cryptography-explained", + "http://pdp11.aiju.de/", + "https://www.atlasobscura.com/articles/history-of-milk", + "http://resume.github.com/", + "http://lesswrong.com/lw/c1/wellkept_gardens_die_by_pacifism", + "https://docs.racket-lang.org/pollen", + "http://www.bowdoin.edu/~ltoma/teaching/cs340/spring05/coursestuff/Bentley_BumperSticker.pdf", + "http://www.egison.org/", + "https://github.com/lihaoyi/macropy", + "http://journal.stuffwithstuff.com/2015/09/08/the-hardest-program-ive-ever-written", + "http://facedetection.jaysalvat.com/", + "https://mediagoblin.org/", + "http://www.yacoset.com/Home/signs-that-you-re-a-bad-programmer", + "https://danluu.com/branch-prediction", + "https://en.wikipedia.org/wiki/Micromort", + "https://rauchg.com/2015/pure-ui", + "https://blog.mozilla.org/blog/2018/07/11/royalty-free-web-video-codecs", + "https://longnow.org/essays/richard-feynman-connection-machine", + "https://www.scottaaronson.com/blog?p=4229", + "http://www.youtube.com/watch?v=tc4ROCJYbm0", + "https://www.sharelatex.com/", + "http://www.meteor.com/", + "https://github.com/electronicarts/EASTL", + "https://priceonomics.com/the-invention-of-the-aeropress", + "http://www.masswerk.at/google60", + "http://www.census.gov/developers", + "http://blog.samaltman.com/board-members", + "https://lemonspawn.com/turbo-rascal-syntax-error-expected-but-begin", + "https://peteris.rocks/blog/htop", + "http://www-formal.stanford.edu/jmc/robotandbaby/robotandbaby.html", + "http://www.catb.org/~esr/writings/taoup", + "http://www.staff.science.uu.nl/~gadda001/goodtheorist", + "http://aprilzero.com/", + "http://www.bing.com/", + "https://lobe.ai/", + "http://matt.might.net/articles/phd-school-in-pictures", + "https://dmitry.gr/?r=05.Projects&proj=07.%20Linux%20on%208bit", + "http://tos-dr.info/", + "http://features.jsomers.net/how-i-reverse-engineered-google-docs", + "http://lists.squeakfoundation.org/pipermail/squeak-dev/1998-October/017019.html", + "https://archive.org/details/OTRR_X_Minus_One_Singles", + "https://colah.github.io/posts/2014-03-NN-Manifolds-Topology", + "http://mattmaroon.com/2010/11/23/i-quit-hacker-news", + "http://stallman.org/stallman-computing.html", + "http://www.teslamotors.com/modelx", + "https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23ca2e25604af290", + "http://www.esquire.com/features/honesty0707", + "http://www.aaronsw.com/weblog/productivity", + "https://steveperkins.com/using-java-9-modularization-to-ship-zero-dependency-native-apps", + "http://developer.android.com/about/versions/jelly-bean.html", + "https://floating-point-gui.de/", + "http://www.lettersofnote.com/2012/10/people-simply-empty-out.html", + "http://www.slideshare.net/mingyeow/discovery-is-the-new-cocaine-going-beyond-engagement", + "https://github.com/ycoroneos/G.E.R.T", + "http://www.theatlantic.com/health/archive/2014/09/the-evil-reign-of-the-red-delicious/379892?single_page=true", + "http://www.defmacro.org/ramblings/rethinkdb-tech-founder.html", + "http://tkipf.github.io/graph-convolutional-networks", + "http://theabyssgazes.blogspot.com/2010/03/teal-and-orange-hollywood-please-stop.html", + "http://www.bunniestudios.com/blog?p=918", + "https://www.rferl.org/a/the-mammoth-pirates/27939865.html", + "https://github.com/tidwall/tile38", + "http://dheera.net/projects/blur.php", + "https://sidbala.com/h-264-is-magic", + "http://www.techcrunch.com/2007/03/05/octopart-vertical-product-search-electrical-engineers", + "http://www.softwarebyrob.com/2010/12/09/how-to-detect-a-toxic-customer", + "http://bar.com/", + "https://isthisprime.com/game", + "http://github.com/mrdoob/three.js", + "https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1", + "https://rawgraphs.io/", + "http://www.gusmueller.com/blog/archives/2005/12/25.html", + "http://weblog.raganwald.com/2008/01/no-disrespect.html", + "https://github.com/3b1b/manim", + "https://pragprog.com/articles/erlang", + "https://douaneapp.com/", + "https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook", + "https://mathiasbynens.be/demo/url-regex", + "https://goaccess.io/", + "http://twister.net.co/", + "http://torrentfreak.com/how-to-turn-customers-into-pirates-090228", + "http://landoflisp.com/", + "http://www.hnsearch.com/search", + "https://foicica.com/textadept", + "https://cyber.dabamos.de/unix/x11", + "http://bombsight.org/", + "http://sev-notes.blogspot.com/2009/06/gpl-scummvm-and-violations.html", + "http://tus.io/", + "http://www.apple.com/iphone/softwareupdate", + "http://archive.ncsa.illinois.edu/prajlich/forster.html", + "http://www.inklestudios.com/ink", + "http://developer.yahoo.com/performance/rules.html", + "http://www.antenna-theory.com/", + "http://futurice.com/blog/reactive-mvc-and-the-virtual-dom", + "https://martinfowler.com/bliki/Yagni.html", + "https://begriffs.com/posts/2018-03-20-user-defined-order.html", + "https://howvideo.works/", + "http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books", + "http://www.cs.virginia.edu/~robins/YouAndYourResearch.html", + "http://www.h3rald.com/articles/10-programming-languages", + "http://zenphoton.com/", + "https://en.wikipedia.org/wiki/Preferred_number", + "https://ilya.sukhar.com/blog/an-algorithmic-solution-to-insomnia.html", + "https://www.blueorigin.com/", + "http://www.nature.com/news/the-sparrow-with-four-sexes-1.21018", + "http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm", + "https://github.com/Z3Prover/z3", + "http://llvm.org/docs/ReleaseNotes.html", + "https://250bpm.com/blog:50", + "http://www.allstar.fiu.edu/aero/airflylvl3.htm", + "http://www.ted.com/talks/evan_williams_on_listening_to_twitter_users.html", + "https://play.elevatorsaga.com/", + "http://www.projectoberon.com/", + "https://www.quantamagazine.org/mathematician-solves-computer-science-conjecture-in-two-pages-20190725", + "https://krebsonsecurity.com/wp-content/uploads/2013/10/UlbrichtCriminalComplaint.pdf", + "http://abhishek.geek.nz/docs/features-of-common-lisp", + "http://websocketd.com/", + "https://duckduckgo.com/tty", + "http://www.nand2tetris.org/", + "http://kushagragour.in/lab/hint", + "https://queue.acm.org/detail.cfm?id=2610533", + "https://github.com/marcuswestin/store.js", + "http://repl.it/", + "http://revealapp.com/", + "http://www.netsurf-browser.org/", + "http://retinart.net/graphic-design/secret-law-of-page-harmony", + "https://github.com/ossu/computer-science", + "http://filer.case.edu/dts8/thelastq.htm", + "http://www.newyorker.com/magazine/2015/05/11/overkill-atul-gawande", + "http://en.wikipedia.org/wiki/Skip_list", + "https://github.com/vygr/ChrysaLisp", + "https://github.com/commaai/openpilot", + "http://www.paulgraham.com/13sentences.html", + "https://pomax.github.io/bezierinfo", + "http://www.azarask.in/blog/post/the-wrong-problem", + "https://www.boredpanda.com/spy-camera-secret-street-photography-carl-stormer-norway", + "https://www.ecosia.org/", + "https://sivers.org/mistake", + "http://gaganpreet.github.io/hn-hiring-mapped", + "https://overthewire.org/wargames", + "http://yro.slashdot.org/story/11/10/11/1322202/German-State-Confesses-To-Downplays-Government-Spyware?utm_medium=twitter", + "http://learnyouahaskell.com/", + "https://developer.palm.com/", + "https://github.com/jopohl/urh", + "https://www.avweb.com/aviation-news/pipistrel-velis-electro-completes-record-flights", + "http://www.sikuli.org/", + "https://getkerf.wordpress.com/2016/03/30/the-best-algorithm-no-one-knows-about", + "https://drinks.seriouseats.com/2014/03/challenges-of-opening-a-brewery-job-advice-beer-industry-collin-mcdonnell-henhouse.html", + "http://www.minimallyminimal.com/blog/apple-pro-mouse", + "https://queue.acm.org/detail.cfm?id=2349257&ref=fullrss", + "http://rayninfo.co.uk/vimtips.html", + "https://betterexplained.com/articles/a-visual-intuitive-guide-to-imaginary-numbers", + "http://www.gabrielgambetta.com/computer-graphics-from-scratch", + "https://news.ycombinator.com/active", + "http://www.windows93.net/", + "http://www.petridish.org/", + "https://solar.lowtechmagazine.com/power.html", + "https://slehar.wordpress.com/2014/03/18/clifford-algebra-a-visual-introduction", + "http://apenwarr.ca/log?m=201103", + "https://codewords.recurse.com/issues/four/the-language-of-choice", + "http://samizdat.mines.edu/howto/HowToBeAProgrammer.html", + "https://aws.amazon.com/workspaces", + "https://priceonomics.com/impulsive-rich-kid-impulsive-poor-kid", + "https://blogs.oracle.com/ksplice/entry/hello_from_a_libc_free", + "http://terralang.org/", + "http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html", + "http://ycombinator.com/newsnews.html", + "http://www.cs.purdue.edu/homes/dec/essay.criticize.html", + "http://www.technologizer.com/2014/06/05/where-have-you-gone-peter-norton", + "https://susam.in/blog/lisp-in-vim-with-slimv-or-vlime.html", + "http://ridiculousfish.com/blog/posts/will-it-optimize.html", + "http://www.semicomplete.com/articles/ssh-security", + "http://daringfireball.net/2004/04/spray_on_usability", + "http://www.atlasobscura.com/articles/snow-canyon-japan", + "http://www.behind-the-enemy-lines.com/2012/04/google-attack-how-i-self-attacked.html", + "http://bjoern.brembs.net/2016/02/sci-hub-as-necessary-effective-civil-disobedience", + "http://www.wired.com/dangerroom/2010/01/darpa-us-geek-shortage-is-a-national-security-risk", + "https://blog.regehr.org/archives/861", + "http://neuralnetworksanddeeplearning.com/chap4.html", + "http://www.therestartpage.com/", + "http://www.theherald.com.au/story/1848433/the-ocean-is-broken", + "https://www.ssh.com/ssh/port", + "http://www.jwz.org/gruntle/nscpdorm.html", + "https://knightcolumbia.org/content/protocols-not-platforms-a-technological-approach-to-free-speech", + "https://randomascii.wordpress.com/2014/01/27/theres-only-four-billion-floatsso-test-them-all", + "http://www.wilfred.me.uk/blog/2012/07/30/why-markdown-is-not-my-favourite-language", + "http://highscalability.com/blog/2016/1/11/a-beginners-guide-to-scaling-to-11-million-users-on-amazons.html", + "http://catb.org/jargon/html/magic-story.html", + "https://culdesac.com/", + "http://fabiensanglard.net/Compile_Like_Its_1992", + "https://hypothesis.works/articles/what-is-property-based-testing", + "http://507movements.com/", + "http://sicpinclojure.com/", + "https://everynoise.com/", + "http://burakkanber.com/blog/machine-learning-full-text-search-in-javascript-relevance-scoring", + "http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python", + "https://github.com/djrobstep/migra", + "http://www.theguardian.com/media/2013/apr/12/news-is-bad-rolf-dobelli", + "https://jeffhuang.com/designed_to_last", + "http://www.theatlantic.com/technology/archive/13/06/new-government-documents-show-the-sean-parker-wedding-is-the-perfect-parable-for-silicon-valley-excess/276521", + "http://discovermagazine.com/2010/jun/03-the-insanity-virus", + "http://www.michaelv.org/", + "http://blog.jgc.org/2011/11/beware-alan-turing-fetish.html", + "http://www.kalzumeus.com/2017/09/09/identity-theft-credit-reports", + "https://danluu.com/sounds-easy", + "http://terralang.org/index.html", + "https://calmtech.com/", + "http://gitimmersion.com/", + "http://www.theguardian.com/science/2013/dec/06/peter-higgs-boson-academic-system", + "https://nikic.github.io/2012/06/15/The-true-power-of-regular-expressions.html", + "http://bob.cs.sonoma.edu/IntroCompOrg-RPi/intro-co-rpi.html", + "http://luvit.io/", + "https://www.inboxsdk.com/", + "https://spacex.com/webcast", + "http://www.essentialmath.com/tutorial.htm", + "http://www.fieggen.com/shoelace/ianknot.htm", + "https://www.bryanbraun.com/after-dark-css", + "http://www.theamericanscholar.org/the-disadvantages-of-an-elite-education", + "https://www.apple.com/support/systemstatus", + "http://ycombinator.com/tredennick.html", + "https://dvc.org/", + "http://jscheiny.github.io/Streams", + "https://docs.google.com/document/d/1iNSQIyNpVGHeak6isbP6AHdHD50gs8MNXF1GCf08efg/pub", + "http://javascript.infogami.com/Javascript_in_Ten_Minutes", + "http://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures", + "https://www.alexkras.com/google-may-be-stealing-your-mobile-traffic", + "https://daniel.haxx.se/docs/curl-vs-wget.html", + "http://ignorethecode.net/blog/2009/04/22/oberon", + "http://www.rlslog.net/12-million-people-in-usa-still-use-dial-up", + "http://book.mixu.net/distsys/single-page.html", + "http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm", + "https://aaronrandall.com/blog/cracking-the-adventure-time-cipher", + "http://antirez.com/articoli/tclmisunderstood.html", + "https://janet-lang.org/", + "http://www.color.com/", + "http://www.kagenschaefer.com/pipeorgandesk.html", + "http://blog.adamnash.com/2011/10/10/steve-jobs-bmw-ebay", + "http://nautil.us/issue/29/scaling/why-virtual-classes-can-be-better-than-real-ones", + "http://www.cooper.com/journal/2012/08/the-best-interface-is-no-interface.html", + "http://www.lhup.edu/~dsimanek/pseudo/fibonacc.htm", + "http://www.catb.org/esr/structure-packing", + "https://asciiflow.com/", + "http://www.forbes.com/sites/cameronkeng/2014/06/22/employees-that-stay-in-companies-longer-than-2-years-get-paid-50-less", + "http://www.defensecode.com/public/DefenseCode_Unix_WildCards_Gone_Wild.txt", + "http://regex.info/blog/2006-09-15/247", + "https://github.com/asciimoo/drawille", + "https://cbor.io/", + "https://paperswelove.org/", + "http://www.talyarkoni.org/blog/2010/07/07/what-the-dunning-kruger-effect-is-and-isnt", + "https://harvey-os.org/", + "https://github.com/", + "https://nplusonemag.com/issue-19/essays/chat-wars", + "http://www.jpl.nasa.gov/edu/news/2016/3/16/how-many-decimals-of-pi-do-we-really-need", + "https://regex101.com/", + "http://nginx.org/", + "https://phiresky.github.io/blog/2019/rga--ripgrep-for-zip-targz-docx-odt-epub-jpg", + "http://www.khanacademy.org/", + "https://bellard.org/bpg", + "http://trillian.mit.edu/~jc/humor/ATT_Copyright_true.html", + "https://blog.garrytan.com/travel-planning-software-the-most-common-bad", + "https://github.com/alexellis/faas", + "https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md", + "http://xato.net/passwords/want-to-block-common-passwords-sorry-that-is-patented", + "https://github.com/sunainapai/makesite", + "http://www.4chan.org/news?all", + "http://code.google.com/p/ocropus", + "http://google-styleguide.googlecode.com/svn/trunk/pyguide.html", + "https://github.com/jmdugan/blocklists/blob/master/corporations/facebook/all", + "https://qz.com/1788828/how-will-midi-2-0-change-music", + "https://github.com/schani/clojurec", + "https://go-review.googlesource.com/", + "https://www.newyorker.com/magazine/2019/10/14/how-to-read-gilgamesh", + "http://browserver.org/", + "https://aras-p.info/blog/2018/12/28/Modern-C-Lamentations", + "http://alan.blog-city.com/has_amazon_ec2_become_over_subscribed.htm", + "https://makingartstudios.itch.io/dls", + "http://www.redblobgames.com/grids/hexagons", + "http://www.outsideonline.com/2017711/path-beta-flash-resistance-route-setters", + "https://monster6502.com/", + "https://projecteuler.net/news", + "https://www.npr.org/sections/thetwo-way/2016/09/13/493739074/50-years-ago-sugar-industry-quietly-paid-scientists-to-point-blame-at-fat", + "https://github.com/antirez/sds", + "http://www.panic.com/extras/audionstory", + "http://hackertyper.net/", + "https://github.com/willmcgugan/rich", + "https://250bpm.com/blog:113", + "http://startupclass.samaltman.com/", + "https://research.microsoft.com/en-us/um/people/simonpj/papers/giving-a-talk/writing-a-paper-slides.pdf", + "https://binarydebt.wordpress.com/2018/10/14/intel-virtualisation-how-vt-x-kvm-and-qemu-work-together", + "https://datatransferproject.dev/", + "https://asciinema.org/", + "https://jeffhuang.com/best_paper_awards.html", + "http://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses", + "https://hackaday.com/2017/03/02/great-hacks-of-history-the-marconi-radio-hack-1903", + "http://flexboxin5.com/", + "http://phaser.io/", + "https://github.com/schollz/howmanypeoplearearound", + "https://gitless.com/", + "http://julesjacobs.github.io/2015/08/17/bayesian-scoring-of-ratings.html", + "http://viewsourcecode.org/snaptoken/kilo", + "http://jacquesmattheij.com/sorting-lego-many-questions-and-this-is-what-the-result-looks-like", + "http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html", + "http://amasci.com/weird/unusual/e-wall.html", + "http://plaintextoffenders.com/", + "http://www.joelonsoftware.com/articles/Wrong.html", + "http://billhails.net/Book/front.html", + "http://geohot.com/", + "https://wiki.debian.org/WhyTheName", + "https://vaibhavsagar.com/blog/2019/09/08/popcount", + "http://codegangsta.io/blog/2013/07/21/creating-cli-applications-in-go", + "http://jashkenas.github.com/coffee-script", + "http://thejh.net/written-stuff/want-to-use-my-wifi?", + "https://dougseven.com/2014/04/17/knightmare-a-devops-cautionary-tale", + "http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html", + "https://www.sciencemag.org/news/2020/07/scientists-pull-living-microbes-100-million-years-beneath-sea", + "http://essenmitsosse.de/pixel", + "http://googleresearch.blogspot.com/2006/06/extra-extra-read-all-about-it-nearly.html", + "https://mediapreservation.wordpress.com/2012/06/20/extracting-audio-from-pictures", + "http://dbmsmusings.blogspot.com/2010/04/problems-with-cap-and-yahoos-little.html", + "https://www.gwern.net/Improvements", + "https://shoelace.style/", + "http://iamwil.posterous.com/i-got-into-yc-after-applying-six-times-heres", + "https://en.wikipedia.org/wiki/List_of_inventors_killed_by_their_own_inventions", + "http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html", + "https://www.bunniestudios.com/blog?p=5921", + "http://paulgraham.com/ds.html", + "http://en.wikipedia.org/wiki/Norman_Borlaug", + "https://github.com/JohnEarnest/ok", + "http://www.atlasobscura.com/articles/pointing-and-calling-japan-trains", + "https://fermatslibrary.com/s/electronic-lottery-tickets-as-micropayments", + "http://www.nasa.gov/multimedia/nasatv/index.html", + "http://startingdotneprogramming.blogspot.com/2013/04/i-knew-programmer-that-went-completely.html", + "https://eloquentjavascript.net/", + "https://github.com/jbush001/NyuziProcessor", + "http://gallium.inria.fr/blog/intel-skylake-bug", + "https://kivy.org/", + "https://polyhedra.tessera.li/", + "http://www.joelonsoftware.com/items/2007/03/02.html", + "https://blog.cryptographyengineering.com/2018/10/19/lets-talk-about-pake", + "https://bugs.php.net/bug.php?id=50696", + "https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html", + "https://people.xiph.org/~xiphmont/demo/neil-young.html", + "https://priceonomics.com/how-the-father-of-claymation-lost-his-company", + "http://www.microsoft.com/en-us/news/ceo/index.html", + "http://listen.hatnote.com/", + "http://teavm.org/", + "http://blog.getspool.com/2011/11/29/fast-easy-realtime-metrics-using-redis-bitmaps", + "https://github.com/susam/texme", + "http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html", + "http://blog.testdouble.com/posts/2014-01-25-the-failures-of-intro-to-tdd.html", + "http://www.brianshin.com/defining-the-5-classes-of-entr", + "https://github.com/hylang/hy", + "https://eager.io/blog/the-languages-which-almost-were-css", + "http://icube-icps.unistra.fr/img_auth.php/d/db/ModernC.pdf", + "http://online.wsj.com/article/SB124648494429082661.html", + "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2801385", + "https://github.com/nemasu/asmttpd", + "http://www.judegomila.com/2009/05/mapping-out-your-web-startup.html", + "https://www.stockfighter.io/", + "http://ftp.newartisans.com/pub/git.from.bottom.up.pdf", + "https://chris-said.io/2016/05/11/optimizing-things-in-the-ussr", + "http://spectrum.ieee.org/podcast/at-work/tech-careers/why-bad-jobsor-no-jobshappen-to-good-workers", + "http://www.commandlinefu.com/commands/browse/sort-by-votes", + "http://rein.pk/gravitational-lensing-to-observe-ancient-earth", + "http://www.righto.com/2014/05/reverse-engineering-tl431-most-common.html", + "https://jvns.ca/blog/2016/06/30/why-do-we-use-the-linux-kernels-tcp-stack", + "http://www.folklore.org/StoryView.py?story=Negative_2000_Lines_Of_Code.txt", + "http://trmm.net/PDP-11/Booting", + "http://www.keacher.com/1216/how-i-introduced-a-27-year-old-computer-to-the-web", + "https://pin.net.au/", + "https://github.com/dinedal/textql", + "http://www.vitavonni.de/blog/201503/2015031201-the-sad-state-of-sysadmin-in-the-age-of-containers.html", + "https://mzucker.github.io/2016/09/20/noteshrink.html", + "http://www.techcrunch.com/2009/02/27/y-combinators-fathomdb-takes-the-hassle-out-of-managing-your-database", + "http://wikileaks.org/tpp", + "http://www.gwern.net/Turing-complete", + "http://www.codethinked.com/post/2007/12/The-Programmer-Dress-Code.aspx", + "http://www.soundslice.com/", + "http://talentdevelop.com/articles/WIIA.html", + "http://www.lamdu.org/", + "http://www.pushing-pixels.org/2011/11/04/about-those-vector-icons.html", + "http://timelessname.com/elfbin", + "http://www.google.com/get/noto", + "http://www.grobmeier.de/the-10-rules-of-a-zen-programmer-03022012.html", + "http://www.asciiflow.com/", + "https://github.com/kasper/phoenix", + "https://github.com/Zulko/moviepy", + "https://www.gwern.net/Search", + "http://whoownsfacebook.com/", + "http://alex-charlton.com/posts/Prototype_to_polish_Making_games_in_CHICKEN_Scheme_with_Hypergiant", + "http://work.caltech.edu/library", + "http://designingwebinterfaces.com/designing-web-interfaces-12-screen-patterns", + "http://techchannel.att.com/play-video.cfm/2010/3/16/In-Their-Own-Words-Claude-Shannon-Demonstrates-Machine-Learning", + "http://www.gotw.ca/publications/c_family_interview.htm", + "https://twisteros.com/index.html", + "https://kore.io/", + "https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks", + "https://aeon.co/essays/busy-and-distracted-everybody-has-been-since-at-least-1710", + "https://scirate.com/", + "http://www.erlang-in-anger.com/", + "http://www.forbes.com/sites/andygreenberg/2010/08/24/full-body-scan-technology-deployed-in-street-roving-vans", + "https://watsi.org/universal-fund", + "https://openage.sft.mx/", + "https://ephtracy.github.io/", + "http://www.righto.com/2020/09/inside-hp-nanoprocessor-high-speed.html", + "http://www.megaprocessor.com/", + "https://www.dampfkraft.com/ghost-characters.html", + "https://fabiensanglard.net/floating_point_visually_explained", + "http://www.npr.org/sections/health-shots/2013/10/18/236211811/brains-sweep-themselves-clean-of-toxins-during-sleep", + "http://www.cube20.org/", + "https://www.esquire.com/news-politics/a12149389/robert-noyce-tom-wolfe", + "https://christophm.github.io/interpretable-ml-book", + "http://www.dpmms.cam.ac.uk/~wtg10/2cultures.pdf", + "https://picolisp.com/wiki?home", + "https://boingboing.net/2012/08/23/civilwar.html", + "http://cr.yp.to/critbit.html", + "https://labix.org/lunatic-python", + "http://www.labnol.org/internet/search/marissa-mayer-keynote-on-how-google-works/3554", + "http://damienkatz.net/2008/03/what_sucks_abou.html", + "https://github.com/jesseduffield/lazygit", + "http://www.ee.ryerson.ca/~elf/hack/recovery.html", + "http://rigaux.org/language-study/syntax-across-languages.html", + "https://codewords.recurse.com/issues/three/algebra-and-calculus-of-algebraic-data-types", + "https://www.downtowndougbrown.com/2019/04/adventures-of-putting-16-gb-of-ram-in-a-motherboard-that-doesnt-support-it", + "http://www.theatlantic.com/magazine/archive/2014/01/the-dark-lord-of-the-internet/355726?single_page=true", + "http://www.ft.com/cms/s/2/99680a04-92a0-11de-b63b-00144feabdc0.html", + "http://www.youtube.com/watch?v=z6hoPw5hItY", + "http://nothings.org/gamedev/ssao", + "http://www.lysator.liu.se/c/ten-commandments.html", + "http://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations", + "http://nethack4.org/blog/memory.html", + "http://www.theatlantic.com/magazine/archive/2010/06/the-enemy-within/8098", + "http://www.puzzlescript.net/", + "http://www.nasa.gov/connect/ebooks/index.html", + "http://calnewport.com/blog/2009/06/03/the-pyramid-method-a-simple-strategy-for-becoming-exceptionally-good", + "http://phonegap.com/", + "http://www.boston.com/bostonglobe/ideas/articles/2011/03/06/the_power_of_lonely?page=full", + "https://pencil.evolus.vn/", + "http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms", + "https://pbpython.com/effective-matplotlib.html", + "https://blog.regehr.org/archives/953", + "https://choosealicense.com/", + "https://web.stanford.edu/~ouster/cgi-bin/papers/threads.pdf", + "http://conversionxl.com/pricing-experiments-you-might-not-know-but-can-learn-from", + "http://www.bingocardcreator.com/articles/tracking-with-mixpanel.htm", + "http://flownet.com/gat/jpl-lisp.html", + "http://www.chesscademy.com/", + "http://www.georgehart.com/bagel/bagel.html", + "https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b", + "http://musicforprogramming.net/", + "http://www.python.org/doc/essays/list2str.html", + "http://jquery.com/", + "https://philipwalton.github.io/solved-by-flexbox", + "https://arxiv.org/abs/1701.06538", + "https://www.ethereum.org/", + "https://danluu.com/3c-conflict", + "http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf", + "http://www.aaronsw.com/weblog/djb", + "https://www.theverge.com/2018/2/8/16985666/alexandra-elbakyan-sci-hub-open-access-science-papers-lawsuit", + "https://qntm.org/destroy", + "http://www.paulgraham.com/microsoft.html", + "http://www.evanmiller.org/why-im-betting-on-julia.html", + "http://makerbot.com/", + "http://arstechnica.com/business/2012/06/winamp-how-greatest-mp3-player-undid-itself", + "https://github.com/s-macke/VoxelSpace", + "https://standardnotes.org/", + "http://www.wired.com/techbiz/people/magazine/16-09/pl_brown", + "https://kde.slimbook.es/", + "https://lilianweng.github.io/lil-log/2018/02/19/a-long-peek-into-reinforcement-learning.html", + "https://userinyerface.com/", + "https://azgaar.github.io/Fantasy-Map-Generator", + "https://inkstitch.org/", + "http://www.lambdassociates.org/blog/bipolar.htm", + "https://en.wikipedia.org/wiki/Non-English-based_programming_languages", + "https://blog.burntsushi.net/transducers", + "https://qiao.github.io/PathFinding.js/visual", + "https://mywiki.wooledge.org/BashPitfalls", + "http://www.webtoolkit.eu/wt", + "https://existentialtype.wordpress.com/2012/08/14/haskell-is-exceptionally-unsafe", + "https://github.com/pytoolz/toolz", + "https://lovr.org/", + "http://www3.imperial.ac.uk/newsandeventspggrp/imperialcollege/newssummary/news_16-5-2014-15-32-44", + "http://www.syntax-k.de/projekte/go-review", + "https://byorgey.wordpress.com/2009/01/12/abstraction-intuition-and-the-monad-tutorial-fallacy", + "http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark", + "http://www.asktog.com/TOI/toi06KeyboardVMouse1.html", + "http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide", + "https://moonscript.org/", + "https://root.cern.ch/cling", + "https://en.wikipedia.org/wiki/Burned_house_horizon", + "https://analytics.usa.gov/", "http://yeoman.io/", - "http://zenphoton.com/" + "http://howtosplitanatom.com/news/how-to-ensure-your-startup-will-fail", + "http://kurtmunger.com/dirty_lens_articleid35.html", + "http://adv-r.had.co.nz/", + "http://www.npr.org/blogs/money/2012/07/13/156737801/the-cost-of-free-doughnuts-70-years-of-regret", + "https://github.com/jamesob/desk", + "http://www.openculture.com/2016/03/3900-pages-of-paul-klees-personal-notebooks-are-now-online.html", + "http://www.stephendiehl.com/posts/monads_machine_code.html", + "http://web.mit.edu/~simsong/www/ugh.pdf", + "http://www.musicforprogramming.net/", + "http://www.thecrimson.com/article.aspx?ref=502875", + "http://danluu.com/new-cpu-features", + "https://panic.com/transmit", + "http://www.lambdassociates.org/blog/decline.htm", + "http://www.jjj.de/fxt", + "http://haskellformac.com/", + "http://tomayko.com/writings/rest-to-my-wife", + "https://eater.net/8bit", + "http://ehneilsen.net/notebook/orgExamples/org-examples.html", + "http://www.mnot.net/cache_docs", + "http://www.howmanypeopleareinspacerightnow.com/", + "http://tinyssh.org/", + "http://radian.org/notebook/porsche", + "https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript", + "http://www.appsumo.com/", + "https://en.wikipedia.org/wiki/Impossible_color", + "https://gizmodo.com/how-fighter-jets-lock-on-and-how-the-targets-know-1644871272", + "http://beej.us/guide/bgipc/output/html/multipage/index.html", + "https://github.com/harthur/brain", + "http://lua-users.org/lists/lua-l/2009-11/msg00089.html", + "https://triplebyte.com/software-engineer-salary", + "https://spreadprivacy.com/privacy-simplified", + "https://lamport.azurewebsites.net/pubs/byz.pdf", + "http://www.reddit.com/", + "https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html", + "https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md", + "https://github.com/akavel/up", + "http://grantland.com/features/diplomacy-the-board-game-of-the-alpha-nerds", + "https://jonathanwhiting.com/writing/blog/games_in_c", + "http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html", + "https://news.mit.edu/2020/passive-solar-powered-water-desalination-0207", + "http://vim-adventures.com/", + "http://programmer.97things.oreilly.com/wiki/index.php/Contributions_Appearing_in_the_Book", + "http://www.mathlingua.org/", + "http://commfaculty.fullerton.edu/woverbeck/dtr5.htm", + "https://raphlinus.github.io/rust/graphics/gpu/2019/05/08/modern-2d.html", + "https://github.com/ianh/owl", + "https://paperswithcode.com/", + "http://glyph.twistedmatrix.com/2008/12/emacs-test.html", + "https://en.wikipedia.org/wiki/One_instruction_set_computer", + "https://seeing-theory.brown.edu/index.html", + "http://www.eff.org/deeplinks/2011/04/open-wireless-movement", + "https://cdecl.org/", + "http://reddit.com/", + "http://aadrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html", + "http://docker.io/", + "http://www.ritsumei.ac.jp/~akitaoka/index-e.html", + "https://techcrunch.com/2016/08/26/co-founders-optional", + "http://jonathan.tang.name/files/scheme_in_48/tutorial/overview.html", + "http://pelulamu.net/unscii", + "https://qmlbook.github.io/", + "https://blog.haschek.at/2016/how-a-scammer-stole-500-dollars-from-me", + "http://www.lessonsoffailure.com/developers/pervasive-myths-older-software-developers", + "https://femmebot.github.io/google-type", + "http://www.michaelnielsen.org/ddi/why-bloom-filters-work-the-way-they-do", + "https://fsharpforfunandprofit.com/posts/recipe-part2", + "https://cssreference.io/", + "https://gtfobins.github.io/", + "http://web.media.mit.edu/~minsky/papers/Why%20programming%20is--.html", + "http://www.google.com/ads/answers/numbers.html", + "https://vez.mrsk.me/freebsd-defaults.txt", + "https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then", + "http://setosa.io/bus", + "https://www.xfive.co/blog/snowboarding-ultimate-guide", + "https://www.scientificamerican.com/article/bad-news-for-the-highly-intelligent", + "http://robotgame.org/", + "http://yosefk.com/blog/c-as-an-intermediate-language.html", + "http://www.mersenne.org/", + "https://en.wikipedia.org/wiki/Bastion_fort", + "http://www.squeezedbooks.com/", + "http://www.doingbusiness.org/economyrankings", + "http://www.terrybisson.com/page6/page6.html", + "https://www.c0ffee.net/blog/mail-server-guide", + "https://github.com/Eloston/ungoogled-chromium", + "http://highscalability.com/how-google-taught-me-cache-and-cash", + "https://ecc-comp.blogspot.com/2015/05/a-brief-glance-at-how-5-text-editors.html", + "https://en.wikipedia.org/wiki/Garden_path_sentence", + "https://dinosaurpictures.org/ancient-earth", + "http://nathanmarz.com/blog/clojures-missing-piece.html", + "http://www.youtube.com/watch?v=K4JhruinbWc", + "https://en.wikipedia.org/wiki/Hawala", + "http://redsymbol.net/articles/unofficial-bash-strict-mode", + "https://blog.robertelder.org/switch-statements-statement-expressions", + "https://www.cs.bu.edu/~jappavoo/Resources/Papers/unikernel-hotos19.pdf", + "https://gpu.rocks/", + "https://play.freeciv.org/", + "http://www.cs.cmu.edu/~chuck/lennapg", + "https://nautil.us/issue/43/heroes/what-does-any-of-this-have-to-do-with-physics", + "https://danlebrero.com/2017/04/06/documenting-your-architecture-wireshark-plantuml-and-a-repl", + "https://pragprog.com/the-pragmatic-programmer/extracts/tips", + "https://aosabook.org/en/index.html", + "http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html", + "http://www.wordplace.com/ap/index.shtml", + "http://www.extentofthejam.com/pseudo", + "https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS", + "http://crypto.junod.info/2013/09/09/an-aspiring-scientists-frustration-with-modern-day-academia-a-resignation", + "http://www.linusakesson.net/programming/pipelogic/index.php", + "http://listen.grooveshark.com/", + "http://www.allaboutcircuits.com/", + "http://www.nasa.gov/multimedia/nasatv", + "http://www.jwz.org/doc/worse-is-better.html", + "https://gist.github.com/1277224", + "https://allthatsinteresting.com/fugate-family-blue-people-of-kentucky", + "http://www.bbc.com/news/science-environment-39482342", + "https://crontab.guru/", + "http://thedailywtf.com/Articles/Up-or-Out-Solving-the-IT-Turnover-Crisis.aspx", + "https://plaintextaccounting.org/", + "http://www.stephendiehl.com/llvm", + "http://technet.microsoft.com/en-us/magazine/2008.07.windowsconfidential.aspx", + "http://www.benkuhn.net/squared", + "http://www.fastcompany.com/3047428/how-two-bored-1970s-housewives-helped-create-the-pc-industry", + "http://www.cs.unm.edu/~dlchao/flake/doom", + "http://www.theatlantic.com/magazine/archive/1982/02/have-you-ever-tried-to-sell-a-diamond/304575", + "https://proton-native.js.org/", + "https://gamesfromwithin.com/data-oriented-design", + "https://code.nasa.gov/", + "http://apirocks.com/html5/html5.html", + "http://www.fastcompany.com/1785445/crypto-currency-mystery", + "http://www.techoozie.com/10-books-that-will-substitute-a-computer-science-degree", + "http://www.andromeda.com/people/ddyer/lisp", + "https://brain.fm/", + "http://www.kleinbottle.com/", + "https://rally.org/lavabit", + "http://www.paulgraham.com/boss.html", + "http://eli.thegreenplace.net/2012/08/13/how-statically-linked-programs-run-on-linux", + "http://harry.me/2011/02/17/neat-algorithms---flocking", + "https://martin.kleppmann.com/2015/05/11/please-stop-calling-databases-cp-or-ap.html", + "http://blog.gatunka.com/2008/05/05/why-japan-didnt-create-the-ipod", + "https://mcfunley.com/choose-boring-technology", + "https://github.com/nothings/single_file_libs", + "http://www.prettyloaded.com/", + "http://www.catonmat.net/blog/javascript-the-good-parts", + "http://joelneely.wordpress.com/2011/03/05/why-data-structures-matter", + "http://www.azarask.in/blog/post/a-new-type-of-phishing-attack", + "https://paulbuchheit.blogspot.com/2014/07/the-technology.html", + "http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL", + "http://apenwarr.ca/log?m=201407", + "https://buttercoin.com/", + "http://xiph.org/~xiphmont/demo/neil-young.html", + "http://videolectures.net/", + "http://www.opensourcerails.com/", + "https://www.crypto101.io/", + "http://carl.flax.ie/dothingstellpeople.html", + "http://www.kevinbeason.com/smallpt", + "http://thebookofshaders.com/", + "http://www.newsweek.com/clifford-stoll-why-web-wont-be-nirvana-185306", + "http://seriouspony.com/blog/2013/7/24/your-app-makes-me-fat", + "http://tantek.com/log/2007/02.html", + "http://phrack.org/issues/69/1.html", + "https://jordaneldredge.com/projects/winamp2-js", + "http://phil.ipal.org/tc.html", + "https://singletrackworld.com/2018/01/collision-course-why-this-type-of-road-junction-will-keep-killing-cyclists", + "http://www.interdb.jp/pg/index.html", + "https://duo.com/decipher/an-oral-history-of-the-l0pht", + "http://blog.felipe.rs/2017/07/07/where-do-type-systems-come-from", + "http://www.evanmiller.org/mathematical-hacker.html", + "https://caddyserver.com/", + "http://laughtonelectronics.com/Arcana/One-bit%20computer/One-bit%20computer.html", + "http://hbswk.hbs.edu/archive/3533.html", + "http://articles.latimes.com/2012/may/05/business/la-fi-0506-golden-ticket-20120506", + "https://preshing.com/20120612/an-introduction-to-lock-free-programming", + "http://seenaburns.com/2018/04/04/writing-to-the-framebuffer", + "http://kmike.ru/python-data-structures", + "https://github.com/nim-lang/nimforum", + "https://ionescu007.github.io/SimpleVisor", + "http://www.techcrunch.com/2007/10/30/details-revealed-google-opensocial-to-be-common-apis-for-building-social-apps", + "https://jsomers.net/blog/dictionary", + "http://e7l3.org/classics.html", + "https://github.com/chrislusf/seaweedfs", + "https://blog.twitter.com/en_us/topics/company/2020/an-update-on-our-security-incident.html", + "https://j2kun.svbtle.com/mathematicians-are-chronically-lost-and-confused", + "https://github.com/karan/Projects", + "https://lwn.net/Articles/250967", + "http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf", + "http://www.paulgraham.com/knuth.html", + "http://www.alistapart.com/articles/neveruseawarning", + "https://en.wikipedia.org/wiki/Diolkos", + "http://smoothiecharts.org/", + "https://osgameclones.com/", + "http://www.privoxy.org/", + "http://www.amazon.com/review/R403HR4VL71K8/ref=cm_cr_rdp_perm", + "https://developer.marvel.com/", + "https://medium.com/p/9f53ef6a1c10", + "http://nlpwp.org/book", + "https://earth.nullschool.net/", + "http://tutorial.math.lamar.edu/", + "https://sandstorm.io/", + "http://www.michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software", + "http://www.princeton.edu/main/news/archive/S26/91/22K07", + "http://runpee.com/", + "https://damieng.com/blog/2011/02/20/typography-in-8-bits-system-fonts", + "https://www.20papercups.net/programming/sending-receiving-sms-on-linux", + "https://press.stripe.com/", + "http://www.newyorker.com/tech/elements/the-secrets-of-the-wood-wide-web", + "http://www.paulgraham.com/thist.html", + "https://sqlite.org/lang_with.html", + "http://stellarium.org/", + "https://medium.com/@kentbeck_7670/inefficient-efficiency-5b3ab5294791", + "http://okbjgm.weebly.com/uploads/3/1/5/0/31506003/11_laws_of_showrunning_nice_version.pdf", + "http://vanemden.wordpress.com/2014/06/18/how-recursion-got-into-programming-a-comedy-of-errors-3", + "http://community.namecheap.com/blog/2011/12/26/godaddy-transfer-update", + "http://www.agner.org/optimize/microarchitecture.pdf", + "http://www.snopes.com/music/artists/vanhalen.asp", + "http://tinyhack.com/2014/03/12/implementing-a-web-server-in-a-single-printf-call", + "https://cdixon.org/2010/01/03/the-next-big-thing-will-start-out-looking-like-a-toy", + "https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html", + "https://lithub.com/color-or-fruit-on-the-unlikely-etymology-of-orange", + "https://marc.info/?l=git&m=124111702609723&w=2", + "https://developers.google.com/web/fundamentals", + "https://calculusmadeeasy.org/", + "http://ajaxian.com/archives/nicole-sullivans-object-oriented-css", + "https://semantic-ui.com/", + "http://jonathanischwartz.wordpress.com/2010/03/09/good-artists-copy-great-artists-steal", + "http://pyos.github.io/dg", + "http://matt.might.net/articles/discrete-math-and-code", + "http://www.jamesmolloy.co.uk/tutorial_html/index.html", + "https://news.ycombinator.com/", + "http://type.method.ac/", + "http://www.defmacro.org/ramblings/lisp.html", + "https://sockpuppet.org/blog/2013/07/22/applied-practical-cryptography", + "http://alumni.stanford.edu/get/page/magazine/article?article_id=41260", + "http://chadfowler.com/blog/2014/01/19/empathy", + "https://github.com/git/git/blob/master/banned.h", + "https://gridcoin.us/", + "http://www.lessig.org/blog/2009/02/caving_into_bullies_aka_here_w.html", + "https://en.wikipedia.org/wiki/Beverly_Clock", + "https://ptable.com/", + "http://www.ecma-international.org/publications/standards/Ecma-262.htm", + "http://www.awesomenessreminders.com/", + "http://vim.runpaint.org/", + "http://blogs.discovermagazine.com/crux/2017/03/28/paleoburrows-south-america", + "https://github.com/BuzonIO/zipfly", + "https://perkeep.org/", + "http://www.inference.vc/untitled", + "http://news-service.stanford.edu/news/2005/june15/jobs-061505.html", + "http://www.lowtechmagazine.com/2010/03/history-of-human-powered-cranes.html", + "https://github.com/ssloy/tinyrenderer/wiki", + "https://www.arduboy.com/", + "https://github.com/munificent/vigil", + "http://status.heroku.com/", + "http://java.ociweb.com/mark/stm/article.html", + "http://www.useronboard.com/onboarding-teardowns", + "https://training.kalzumeus.com/newsletters/archive/do-not-end-the-week-with-nothing", + "https://www.darlinghq.org/", + "https://mega.nz/", + "http://martin.zinkevich.org/rules_of_ml/rules_of_ml.pdf", + "http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html", + "http://www.open-emr.org/", + "http://www.openssd-project.org/wiki/The_OpenSSD_Project", + "https://objective-see.com/products/lulu.html", + "https://danluu.com/term-latency", + "https://en.wikipedia.org/wiki/Moravec%27s_paradox", + "http://www.useit.com/papers/anti-mac.html", + "https://github.com/robinhouston/image-unshredding", + "http://www.algomation.com/", + "https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies", + "http://nginx.net/nginx-venture-funding.html", + "https://bellard.org/lte", + "https://www.bbc.com/worklife/article/20200910-the-benefits-of-note-taking-by-hand", + "http://www.youtube.com/watch?v=4XpnKHJAok8", + "http://hbswk.hbs.edu/item/3348.html", + "http://www.wescottdesign.com/articles/pid/pidWithoutAPhd.pdf", + "http://www.washingtoncitypaper.com/columns/straight-dope/article/20854121/how-did-anyone-do-math-in-roman-numerals", + "http://www.bigmessowires.com/2016/06/04/db-19-resurrecting-an-obsolete-connector", + "https://david.li/paint", + "https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies", + "http://www.paulgraham.com/makersschedule.html", + "https://open.blogs.nytimes.com/2015/04/09/extracting-structured-data-from-recipes-using-conditional-random-fields", + "https://github.com/atlassian/localstack", + "http://adgrok.com/why-founding-a-three-person-startup-with-zero-revenue-is-better-than-working-for-goldman-sachs", + "https://ds9a.nl/amazing-dna", + "https://www.haiku-os.org/", + "https://twobithistory.org/2020/06/28/rest.html", + "http://blog.docker.com/2014/06/its-here-docker-1-0", + "http://gameprogrammingpatterns.com/", + "https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_physics", + "https://aeon.co/essays/the-human-story-of-how-ventilators-came-to-breathe-for-us", + "https://frinklang.org/", + "https://socket3.wordpress.com/2018/02/03/designing-windows-95s-user-interface", + "http://www.bbc.co.uk/blogs/adamcurtis/entries/3662a707-0af9-3149-963f-47bea720b460", + "https://github.com/andlabs/libui", + "http://www.staticgen.com/", + "http://www.ics.uci.edu/~franz/Site/pubs-pdf/BC03.pdf", + "http://blogs.msdn.com/b/ericlippert/archive/2011/02/14/what-would-feynman-do.aspx", + "https://joeyh.name/code/moreutils", + "https://rumorsontheinternets.org/2010/10/14/magnasanti-the-largest-and-most-terrifying-simcity", + "http://www.atlasobscura.com/articles/how-the-commodore-amiga-powered-your-cable-system-in-the-90s", + "https://www.theguardian.com/cities/2019/apr/29/are-the-hyper-specialist-shops-of-berlin-the-future-of-retail", + "http://www.fastcompany.com/magazine/122/is-the-tipping-point-toast.html", + "https://seaglass.cs.washington.edu/", + "https://jaycarlson.net/microcontrollers", + "https://leafletjs.com/", + "http://www.parallella.org/2014/06/03/my-name-is-brian-and-i-build-supercomputers-in-my-spare-time", + "https://overreacted.io/things-i-dont-know-as-of-2018", + "https://muen.sk/", + "http://www.wisdomandwonder.com/link/2110/why-mit-switched-from-scheme-to-python", + "http://www.righto.com/2013/11/how-hacker-news-ranking-really-works.html", + "https://fennel-lang.org/", + "http://habitatchronicles.com/2004/04/you-cant-tell-people-anything", + "http://wordoid.com/", + "https://airbnb.io/lottie", + "http://www.gwern.net/Spaced%20repetition", + "https://www.judyrecords.com/", + "https://en.wikipedia.org/wiki/Molyneux%27s_problem", + "http://www.breaknenter.org/projects/inception", + "https://lcamtuf.coredump.cx/gcnc", + "http://alexkrupp.typepad.com/sensemaking/2007/04/double_your_use.html", + "https://maruos.com/", + "http://roscidus.com/blog/blog/2014/06/06/python-to-ocaml-retrospective", + "http://sqlmap.org/", + "https://www.action.io/", + "https://hledger.org/", + "http://www.jasondavies.com/animated-bezier", + "https://arstechnica.com/gaming/2016/06/history-of-team17-and-worms", + "http://hnpoints.com/", + "http://lispwebtales.ppenev.com/", + "http://www-cs-students.stanford.edu/~blynn/gitmagic", + "https://danluu.com/discontinuities", + "https://bellard.org/quickjs", + "https://blog.ploeh.dk/2017/10/04/from-design-patterns-to-category-theory", + "https://news.ycombinator.com/noobstories", + "https://magoo.github.io/Blockchain-Graveyard", + "http://www.filfre.net/2015/04/the-68000-wars-part-3-we-made-amiga-they-fucked-it-up", + "http://www.bricklin.com/200yearsoftware.htm", + "https://github.com/photonstorm/phaser", + "http://blog.fogus.me/2011/09/08/10-technical-papers-every-programmer-should-read-at-least-twice", + "http://www.sagemath.org/", + "https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html", + "http://norvig.com/chomsky.html", + "http://spectrum.ieee.org/geek-life/history/the-great-lightbulb-conspiracy", + "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System", + "http://html5test.com/", + "https://probmods.org/", + "https://prog21.dadgum.com/116.html", + "https://machinelearning.apple.com/", + "http://www.loper-os.org/?p=401", + "https://lemire.me/blog/2019/02/08/faster-remainders-when-the-divisor-is-a-constant-beating-compilers-and-libdivide", + "http://www.randomhacks.net/articles/2007/02/22/bayes-rule-and-drug-tests", + "https://danluu.com/learning-to-program", + "https://github.com/0x4447/0x4447_product_s3_email", + "https://writefreely.org/", + "https://developer.apple.com/library/prerelease/mac/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/index.html", + "http://www.theregister.co.uk/2001/05/15/could_bill_gates_write_code", + "http://philip.greenspun.com/bg", + "http://jamie-wong.com/2014/08/19/metaballs-and-marching-squares", + "https://plasma-mobile.org/", + "http://tobyrush.com/theorypages/index.html", + "https://duckduckhack.com/", + "https://mollyrocket.com/meowhash", + "https://mattdesl.svbtle.com/drawing-lines-is-hard", + "http://archive.wired.com/wired/archive/5.06/apple_pr.html", + "https://pattle.github.io/simpsons-in-css", + "http://arxiv.org/abs/1110.1556", + "https://github.com/JeffBezanson/femtolisp", + "https://duktape.org/", + "https://lindzey.github.io/blog/2015/07/27/a-brief-introduction-to-ice-penetrating-radar", + "http://particletree.com/features/visualizing-fittss-law", + "http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer", + "http://blogs.msdn.com/b/ntdebugging/archive/2013/11/22/understanding-arm-assembly-part-1.aspx", + "http://www.theguardian.com/technology/2014/jan/22/facebook-princeton-researchers-infectious-disease", + "http://www.codersnotes.com/notes/a-constructive-look-at-templeos", + "http://www.humblebundle.com/", + "http://elixir-lang.org/", + "http://traffic-simulation.de/ring.html", + "http://www.w3.org/Provider/Style/URI.html", + "http://www.dspdimension.com/admin/dft-a-pied", + "http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code", + "https://github.com/idea4good/GuiLite", + "https://github.com/you-dont-need/You-Dont-Need-Momentjs", + "http://raphaeljs.com/", + "http://www.makelinux.net/kernel_map", + "http://www.gnu.org/philosophy/right-to-read.html", + "http://www.citylab.com/design/2014/10/why-12-foot-traffic-lanes-are-disastrous-for-safety-and-must-be-replaced-now/381117", + "http://matt.might.net/articles/cps-conversion", + "http://swtch.com/~rsc/regexp/regexp3.html", + "https://projectnaptha.com/", + "https://www.bigmessowires.com/2019/05/19/explaining-4k-60hz-video-through-usb-c-hub", + "https://wiki.mozilla.org/Firefox/Roadmap", + "https://jroweboy.github.io/c/asm/2015/01/26/when-is-main-not-a-function.html", + "http://www.openvim.com/tutorial.html", + "http://www.ithkuil.net/", + "https://en.wikipedia.org/wiki/Poka-yoke", + "http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf", + "http://prog21.dadgum.com/30.html", + "http://www.codecommit.com/blog/scala/what-is-hindley-milner-and-why-is-it-cool", + "https://priceonomics.com/a-history-of-tug-of-war-fatalities", + "http://contrastrebellion.com/", + "http://math.ucr.edu/home/baez/physics/Quantum/see_a_photon.html", + "http://www.hackrtrackr.com/", + "https://nuitka.net/", + "https://blog.jessfraz.com/post/containers-zones-jails-vms", + "http://blogs.msdn.com/b/jw_on_tech/archive/2012/03/13/why-i-left-google.aspx", + "http://gitref.org/", + "http://www.catonmat.net/blog/learning-javascript-programming-language-through-video-lectures", + "https://solar.lowtechmagazine.com/2018/09/how-to-build-a-lowtech-website.html", + "http://mislav.uniqpath.com/2010/07/git-tips", + "https://nautil.us/issue/21/information/the-man-who-tried-to-redeem-the-world-with-logic", + "https://en.wikipedia.org/wiki/Gombe_Chimpanzee_War", + "http://stripe.com/bitcoin", + "http://www.learndatalogtoday.org/", + "http://naleid.com/blog/2010/10/04/vim-movement-shortcuts-wallpaper", + "https://github.com/quchen/stgi", + "https://mathlets.org/mathlets", + "http://www.kegel.com/c10k.html", + "http://www.panic.com/blog/2013/03/the-lightning-digital-av-adapter-surprise", + "http://www.telescopictext.com/", + "http://www.idlewords.com/2005/04/dabblers_and_blowhards.htm", + "http://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots", + "https://github.com/robertdavidgraham/masscan", + "https://eagain.net/articles/git-for-computer-scientists", + "http://roberto.open-lab.com/2010/01/18/javascript-grid-editor-i-want-to-be-excel", + "http://dkeenan.com/Lambda/index.htm", + "https://gregable.com/2010/09/why-you-should-know-just-little-awk.html", + "https://mikecanex.wordpress.com/2012/12/26/1922-why-i-quit-being-so-accommodating", + "http://astronaut.io/", + "https://evincarofautumn.blogspot.com/2012/02/why-concatenative-programming-matters.html", + "http://dilbertblog.typepad.com/the_dilbert_blog/2007/07/career-advice.html", + "http://matt.might.net/articles/implementing-a-programming-language", + "http://worrydream.com/LadderOfAbstraction", + "http://www.adampetersen.se/articles/lispweb.htm", + "http://minnie.tuhs.org/cgi-bin/utree.pl", + "http://lcamtuf.coredump.cx/prep", + "http://www.paulgraham.com/say.html", + "http://www.flightradar24.com/", + "http://prog21.dadgum.com/13.html", + "https://www.sandimetz.com/blog/2016/1/20/the-wrong-abstraction", + "http://philip.greenspun.com/humor/eecs-difference-explained", + "http://blog.dustinkirkland.com/2013/10/fingerprints-are-user-names-not.html", + "http://tractionbook.com/", + "http://www.newyorker.com/reporting/2008/05/12/080512fa_fact_gladwell?currentPage=all", + "https://securedrop.org/", + "https://www.propublica.org/article/filing-taxes-could-be-free-simple-hr-block-intuit-lobbying-against-it", + "https://mitpress.mit.edu/books/street-fighting-mathematics", + "http://www.noulakaz.net/weblog/2007/03/18/a-regular-expression-to-check-for-prime-numbers", + "https://github.com/kanaka/mal", + "http://calnewport.com/blog/2011/11/11/if-youre-busy-youre-doing-something-wrong-the-surprisingly-relaxed-lives-of-elite-achievers", + "https://ispc.github.io/", + "http://www.nytimes.com/2007/03/17/business/17online.html?ex=1331784000&en=8c67e3ff3a190b78&ei=5090&partner=rssuserland&emc=rss", + "https://en.wikipedia.org/wiki/Illegal_prime", + "http://archive.boston.com/bigpicture/2010/08/comments_russia_in_color_a_century_ago.html", + "http://webodf.org/", + "http://previous.alternative-system.com/", + "http://www.eugenewei.com/blog/2013/10/25/amazon-and-the-profitless-business-model-narrative", + "http://www.userscape.com/blog/index.php/site/comments/what_they_never_told_you_about_handling_b2b_transactions", + "http://ergoemacs.org/emacs/elisp.html", + "https://news.mit.edu/2020/flat-fisheye-lens-0918", + "http://home.pipeline.com/~hbaker1/LinearLisp.html", + "https://en.wikipedia.org/wiki/Solar_storm_of_1859", + "https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext", + "http://www.skeptictank.org/hs/vanish.htm", + "http://andrewgelman.com/2012/11/16808", + "https://home.hccnet.nl/h.g.muller/max-src2.html", + "https://37signals.com/", + "https://rcrowley.org/2010/01/06/things-unix-can-do-atomically.html", + "https://www.starlink.com/", + "https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html", + "https://econ.ucsb.edu/~doug/240a/Coin%20Flip.htm", + "http://www.newyorker.com/tech/elements/walking-helps-us-think", + "http://necolas.github.com/normalize.css", + "https://danluu.com/cpu-bugs", + "https://electronics.stackexchange.com/questions/18552/why-was-mini-usb-deprecated-in-favor-of-micro-usb", + "http://wikileaks.org/", + "http://lab.arc90.com/experiments/readability", + "http://www.call-cc.org/", + "http://www.quirky.com/", + "http://www.diku.dk/hjemmesider/ansatte/torbenm/Basics", + "http://sta.li/", + "http://ipfs.io/", + "http://tom.preston-werner.com/2008/10/18/how-i-turned-down-300k.html", + "https://changelog.complete.org/archives/7562-i-introduced-my-5-year-old-and-2-year-old-to-startx-and-xmonad-theyre-delighted", + "https://www.inkandswitch.com/local-first.html", + "https://danluu.com/why-ecc", + "http://www.johndcook.com/blog/2009/12/23/why-programmers-are-not-paid-in-proportion-to-their-productivity", + "http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html", + "http://www.danshapiro.com/blog/2010/08/vc-insanity-economics", + "https://github.com/xoreaxeaxeax/movfuscator", + "https://getaether.net/", + "http://joxa.org/", + "https://beakerbrowser.com/", + "http://www.cantrip.org/gatto.html", + "http://www.paulgraham.com/badeconomy.html", + "http://javascript.crockford.com/little.html", + "http://status.github.com/", + "http://www.python.org/download/releases/3.4.0", + "https://nvie.com/posts/a-successful-git-branching-model", + "http://math.ucr.edu/home/baez/information.html", + "https://duckduckgo.com/", + "https://geocar.sdf1.org/alloc.html", + "https://brokenbytes.blogspot.com/2018/03/a-48khz-digital-music-player-for.html", + "https://peermaps.org/", + "https://cryptopals.com/", + "http://refactormycode.com/", + "https://gist.github.com/staltz/868e7e9bc2a7b8c1f754", + "http://olduse.net/", + "https://hacks.mozilla.org/2015/01/project-silk", + "https://hacks.mozilla.org/2020/07/testing-firefox-more-efficiently-with-machine-learning", + "http://www.johndcook.com/blog/2010/01/19/dont-invert-that-matrix", + "https://miter.mit.edu/the-unexotic-underclass", + "http://facebook.github.io/origami", + "http://www.google.com/search?q=hacker+news+Unknown+or+expired+link.&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a", + "https://github.com/eduard-permyakov/permafrost-engine", + "https://acko.net/blog/on-termkit", + "https://www.varnish-cache.org/trac/wiki/ArchitectNotes", + "http://www.nhplace.com/kent/Papers/cl-untold-story.html", + "http://howtosplitanatom.com/news/32-sci-fi-novels-you-should-read", + "https://github.com/cbaggers/cepl", + "http://dondodge.typepad.com/the_next_big_thing/2007/08/how-much-equity.html", + "http://www.paulgraham.com/maybe.html", + "https://github.com/donnemartin/system-design-primer", + "http://www.fourmilab.ch/hackdiet", + "https://gcc.godbolt.org/", + "http://www.python.org/download/releases/3.0", + "https://deepstream.io/", + "http://jcalcote.wordpress.com/2008/10/16/put-or-post-the-rest-of-the-story", + "http://dotnet.github.io/orleans", + "https://news.ycombinator.com/item?id=74633", + "http://www.ulisp.com/", + "https://ranprieur.com/essays/dropout.html", + "http://paulgraham.com/vb.html", + "http://www.pinktentacle.com/2008/12/scientists-extract-images-directly-from-brain", + "http://fortune.com/2015/09/09/the-siege-of-herbalife", + "http://www.asimovinstitute.org/neural-network-zoo", + "https://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques", + "http://web.stonehill.edu/compsci/History_Math/math-read.htm", + "http://www.drdobbs.com/architecture-and-design/how-i-came-to-write-d/240165322", + "http://socrates.io/", + "http://www.chiark.greenend.org.uk/~sgtatham/cdescent", + "http://www.jasondavies.com/primos", + "https://github.com/tomprimozic/type-systems", + "http://www.arcsynthesis.org/gltut", + "http://hbswk.hbs.edu/archive/5289.html", + "https://mikehadlow.blogspot.com/2014/12/the-lava-layer-anti-pattern.html", + "http://www.lurklurk.org/linkers/linkers.html", + "https://arxiv.org/abs/1809.02942", + "http://www.whattofix.com/blog/archives/2010/06/if-we-told-you.php", + "http://gource.io/", + "https://code.facebook.com/posts/220956754772273/an-analysis-of-facebook-photo-caching", + "http://dukope.tumblr.com/post/83177288060/localizing-papers-please-papers-please-was", + "https://www.peterkrautzberger.org/0186", + "http://www.amazon.com/gp/browse.html?node=377634011", + "https://github.com/vurtun/nuklear", + "https://webtransparency.cs.princeton.edu/dark-patterns", + "https://arxiv.org/abs/math/0411418", + "http://jeremykun.com/2013/02/08/why-there-is-no-hitchhikers-guide-to-mathematics-for-programmers", + "http://internetdefenseleague.org/", + "http://onstartups.com/home/tabid/3339/bid/1506/Startup-Hiring-6-Subtle-Signs-You-Might-Have-A-Winner.aspx", + "https://en.wikipedia.org/wiki/Alu_(runic)", + "http://www.laphamsquarterly.org/luck/voltaires-luck", + "https://www.math.uci.edu/~isik/posts/Eigentechno.html", + "http://www.startupschool.org/", + "https://journal.dedasys.com/2010/03/30/where-tcl-and-tk-went-wrong", + "http://www.squeakland.org/resources/books/readingList.jsp", + "http://www.redblobgames.com/pathfinding/a-star/introduction.html", + "http://www.righto.com/2015/12/reverse-engineering-arm1-ancestor-of.html", + "http://steveblank.com/secret-history", + "http://darkpatterns.org/", + "http://www.theatlantic.com/international/archive/2011/02/the-myth-of-japans-lost-decades/71741", + "http://www.math.dartmouth.edu/~pw/solutions.pdf", + "http://money.cnn.com/2006/06/21/technology/10dontmatter.biz2/index.htm", + "http://en.wikipedia.org/wiki/Black_Perl", + "http://www.nytimes.com/2009/03/01/movies/01films.html", + "http://www.google.com/flights", + "https://please.build/", + "http://subtlepatterns.com/", + "https://monodraw.helftone.com/", + "http://hnpickup.appspot.com/", + "https://www.heritageconcorde.com/concorde-b", + "http://www.edn.com/design/automotive/4423428/Toyota-s-killer-firmware--Bad-design-and-its-consequences", + "https://multithreaded.stitchfix.com/blog/2016/03/16/engineers-shouldnt-write-etl", + "http://dev.stephendiehl.com/hask", + "http://lwn.net/2000/0824/a/esr-sharing.php3", + "http://www.a1k0n.net/2011/07/20/donut-math.html", + "http://www.crypto.com/blog/titans", + "https://c2.com/cgi/wiki?LispIsTooPowerful", + "https://browsix.org/", + "http://waxy.org/random/arsdigita", + "https://jonmillward.com/blog/attraction-dating/cupid-on-trial-a-4-month-online-dating-experiment", + "http://www.nngroup.com/articles/anti-mac-interface", + "http://code.google.com/p/ie7-js", + "https://meet.jit.si/", + "http://www.damninteresting.com/on-the-origin-of-circuits", + "https://garbagecollected.org/2017/01/31/four-column-ascii", + "http://www.edge.org/response-detail/25401", + "http://mindyourdecisions.com/blog/2008/06/10/how-game-theory-solved-a-religious-mystery", + "http://www.righto.com/2012/02/apple-didnt-revolutionize-power.html", + "http://hastebin.com/", + "http://www.renaebair.com/2010/08/11/my-husband-is-a-programmer-i-have-no-idea-what-that-means", + "http://wuphys.wustl.edu/~katz/scientist.html", + "http://ycombinator.com/apply.html", + "https://github.com/janet-lang/janet", + "http://www.datawrangling.com/some-datasets-available-on-the-web.html", + "https://rejected.us/", + "https://github.com/cjbarber/ToolsOfTheTrade", + "http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html", + "https://al3x.svbtle.com/alexander-grothendieck", + "https://littlemaninmyhead.wordpress.com/2015/09/28/so-you-want-to-learn-to-break-ciphers", + "http://www.cl.cam.ac.uk/~srk31/blog/2014/10/07", + "http://blog.searchyc.com/", + "http://www.joelonsoftware.com/items/2009/09/23.html", + "https://rachelbythebay.com/w/2014/06/14/time", + "http://arstechnica.com/open-source/news/2010/06/the-beos-filesystem.ars", + "https://blog.lukaszolejnik.com/stealing-sensitive-browser-data-with-the-w3c-ambient-light-sensor-api", + "http://www.paulgraham.com/wealth.html", + "http://alumni.media.mit.edu/~jorkin/aibooks.html", + "https://github.com/googlei18n/libphonenumber/blob/master/FALSEHOODS.md", + "https://github.com/edu", + "https://courses.csail.mit.edu/6.042/spring17/mcs.pdf", + "http://www.entropykey.co.uk/", + "https://blog.innerht.ml/google-yolo", + "http://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail", + "http://www.levchin.com/paypal-slideshow/1.html", + "https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules", + "http://roguetemple.com/z/hyper", + "http://ejohn.org/blog/ocr-and-neural-nets-in-javascript", + "http://www.damninteresting.com/who-wants-to-be-a-thousandaire", + "https://github.com/getify/You-Dont-Know-JS", + "https://www.migadu.com/", + "http://www.antipope.org/charlie/blog-static/2009/06/how_i_got_here_in_the_end_part_3.html", + "https://github.com/fogleman/Craft", + "http://www.strongtowns.org/journal/2017/1/9/the-real-reason-your-city-has-no-money", + "http://www.bbc.co.uk/news/magazine-12043294", + "https://pypyjs.org/", + "http://blog.freshdesk.com/the-freshdesk-story-how-a-simple-comment-on-h-0", + "http://sam.zeloof.xyz/first-ic", + "http://www.cryptomuseum.com/covert/bugs/selectric/index.htm", + "http://stackoverflow.com/questions/101268/hidden-features-of-python", + "http://www.openstenoproject.org/", + "https://training.kalzumeus.com/newsletters/archive/enterprise_sales", + "http://www.gnu.org/gnu/rms-lisp.html", + "http://framethink.wordpress.com/2011/01/17/how-facebook-ships-code", + "http://code.google.com/appengine/docs/python/python27/newin27.html", + "http://www.sqlite.org/howtocorrupt.html", + "http://kylecordes.com/2010/the-prolog-story", + "https://www.khronos.org/vulkan", + "https://www.maa.org/external_archive/devlin/LockhartsLament.pdf", + "http://www.maizure.org/projects/decoded-gnu-coreutils/index.html", + "http://scobleizer.com/2008/07/26/the-silicon-valley-vc-disease", + "http://www.xs4all.nl/~weegen/eelis/analogliterals.xhtml", + "http://www.getskeleton.com/", + "http://www.pchristensen.com/blog/articles/hey-language-snobs-dont-pinch-pennies", + "http://terrytao.wordpress.com/career-advice/there%E2%80%99s-more-to-mathematics-than-rigour-and-proofs", + "https://betterexplained.com/articles/adept-method", + "http://www.longnow.org/views/essays/articles/ArtFeynman.php", + "https://factorcode.org/", + "https://kunststube.net/encoding", + "http://cryptome.org/2012/07/gent-forum-spies.htm", + "http://elixir-lang.org/blog/2013/08/08/elixir-design-goals", + "http://video-js.com/", + "http://tiddlywiki.com/", + "http://www.washingtonpost.com/sf/business/2015/05/31/net-of-insecurity-part-2", + "https://github.com/cantino/huginn", + "http://www.bunniestudios.com/blog?p=353", + "https://jvns.ca/blog/2014/09/27/how-does-sqlite-work-part-1-pages", + "http://www.zachtronics.com/tis-100", + "https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate", + "http://paulgraham.com/hs.html", + "http://cs.gmu.edu/~sean/lisp/LispTutorial.html", + "http://swombat.com/2011/12/19/bomb-changed-my-life", + "https://en.wikipedia.org/wiki/E-Prime", + "http://www.golang-book.com/", + "https://p5js.org/", + "http://www.scientificamerican.com/article/coal-ash-is-more-radioactive-than-nuclear-waste", + "http://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf", + "http://www.ribbonfarm.com/2013/04/03/the-locust-economy", + "http://cslibrary.stanford.edu/101/EssentialC.pdf", + "http://dave.fayr.am/posts/2012-10-4-finding-fizzbuzz.html", + "https://www.theatlantic.com/science/archive/2020/09/coffee-rust/616358", + "http://nathanmarz.com/blog/you-should-blog-even-if-you-have-no-readers.html", + "http://apenwarr.ca/log?m=201007", + "https://devdocs.io/", + "https://mklinux.org/", + "http://media3.washingtonpost.com/wp-dyn/content/graphic/2006/03/16/GR2006031600213.gif", + "http://www.redox-os.org/", + "https://www.youtube.com/watch?v=Z4oYSByyRak", + "https://chronicle.com/article/Why-Privacy-Matters-Even-if/127461", + "http://defundthensa.com/", + "https://en.wikipedia.org/wiki/Baumol%27s_cost_disease", + "http://www.cbc.ca/news/health/barbecue-brushes-dangers-swallow-throat-wire-bristle-dempsey-1.3741578", + "https://reference.wolfram.com/language", + "http://wiki.github.com/joelthelion/autojump", + "http://xon.sh/", + "https://scoop.sh/", + "http://aviationweek.com/technology/skunk-works-reveals-compact-fusion-reactor-details", + "https://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html", + "http://alumnit.ca/~apenwarr/log?m=200901", + "https://singingbanana.com/dice/article.htm", + "http://www.sr-71.org/blackbird/manual", + "http://warpspire.com/posts/pixels-dont-care", + "http://www.lyx.org/", + "http://www.advogato.org/person/apenwarr/diary/371.html", + "http://www.gog.com/", + "https://postgres.heroku.com/", + "http://www.skorks.com/2011/09/why-developers-never-use-state-machines", + "https://idlewords.com/2011/08/why_arabic_is_terrific.htm", + "http://www-cs-faculty.stanford.edu/~knuth/news.html", + "http://www.mit.edu/~xela/tao.html", + "http://st.suckless.org/", + "https://codewords.recurse.com/issues/two/git-from-the-inside-out", + "http://traintimes.org.uk/map/tube", + "http://www.apostate.com/how-say-nothing-500-words", + "https://blog.lizzie.io/linux-containers-in-500-loc.html", + "http://taskwarrior.org/", + "https://bdupras.github.io/filter-tutorial", + "http://voodoo-slide.blogspot.com/2010/01/amplifying-c.html", + "http://diydrones.com/", + "http://colourco.de/", + "http://boston.conman.org/2015/06/16.1", + "http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html", + "http://www.lexaloffle.com/pico-8.php", + "http://www.randsinrepose.com/archives/2007/11/11/the_nerd_handbook.html", + "http://tmsu.org/", + "https://roughjs.com/", + "https://github.com/fulldecent/system-bus-radio", + "https://danluu.com/p95-skill", + "http://www.usbtypewriter.com/", + "http://www.hsph.harvard.edu/miguel-hernan/causal-inference-book", + "https://code.visualstudio.com/updates/v1_7", + "http://www.informit.com/articles/article.aspx?p=2213858&WT.mc_id=Author_Knuth_20Questions", + "http://www.google.com/trends", + "http://colinm.org/language_checklist.html", + "https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface", + "https://flexboxfroggy.com/", + "http://www.drdobbs.com/architecture-and-design/so-you-want-to-write-your-own-language/240165488", + "http://www.downes.ca/post/38526", + "http://www.fossil-scm.org/", + "http://idlewords.com/2010/03/scott_and_scurvy.htm", + "http://xuanji.appspot.com/isicp/1-1-elements.html", + "https://libcom.org/blog/xulizhi-foxconn-suicide-poetry", + "http://sivers.org/kimo", + "https://github.com/CadQuery/cadquery", + "https://lwn.net/Articles/766374", + "https://ils.unc.edu/callee/gopherpaper.htm", + "http://css-tricks.com/examples/ShapesOfCSS", + "https://sback.it/publications/icse2018seip.pdf", + "https://simpleoptout.com/", + "http://priceonomics.com/the-independent-discovery-of-tcpip-by-ants", + "https://jlongster.com/How-I-Became-Better-Programmer", + "https://randomascii.wordpress.com/2014/10/09/intel-underestimates-error-bounds-by-1-3-quintillion", + "https://otter-browser.org/", + "http://blogs.msdn.com/b/oldnewthing/archive/2012/12/18/10378851.aspx", + "http://users.ece.utexas.edu/~adnan/pike.html", + "http://www.theatlantic.com/technology/archive/2015/07/toki-pona-smallest-language/398363", + "http://jacquesricher.com/NEETS", + "https://github.com/louthy/language-ext", + "https://getbootstrap.com/", + "http://syncthing.net/", + "https://common-lisp.net/project/parenscript", + "http://thenextweb.com/facebook/2011/05/02/wikileaks-founder-facebook-is-the-most-appalling-spy-machine-that-has-ever-been-invented", + "http://worrydream.com/Tangle", + "http://rjlipton.wordpress.com/2010/08/11/deolalikar-responds-to-issues-about-his-p%E2%89%A0np-proof", + "https://alexcabal.com/creating-the-perfect-gpg-keypair", + "http://www.facebook.com/notes.php?id=9445547199", + "http://www.bigmessowires.com/2014/11/17/68-katy-68000-linux-on-a-solderless-breadboard", + "https://en.wikipedia.org/wiki/UVB-76", + "http://chuck.cs.princeton.edu/", + "http://yosefk.com/blog/my-history-with-forth-stack-machines.html", + "https://en.wikipedia.org/wiki/Antikythera_mechanism", + "https://clickclickclick.click/", + "https://github.com/id-Software", + "https://www.ncsc.gov.uk/blog-post/let-them-paste-passwords", + "https://toc.cryptobook.us/", + "https://pippinbarr.github.io/itisasifyouweredoingwork", + "http://www.nationalgeographic.com/magazine/2017/06/dinosaur-nodosaur-fossil-discovery", + "http://www.sorting-algorithms.com/", + "http://underhanded.xcott.com/", + "http://socialcam.com/", + "https://en.wikipedia.org/wiki/G%C3%B6del%27s_ontological_proof", + "https://ncase.me/fireflies", + "https://pages.cs.wisc.edu/~remzi/OSTEP", + "https://jonobr1.github.io/two.js", + "http://ducklang.org/designing-a-programming-language-i", + "https://blog.plover.com/tech/prudential.html", + "https://bellard.org/jslinux", + "http://amasci.com/miscon/whyhard2.html", + "https://www.coinbase.com/card", + "http://computers-are-fast.github.io/", + "https://plato.stanford.edu/entries/computer-science", + "http://cleverdeck.com/", + "https://flif.info/", + "http://worrydream.com/#!/Apple", + "http://www.google.com/robots.txt", + "http://cssgridgarden.com/", + "http://www.apple.com/", + "https://code.google.com/p/corkami/wiki/x86oddities", + "http://sloan.stanford.edu/mousesite/1968Demo.html", + "https://mosaicscience.com/story/staying-awake-surprisingly-effective-way-treat-depression", + "https://jepsen.io/consistency", + "https://github.com/TrustInSoft/tis-interpreter", + "http://www.techcrunch.com/2009/02/27/toysrus-buys-toyscom-at-auction-for-51-million", + "https://qz.com/522079/the-long-incredibly-tortuous-and-fascinating-process-of-creating-a-chinese-font", + "https://queue.acm.org/detail.cfm?id=2038036", + "http://cslibrary.stanford.edu/", + "http://bitcoincharts.com/charts/mtgoxUSD", + "https://www.annashipman.co.uk/jfdi/meeting-everyone.html", + "https://github.com/veltman/clmystery", + "https://gravityandlevity.wordpress.com/2009/07/08/your-body-wasnt-built-to-last-a-lesson-from-human-mortality-rates", + "https://ianstormtaylor.com/design-tip-never-use-black", + "http://blogs.nuxeo.com/dev/2011/10/speeding-up-the-android-emulator.html", + "http://ioccc.org/2013/cable3/hint.html", + "http://www.lhup.edu/~dsimanek/neverwrk.htm", + "http://www.tarsnap.com/GB-why.html", + "http://www.wjh.harvard.edu/~dtg/DUNN%20GILBERT%20&%20WILSON%20(2011).pdf", + "https://www.bicycling.com/culture/a33995147/tom-pritchard-bike-mystery", + "https://github.com/artichoke/artichoke", + "http://canonical.org/~kragen/memory-models", + "https://lcamtuf.blogspot.com/2015/03/on-journeys.html", + "https://javlaskitsystem.se/2012/02/whats-the-waiter-doing-with-the-computer-screen", + "http://www.trnicely.net/pentbug/bugmail1.html", + "http://www.lrde.epita.fr/~didier/research/verna.06.imecs.pdf", + "https://betterexplained.com/articles/linear-algebra-guide", + "https://www.zephyrproject.org/", + "http://calteches.library.caltech.edu/51/2/CargoCult.htm", + "https://rt.com/news/richard-stallman-free-software-875", + "http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory", + "https://danluu.com/randomize-hn", + "https://plus.maths.org/content/ramanujan", + "https://include-what-you-use.org/", + "http://audenneedham.com/game", + "https://ijdykeman.github.io/ml/2017/10/12/wang-tile-procedural-generation.html", + "http://www.righto.com/2019/11/tros-how-ibm-mainframes-stored.html", + "https://sanctum.geek.nz/arabesque/series/unix-as-ide", + "http://transfer.sh/", + "http://www.yourworldoftext.com/", + "http://www.halfbakery.com/", + "https://en.wikipedia.org/wiki/Mpemba_effect", + "https://marctenbosch.com/quaternions", + "https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for-madmen", + "http://ejohn.org/apps/learn", + "https://explainshell.com/", + "http://svn.cacert.org/CAcert/CAcert_Inc/Board/oss/oss_sabotage.html", + "http://maps.stamen.com/", + "https://math.vanderbilt.edu/schectex/commerrs", + "https://ngrok.com/", + "https://github.com/Russell91/pythonpy", + "https://longform.org/", + "http://www.newsweek.com/id/106554", + "https://github.com/dirkschumacher/llr", + "http://radio.garden/", + "https://jochen-hoenicke.de/trezor-power-analysis", + "http://www.buzzfeed.com/peteraldhous/spies-in-the-skies", + "http://nxxcxx.github.io/Neural-Network", + "https://tuinderlusten-jheronimusbosch.ntr.nl/en", + "http://whytheluckystiff.net/", + "https://kimh.github.io/clojure-by-example", + "http://uselessd.darknedgy.net/", + "http://en.wikipedia.org/wiki/Nomic", + "http://stevelosh.com/blog/2013/09/teach-dont-tell", + "http://www.advancedlinuxprogramming.com/alp-folder", + "http://www.linusakesson.net/dialog/index.php", + "http://www.bbc.com/news/magazine-37612083", + "https://blog.abevoelker.com/2019-03-06/on-the-death-of-my-familys-dairy-farm", + "http://blog.asmartbear.com/rich-vs-king-sold-company.html", + "http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods", + "https://betterexplained.com/articles/the-rule-of-72", + "https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers", + "http://9to5mac.com/2011/10/11/steve-jobs-book-excerpt-why-he-wore-the-black-mock-turtleneck-uniform?utm_medium=feed", + "http://jesusphreak.infogami.com/blog/why_django", + "http://www.righto.com/2011/07/cells-are-very-fast-and-crowded-places.html", + "http://karpathy.github.io/2015/05/21/rnn-effectiveness", + "https://www.masswerk.at/nowgobang/2019/dec-crt-typography", + "http://webgazer.cs.brown.edu/", + "http://cantada.ca/", + "http://www.logodesignlove.com/next-logo-paul-rand", + "https://en.wikipedia.org/wiki/Ulam_spiral", + "http://wheels.org/spacewar/stone/rolling_stone.html", + "https://panopticlick.eff.org/", + "http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api", + "http://www.pizzahut.com/assets/pizzanet/home.html", + "http://glench.com/LegibleMathematics", + "http://crypto.stanford.edu/sjcl", + "https://jaycarlson.net/embedded-linux", + "http://alexmaccaw.com/posts/how_to_travel_around_the_world", + "https://dmitryfrank.com/articles/how_i_ended_up_writing_my_own_kernel", + "https://gamasutra.com/view/news/169296/Indepth_Functional_programming_in_C.php", + "https://groups.google.com/group/comp.sys.next.announce/browse_thread/thread/6af5808c84a771fc/042c02b1b5992dd3?pli=1", + "http://news.bbc.co.uk/2/hi/health/7909464.stm", + "https://oeis.org/", + "https://chris.beams.io/posts/git-commit", + "https://rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf", + "https://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming", + "https://blog.bradfieldcs.com/you-are-not-google-84912cf44afb", + "https://picovoice.ai/", + "http://www.cs.cmu.edu/~mihaib/kernighan-interview/index.html", + "https://handmadehero.org/", + "http://www.over-yonder.net/~fullermd/rants/bsd4linux/01", + "http://www.pawfal.org/fluxus", + "https://github.com/leandromoreira/digital_video_introduction", + "http://acko.net/blog/how-to-fold-a-julia-fractal", + "https://github.com/fchollet/keras", + "http://www.zompist.com/yingzi/yingzi.htm", + "http://www.aosabook.org/en/index.html", + "http://tools.ietf.org/html/rfc1925", + "http://dec64.com/", + "http://pzemtsov.github.io/2016/11/06/bug-story-alignment-on-x86.html", + "https://thedaywefightback.org/", + "http://www.coderholic.com/invaluable-command-line-tools-for-web-developers", + "http://bastiat.org/en/petition.html", + "https://mdsattacks.com/", + "http://xuanji.appspot.com/isicp", + "https://en.wikipedia.org/wiki/Secretary_problem", + "http://code.google.com/p/unix-jun72", + "http://www.smashingmagazine.com/2010/11/04/best-practices-of-combining-typefaces", + "http://www.lighterra.com/papers/modernmicroprocessors", + "http://www.catonmat.net/blog/set-operations-in-unix-shell", + "https://github.com/seemoo-lab/opendrop", + "https://about.gitlab.com/2017/11/09/gitlab-vue-one-year-later", + "https://robertheaton.com/2020/02/05/wacom-drawing-tablets-track-name-of-every-application-you-open", + "https://www.cisa.gov/blog/2020/09/18/windows-server-vulnerability-requires-immediate-attention", + "http://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma", + "http://blogs.scientificamerican.com/at-scientific-american/2011/08/23/systems-analysis-look-back-1966-scientific-american-article", + "http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp", + "https://github.com/genuinetools/binctr", + "http://www.benjoffe.com/holdem", + "https://github.com/a1studmuffin/SpaceshipGenerator", + "http://www.defmacro.org/2015/02/25/startup-ideas.html", + "http://www.bottomupcs.com/", + "http://atastypixel.com/blog/four-common-mistakes-in-audio-development", + "http://www.google.com/appsstatus", + "http://www.playfuljs.com/a-first-person-engine-in-265-lines", + "http://www.mathjax.org/", + "https://blog.emacsen.net/blog/2014/01/04/why-the-world-needs-openstreetmap", + "http://xlinux.nist.gov/dads", + "https://ish.app/", + "http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html", + "http://evhead.com/2005/11/ten-rules-for-web-startups.asp", + "https://publicdomainreview.org/essay/more-lively-counterfaits", + "https://queue.acm.org/detail.cfm?id=1871406", + "http://iampaddy.com/lifebelow600", + "http://www.luna-lang.org/", + "https://nationalparktypeface.com/", + "http://queue.acm.org/detail.cfm?id=2566628", + "http://www.berkshirehathaway.com/letters/2008ltr.pdf", + "http://hpmor.com/", + "http://weblog.raganwald.com/2005/03/are-you-thinking-of-working-for-start.html", + "https://learningmusic.ableton.com/", + "http://philip.greenspun.com/ancient-history/managing-software-engineers", + "https://www.apple.com/legal/transparency", + "https://rdist.root.org/2011/01/17/stuxnet-is-embarrassing-not-amazing", + "http://www.structuredprocrastination.com/", + "https://arielelkin.github.io/articles/why-im-not-a-react-native-developer.html", + "http://www.lambdanative.org/", + "http://spiffingcss.com/", + "https://www.destroyallsoftware.com/blog/2017/the-biggest-and-weirdest-commits-in-linux-kernel-git-history", + "http://dcurt.is/the-fight", + "http://www.slideshare.net/gueste94e4c/dropbox-startup-lessons-learned-3836587", + "http://37signals.com/svn/archives2/dont_scale_99999_uptime_is_for_walmart.php", + "http://www.muppetlabs.com/~breadbox/txt/al.html", + "https://plzoo.andrej.com/", + "https://edgedb.com/blog/we-can-do-better-than-sql", + "https://newsinteractives.cbc.ca/longform/glybera", + "http://www.paulgraham.com/hamming.html", + "http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches", + "https://gitlab.com/edouardklein/falsisign", + "http://brianreily.com/project/juno", + "http://www.greenharbor.com/fffolder/carkeet.html", + "http://www.ybrikman.com/writing/2014/04/09/six-programming-paradigms-that-will", + "https://github.com/d3/d3/blob/master/CHANGES.md", + "https://github.com/begriffs/postgrest", + "http://www.zpub.com/notes/idle.html", + "https://gist.github.com/kachayev/21e7fe149bc5ae0bd878", + "https://clojurecup.com/", + "https://amzn.github.io/ion-docs", + "https://practicaltypography.com/", + "http://www.google.com/ads/preferences", + "https://jamesfriend.com.au/pce-js", + "https://www.wired.com/story/malware-dna-hack", + "http://danbricklin.com/log/2009_12_05.htm", + "http://matt.might.net/articles/best-programming-languages", + "http://everytimezone.com/", + "http://nsa.unaligned.org/", + "https://www.dreamsongs.com/Files/WhyOfY.pdf", + "https://crates.io/", + "http://xxyxyz.org/line-breaking", + "http://www.myscriptfont.com/", + "http://smerity.com/articles/2013/where_did_all_the_http_referrers_go.html", + "http://www.oftenpaper.net/sierpinski.htm", + "https://qntm.org/responsibility", + "http://thinking-forth.sourceforge.net/", + "http://www.bostonglobe.com/ideas/2014/06/07/the-vanished-grandeur-accounting/3zcbRBoPDNIryWyNYNMvbO/story.html", + "http://webaim.org/blog/user-agent-string-history", + "http://solutoire.com/plotr", + "https://ludens.cl/paradise/turbine/turbine.html", + "https://copy.sh/v86?profile=windows98", + "https://csunplugged.org/en", + "https://www.dwitter.net/", + "http://donellameadows.org/archives/leverage-points-places-to-intervene-in-a-system", + "http://www.winestockwebdesign.com/Essays/Lisp_Curse.html", + "http://sivers.org/itunes", + "http://bradfitz.com/social-graph-problem", + "http://alumnit.ca/~apenwarr/log?m=200904", + "http://ricostacruz.com/backbone-patterns", + "http://thenounproject.com/", + "https://qntm.org/suicide", + "http://danshipper.com/nothing-happens-until-the-sale-is-made", + "http://www.pointerpointer.com/", + "https://github.com/pubkey/rxdb", + "http://www.jwz.org/gruntle/nomo.html", + "http://up-for-grabs.net/", + "http://www.jwz.org/blog/2011/11/watch-a-vc-use-my-name-to-sell-a-con", + "http://www.sequoiacap.com/ideas", + "http://www.holmea.demon.co.uk/GPS/Main.htm", + "http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html", + "https://blog.regehr.org/archives/1292", + "http://www.homebrewcpu.com/", + "http://ei.cs.vt.edu/~history/Daemon.html", + "https://www.khanacademy.org/computing/computer-science/algorithms", + "https://funcall.blogspot.com/2009/03/not-lisp-again.html", + "http://www.loper-os.org/?p=861", + "https://pythonwheels.com/", + "http://mathworld.wolfram.com/TuppersSelf-ReferentialFormula.html", + "https://archive.org/donate", + "http://jacquesmattheij.com/Salary+negotiations+for+techies", + "http://www.theparisreview.org/blog/2015/09/11/the-most-misread-poem-in-america", + "http://www.theatlantic.com/doc/200906/happiness", + "http://www.agner.org/optimize", + "https://neil.fraser.name/news/2013/03/16", + "http://whohastimeforthis.blogspot.com/2005/11/how-to-not-write-business-plan.html", + "http://www.dinofarmgames.com/a-pixel-artist-renounces-pixel-art", + "https://github.com/anvaka/atree", + "http://www.hammerspoon.org/", + "http://www.gnu.org/philosophy/open-source-misses-the-point.html", + "http://www.theatlantic.com/technology/print/2011/06/how-i-failed-failed-and-finally-succeeded-at-learning-how-to-code/239855", + "https://apenwarr.ca/log?m=201809", + "http://joekraus.com/were-creating-a-culture-of-distraction", + "http://users.math.yale.edu/public_html/People/frame/Fractals/MandelSet/MandelMonk/MandelMonk.html", + "http://steve-yegge.blogspot.com/2006/03/math-for-programmers.html", + "http://www.raptitude.com/2016/12/five-things-you-notice-when-you-quit-the-news", + "https://betterexplained.com/articles/what-you-should-know-about-the-stock-market", + "http://telehash.org/", + "http://www.catonmat.net/blog/low-level-bit-hacks-you-absolutely-must-know", + "https://carbon.now.sh/", + "http://rigsomelight.com/2013/09/09/frameless-geodesic-dome.html", + "http://viewsourcecode.org/why", + "http://steve.yegge.googlepages.com/five-essential-phone-screen-questions", + "http://ollydbg.de/Paperbak", + "http://www.brokenthorn.com/Resources/OSDevIndex.html", + "http://blog.wilshipley.com/2013/12/my-doom-20th-anniversary-stories.html", + "https://github.com/madrobby/keymaster", + "http://www.techcrunch.com/2008/07/23/a-xobni-executive-leaves-the-red-hot-startup-but-why", + "http://seeingnetworks.in/nyc", + "http://www.uwgb.edu/dutchs/PSEUDOSC/TOXICVAL.HTM", + "https://developer.apple.com/app-store/review/guidelines", + "http://youtube.com/watch?v=D1R-jKKp3NA", + "http://www.righto.com/2020/06/a-look-at-die-of-8086-processor.html", + "https://www.gbstudio.dev/", + "https://graydon2.dreamwidth.org/193447.html", + "https://aphyr.com/posts/341-hexing-the-technical-interview", + "http://www.submarinecablemap.com/", + "http://headjs.com/", + "http://sealedabstract.com/rants/hey-programmers-we-need-to-talk", + "http://www.portfolio.com/news-markets/national-news/portfolio/2008/01/14/Media-Defenders-Profile", + "https://fortran.io/", + "http://brokenpianoforpresident.com/2012/07/19/jack-daniels-lawsuit-the-full-scoop", + "http://rethrick.com/", + "https://elementary.io/", + "https://backchannel.com/how-i-got-my-attention-back-c7fc9297d347", + "https://setosa.io/ev/principal-component-analysis", + "https://en.wikipedia.org/wiki/One-electron_universe", + "http://restcookbook.com/", + "http://www.coboloncogs.org/INDEX.HTM", + "https://gnunet.org/en", + "https://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf", + "http://www.codinghorror.com/blog/archives/001230.html", + "http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html", + "https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation", + "https://sites.google.com/site/forgottenemployee", + "http://a.singlediv.com/", + "https://securitytxt.org/", + "http://tom.preston-werner.com/2010/08/23/readme-driven-development.html", + "http://andrewkelley.me/post/jamulator.html", + "http://www.wikileaks.org/", + "http://hackerspaces.org/wiki/List_of_Hacker_Spaces", + "http://haxe.org/", + "https://www.fuze.co.uk/nintendo-switch.html", + "http://railscasts.com/episodes/288-billing-with-stripe", + "https://news.ycombinator.com/item?id=498417", + "https://a16z.com/2014/02/06/why-i-did-not-go-to-jail", + "http://www.theguardian.com/world/2016/mar/03/welcome-to-the-land-that-no-country-wants-bir-tawil", + "https://github.com/okTurtles/dnschain", + "http://www.stevestreeting.com/2010/09/04/work-2-0", + "https://en.wikipedia.org/wiki/Arcosanti", + "https://lcamtuf.blogspot.com/2014/11/pulling-jpegs-out-of-thin-air.html", + "http://www.exurbe.com/?p=2219", + "http://userscripts.org/scripts/show/9108", + "http://www.cam.ac.uk/research/news/functioning-mechanical-gears-seen-in-nature-for-the-first-time", + "https://cchound.com/", + "https://bl.ocks.org/jinroh/7524988", + "https://arxiv.org/abs/1801.00631", + "http://stripe.com/connect", + "http://worrydream.com/MagicInk", + "https://sonic-pi.net/", + "http://www.ericsink.com/entries/No_Great_Hackers.html", + "https://github.com/marak/Faker.js", + "http://code.google.com/p/anic", + "http://code.google.com/edu/courses.html", + "http://jsonapi.org/", + "http://amasci.com/amateur/whygnd.html", + "http://www.washingtonpost.com/wp-dyn/content/article/2007/04/04/AR2007040401721.html", + "https://code.visualstudio.com/updates", + "https://en.wikipedia.org/wiki/Timeline_of_the_far_future", + "http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html", + "https://priceonomics.com/the-content-marketing-handbook", + "https://blog.reverberate.org/2020/05/29/hoares-rebuttal-bubble-sorts-comeback.html", + "https://landgreen.github.io/physics/index.html", + "http://wayne.lorentz.me/This_TRS-80", + "http://instagram-engineering.tumblr.com/post/13649370142/what-powers-instagram-hundreds-of-instances-dozens-of", + "http://aschmann.net/AmEng", + "https://c9x.me/articles/gthreads/intro.html", + "http://www.addedbytes.com/blog/if-php-were-british", + "https://en.wikipedia.org/wiki/User_talk:Jimbo_Wales", + "https://programmers.blogoverflow.com/2012/08/20-controversial-programming-opinions", + "https://github.com/AsamK/signal-cli", + "https://explained.ai/matrix-calculus/index.html", + "http://seriot.ch/parsing_json.php", + "http://matt.might.net/articles/what-cs-majors-should-know", + "https://blog.0x972.info/?d=2014/11/13/10/40/50-how-does-a-debugger-work", + "http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3129953", + "https://v8.dev/blog/cost-of-javascript-2019", + "https://rg3.github.io/youtube-dl", + "http://startuplawyer.com/startup-issues/if-i-launched-a-startup", + "http://gamelab.mit.edu/games/a-slower-speed-of-light", + "http://stackoverflow.com/questions/448613/whats-happening-with-arc", + "http://demomyapp.com/", + "http://bioteam.net/2011/08/why-you-should-never-build-a-backblaze-pod", + "https://laverna.cc/", + "https://pgexercises.com/", + "http://politics.salon.com/2011/10/08/steve_jobs_and_drug_policy/singleton", + "http://lincolnloop.com/django-best-practices", + "http://philip.greenspun.com/business/startup-tips", + "http://valerieaurora.org/hash.html", + "http://www.sigbus.info/how-i-wrote-a-self-hosting-c-compiler-in-40-days.html", + "http://setosa.io/ev/eigenvectors-and-eigenvalues", + "https://github.com/iogf/vy", + "http://www.moreintelligentlife.com/content/edward-carr/last-days-polymath", + "https://github.com/billziss-gh/winfsp", + "https://bevyengine.org/news/bevy-0-2", + "https://teachyourselfcs.com/", + "http://duartes.org/gustavo/blog/post/intel-cpu-caches", + "http://bentilly.blogspot.com/2009/09/teaching-linear-algebra.html", + "http://blog.n01se.net/?p=41", + "http://www.kuro5hin.org/story/2004/2/25/124713/784", + "http://dev.stephendiehl.com/fun", + "https://readonlymemory.vg/the-making-of-lemmings", + "http://online.wsj.com/article/SB125875892887958111.html", + "http://corte.si/posts/code/devsurvey/index.html", + "https://martinfowler.com/bliki/TechnicalDebt.html", + "https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html", + "http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg03277.html", + "https://github.com/google/lisp-koans", + "https://freedom-to-tinker.com/2013/10/09/the-linux-backdoor-attempt-of-2003", + "http://twitter.com/", + "http://en.wikipedia.org/wiki/Netcat", + "http://momjian.us/main/blogs/pgblog/2011.html", + "https://code.google.com/codejam", + "http://wefunder.com/", + "https://orgmode.org/", + "http://philip.greenspun.com/flying/unions-and-airlines.html", + "http://prog21.dadgum.com/23.html", + "https://crate.io/", + "http://reason.com/archives/1995/06/01/civil-suits", + "http://www.tagsistant.net/", + "https://micropython.org/", + "https://www.thelightphone.com/", + "http://www.payne.org/index.php/Startup_Equity_For_Employees", + "https://twitter.com/shit_hn_says", + "http://www.recombinantrecords.net/docs/2009-05-Amusing-Ourselves-to-Death.html", + "http://www.bbc.com/future/story/20150209-the-network-that-runs-the-world", + "http://www.depauw.edu/sfs/backissues/5/lem5art.htm", + "https://mitmproxy.org/", + "http://www.propublica.org/article/the-worlds-email-encryption-software-relies-on-one-guy-who-is-going-broke", + "http://goanna.cs.rmit.edu.au/~jz/fulltext/alenex03.pdf", + "https://commoncrawl.org/", + "http://250bpm.com/blog:4", + "http://drakon-editor.sourceforge.net/", + "http://aaroniba.net/articles/tmp/how-i-cured-my-rsi-pain.html", + "https://theconversation.com/mayflower-400-the-science-of-sailing-across-the-ocean-in-1620-144233", + "http://www.betrfs.org/", + "http://fnord1.blog.ca/2008/06/30/bad-security-at-evite-4382575", + "https://github.com/bmatzelle/gow/wiki", + "http://philosecurity.org/2009/01/12/interview-with-an-adware-author", + "http://www.slate.com/id/2192798/pagenum/all", + "http://www.ragic.com/", + "http://www.ultratechnology.com/1xforth.htm", + "http://arxiv.org/abs/1412.5567", + "http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html", + "https://slc.is/", + "https://github.com/artagnon/clayoven", + "http://www.mtholyoke.edu/acad/intrel/orwell46.htm", + "https://github.com/AppScale/appscale", + "http://www.theatlantic.com/past/docs/unbound/langew/turn.htm", + "http://rush.heroku.com/", + "https://element.eleme.io/", + "https://github.com/danluu/post-mortems", + "http://www.bbc.co.uk/news/magazine-20578627", + "https://github.com/nzakas/computer-science-in-javascript", + "https://hamberg.no/erlend/posts/2013-02-18-static-array-indices.html", + "http://terrytao.wordpress.com/career-advice/does-one-have-to-be-a-genius-to-do-maths", + "https://wwwwwwwwwwwwwwwwwwwwww.bitnik.org/r", + "http://www.scottaaronson.com/blog?p=304", + "http://www.returninfinity.com/baremetal.html", + "https://golang.org/doc/articles/wiki", + "http://www.squidoo.com/starup_failures", + "http://www.sizecoding.org/wiki/Main_Page", + "http://davidsimon.com/the-wire-hd-with-videos", + "http://mrcoles.com/piano", + "https://godbolt.org/", + "http://www.chrisstucchio.com/blog/2013/hadoop_hatred.html", + "https://codahale.com/you-cant-sacrifice-partition-tolerance", + "https://pchiusano.github.io/2014-10-11/defensive-writing.html", + "http://karpathy.github.io/neuralnets", + "http://ixoth.com/", + "http://stuffin.space/", + "https://crypto.stanford.edu/PwdHash", + "https://github.com/laurent22/joplin", + "http://haldean.org/docstore?vim-problems", + "https://en.wikipedia.org/wiki/Great_Vowel_Shift", + "http://www.google.com/", + "http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers", + "https://increment.com/teams/the-team-that-powers-vlc", + "http://antirez.com/news/61", + "http://www.learnprolognow.org/lpnpage.php?pageid=online", + "http://www.valuedlessons.com/2008/01/monads-in-python-with-nice-syntax.html", + "https://github.com/jagregory/abrash-black-book", + "http://www.safetyresearch.net/blog/articles/toyota-unintended-acceleration-and-big-bowl-%E2%80%9Cspaghetti%E2%80%9D-code", + "https://standardebooks.org/", + "http://startupschool.org/", + "http://coffeescript.org/", + "https://medium.com/@JorgenVeisdal/the-riemann-hypothesis-explained-fa01c1f75d3f", + "http://rdegges.com/heroku-isnt-for-idiots", + "https://kite.com/", + "http://www.pyret.org/", + "https://norvig.com/21-days.html", + "http://norvig.com/python-iaq.html", + "https://00f.net/2019/11/03/stop-using-low-dns-ttls", + "http://www.funtoo.org/wiki/Linux_Fundamentals,_Part_1", + "https://mega.co.nz/", + "http://www.psy.fsu.edu/~baumeistertice/goodaboutmen.htm", + "https://github.com/blog/530-how-we-made-github-fast", + "http://www.getjustlanded.com/", + "http://www.flexboxdefense.com/", + "http://hint.fm/wind", + "http://www.pdl.cmu.edu/mailinglists/ips/mail/msg00133.html", + "http://blog.bjrn.se/2008/10/lets-build-mp3-decoder.html", + "https://priceonomics.com/is-every-speed-limit-too-low", + "http://www.michaeleisen.org/blog?p=358", + "https://wekan.github.io/", + "http://www.righto.com/2016/12/die-photos-and-analysis-of_24.html", + "https://casual-effects.com/markdeep", + "https://kallithea-scm.org/", + "http://www.justin.tv/startupschool", + "https://hackpad.com/", + "http://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead", + "http://www.paulgraham.com/cornpone.html", + "http://www.dontclick.it/", + "http://terrytao.wordpress.com/2008/02/05/the-blue-eyed-islanders-puzzle", + "http://blog.objectmentor.com/articles/2009/02/26/10-papers-every-programmer-should-read-at-least-twice", + "http://www.kalzumeus.com/2012/01/23/salary-negotiation", + "https://sethrobertson.github.io/GitBestPractices", + "https://libcinder.org/", + "http://www.theparisreview.org/blog/2016/09/21/who-the-hell-is-this-joyce", + "https://github.com/mozilla/mentat", + "http://www.2uo.de/myths-about-urandom", + "http://www.tinmith.net/wayne/blog/2017/06/immersive-flight-sim-4.htm", + "http://inertiawar.com/microcode", + "https://cheats.rs/", + "https://www.youtube.com/watch?v=JBmIQIZPaHY", + "http://stackoverflow.com/questions/739654/understanding-python-decorators", + "http://paulgraham.com/head.html", + "http://www.multivax.com/last_question.html", + "http://libcello.org/", + "http://www.utf8everywhere.org/", + "http://tools.ietf.org/html/rfc7258", + "https://ferd.ca/the-zen-of-erlang.html", + "https://staltz.com/the-web-began-dying-in-2014-heres-how.html", + "https://kakoune.org/", + "https://news.ycombinator.com/item?id=13108404", + "https://typesetinthefuture.com/2014/12/01/alien", + "https://hasura.io/", + "https://blog.mailchimp.com/social-login-buttons-arent-worth-it", + "http://nautil.us/issue/28/2050/the-book-no-one-read", + "https://sethrobertson.github.io/GitFixUm/fixup.html", + "http://www.gabrielweinberg.com/startupswiki/Ask_YC_Archive", + "http://superherojs.com/", + "https://nightweb.net/", + "http://kbrower.posterous.com/banned-from-adwords-and-google-search-in-less", + "https://peerjs.com/", + "http://sugru.com/story", + "http://ramtin-amin.fr/", + "https://nphysics.org/", + "http://www.bbc.com/news/magazine-22751415", + "https://gitlab.brokenpipe.de/stettberger/avremu/tree/master", + "http://www.rifters.com/crawl?p=6116", + "http://norvig.com/spell-correct.html", + "https://www.orbuch.com/carbon-removal", + "https://commoncog.com/blog/tacit-knowledge-is-a-real-thing", + "https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side", + "https://github.com/datasciencemasters/go", + "http://moebio.com/research/sevensets", + "http://interactivepython.org/runestone/static/pythonds/index.html", + "http://www.vatican.va/various/cappelle/sistina_vr/index.html", + "http://clrs.cc/", + "http://www.bloomberg.com/news/articles/2015-11-03/that-time-i-tried-to-buy-some-crude-oil", + "https://queue.acm.org/detail.cfm?id=1814327", + "https://c9x.me/compile/bib", + "http://www.aosabook.org/en/nginx.html", + "http://www.newsblur.com/", + "https://github.com/floooh/oryol", + "https://www.battleforthenet.com/", + "https://github.com/alevchuk/vim-clutch", + "http://www.chrisfenton.com/homebrew-cray-1a", + "http://www.nodebeginner.org/", + "http://hashify.me/IyBIYXNoaWZ5CgpIYXNoaWZ5IGRvZXMgbm90IHNvbHZlIGEgcHJvYmxlbSwgaXQgcG9zZXMgYSBxdWVzdGlvbjogX3doYXQgYmVjb21lcyBwb3NzaWJsZSB3aGVuIG9uZSBpcyBhYmxlIHRvIHN0b3JlICoqZW50aXJlIGRvY3VtZW50cyoqIGluIFVSTHM/XwoKIyMgRG9jdW1lbnQg4oaUIFVSTAoKSGFzaGlmeSBpcyBkaWZmZXJlbnQgZnJvbSB2aXJ0dWFsbHkgZXZlcnkgb3RoZXIgc2l0ZSBvbiB0aGUgV2ViIGluIHRoYXQgKipldmVyeSBVUkwgY29udGFpbnMgdGhlIGNvbXBsZXRlIGNvbnRlbnRzIG9mIHRoZSBwYWdlKiouCgpUaGUgYWRkcmVzcyBiYXIgdXBkYXRlcyB3aXRoIGVhY2gga2V5c3Ryb2tlIGFzIG9uZSB0eXBlcyBpbnRvIHRoZSBlZGl0b3IuCgojIyMgQmFzZTY0IGVuY29kaW5nCgpPbmx5IGEgdGlueSBmcmFjdGlvbiBvZiBhbGwgVW5pY29kZSBjaGFyYWN0ZXJzIGFyZSBhbGxvd2VkIHVuZXNjYXBlZCBpbiBhIFVSTC4gSGFzaGlmeSB1c2VzIFtCYXNlNjRdWzFdIGVuY29kaW5nIHRvIGNvbnZlcnQgVW5pY29kZSBpbnB1dCB0byBBU0NJSSBvdXRwdXQgc2FmZSBmb3IgaW5jbHVzaW9uIGluIFVSTHMuCgpUaGlzIHRyYW5zbGF0aW9uIGlzIGEgdHdvLXN0ZXAgcHJvY2VzczogW1VuaWNvZGUgdG8gVVRGLTggY29udmVyc2lvbl1bMl0gYXMgb3V0bGluZWQgYnkgSm9oYW4gU3VuZHN0csO2bSwgZm9sbG93ZWQgYnkgYmluYXJ5IHRvIEFTQ0lJIGNvbnZlcnNpb24gdmlhIFtgd2luZG93LmJ0b2FgXVszXS4KCiMjIyMgRW5jb2RpbmcKCiAgICA+IHVuZXNjYXBlKGVuY29kZVVSSUNvbXBvbmVudCgnw6dhIHZhPycpKQogICAgIsODwqdhIHZhPyIKICAgID4gYnRvYSh1bmVzY2FwZShlbmNvZGVVUklDb21wb25lbnQoJ8OnYSB2YT8nKSkpCiAgICAidzZkaElIWmhQdz09IgoKIyMjIyBEZWNvZGluZwoKICAgID4gYXRvYigndzZkaElIWmhQdz09JykKICAgICLDg8KnYSB2YT8iCiAgICA+IGRlY29kZVVSSUNvbXBvbmVudChlc2NhcGUoYXRvYigndzZkaElIWmhQdz09JykpKQogICAgIsOnYSB2YT8iCgojIyBVUkwgc2hvcnRlbmluZwoKU3RvcmluZyBhIGRvY3VtZW50IGluIGEgVVJMIGlzIG5pZnR5LCBidXQgbm90IHRlcnJpYmx5IHByYWN0aWNhbC4gSGFzaGlmeSB1c2VzIHRoZSBbYml0Lmx5IEFQSV1bNF0gdG8gc2hvcnRlbiBVUkxzIGZyb20gYXMgbWFueSBhcyAzMCwwMDAgY2hhcmFjdGVycyB0byBqdXN0IDIwIG9yIHNvLiBJbiBlc3NlbmNlLCBiaXQubHkgYWN0cyBhcyBhIGRvY3VtZW50IHN0b3JlIQoKIyMjIFVSTCBsZW5ndGggbGltaXQKCldoaWxlIHRoZSBIVFRQIHNwZWNpZmljYXRpb24gZG9lcyBub3QgZGVmaW5lIGFuIHVwcGVyIGxpbWl0IG9uIHRoZSBsZW5ndGggb2YgYSBVUkwgdGhhdCBhIHVzZXIgYWdlbnQgc2hvdWxkIGFjY2VwdCwgYml0Lmx5IGltcG9zZXMgYSAyMDQ4LWNoYXJhY3RlciBsaW1pdC4gVGhpcyBpcyBzdWZmaWNpZW50IGluIHRoZSBtYWpvcml0eSBvZiBjYXNlcy4KCkZvciBsb2", + "https://schemaverse.com/", + "http://stackoverflow.com/questions/599365/what-is-your-favorite-c-programming-trick", + "http://blog.lostpropertyhq.com/postgres-full-text-search-is-good-enough", + "https://intelxed.github.io/", + "http://blog.rongarret.info/2015/05/why-lisp.html", + "https://racket-lang.org/", + "http://www.kk.org/thetechnium/archives/2009/02/amish_hackers_a.php", + "http://freakonomics.blogs.nytimes.com/2009/10/06/do-we-need-a-37-cent-coin", + "https://nautil.us/issue/86/energy/why-birds-can-fly-over-mount-everest", + "http://jacobian.org/writing/rest-worst-practices", + "http://www.visual6502.org/JSSim/index.html", + "https://system76.com/laptops/pangolin", + "https://blog.fastmail.com/2014/12/23/jmap-a-better-way-to-email", + "http://en.wikipedia.org/wiki/Y_Combinator", + "http://setosa.io/ev/image-kernels", + "http://noticing.co/on-size-and-metabolism", + "https://kam.mff.cuni.cz/~matousek/stml-53-matousek-1.pdf", + "http://spotthedrowningchild.com/", + "https://eprint.iacr.org/2014/904", + "https://bost.ocks.org/mike/algorithms", + "http://libmill.org/index.html", + "https://scottlocklin.wordpress.com/2012/09/18/a-look-at-the-j-language-the-fine-line-between-genius-and-insanity", + "http://cb.vu/unixtoolbox.xhtml", + "https://www.gamasutra.com/blogs/DoctorLudos/20171207/311143/Making_a_Game_Boy_game_in_2017_A_quotSheep_It_Upquot_PostMortem_part_12.php", + "http://trixter.oldskool.org/2015/04/07/8088-mph-we-break-all-your-emulators", + "http://www.grokdotcom.com/2008/02/26/amazon-shopping-cart", + "http://dis.4chan.org/read/prog/1295544154", + "http://www.nicolasbize.com/blog/30-years-later-qbasic-is-still-the-best", + "http://postary.com/twitter/mileslennon/why-are-95-of-blogs-abandoned", + "https://github.com/microsoft/playwright-cli", + "http://www.newyorker.com/magazine/2015/04/27/the-man-who-broke-the-music-business", + "https://libreboot.org/", + "https://blogs.uw.edu/ajko/2012/08/22/john-carmack-discusses-the-art-and-science-of-software-engineering", + "http://en.wikipedia.org/wiki/Sprouts_(game)", + "http://www.feynmanlectures.caltech.edu/", + "https://github.com/minimaxir/big-list-of-naughty-strings", + "http://www.sixmonthmba.com/2009/02/999ideas.html", + "https://magcius.github.io/xplain/article", + "http://www.etalabs.net/compare_libcs.html", + "https://tldroptions.io/", + "http://lists.busybox.net/pipermail/busybox/2010-December/074114.html", + "https://chrisdone.com/posts/haskell-lisp-philosophy-difference", + "http://www.digitaljournal.com/science/40-000-year-old-bracelet-from-extinct-human-species-discovered/article/432798", + "https://bellard.org/tcc", + "https://microg.org/", + "https://nicoleorchard.com/blog/compilers", + "http://tosdr.org/", + "http://lambda-the-ultimate.org/node/3851", + "https://en.wikipedia.org/wiki/52-hertz_whale", + "https://shiftyjelly.wordpress.com/2011/08/02/amazon-app-store-rotten-to-the-core", + "https://urbit.org/", + "https://noidea.dog/glue", + "https://chriskiehl.com/article/event-sourcing-is-hard", + "http://www.hostmeinca.com/", + "http://www.dropbox.com/jobs/challenges", + "http://blog.chriszacharias.com/page-weight-matters", + "http://bramcohen.com/2011/12/04/never-make-counter-offers", + "http://petdance.com/ack", + "http://zsync.moria.org.uk/", + "https://lesspass.com/", + "http://www.littleboxchallenge.com/", + "http://worldwidetelescope.org/webclient", + "http://www.apple.com/privacy", + "http://tatiyants.com/postgres-query-plan-visualization", + "http://www.raspberrypi.org/", + "https://ohshitgit.com/", + "https://cockpit-project.org/", + "http://wiki.luajit.org/New-Garbage-Collector", + "http://spectrum.ieee.org/computing/hardware/dudley-bucks-forgotten-cryotron-computer", + "http://www.cs.yale.edu/homes/hudak/Papers/HSoM.pdf", + "http://www.latimes.com/news/printedition/front/la-na-tapwater25-2009feb25,0,6720560,full.story", + "https://realworldocaml.org/", + "https://www.borgbackup.org/", + "https://blog.metaobject.com/2015/10/jitterdammerung.html", + "http://danluu.com/programmer-moneyball", + "http://www.janestreetcapital.com/minsky_weeks-jfp_18.pdf", + "http://bbcsfx.acropolis.org.uk/", + "https://sivers.org/zipit", + "https://cms.fightforthefuture.org/teenager", + "http://selfie.cs.uni-salzburg.at/", + "https://kk.org/thetechnium/1000-true-fans", + "https://github.com/MiSTer-devel/Main_MiSTer/wiki", + "https://github.com/alexdelorenzo/chromecast_mpris", + "https://mosh.mit.edu/", + "https://blog.invisiblethings.org/2015/12/23/state_harmful.html", + "http://highscalability.com/latency-everywhere-and-it-costs-you-sales-how-crush-it", + "https://www.leshenko.net/p/ugit", + "http://www.openculture.com/freeonlinecourses", + "https://blog.printf.net/articles/2015/05/29/announcing-gittorrent-a-decentralized-github", + "https://en.wikipedia.org/wiki/FE-Schrift", + "http://www.lowtechmagazine.com/2011/12/the-chinese-wheelbarrow.html", + "https://runyourown.social/", + "http://www.math.umass.edu/~lavine/Book/book.html", + "http://www.nature.com/news/quantum-gas-goes-below-absolute-zero-1.12146", + "https://arstechnica.com/science/2019/01/addictive-interactive-murder-map-lets-you-explore-medieval-london-crime", + "https://www.youtube.com/watch?v=_ahvzDzKdB0", + "https://ferd.ca/the-little-printf.html", + "https://www.mozilla.org/en-US/firefox/facebookcontainer", + "http://classics.mit.edu/Antoninus/meditations.html", + "https://github.com/seL4/seL4", + "https://jimshaver.net/2015/02/11/decrypting-tls-browser-traffic-with-wireshark-the-easy-way", + "http://www.joelonsoftware.com/articles/fog0000000069.html", + "http://ebiquity.umbc.edu/blogger/2008/01/19/how-dr-suess-would-prove-the-halting-problem-undecidable", + "http://gs.statcounter.com/", + "http://www.cs.utexas.edu/users/EWD/transcriptions/EWD06xx/EWD667.html", + "http://www.linuxjournal.com/article/3882", + "http://danielmiessler.com/study/tcpdump", + "http://www.ibiblio.org/harris/500milemail.html", + "http://yuiblog.com/crockford", + "http://blog.asmartbear.com/self-doubt-fraud.html", + "http://steve-yegge.blogspot.com/2006/07/wizard-school.html", + "http://www.gwern.net/Ads", + "https://compilers.iecc.com/crenshaw", + "http://www.bingocardcreator.com/articles/developing-shopping-cart.htm", + "http://pbpython.com/pandas-pivot-table-explained.html", + "https://en.wikipedia.org/wiki/Gimli_Glider", + "http://online.wsj.com/article/SB121124460502305693.html", + "http://www.justin.tv/", + "http://www.ccs.neu.edu/home/matthias/HtDP2e", + "https://kuler.adobe.com/", + "http://c-faq.com/decl/spiral.anderson.html", + "http://www.teslamotors.com/blog/secret-tesla-motors-master-plan-just-between-you-and-me", + "https://boingboing.net/2012/01/10/lockdown.html", + "http://www.johndcook.com/blog/2010/01/20/ten-surprises-from-numerical-linear-algebra", + "http://madebyevan.com/webgl-path-tracing", + "http://www.defmacro.org/ramblings/fp.html", + "http://pud.com/post/10103947044/fucking-sue-me", + "http://www.willamette.edu/~fruehr/haskell/evolution.html", + "https://github.com/schollz/find3", + "https://www.unisonweb.org/", + "https://github.com/quiet/org.quietmodem.Quiet", + "http://mixergy.com/live", + "http://www.damtp.cam.ac.uk/user/tong/em/dyson.pdf", + "https://news.ycombinator.com/best", + "https://seashells.io/", + "https://neal.fun/deep-sea", + "http://ffmpeg.org/index.html", + "https://www.nayuki.io/page/creating-a-qr-code-step-by-step", + "https://scottlocklin.wordpress.com/2013/07/28/ruins-of-forgotten-empires-apl-languages", + "https://playbook.samaltman.com/", + "http://eli.thegreenplace.net/2009/10/21/are-pointers-and-arrays-equivalent-in-c", + "https://blog.robertelder.org/recording-660-fps-on-raspberry-pi-camera", + "http://www.playframework.org/", + "http://worrydream.com/dbx", + "http://www.zerovm.org/", + "http://silverspaceship.com/hovalaag", + "http://simplexify.net/blog/2012/5/6/i-am-a-statistician-and-i-buy-lottery-tickets.html", + "http://www.billthelizard.com/2008/12/books-programmers-dont-really-read.html", + "https://github.com/litl/rauth", + "http://www.bbc.com/news/magazine-34484972", + "https://c9x.me/edit", + "https://quickdraw.withgoogle.com/", + "http://loveconquersallgam.es/post/2350461718/fuck-the-super-game-boy-introduction", + "http://www.slideshare.net/missrogue/the-10-mistakes-ive-madeso-you-dont-have-to", + "https://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/paper-reading.pdf", + "http://www.scottaaronson.com/papers/philos.pdf", + "http://www.pacifict.com/Story", + "https://ncase.me/trust", + "https://numinous.productions/ttft", + "http://stevelosh.com/blog/2016/12/chip8-cpu", + "http://zotonic.com/", + "http://databrewery.org/", + "https://nikhilm.github.io/uvbook", + "https://www.theparisreview.org/blog/2019/02/08/reading-in-the-age-of-constant-distraction", + "http://www.forteantimes.com/features/articles/1302/lost_in_space.html", + "http://www.fmwconcepts.com/imagemagick/index.php", + "http://www.fossjobs.net/", + "http://blog.izs.me/post/10213512387/javascript-is-not-web-assembly", + "http://www.yosefk.com/blog/my-history-with-forth-stack-machines.html", + "http://html5boilerplate.com/", + "http://www.catb.org/~esr/faqs/hacker-howto.html", + "http://www.thingsquare.com/blog/articles/100-hops-ipv6-mesh", + "http://web.stanford.edu/~learnest/les/crypto.htm", + "http://hivelogic.com/articles/top-10-programming-fonts", + "http://kittenlang.org/", + "http://priceonomics.com/the-correlation-between-arts-and-crafts-and-a", + "http://www.teamten.com/lawrence/writings/norris-numbers.html", + "https://longnow.org/clock", + "http://www.nowykurier.com/toys/gravity/gravity.html", + "http://www.ranum.com/security/computer_security/editorials/dumb/index.html", + "http://academictorrents.com/", + "http://stereopsis.com/flux", + "http://redeye.firstround.com/2007/10/this-year-i-mea.html", + "https://github.com/mahmoud/boltons", + "http://www.graalvm.org/", + "http://www1.informatik.uni-erlangen.de/tresor", + "http://longnow.org/essays/richard-feynman-and-connection-machine", + "http://www.chromoscope.net/", + "http://www.blinkenlights.com/classiccmp/javaorigin.html", + "http://ftp.squeak.org/docs/OOPSLA.Squeak.html", + "http://www.chiark.greenend.org.uk/~sgtatham/dice", + "http://www.fourmilab.ch/etexts/www/barnum/moneygetting", + "http://recursivedrawing.com/", + "http://documentcloud.github.com/backbone", + "https://fengari.io/", + "http://www.android-x86.org/", + "https://flutter.io/", + "http://omnipotent.net/jquery.sparkline", + "http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs", + "http://blog.silktide.com/2013/01/things-learned-pretending-to-be-blind-for-a-week", + "http://animatron.com/", + "http://strlen.com/lobster", + "https://oscarbonilla.com/2009/05/visualizing-bayes-theorem", + "http://www.diybookscanner.org/", + "http://www.cs.virginia.edu/~evans/cs655/readings/smalltalk.html", + "http://y2combinator.com/", + "https://bl.ocks.org/mbostock/11357811", + "http://www.bunniestudios.com/blog?p=3554", + "https://code.joejag.com/2016/anti-if-the-missing-patterns.html", + "https://neocities.org/", + "https://stribika.github.io/2015/01/04/secure-secure-shell.html", + "https://github.com/mxgmn/WaveFunctionCollapse", + "http://www.paulgraham.com/identity.html", + "http://hackage.haskell.org/platform", + "http://nodebox.net/code/index.php/Home", + "http://www.37signals.com/svn/posts/753-ask-37signals-how-do-you-process-credit-cards", + "http://ncombinator.com/", + "http://skiplang.com/", + "https://gravityandlevity.wordpress.com/2015/01/12/how-strong-would-a-magnetic-field-have-to-be-to-kill-you", + "http://rhizome.org/editorial/2013/sep/23/impossible-music-black-midi", + "https://blog.jessfraz.com/post/thoughts-on-conways-law-and-the-software-stack", + "https://numenta.com/blog/2019/01/16/the-thousand-brains-theory-of-intelligence", + "https://github.com/evilsocket/opensnitch", + "http://www.haskellforall.com/2012/08/the-category-design-pattern.html", + "https://gist.github.com/289467", + "http://www.windytan.com/2012/11/the-sound-of-dialup-pictured.html", + "http://www.atlasobscura.com/articles/the-famous-photo-of-chernobyls-most-dangerous-radioactive-material-was-a-selfie", + "http://www.hemingwayapp.com/", + "http://colah.github.io/posts/2015-09-NN-Types-FP", + "http://www.scottaaronson.com/democritus/lec9.html", + "https://pruned.blogspot.com/2012/01/gardens-as-crypto-water-computers.html", + "http://google.com/", + "http://patriciopalladino.com/blog/2012/08/09/non-alphanumeric-javascript.html", + "http://mathoverflow.net/questions/8846/proofs-without-words", + "https://al3x.net/2013/05/23/letter-to-a-young-programmer.html", + "https://julialang.org/blog/2018/12/ml-language-compiler", + "http://www.jsoftware.com/papers/tot.htm", + "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239252", + "http://spottedsun.com/face-detection-in-images-using-opencv-and-python", + "http://www.gianlucagimini.it/prototypes/velocipedia.html", + "https://bartoszmilewski.com/2021/02/16/functorio", + "http://www.thumbtack.com/engineering/googlebot-makes-post-requests-via-ajax", + "http://lisperati.com/haskell", + "http://martinfowler.com/articles/serverless.html", + "https://bofh.org.uk/2019/02/25/baking-with-emacs", + "https://www.zotero.org/", + "https://science.nasa.gov/science-news/science-at-nasa/2014/23jul_superstorm", + "http://www.colorforth.com/HOPL.html", + "http://www.scsh.net/docu/html/man.html", + "https://blog.samaltman.com/the-days-are-long-but-the-decades-are-short", + "https://plantuml.com/", + "http://www.cypherspace.org/adam/hacks/lotus-nsa-key.html", + "http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html", + "http://www.dropbox.com/teams", + "http://storagemojo.com/2014/04/25/amazons-glacier-secret-bdxl", + "https://reasonml.github.io/community/blog", + "https://github.com/orbitdb/orbit-db", + "http://www.peereboom.us/assl/assl/html/openssl.html", + "http://beginners.re/", + "https://www.shortcutfoo.com/", + "http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html", + "https://github.com/igrigorik/hackernews-button", + "http://ycombinator.com/munger.html", + "https://arxiv.org/abs/1809.10756", + "http://gobot.io/", + "http://www.defmacro.org/2014/10/03/engman.html", + "https://github.com/endrazine/wcc", + "http://opengarages.org/handbook", + "http://www.cs.utexas.edu/users/EWD/ewd08xx/EWD831.PDF", + "http://www.garlikov.com/Soc_Meth.html", + "http://slides.html5rocks.com/", + "http://shenlanguage.org/", + "http://www.aaronsw.com/weblog/rewritingreddit", + "http://blog.sumall.com/journal/optimizely-got-me-fired.html", + "http://blogs.law.harvard.edu/sj/2011/07/24/aaron-swartz-v-united-states", + "http://www.research.ibm.com/people/l/lloydt/color/color.HTM", + "http://www.greghendershott.com/fear-of-macros", + "http://www.mikeash.com/getting_answers.html", + "http://swtch.com/~rsc/regexp/regexp4.html", + "https://thetruesize.com/", + "http://jekor.com/article/is-haskell-a-good-choice-for-web-applications", + "https://arxiv.org/abs/0903.0340", + "http://www.w3.org/History/1989/proposal.html", + "http://rubymonk.com/", + "https://netboot.xyz/", + "http://www.archdaily.com/395363/india-s-forgotten-stepwells", + "http://www.atlasobscura.com/articles/inside-the-new-york-public-librarys-last-secret-apartments", + "http://jqapi.com/", + "http://www.fourmilab.ch/documents/golden_glow", + "http://www.rafekettler.com/magicmethods.html", + "http://en.wikipedia.org/wiki/Yi_(editor)", + "http://pybrain.org/", + "https://github.com/SFTtech/openage", + "http://www.tagspaces.org/", + "http://prog21.dadgum.com/143.html", + "http://www.dkriesel.com/en/blog/2013/0802_xerox-workcentres_are_switching_written_numbers_when_scanning", + "http://chris-lamb.co.uk/2008/01/24/can-you-get-cp-to-give-a-progress-bar-like-wget", + "http://corkboard.me/", + "http://support.microsoft.com/kb/168702", + "https://github.com/PyO3/pyo3", + "https://freedom-to-tinker.com/2015/10/14/how-is-nsa-breaking-so-much-crypto", + "http://opensource.plurk.com/LightCloud", + "http://mycpu.thtec.org/www-mycpu-eu/index1.htm", + "http://www.evanmiller.org/how-not-to-sort-by-average-rating.html", + "http://code.google.com/android/adc.html", + "http://www.colourlovers.com/blog/2007/09/02/the-muller-formula-or-predictable-color-preferences", + "http://www.linusakesson.net/programming/tty", + "http://www.redbook.io/", + "http://37signals.com/svn/posts/3024-questions-i-ask-when-reviewing-a-design", + "http://www.paulgraham.com/stuff.html", + "https://segment.com/blog/a-brief-history-of-the-uuid", + "http://igoro.com/archive/gallery-of-processor-cache-effects", + "https://jodd.org/", + "http://phil.nullable.eu/", + "http://ciml.info/", + "http://www.nature.com/news/minimal-cell-raises-stakes-in-race-to-harness-synthetic-life-1.19633", + "http://www.infoq.com/presentations/katz-couchdb-and-me", + "http://www.digibarn.com/stories/bill-pentz-story/index.html", + "https://github.com/dwmkerr/hacker-laws", + "https://pandoc.org/", + "https://en.wikipedia.org/wiki/Soundex", + "https://graydon2.dreamwidth.org/253769.html", + "http://code.mixpanel.com/2011/08/05/how-and-why-we-switched-from-erlang-to-python", + "http://www.nongnu.org/lzip/xz_inadequate.html", + "https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html", + "http://www.numberspiral.com/index.html", + "http://addyosmani.com/largescalejavascript", + "http://blog.moertel.com/posts/2013-12-14-great-old-timey-game-programming-hack.html", + "https://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html", + "https://donmelton.com/2014/04/10/memories-of-steve", + "https://github.com/robert-strandh/SICL", + "http://en.wikipedia.org/wiki/Anatoli_Bugorski", + "http://www.atlasobscura.com/articles/the-alternate-universe-of-soviet-arcade-games", + "https://en.wikipedia.org/wiki/Pirate_game", + "https://github.com/zsaleeba/picoc", + "http://www.forbes.com/sites/victoriabarret/2011/10/18/dropbox-the-inside-story-of-techs-hottest-startup", + "http://stevecorona.com/college-was-my-biggest-mistake", + "http://waywardmonkeys.org/2014/10/10/rich-command-shells", + "https://code.google.com/p/phpreboot", + "https://andrewkelley.me/post/zig-stack-traces-kernel-panic-bare-bones-os.html", + "http://en.wikipedia.org/wiki/Alan_Turing", + "https://martinfowler.com/bliki/MonolithFirst.html", + "http://www.purl.org/stefan_ram/pub/doc_kay_oop_en", + "http://www.righto.com/2014/09/mining-bitcoin-with-pencil-and-paper.html", + "https://github.com/mozilla/sweet.js", + "https://graphics.stanford.edu/~seander/bithacks.html", + "http://www.newscientist.com/article/mg21228440.700-dotdashdiss-the-gentleman-hackers-1903-lulz.html", + "http://ankisrs.net/", + "http://www.nytimes.com/2009/05/24/magazine/24labor-t.html", + "http://blogs.perl.org/users/rafael_garcia-suarez/2011/10/why-dart-is-not-the-language-of-the-future.html", + "http://www.paulgraham.com/rootsoflisp.html", + "https://erikbern.com/2019/04/15/why-software-projects-take-longer-than-you-think-a-statistical-model.html", + "https://www.dendron.so/", + "http://www.jsoftware.com/papers/50", + "https://meta.wikimedia.org/wiki/Cunningham%27s_Law", + "https://rob-bell.net/2009/06/a-beginners-guide-to-big-o-notation", + "http://www.cs.yale.edu/homes/perlis-alan/quotes.html", + "https://www.ctrl.blog/entry/resolvconf-tutorial.html", + "https://github.com/yandex/odyssey", + "http://wiki.postgresql.org/wiki/PGStrom", + "http://web.mit.edu/jemorris/humor/500-miles", + "http://www.math.tamu.edu/~cyan/Rota/mitless.html", + "http://www.bbc.com/future/story/20160229-the-sea-nomad-children-who-see-like-dolphins", + "https://hpbn.co/", + "http://www.susanjfowler.com/blog/2016/8/13/so-you-want-to-learn-physics", + "https://motherboard.vice.com/read/my-year-in-san-franciscos-2-million-secret-society-startup", + "http://www.dabeaz.com/generators", + "http://www-cs-students.stanford.edu/~amitp/gameprog.html", + "https://minimaxir.com/2017/06/r-notebooks", + "http://programmersatwork.wordpress.com/bill-gates-1986", + "https://danluu.com/input-lag", + "https://randomwire.com/why-japanese-web-design-is-so-different", + "https://localghost.dev/2019/09/everything-i-googled-in-a-week-as-a-professional-software-engineer", + "http://tipstrategies.com/archive/geography-of-jobs", + "https://keepachangelog.com/", + "http://blog.bumblebeelabs.com/social-software-sundays-2-the-evaporative-cooling-effect", + "https://gist.github.com/willurd/5720255", + "https://learnxinyminutes.com/", + "http://www.boston.com/bostonglobe/ideas/naps", + "http://stedolan.github.io/jq", + "https://www.holistics.io/blog/the-rise-and-fall-of-the-olap-cube", + "http://www.amazon.com/", + "http://www.hackerfactor.com/blog/index.php?/archives/322-Body-By-Victoria.html", + "https://github.com/hemanth/functional-programming-jargon", + "http://zoomquilt.org/", + "http://filecoin.io/", + "http://porg.es/blog/functional-programming-apl-and-unix-pipes", + "https://github.com/ieure/sicp", + "https://nodered.org/", + "https://news.ycombinator.com/item?id=363", + "https://thewalrus.ca/older-wiser-better-aging-artists-are-at-their-peak", + "https://dynamicland.org/", + "https://github.com/lettier/3d-game-shaders-for-beginners", + "http://infolab.stanford.edu/~sergey", + "https://adventofcode.com/", + "http://pyjs.org/", + "http://weblog.raganwald.com/2007/03/why-why-functional-programming-matters.html", + "http://www.duetdisplay.com/", + "https://matduggan.com/mistakes", + "http://www.supermemo.com/articles/sleep.htm", + "http://dippl.org/", + "http://blogs.smugmug.com/don/2007/04/27/the-perfect-db-storage-array", + "http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy", + "https://www.sixdegreesofwikipedia.com/", + "http://stephaneginier.com/sculptgl", + "http://www.datapointed.net/visualizations/math/factorization/animated-diagrams" ] \ No newline at end of file diff --git a/public/topFrontPageLinksWithCounts.json b/public/topFrontPageLinksWithCounts.json index b5b97cd..4ace666 100644 --- a/public/topFrontPageLinksWithCounts.json +++ b/public/topFrontPageLinksWithCounts.json @@ -1,5672 +1,28 @@ [ - { - "url": "https://projecteuler.net/", - "title": "About - Project Euler", - "count": "6" - }, - { - "url": "https://sonic-pi.net/", - "title": "Sonic Pi - The Live Coding Music Synth for Everyone", - "count": "5" - }, - { - "url": "https://regexr.com/", - "title": "RegExr: Learn, Build, & Test RegEx", - "count": "5" - }, - { - "url": "http://nginx.org/", - "title": "nginx news", - "count": "5" - }, - { - "url": "http://learnyouahaskell.com/", - "title": "Learn You a Haskell for Great Good!", - "count": "4" - }, - { - "url": "http://landoflisp.com/", - "title": "", - "count": "4" - }, - { - "url": "https://kivy.org/", - "title": "Kivy: Cross-platform Python Framework for GUI apps Development", - "count": "4" - }, - { - "url": "https://graphics.stanford.edu/~seander/bithacks.html", - "title": "Bit Twiddling Hacks", - "count": "4" - }, - { - "url": "https://factorcode.org/", - "title": "Factor programming language", - "count": "4" - }, - { - "url": "http://www.windows93.net/", - "title": "WINDOWS93", - "count": "4" - }, - { - "url": "https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html", - "title": "why GNU grep is fast", - "count": "4" - }, - { - "url": "https://github.com/kanaka/mal", - "title": "GitHub - kanaka/mal: mal - Make a Lisp", - "count": "4" - }, - { - "url": "https://code.google.com/codejam", - "title": "404 Page not found", - "count": "4" - }, - { - "url": "http://dev.stephendiehl.com/hask", - "title": "", - "count": "4" - }, - { - "url": "http://coffeescript.org/", - "title": "CoffeeScript", - "count": "4" - }, - { - "url": "https://asciiflow.com/", - "title": "ASCIIFlow", - "count": "4" - }, - { - "url": "https://earth.nullschool.net/", - "title": "earth :: a global map of wind, weather, and ocean conditions", - "count": "4" - }, - { - "url": "http://slides.html5rocks.com/", - "title": "Error 404 (Not Found)!!1", - "count": "4" - }, - { - "url": "http://www.willamette.edu/~fruehr/haskell/evolution.html", - "title": "The Evolution of a Haskell Programmer", - "count": "3" - }, - { - "url": "http://www.openstenoproject.org/", - "title": "Home | Open Steno Project", - "count": "3" - }, - { - "url": "http://www.oftenpaper.net/sierpinski.htm", - "title": "oftenpaper.net/sierpinski.htm", - "count": "3" - }, - { - "url": "http://www.norvig.com/spell-correct.html", - "title": "How to Write a Spelling Corrector", - "count": "3" - }, - { - "url": "http://www.nhplace.com/kent/Papers/cl-untold-story.html", - "title": "Common Lisp: The Untold Story", - "count": "3" - }, - { - "url": "http://www.linusakesson.net/programming/tty/index.php", - "title": "The TTY demystified", - "count": "3" - }, - { - "url": "http://www.jsfuck.com/", - "title": "JSFuck - Write any JavaScript with 6 Characters: []()!+", - "count": "3" - }, - { - "url": "http://www.georgehart.com/bagel/bagel.html", - "title": "Mathematically Correct Breakfast -- Linked Bagel Halves", - "count": "3" - }, - { - "url": "http://www.garlikov.com/Soc_Meth.html", - "title": "The Socratic Method", - "count": "3" - }, - { - "url": "http://www.dspguide.com/pdfbook.htm", - "title": "The Scientist and Engineer's Guide to Digital Signal Processing's Table of Content", - "count": "3" - }, - { - "url": "http://www.4p8.com/eric.brasseur/gamma.html", - "title": "Redirection", - "count": "3" - }, - { - "url": "http://websocketd.com/", - "title": "websocketd", - "count": "3" - }, - { - "url": "http://websdr.ewi.utwente.nl:8901/", - "title": "Wide-band WebSDR in Enschede, the Netherlands", - "count": "3" - }, - { - "url": "http://trillian.mit.edu/~jc/humor/ATT_Copyright_true.html", - "title": "The /bin/true Command and Copyright", - "count": "3" - }, - { - "url": "https://www.zotero.org/", - "title": "Zotero | Your personal research assistant", - "count": "3" - }, - { - "url": "https://www.darlinghq.org/", - "title": "Darling |", - "count": "3" - }, - { - "url": "http://st.suckless.org/", - "title": "st - simple terminal | suckless.org software that sucks less", - "count": "3" - }, - { - "url": "https://training.kalzumeus.com/newsletters/archive/enterprise_sales", - "title": "Selling Software To Large Businesses", - "count": "3" - }, - { - "url": "http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html", - "title": "Stevey's Blog Rants: Good Agile, Bad Agile", - "count": "3" - }, - { - "url": "https://seashells.io/", - "title": "Seashells", - "count": "3" - }, - { - "url": "https://jaycarlson.net/microcontrollers", - "title": "One moment, please...", - "count": "3" - }, - { - "url": "https://github.com/susam/texme", - "title": "GitHub - susam/texme: Self-rendering Markdown + LaTeX documents", - "count": "3" - }, - { - "url": "https://github.com/robertdavidgraham/masscan", - "title": "GitHub - robertdavidgraham/masscan: TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.", - "count": "3" - }, - { - "url": "https://github.com/munificent/vigil", - "title": "GitHub - munificent/vigil: Vigil, the eternal morally vigilant programming language", - "count": "3" - }, - { - "url": "https://github.com/minimaxir/big-list-of-naughty-strings", - "title": "GitHub - minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.", - "count": "3" - }, - { - "url": "https://github.com/google/lisp-koans", - "title": "GitHub - google/lisp-koans: Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.", - "count": "3" - }, - { - "url": "https://github.com/alevchuk/vim-clutch", - "title": "GitHub - alevchuk/vim-clutch: A hardware pedal for improved text editing in Vim", - "count": "3" - }, - { - "url": "http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg03277.html", - "title": "RE: What's so cool about Scheme?", - "count": "3" - }, - { - "url": "http://norvig.com/experiment-design.html", - "title": "", - "count": "3" - }, - { - "url": "http://neuralnetworksanddeeplearning.com/chap4.html", - "title": "Neural networks and deep learning", - "count": "3" - }, - { - "url": "http://lists.squeakfoundation.org/pipermail/squeak-dev/1998-October/017019.html", - "title": "prototypes vs classes was: Re: Sun's HotSpot", - "count": "3" - }, - { - "url": "http://lists.busybox.net/pipermail/busybox/2010-December/074114.html", - "title": "Understanding the bin, sbin, usr/bin , usr/sbin split", - "count": "3" - }, - { - "url": "http://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail", - "title": "Reality has a surprising amount of detail", - "count": "3" - }, - { - "url": "http://gameprogrammingpatterns.com/", - "title": "Game Programming Patterns", - "count": "3" - }, - { - "url": "http://cslibrary.stanford.edu/101/EssentialC.pdf", - "title": "", - "count": "3" - }, - { - "url": "http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata", - "title": "Damn Cool Algorithms: Levenshtein Automata - Nick's Blog", - "count": "3" - }, - { - "url": "http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html", - "title": "A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux", - "count": "3" - }, - { - "url": "http://www.lambdassociates.org/blog/bipolar.htm", - "title": "", - "count": "3" - }, - { - "url": "http://www.interdb.jp/pg/index.html", - "title": "The Internals of PostgreSQL : Introduction", - "count": "3" - }, - { - "url": "http://www.ibiblio.org/harris/500milemail.html", - "title": "The case of the 500-mile email", - "count": "3" - }, - { - "url": "http://www.aaronsw.com/weblog/productivity", - "title": "HOWTO: Be more productive (Aaron Swartz's Raw Thought)", - "count": "3" - }, - { - "url": "http://tantek.com/log/2007/02.html", - "title": "Tantek's Thoughts — 2007 February", - "count": "3" - }, - { - "url": "http://www.hammerspoon.org/", - "title": "Hammerspoon", - "count": "3" - }, - { - "url": "https://www.gwern.net/Complement", - "title": "Laws of Tech: Commoditize Your Complement · Gwern.net", - "count": "3" - }, - { - "url": "https://www.crypto101.io/", - "title": "Crypto 101", - "count": "3" - }, - { - "url": "http://startupclass.samaltman.com/", - "title": "How to Start a Startup", - "count": "3" - }, - { - "url": "https://sethrobertson.github.io/GitFixUm/fixup.html", - "title": "On undoing, fixing, or removing commits in git", - "count": "3" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=1814327", - "title": "You’re Doing It Wrong - ACM Queue", - "count": "3" - }, - { - "url": "https://oeis.org/", - "title": "The On-Line Encyclopedia of Integer Sequences® (OEIS®)", - "count": "3" - }, - { - "url": "https://norvig.com/21-days.html", - "title": "Teach Yourself Programming in Ten Years", - "count": "3" - }, - { - "url": "https://monster6502.com/", - "title": "MOnSter 6502", - "count": "3" - }, - { - "url": "https://libreboot.org/", - "title": "Libreboot – Libreboot project", - "count": "3" - }, - { - "url": "https://laverna.cc/", - "title": "Laverna - keep your notes private", - "count": "3" - }, - { - "url": "https://kallithea-scm.org/", - "title": "Kallithea", - "count": "3" - }, - { - "url": "https://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html", - "title": "If the Moon Were Only 1 Pixel - A tediously accurate map of the solar system", - "count": "3" - }, - { - "url": "http://shirky.com/writings/group_enemy.html", - "title": "Page not found – Clay Shirky", - "count": "3" - }, - { - "url": "https://godbolt.org/", - "title": "Compiler Explorer", - "count": "3" - }, - { - "url": "https://github.com/tidwall/tile38", - "title": "GitHub - tidwall/tile38: Real-time Geospatial and Geofencing", - "count": "3" - }, - { - "url": "https://github.com/froggey/Mezzano", - "title": "GitHub - froggey/Mezzano: An operating system written in Common Lisp", - "count": "3" - }, - { - "url": "https://github.com/anvaka/atree", - "title": "GitHub - anvaka/atree: Just a simple Christmas tree, based on reddit story", - "count": "3" - }, - { - "url": "https://gist.github.com/staltz/868e7e9bc2a7b8c1f754", - "title": "The introduction to Reactive Programming you've been missing · GitHub", - "count": "3" - }, - { - "url": "https://funcall.blogspot.com/2009/03/not-lisp-again.html", - "title": "Abstract Heresies: Not Lisp again....", - "count": "3" - }, - { - "url": "https://ferd.ca/the-zen-of-erlang.html", - "title": "The Zen of Erlang", - "count": "3" - }, - { - "url": "https://en.wikipedia.org/wiki/Baumol%27s_cost_disease", - "title": "Baumol's cost disease - Wikipedia", - "count": "3" - }, - { - "url": "https://crontab.guru/", - "title": "Crontab.guru - The cron schedule expression editor", - "count": "3" - }, - { - "url": "https://boingboing.net/2012/01/10/lockdown.html", - "title": "Lockdown: The coming war on general-purpose computing | Boing Boing", - "count": "3" - }, - { - "url": "https://adventofcode.com/", - "title": "Advent of Code 2021", - "count": "3" - }, - { - "url": "https://racket-lang.org/", - "title": "Racket", - "count": "3" - }, - { - "url": "https://python3wos.appspot.com/", - "title": "500 Server Error", - "count": "3" - }, - { - "url": "http://pud.com/post/10103947044/fucking-sue-me", - "title": "** Not Found **", - "count": "3" - }, - { - "url": "https://people.xiph.org/~xiphmont/demo/neil-young.html", - "title": "24/192 Music Downloads are Very Silly Indeed", - "count": "3" - }, - { - "url": "https://norvig.com/sudoku.html", - "title": "Solving Every Sudoku Puzzle", - "count": "3" - }, - { - "url": "https://norvig.com/lispy.html", - "title": "(How to Write a (Lisp) Interpreter (in Python))", - "count": "3" - }, - { - "url": "https://news.ycombinator.com/", - "title": "Hacker News", - "count": "3" - }, - { - "url": "https://nedbatchelder.com/blog/200811/print_this_file_your_printer_will_jam.html", - "title": "Print this file, your printer will jam | Ned Batchelder", - "count": "3" - }, - { - "url": "https://mywiki.wooledge.org/BashPitfalls", - "title": "BashPitfalls - Greg's Wiki", - "count": "3" - }, - { - "url": "https://moonscript.org/", - "title": "MoonScript, a language that compiles to Lua", - "count": "3" - }, - { - "url": "https://marc.info/?l=git&m=124111702609723&w=2", - "title": "'Re: Why Git is so fast (was: Re: Eric Sink's blog - notes on git,' - MARC", - "count": "3" - }, - { - "url": "http://lists.warhead.org.uk/pipermail/iwe/2005-July/000130.html", - "title": "[IWE] Why Lisp macros are cool, a Perl perspective", - "count": "3" - }, - { - "url": "https://library.sciencemadness.org/library/books/ignition.pdf", - "title": "", - "count": "3" - }, - { - "url": "https://fishshell.com/", - "title": "fish shell", - "count": "3" - }, - { - "url": "https://explainshell.com/", - "title": "explainshell.com - match command-line arguments to their help text", - "count": "3" - }, - { - "url": "https://en.wikipedia.org/wiki/One-electron_universe", - "title": "One-electron universe - Wikipedia", - "count": "3" - }, - { - "url": "https://en.wikipedia.org/wiki/Non-English-based_programming_languages", - "title": "Non-English-based programming languages - Wikipedia", - "count": "3" - }, - { - "url": "https://eloquentjavascript.net/", - "title": "Eloquent JavaScript", - "count": "3" - }, - { - "url": "https://editorconfig.org/", - "title": "EditorConfig", - "count": "3" - }, - { - "url": "https://dmitry.gr/?r=05.Projects&proj=07.%20Linux%20on%208bit", - "title": "Linux on an 8-bit micro? - Dmitry.GR", - "count": "3" - }, - { - "url": "https://code.nasa.gov/", - "title": "NASA Open Source Software", - "count": "3" - }, - { - "url": "https://arxiv.org/abs/0903.0340", - "title": "[0903.0340] Physics, Topology, Logic and Computation: A Rosetta Stone", - "count": "3" - }, - { - "url": "https://aosabook.org/en/index.html", - "title": "The Architecture of Open Source Applications", - "count": "3" - }, - { - "url": "https://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html", - "title": "Functors, Applicatives, And Monads In Pictures - adit.io", - "count": "3" - }, - { - "url": "https://37signals.com/", - "title": "37signals", - "count": "3" - }, - { - "url": "http://ffmpeg.org/index.html", - "title": "FFmpeg", - "count": "3" - }, - { - "url": "https://github.com/", - "title": "GitHub: Where the world builds software · GitHub", - "count": "3" - }, - { - "url": "https://gpu.rocks/", - "title": "GPU.js - GPU accelerated JavaScript", - "count": "3" - }, - { - "url": "https://gregable.com/2010/09/why-you-should-know-just-little-awk.html", - "title": "Why you should learn just a little Awk - An Awk tutorial by Example - Gregable", - "count": "3" - }, - { - "url": "https://play.freeciv.org/", - "title": "", - "count": "3" - }, - { - "url": "https://go-review.googlesource.com/", - "title": "", - "count": "3" - }, - { - "url": "http://startup_weekend.bluwiki.com/index.php?title=Startup_Weekend/Events", - "title": "", - "count": "3" - }, - { - "url": "http://yosefk.com/blog/my-history-with-forth-stack-machines.html", - "title": "My history with Forth & stack machines", - "count": "3" - }, - { - "url": "http://weblog.raganwald.com/2007/03/why-why-functional-programming-matters.html", - "title": "Why Why Functional Programming Matters Matters", - "count": "3" - }, - { - "url": "http://www.justin.tv/startupschool", - "title": "", - "count": "3" - }, - { - "url": "http://zsync.moria.org.uk/", - "title": "zsync", - "count": "2" - }, - { - "url": "http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html", - "title": "Yoshinori Matsunobu's blog: Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity server", - "count": "2" - }, - { - "url": "http://y2combinator.com/", - "title": "", - "count": "2" - }, - { - "url": "http://xuanji.appspot.com/isicp/1-1-elements.html", - "title": "iSICP 1.1 - The Elements of Programming", - "count": "2" - }, - { - "url": "http://www.zompist.com/yingzi/yingzi.htm", - "title": "Yingzi", - "count": "2" - }, - { - "url": "http://www.zerovm.org/", - "title": "ZeroVM sponsored by Rackspace", - "count": "2" - }, - { - "url": "http://www.yacoset.com/Home/signs-that-you-re-a-bad-programmer", - "title": "Signs that you're a bad programmer - Software Engineering Tips", - "count": "2" - }, - { - "url": "http://www.wordplace.com/ap/index.shtml", - "title": "Almost Perfect by W. E. Pete Peterson The Rise and Fall of WordPerfect Corporation", - "count": "2" - }, - { - "url": "http://www.wjh.harvard.edu/~dtg/DUNN%20GILBERT%20&%20WILSON%20(2011).pdf", - "title": "", - "count": "2" - }, - { - "url": "http://www.winestockwebdesign.com/Essays/Lisp_Curse.html", - "title": "The Lisp Curse", - "count": "2" - }, - { - "url": "http://www.visual6502.org/JSSim/index.html", - "title": "Visual 6502 in JavaScript", - "count": "2" - }, - { - "url": "http://www.vanadac.com/~dajhorn/novelties/ESR%20-%20Curse%20Of%20The%20Gifted.html", - "title": "Page not found - Vanadac Corporation", - "count": "2" - }, - { - "url": "http://www.useit.com/papers/anti-mac.html", - "title": "** Not Found **", - "count": "2" - }, - { - "url": "http://www.ultratechnology.com/1xforth.htm", - "title": "1x Forth by Charles Moore 4/13/99", - "count": "2" - }, - { - "url": "http://www.ulisp.com/", - "title": "uLisp", - "count": "2" - }, - { - "url": "http://www.tinmith.net/wayne/blog/2017/06/immersive-flight-sim-4.htm", - "title": "Wayne Piekarski | Modifying Microsoft Flight Simulator 4 to run on three immersive monitors", - "count": "2" - }, - { - "url": "http://www.terrybisson.com/page6/page6.html", - "title": "Page not found – TERRY BISSON of the UNIVERSE", - "count": "2" - }, - { - "url": "http://www.techoozie.com/10-books-that-will-substitute-a-computer-science-degree", - "title": "", - "count": "2" - }, - { - "url": "http://www.technoblogy.com/show?2AEE", - "title": "Technoblogy - Lisp Badge [Updated]", - "count": "2" - }, - { - "url": "http://www.structuredprocrastination.com/", - "title": "Structured Procrastination", - "count": "2" - }, - { - "url": "http://www.squeezedbooks.com/", - "title": "Squeezed Books Business Book Summaries", - "count": "2" - }, - { - "url": "http://www.squeakland.org/resources/books/readingList.jsp", - "title": "squeakland : resources : books : reading list", - "count": "2" - }, - { - "url": "http://www.sizecoding.org/wiki/Main_Page", - "title": "SizeCoding", - "count": "2" - }, - { - "url": "http://www.sixmonthmba.com/2009/02/999ideas.html", - "title": "DNS resolution error | www.sixmonthmba.com | Cloudflare", - "count": "2" - }, - { - "url": "http://www.sikuli.org/", - "title": "** Sikuli Project **", - "count": "2" - }, - { - "url": "http://www.safetyresearch.net/blog/articles/toyota-unintended-acceleration-and-big-bowl-%E2%80%9Cspaghetti%E2%80%9D-code", - "title": "Page not found - Safety Research & Strategies, Inc.", - "count": "2" - }, - { - "url": "http://www.ritsumei.ac.jp/~akitaoka/index-e.html", - "title": "Akiyoshi's illusion pages", - "count": "2" - }, - { - "url": "http://www.righto.com/2020/09/inside-hp-nanoprocessor-high-speed.html", - "title": "Inside the HP Nanoprocessor: a high-speed processor that can't even add", - "count": "2" - }, - { - "url": "http://www.righto.com/2020/06/a-look-at-die-of-8086-processor.html", - "title": "A look at the die of the 8086 processor", - "count": "2" - }, - { - "url": "http://www.righto.com/2019/11/tros-how-ibm-mainframes-stored.html", - "title": "TROS: How IBM mainframes stored microcode in transformers", - "count": "2" - }, - { - "url": "http://www.righto.com/2016/12/die-photos-and-analysis-of_24.html", - "title": "Die photos and analysis of the revolutionary 8008 microprocessor, 45 years old", - "count": "2" - }, - { - "url": "http://www.righto.com/2015/12/reverse-engineering-arm1-ancestor-of.html", - "title": "Reverse engineering the ARM1, ancestor of the iPhone's processor", - "count": "2" - }, - { - "url": "http://www.righto.com/2014/09/mining-bitcoin-with-pencil-and-paper.html", - "title": "Mining Bitcoin with pencil and paper: 0.67 hashes per day", - "count": "2" - }, - { - "url": "http://www.righto.com/2014/05/reverse-engineering-tl431-most-common.html", - "title": "Reverse-engineering the TL431: the most common chip you've never heard of", - "count": "2" - }, - { - "url": "http://www.righto.com/2013/11/how-hacker-news-ranking-really-works.html", - "title": "How Hacker News ranking really works: scoring, controversy, and penalties", - "count": "2" - }, - { - "url": "http://www.righto.com/2012/02/apple-didnt-revolutionize-power.html", - "title": "Apple didn't revolutionize power supplies; new transistors did", - "count": "2" - }, - { - "url": "http://www.righto.com/2011/07/cells-are-very-fast-and-crowded-places.html", - "title": "Cells are very fast and crowded places", - "count": "2" - }, - { - "url": "http://www.returninfinity.com/baremetal.html", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://www.redbook.io/", - "title": "Readings in Database Systems, 5th Edition", - "count": "2" - }, - { - "url": "http://www.recombinantrecords.net/docs/2009-05-Amusing-Ourselves-to-Death.html", - "title": "Amusing Ourselves to Death by Stuart McMillen - cartoon Recombinant Records", - "count": "2" - }, - { - "url": "http://www.readwriteweb.com/archives/google_hands_wikileaks_volunteers_gmail_data_to_us.php", - "title": "** Not Found **", - "count": "2" - }, - { - "url": "http://www.ranum.com/security/computer_security/editorials/dumb/index.html", - "title": "The Six Dumbest Ideas in Computer Security", - "count": "2" - }, - { - "url": "http://www.projectoberon.com/", - "title": "Home", - "count": "2" - }, - { - "url": "http://www.prettyloaded.com/", - "title": "", - "count": "2" - }, - { - "url": "http://www.pointerpointer.com/", - "title": "www.pointerpointer.com | 520: Web server is returning an unknown error", - "count": "2" - }, - { - "url": "http://www.petridish.org/", - "title": "Heroku | Application Error", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/wealth.html", - "title": "How to Make Wealth", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/vanlfsp.html", - "title": "LFM and LFSP", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/top.html", - "title": "The Top Idea in Your Mind", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/thist.html", - "title": "History of T", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/stuff.html", - "title": "Stuff", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/say.html", - "title": "What You Can't Say", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/rootsoflisp.html", - "title": "The Roots of Lisp", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/microsoft.html", - "title": "Microsoft is Dead", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/maybe.html", - "title": "Can You Buy a Silicon Valley? Maybe.", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/makersschedule.html", - "title": "Maker's Schedule, Manager's Schedule", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/knuth.html", - "title": "Knuth: Computer Programming as an Art", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/identity.html", - "title": "Keep Your Identity Small", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/hamming.html", - "title": "Richard Hamming: You and Your Research", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/cornpone.html", - "title": "Mark Twain: Corn-pone Opinions", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/boss.html", - "title": "You Weren't Meant to Have a Boss", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/badeconomy.html", - "title": "Why to Start a Startup in a Bad Economy", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/addiction.html", - "title": "The Acceleration of Addictiveness", - "count": "2" - }, - { - "url": "http://www.paulgraham.com/13sentences.html", - "title": "Startups in 13 Sentences", - "count": "2" - }, - { - "url": "http://www.over-yonder.net/~fullermd/rants/bsd4linux/01", - "title": "BSD For Linux Users :: Intro", - "count": "2" - }, - { - "url": "http://www.openssd-project.org/wiki/The_OpenSSD_Project", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://www-old.oberon.ethz.ch/WirthPubl/CBEAll.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://www.nowykurier.com/toys/gravity/gravity.html", - "title": "", - "count": "2" - }, - { - "url": "http://www.muppetlabs.com/~breadbox/txt/al.html", - "title": "Short Words to Explain Relativity", - "count": "2" - }, - { - "url": "http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html", - "title": "A Stick Figure Guide to the Advanced Encryption Standard (AES)", - "count": "2" - }, - { - "url": "http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html", - "title": "The First Few Milliseconds of an HTTPS Connection", - "count": "2" - }, - { - "url": "http://www.minimallyminimal.com/blog/apple-pro-mouse", - "title": "Apple (Pro) Mouse — Minimally Minimal", - "count": "2" - }, - { - "url": "http://www.michaelv.org/", - "title": "michaelv.org", - "count": "2" - }, - { - "url": "http://www.loper-os.org/?p=861", - "title": "Loper OS » Engelbart's Violin", - "count": "2" - }, - { - "url": "http://www.loper-os.org/?p=401", - "title": "Loper OS » Of Lisp Macros and Washing Machines", - "count": "2" - }, - { - "url": "http://www.linusakesson.net/programming/pipelogic/index.php", - "title": "Pipe Logic", - "count": "2" - }, - { - "url": "http://www.levchin.com/paypal-slideshow/1.html", - "title": "", - "count": "2" - }, - { - "url": "http://www.learndatalogtoday.org/", - "title": "Learn Datalog Today!", - "count": "2" - }, - { - "url": "http://www.lamdu.org/", - "title": "Lamdu", - "count": "2" - }, - { - "url": "http://www.lambdassociates.org/blog/decline.htm", - "title": "", - "count": "2" - }, - { - "url": "http://www.lambdanative.org/", - "title": "", - "count": "2" - }, - { - "url": "http://www.kuro5hin.org/story/2004/2/25/124713/784", - "title": "kuro5hin.org", - "count": "2" - }, - { - "url": "http://www.kegel.com/c10k.html", - "title": "The C10K problem", - "count": "2" - }, - { - "url": "http://www.kagenschaefer.com/pipeorgandesk.html", - "title": "Pipe Organ desk", - "count": "2" - }, - { - "url": "http://www.justin.tv/", - "title": "", - "count": "2" - }, - { - "url": "http://www.judegomila.com/2009/05/mapping-out-your-web-startup.html", - "title": "Jude Gomila", - "count": "2" - }, - { - "url": "http://www.jamesmolloy.co.uk/tutorial_html/index.html", - "title": "JamesM's kernel development tutorials", - "count": "2" - }, - { - "url": "http://www.ithkuil.net/", - "title": "A Grammar of Ithkuil, a Constructed Philosophical Language", - "count": "2" - }, - { - "url": "http://www.homebrewcpu.com/", - "title": "Homebrew CPU Home Page", - "count": "2" - }, - { - "url": "http://www.hackrtrackr.com/", - "title": "", - "count": "2" - }, - { - "url": "http://www.gusmueller.com/blog/archives/2005/12/25.html", - "title": "Gus Mueller's Website", - "count": "2" - }, - { - "url": "http://www.grokdotcom.com/2008/02/26/amazon-shopping-cart", - "title": "403 Forbidden", - "count": "2" - }, - { - "url": "http://www.greenharbor.com/fffolder/carkeet.html", - "title": "The Free Fall Research Page: Unplanned Freefall? Some Survival Tips by David Carkeet", - "count": "2" - }, - { - "url": "http://www.gotw.ca/publications/c_family_interview.htm", - "title": "Interview with Dennis Ritchie, Bjarne Stroustrup, James Gosling", - "count": "2" - }, - { - "url": "http://www.goosh.org/", - "title": "goosh.org - the unofficial google shell.", - "count": "2" - }, - { - "url": "http://www.getjustlanded.com/", - "title": "Just Landed™  ·  Making airport pickup easy", - "count": "2" - }, - { - "url": "http://www-formal.stanford.edu/jmc/robotandbaby/robotandbaby.html", - "title": "THE ROBOT AND THE BABY", - "count": "2" - }, - { - "url": "http://www-formal.stanford.edu/jmc/history/dartmouth/dartmouth.html", - "title": "A PROPOSAL FOR THE DARTMOUTH SUMMER RESEARCH PROJECT ON ARTIFICIAL INTELLIGENCE", - "count": "2" - }, - { - "url": "http://www.fmwconcepts.com/imagemagick/index.php", - "title": "Fred's ImageMagick Scripts", - "count": "2" - }, - { - "url": "http://www.flexboxdefense.com/", - "title": "Flexbox Defense", - "count": "2" - }, - { - "url": "http://www.etalabs.net/compare_libcs.html", - "title": "Comparison of C/POSIX standard library implementations for Linux", - "count": "2" - }, - { - "url": "http://www.essentialmath.com/tutorial.htm", - "title": "Essential Math for Games Programmers", - "count": "2" - }, - { - "url": "http://www.erlang-factory.com/upload/presentations/395/ErlangandFirst-PersonShooters.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://www.e-booksdirectory.com/mathematics.php", - "title": "Free Mathematics Books", - "count": "2" - }, - { - "url": "http://www.dontclick.it/", - "title": "dontclick.it", - "count": "2" - }, - { - "url": "http://www.davidbrin.com/idiotplot.html", - "title": "worlds of DAVID BRIN", - "count": "2" - }, - { - "url": "http://www.cypherspace.org/adam/hacks/lotus-nsa-key.html", - "title": "NSA Backdoor Key from Lotus-Notes", - "count": "2" - }, - { - "url": "http://www.cube20.org/", - "title": "God's Number is 20", - "count": "2" - }, - { - "url": "http://www.cs.yale.edu/homes/perlis-alan/quotes.html", - "title": "Perlisisms - \"Epigrams in Programming\" by Alan J. Perlis", - "count": "2" - }, - { - "url": "http://www-cs-students.stanford.edu/~amitp/gameprog.html", - "title": "Amit’s Game Programming Information", - "count": "2" - }, - { - "url": "http://www.cs.cmu.edu/~mihaib/kernighan-interview/index.html", - "title": "An Interview with Brian Kernighan", - "count": "2" - }, - { - "url": "http://www.cookingforengineers.com/", - "title": "Cooking For Engineers - Step by Step Recipes and Food for the Analytically Minded", - "count": "2" - }, - { - "url": "http://www.colorforth.com/HOPL.html", - "title": "", - "count": "2" - }, - { - "url": "http://www.codecommit.com/blog/scala/what-is-hindley-milner-and-why-is-it-cool", - "title": "", - "count": "2" - }, - { - "url": "http://www.coboloncogs.org/INDEX.HTM", - "title": "COBOL ON COGS", - "count": "2" - }, - { - "url": "http://www.catb.org/~esr/faqs/hacker-howto.html", - "title": "How To Become A Hacker", - "count": "2" - }, - { - "url": "http://www.cantrip.org/gatto.html", - "title": "The Six-Lesson Schoolteacher, by John Taylor Gatto", - "count": "2" - }, - { - "url": "http://www.call-cc.org/", - "title": "CHICKEN Scheme", - "count": "2" - }, - { - "url": "http://www.brokenthorn.com/Resources/OSDevIndex.html", - "title": "BrokenThorn Entertainment", - "count": "2" - }, - { - "url": "http://www.bricklin.com/200yearsoftware.htm", - "title": "Software That Lasts 200 Years", - "count": "2" - }, - { - "url": "http://www.brianshin.com/defining-the-5-classes-of-entr", - "title": "** Not Found **", - "count": "2" - }, - { - "url": "http://www.blinkenlights.com/classiccmp/javaorigin.html", - "title": "The Long Strange Trip to Java", - "count": "2" - }, - { - "url": "http://www.bastwood.com/?page_id=10", - "title": "The Aphex Face | bastwood", - "count": "2" - }, - { - "url": "http://www.apostate.com/how-say-nothing-500-words", - "title": "", - "count": "2" - }, - { - "url": "http://www.aosabook.org/en/index.html", - "title": "The Architecture of Open Source Applications", - "count": "2" - }, - { - "url": "http://www.antipope.org/charlie/blog-static/2009/06/how_i_got_here_in_the_end_part_3.html", - "title": "Charlie's Diary: How I got here in the end, part five: \"things can only get better!\"", - "count": "2" - }, - { - "url": "http://www.aaronsw.com/weblog/rewritingreddit", - "title": "Rewriting Reddit (Aaron Swartz's Raw Thought)", - "count": "2" - }, - { - "url": "http://www.aaronsw.com/weblog/djb", - "title": "djb (Aaron Swartz's Raw Thought)", - "count": "2" - }, - { - "url": "http://wuphys.wustl.edu/~katz/scientist.html", - "title": "", - "count": "2" - }, - { - "url": "http://wrtnode.com/", - "title": "TestPage184", - "count": "2" - }, - { - "url": "http://worrydream.com/#!/Apple", - "title": "Bret Victor, beast of burden", - "count": "2" - }, - { - "url": "http://wordtsar.ca/", - "title": "WordTsar – A Wordstar clone", - "count": "2" - }, - { - "url": "http://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations", - "title": "an opinionated guide to scheme implementations -- wingolog", - "count": "2" - }, - { - "url": "http://wiki.luajit.org/New-Garbage-Collector", - "title": "New Garbage Collector", - "count": "2" - }, - { - "url": "http://whoownsfacebook.com/", - "title": "Who OWNS Facebook? The Definitive Who's Who Guide to Facebook Wealth", - "count": "2" - }, - { - "url": "http://whohastimeforthis.blogspot.com/2005/11/how-to-not-write-business-plan.html", - "title": "Who Has Time For This?: How To NOT Write A Business Plan", - "count": "2" - }, - { - "url": "http://web.mit.edu/~simsong/www/ugh.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://web.mit.edu/jemorris/humor/500-miles", - "title": "", - "count": "2" - }, - { - "url": "http://weblog.raganwald.com/2008/01/no-disrespect.html", - "title": "No Disrespect", - "count": "2" - }, - { - "url": "http://weavesilk.com/", - "title": "Silk – Interactive Generative Art", - "count": "2" - }, - { - "url": "http://waywardmonkeys.org/2014/10/10/rich-command-shells", - "title": "Rich Command Shells - Notes from a Wayward Monkey", - "count": "2" - }, - { - "url": "http://voodoo-slide.blogspot.com/2010/01/amplifying-c.html", - "title": "voodoo slide: Amplifying C", - "count": "2" - }, - { - "url": "http://vim.runpaint.org/", - "title": "", - "count": "2" - }, - { - "url": "http://videolectures.net/", - "title": "VideoLectures.NET - VideoLectures.NET", - "count": "2" - }, - { - "url": "http://video-js.com/", - "title": "", - "count": "2" - }, - { - "url": "http://valerieaurora.org/hash.html", - "title": "Lifetimes of cryptographic hash functions", - "count": "2" - }, - { - "url": "http://users.ece.utexas.edu/~adnan/pike.html", - "title": "", - "count": "2" - }, - { - "url": "http://uselessd.darknedgy.net/", - "title": "", - "count": "2" - }, - { - "url": "http://underhanded.xcott.com/", - "title": "", - "count": "2" - }, - { - "url": "http://twister.net.co/", - "title": "twister | P2P microblogging platform", - "count": "2" - }, - { - "url": "http://tractionbook.com/", - "title": "", - "count": "2" - }, - { - "url": "http://tos-dr.info/", - "title": "tos-dr.info", - "count": "2" - }, - { - "url": "http://thinkvitamin.com/features/atlas-under-the-hood", - "title": "", - "count": "2" - }, - { - "url": "http://thinking-forth.sourceforge.net/", - "title": "Thinking Forth", - "count": "2" - }, - { - "url": "http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html", - "title": "Introduction to A*", - "count": "2" - }, - { - "url": "http://thejh.net/misc/website-terminal-copy-paste", - "title": "Copy-Paste from Website to Terminal", - "count": "2" - }, - { - "url": "http://theabyssgazes.blogspot.com/2010/03/teal-and-orange-hollywood-please-stop.html", - "title": "Into The Abyss: Teal and Orange - Hollywood, Please Stop the Madness", - "count": "2" - }, - { - "url": "http://teavm.org/", - "title": "TeaVM", - "count": "2" - }, - { - "url": "http://sydneypadua.com/2dgoggles/lovelace-the-origin-2", - "title": "WordPress › Error", - "count": "2" - }, - { - "url": "https://www.zephyrproject.org/", - "title": "Zephyr Project - Zephyr Project", - "count": "2" - }, - { - "url": "https://www.youtube.com/watch?v=Z4oYSByyRak", - "title": "Zig: A programming language designed for robustness, optimality, and clarity –  Andrew Kelley - YouTube", - "count": "2" - }, - { - "url": "https://www.youtube.com/watch?v=JBmIQIZPaHY", - "title": "", - "count": "2" - }, - { - "url": "https://www.youtube.com/watch?v=_ahvzDzKdB0", - "title": "", - "count": "2" - }, - { - "url": "https://www.theverge.com/2018/2/8/16985666/alexandra-elbakyan-sci-hub-open-access-science-papers-lawsuit", - "title": "Meet the pirate queen making academic papers free online - The Verge", - "count": "2" - }, - { - "url": "https://www.thestar.com/news/insight/2016/01/16/when-us-air-force-discovered-the-flaw-of-averages.html", - "title": "When U.S. air force discovered the flaw of averages | The Star", - "count": "2" - }, - { - "url": "https://www.thelightphone.com/", - "title": "The Light Phone", - "count": "2" - }, - { - "url": "https://www.theguardian.com/cities/2019/apr/29/are-the-hyper-specialist-shops-of-berlin-the-future-of-retail", - "title": "Are the hyper-specialist shops of Berlin the future of retail? | Cities | The Guardian", - "count": "2" - }, - { - "url": "https://www.starlink.com/", - "title": "Order Starlink", - "count": "2" - }, - { - "url": "https://www.sixdegreesofwikipedia.com/", - "title": "Six Degrees of Wikipedia", - "count": "2" - }, - { - "url": "https://www.shortcutfoo.com/", - "title": "Learn shortcuts and commands | ShortcutFoo", - "count": "2" - }, - { - "url": "https://www.sharelatex.com/", - "title": "ShareLaTeX, Online LaTeX Editor", - "count": "2" - }, - { - "url": "https://www.rferl.org/a/the-mammoth-pirates/27939865.html", - "title": "The Mammoth Pirates - Radio Free Europe / Radio Liberty", - "count": "2" - }, - { - "url": "https://www.quantamagazine.org/mathematician-solves-computer-science-conjecture-in-two-pages-20190725", - "title": "Decades-Old Computer Science Conjecture Solved in Two Pages | Quanta Magazine", - "count": "2" - }, - { - "url": "https://www.protondb.com/", - "title": "", - "count": "2" - }, - { - "url": "https://www.npr.org/sections/thetwo-way/2016/09/13/493739074/50-years-ago-sugar-industry-quietly-paid-scientists-to-point-blame-at-fat", - "title": "50 Years Ago, Sugar Industry Quietly Paid Scientists To Point Blame At Fat : The Two-Way : NPR", - "count": "2" - }, - { - "url": "https://www.newyorker.com/magazine/2019/10/14/how-to-read-gilgamesh", - "title": "How to Read “Gilgamesh” | The New Yorker", - "count": "2" - }, - { - "url": "https://www.newyorker.com/culture/cultural-comment/the-woman-who-gave-the-macintosh-a-smile", - "title": "The Woman Who Gave the Macintosh a Smile | The New Yorker", - "count": "2" - }, - { - "url": "https://www.ncsc.gov.uk/blog-post/let-them-paste-passwords", - "title": "NCSC", - "count": "2" - }, - { - "url": "https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies", - "title": "Designing better file organization around tags, not hierarchies", - "count": "2" - }, - { - "url": "https://www.nayuki.io/page/creating-a-qr-code-step-by-step", - "title": "Creating a QR Code step by step", - "count": "2" - }, - { - "url": "https://www.migadu.com/", - "title": "Migadu Email", - "count": "2" - }, - { - "url": "https://www.masswerk.at/nowgobang/2019/dec-crt-typography", - "title": " Raster CRT Typography (According to DEC)", - "count": "2" - }, - { - "url": "https://www.maa.org/external_archive/devlin/LockhartsLament.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://www.ldeming.com/longevityfaq", - "title": "Longevity FAQ — Laura Deming", - "count": "2" - }, - { - "url": "https://www.justice.gov/usao-wdwa/pr/six-indicted-connection-multi-million-dollar-scheme-bribe-amazon-employees-and", - "title": "Six indicted in connection with multi-million dollar scheme to bribe Amazon employees and contractors | USAO-WDWA | Department of Justice", - "count": "2" - }, - { - "url": "https://www.judyrecords.com/", - "title": "Free Public Records Search - judyrecords", - "count": "2" - }, - { - "url": "https://www.info.ucl.ac.be/~pvr/paradigms.html", - "title": "Classification of the principal programming paradigms", - "count": "2" - }, - { - "url": "https://www.inboxsdk.com/", - "title": "InboxSDK - Build Apps inside Gmail", - "count": "2" - }, - { - "url": "https://www.home-assistant.io/", - "title": "Home Assistant", - "count": "2" - }, - { - "url": "https://www.heritageconcorde.com/concorde-b", - "title": "Concorde 'B' | heritage-concorde", - "count": "2" - }, - { - "url": "https://www.haiku-os.org/", - "title": "Home | Haiku Project", - "count": "2" - }, - { - "url": "https://www.gwern.net/Search", - "title": "Internet Search Tips · Gwern.net", - "count": "2" - }, - { - "url": "https://www.gwern.net/Improvements", - "title": "My Ordinary Life: Improvements Since the 1990s · Gwern.net", - "count": "2" - }, - { - "url": "https://www.gbstudio.dev/", - "title": "GB Studio", - "count": "2" - }, - { - "url": "https://www.fuze.co.uk/nintendo-switch.html", - "title": "FUZE4 Nintendo Switch", - "count": "2" - }, - { - "url": "https://www.extremetech.com/computing/315186-apple-books-tsmcs-entire-5nm-production-capability", - "title": "Apple Books TSMC's Entire 5nm Production Capability - ExtremeTech", - "count": "2" - }, - { - "url": "https://www.edge.org/conversation/nassim_nicholas_taleb-understanding-is-a-poor-substitute-for-convexity-antifragility", - "title": "UNDERSTANDING IS A POOR SUBSTITUTE FOR CONVEXITY (ANTIFRAGILITY) | Edge.org", - "count": "2" - }, - { - "url": "https://www.ecosia.org/", - "title": "Ecosia - the search engine that plants trees", - "count": "2" - }, - { - "url": "https://www.dwitter.net/", - "title": "Dwitter - javascript demos in 140 characters", - "count": "2" - }, - { - "url": "https://www.dreamsongs.com/Files/WhyOfY.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript", - "title": "The Birth & Death of JavaScript", - "count": "2" - }, - { - "url": "https://www.destroyallsoftware.com/blog/2017/the-biggest-and-weirdest-commits-in-linux-kernel-git-history", - "title": "The Biggest and Weirdest Commits in Linux Kernel Git History", - "count": "2" - }, - { - "url": "https://www.dampfkraft.com/ghost-characters.html", - "title": "A Spectre is Haunting Unicode", - "count": "2" - }, - { - "url": "https://www.cs.bu.edu/~jappavoo/Resources/Papers/unikernel-hotos19.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://www.coinbase.com/card", - "title": "Just a moment...", - "count": "2" - }, - { - "url": "https://www.cisa.gov/blog/2020/09/18/windows-server-vulnerability-requires-immediate-attention", - "title": "Windows Server Vulnerability Requires Immediate Attention | CISA", - "count": "2" - }, - { - "url": "https://www.borgbackup.org/", - "title": "BorgBackup – Deduplicating archiver with compression and authenticated encryption", - "count": "2" - }, - { - "url": "https://www.bookforum.com/print/2703/a-psychoanalytic-reading-of-social-media-and-the-death-drive-24171", - "title": "A psychoanalytic reading of social media and the death drive - Max Read - Bookforum Magazine", - "count": "2" - }, - { - "url": "https://www.bbc.com/worklife/article/20200910-the-benefits-of-note-taking-by-hand", - "title": "The benefits of note-taking by hand - BBC Worklife", - "count": "2" - }, - { - "url": "https://www.battleforthenet.com/", - "title": "Battle for the Net", - "count": "2" - }, - { - "url": "https://www.atlasobscura.com/articles/history-of-milk", - "title": "Remembering When Only Barbarians Drank Milk - Gastro Obscura", - "count": "2" - }, - { - "url": "https://www.arduboy.com/", - "title": "Arduboy", - "count": "2" - }, - { - "url": "https://www.annashipman.co.uk/jfdi/meeting-everyone.html", - "title": "Anna Shipman : JFDI", - "count": "2" - }, - { - "url": "https://www.action.io/", - "title": "", - "count": "2" - }, - { - "url": "https://www.20papercups.net/programming/sending-receiving-sms-on-linux", - "title": "404: Not Found | Michael Marner's Website", - "count": "2" - }, - { - "url": "https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html", - "title": "The MIT License, Line by Line — /dev/lawyer", - "count": "2" - }, - { - "url": "https://writefreely.org/", - "title": "WriteFreely", - "count": "2" - }, - { - "url": "https://wiki.mozilla.org/Firefox/Roadmap", - "title": "Firefox/Roadmap - MozillaWiki", - "count": "2" - }, - { - "url": "https://wiki.debian.org/WhyTheName", - "title": "WhyTheName - Debian Wiki", - "count": "2" - }, - { - "url": "https://wekan.github.io/", - "title": "WeKan ® — Open-Source kanban", - "count": "2" - }, - { - "url": "https://web.stanford.edu/~ouster/cgi-bin/papers/threads.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://userinyerface.com/", - "title": "User Inyerface - A worst-practice UI experiment", - "count": "2" - }, - { - "url": "https://urbit.org/", - "title": "Urbit", - "count": "2" - }, - { - "url": "http://superherojs.com/", - "title": "Superhero.js", - "count": "2" - }, - { - "url": "https://twobithistory.org/2020/06/28/rest.html", - "title": "Roy Fielding's Misappropriated REST Dissertation", - "count": "2" - }, - { - "url": "https://twitter.com/shit_hn_says", - "title": "", - "count": "2" - }, - { - "url": "https://twisteros.com/index.html", - "title": "Twister OS", - "count": "2" - }, - { - "url": "http://stuffin.space/", - "title": "stuffin.space", - "count": "2" - }, - { - "url": "https://triplebyte.com/software-engineer-salary", - "title": "Software Engineer Salary - How much money do Software Engineers actually make?", - "count": "2" - }, - { - "url": "https://training.kalzumeus.com/newsletters/archive/do-not-end-the-week-with-nothing", - "title": "Don't End The Week With Nothing", - "count": "2" - }, - { - "url": "https://trafficserver.apache.org/", - "title": "Apache Traffic Server", - "count": "2" - }, - { - "url": "https://toc.cryptobook.us/", - "title": "A Graduate Course in Applied Cryptography", - "count": "2" - }, - { - "url": "https://the.exa.website/", - "title": "exa · a modern replacement for ls", - "count": "2" - }, - { - "url": "https://thedaywefightback.org/", - "title": "The Day We Fight Back - February 11th 2014", - "count": "2" - }, - { - "url": "https://theconversation.com/mayflower-400-the-science-of-sailing-across-the-ocean-in-1620-144233", - "title": "Mayflower 400: the science of sailing across the ocean in 1620", - "count": "2" - }, - { - "url": "http://steve-yegge.blogspot.com/2006/03/math-for-programmers.html", - "title": "Stevey's Blog Rants: Math For Programmers", - "count": "2" - }, - { - "url": "https://teachyourselfcs.com/", - "title": "Teach Yourself Computer Science", - "count": "2" - }, - { - "url": "http://startuplawyer.com/startup-issues/if-i-launched-a-startup", - "title": "If I Launched a Startup", - "count": "2" - }, - { - "url": "http://startingdotneprogramming.blogspot.com/2013/04/i-knew-programmer-that-went-completely.html", - "title": "Ken's Programming Blog: I Knew a Programmer that Went Completely Insane", - "count": "2" - }, - { - "url": "https://system76.com/laptops/pangolin", - "title": "AMD-Powered Laptops - System76 Pangolin - Thin 15\" Laptop", - "count": "2" - }, - { - "url": "https://stribika.github.io/2015/01/04/secure-secure-shell.html", - "title": "Secure Secure Shell", - "count": "2" - }, - { - "url": "https://startyourownisp.com/", - "title": "Start Your Own ISP", - "count": "2" - }, - { - "url": "https://standardebooks.org/", - "title": "Standard Ebooks: Free and liberated ebooks, carefully produced for the true book lover.", - "count": "2" - }, - { - "url": "https://staltz.com/the-web-began-dying-in-2014-heres-how.html", - "title": "André Staltz - The Web began dying in 2014, here's how", - "count": "2" - }, - { - "url": "https://staltz.com/a-plan-to-rescue-the-web-from-the-internet.html", - "title": "André Staltz - A plan to rescue the Web from the Internet", - "count": "2" - }, - { - "url": "https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md", - "title": "JOE - Joe's own editor / Mercurial / [8078f2] /NEWS.md", - "count": "2" - }, - { - "url": "https://solar.lowtechmagazine.com/power.html", - "title": "Power | LOW←TECH MAGAZINE", - "count": "2" - }, - { - "url": "https://sites.google.com/site/steveyegge2/ten-predictions", - "title": "steve yegge - ten-predictions", - "count": "2" - }, - { - "url": "https://sites.google.com/site/steveyegge2/practicing-programming", - "title": "steve yegge - practicing-programming", - "count": "2" - }, - { - "url": "https://sites.google.com/site/forgottenemployee", - "title": "Forgotten Employee", - "count": "2" - }, - { - "url": "https://shoelace.style/", - "title": "Overview", - "count": "2" - }, - { - "url": "https://seeing-theory.brown.edu/index.html", - "title": "Seeing Theory", - "count": "2" - }, - { - "url": "https://securitytxt.org/", - "title": "security.txt: Proposed standard for defining security policies", - "count": "2" - }, - { - "url": "https://securedrop.org/", - "title": "Share and accept documents securely", - "count": "2" - }, - { - "url": "https://secretgeek.github.io/html_wysiwyg/html.html", - "title": "This page is a truly naked, brutalist html quine.", - "count": "2" - }, - { - "url": "https://seaglass.cs.washington.edu/", - "title": "City-Wide IMSI-Catcher Detection - SeaGlass", - "count": "2" - }, - { - "url": "https://scirate.com/", - "title": "Top arXiv papers", - "count": "2" - }, - { - "url": "https://sback.it/publications/icse2018seip.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://runyourown.social/", - "title": "How to run a small social network site for your friends", - "count": "2" - }, - { - "url": "https://rumorsontheinternets.org/2010/10/14/magnasanti-the-largest-and-most-terrifying-simcity", - "title": "Private Site", - "count": "2" - }, - { - "url": "https://raphlinus.github.io/rust/graphics/gpu/2019/05/08/modern-2d.html", - "title": "2D Graphics on Modern GPU | Raph Levien’s blog", - "count": "2" - }, - { - "url": "https://quickdraw.withgoogle.com/", - "title": "Quick, Draw!", - "count": "2" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=3212479", - "title": "C Is Not a Low-level Language - ACM Queue", - "count": "2" - }, - { - "url": "http://sqlfiddle.com/", - "title": "SQL Fiddle", - "count": "2" - }, - { - "url": "https://publicdomainreview.org/essay/more-lively-counterfaits", - "title": "“More Lively Counterfaits”: Experimental Imaging at the Birth of Modern Science – The Public Domain Review", - "count": "2" - }, - { - "url": "https://ptsjs.org/", - "title": "Pts.js", - "count": "2" - }, - { - "url": "https://probmods.org/", - "title": "Probabilistic Models of Cognition - 2nd Edition", - "count": "2" - }, - { - "url": "https://primitive.lol/", - "title": "Primitive for macOS", - "count": "2" - }, - { - "url": "https://press.stripe.com/", - "title": "Stripe Press — Ideas for progress", - "count": "2" - }, - { - "url": "https://polyhedra.tessera.li/", - "title": "Polyhedra Viewer", - "count": "2" - }, - { - "url": "https://plus.maths.org/content/ramanujan", - "title": "Ramanujan surprises again | plus.maths.org", - "count": "2" - }, - { - "url": "https://plfa.github.io/", - "title": "Programming Language Foundations in Agda – Table of Contents", - "count": "2" - }, - { - "url": "https://please.build/", - "title": "Please", - "count": "2" - }, - { - "url": "http://spiffingcss.com/", - "title": "", - "count": "2" - }, - { - "url": "https://perkeep.org/", - "title": "Perkeep", - "count": "2" - }, - { - "url": "https://peermaps.org/", - "title": "peermaps", - "count": "2" - }, - { - "url": "https://patrickcollison.com/questions", - "title": "Questions · Patrick Collison", - "count": "2" - }, - { - "url": "https://paperswithcode.com/", - "title": "The latest in Machine Learning | Papers With Code", - "count": "2" - }, - { - "url": "https://pandoc.org/", - "title": "Pandoc - About pandoc", - "count": "2" - }, - { - "url": "https://otter-browser.org/", - "title": "Otter Browser", - "count": "2" - }, - { - "url": "http://socialcam.com/", - "title": "", - "count": "2" - }, - { - "url": "https://nova.app/", - "title": "Panic - Nova", - "count": "2" - }, - { - "url": "https://noidea.dog/glue", - "title": "Being Glue — No Idea Blog", - "count": "2" - }, - { - "url": "https://nodered.org/", - "title": "Node-RED", - "count": "2" - }, - { - "url": "https://ngrok.com/", - "title": "ngrok - Online in One Line", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/item?id=498417", - "title": "Ask HN: How do you do your company's taxes? | Hacker News", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/item?id=13108404", - "title": "Tell HN: Political Detox Week – No politics on HN for one week | Hacker News", - "count": "2" - }, - { - "url": "https://news.mit.edu/2020/flat-fisheye-lens-0918", - "title": "Engineers produce a fisheye lens that’s completely flat | MIT News | Massachusetts Institute of Technology", - "count": "2" - }, - { - "url": "https://newsinteractives.cbc.ca/longform/glybera", - "title": "The million-dollar drug | CBC News", - "count": "2" - }, - { - "url": "https://nationalparktypeface.com/", - "title": "National Park Typeface", - "count": "2" - }, - { - "url": "https://mzucker.github.io/2016/09/20/noteshrink.html", - "title": "Compressing and enhancing hand-written notes", - "count": "2" - }, - { - "url": "http://smoothiecharts.org/", - "title": "Smoothie Charts: A JavaScript Charting Library for Streaming Data", - "count": "2" - }, - { - "url": "https://mollyrocket.com/meowhash", - "title": "Meow Hash", - "count": "2" - }, - { - "url": "https://microg.org/", - "title": "microG Project", - "count": "2" - }, - { - "url": "https://meta.wikimedia.org/wiki/Cunningham%27s_Law", - "title": "Cunningham's Law - Meta", - "count": "2" - }, - { - "url": "https://meet.jit.si/", - "title": "Jitsi Meet", - "count": "2" - }, - { - "url": "https://medium.com/@kentbeck_7670/inefficient-efficiency-5b3ab5294791", - "title": "Inefficient Efficiency. You’re making morning drip coffee. You… | by Kent Beck | Medium", - "count": "2" - }, - { - "url": "https://medium.com/@blakeross/don-t-outsource-your-thinking-ad825a9b4653", - "title": "Don’t Outsource Your Thinking. One of the most useful lessons I… | by Blake Ross | Medium", - "count": "2" - }, - { - "url": "https://martin.kleppmann.com/2015/05/11/please-stop-calling-databases-cp-or-ap.html", - "title": "Please stop calling databases CP or AP — Martin Kleppmann’s blog", - "count": "2" - }, - { - "url": "https://makingartstudios.itch.io/dls", - "title": "DLS by Making Art Studios", - "count": "2" - }, - { - "url": "https://machinelearning.apple.com/", - "title": "Overview - Apple Machine Learning Research", - "count": "2" - }, - { - "url": "https://lithub.com/color-or-fruit-on-the-unlikely-etymology-of-orange", - "title": "Color or Fruit? On the Unlikely Etymology of “Orange” ‹ Literary Hub", - "count": "2" - }, - { - "url": "https://learningmusic.ableton.com/", - "title": "Get started | Learning Music", - "count": "2" - }, - { - "url": "https://landgreen.github.io/physics/index.html", - "title": "Physics Notes", - "count": "2" - }, - { - "url": "https://kore.io/", - "title": "Kore - A robust web platform for applications in C and Python", - "count": "2" - }, - { - "url": "https://knightcolumbia.org/content/protocols-not-platforms-a-technological-approach-to-free-speech", - "title": "Protocols, Not Platforms: A Technological Approach to Free Speech | Knight First Amendment Institute", - "count": "2" - }, - { - "url": "http://skiplang.com/", - "title": "skip · A programming language to skip the things you have already computed", - "count": "2" - }, - { - "url": "https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239252", - "title": "SARS-CoV-2 positivity rates associated with circulating 25-hydroxyvitamin D levels | PLOS ONE", - "count": "2" - }, - { - "url": "https://jimshaver.net/2015/02/11/decrypting-tls-browser-traffic-with-wireshark-the-easy-way", - "title": "Jim Shaver | Cloud Security Professional", - "count": "2" - }, - { - "url": "https://jepsen.io/consistency", - "title": "Consistency Models", - "count": "2" - }, - { - "url": "https://jellyfin.org/", - "title": "Jellyfin: The Free Software Media System", - "count": "2" - }, - { - "url": "https://jaycarlson.net/embedded-linux", - "title": "One moment, please...", - "count": "2" - }, - { - "url": "https://janet-lang.org/", - "title": "Janet Programming Language", - "count": "2" - }, - { - "url": "https://ish.app/", - "title": "iSH", - "count": "2" - }, - { - "url": "https://intelxed.github.io/", - "title": "Intel XED", - "count": "2" - }, - { - "url": "http://singlepageappbook.com/", - "title": "Introduction", - "count": "2" - }, - { - "url": "https://increment.com/teams/the-team-that-powers-vlc", - "title": "", - "count": "2" - }, - { - "url": "http://simplexify.net/blog/2012/5/6/i-am-a-statistician-and-i-buy-lottery-tickets.html", - "title": "Simplexify - Posts - I am a statistician and I buy lottery tickets", - "count": "2" - }, - { - "url": "http://sicpinclojure.com/", - "title": "【関東版】おすすめJNA認定校ネイルスクール一覧┃sicp in clojure", - "count": "2" - }, - { - "url": "https://hpbn.co/", - "title": "High Performance Browser Networking (O'Reilly)", - "count": "2" - }, - { - "url": "https://hbr.org/2016/12/if-your-boss-could-do-your-job-youre-more-likely-to-be-happy-at-work", - "title": "If Your Boss Could Do Your Job, You’re More Likely to Be Happy at Work", - "count": "2" - }, - { - "url": "http://shapecatcher.com/", - "title": "Shapecatcher: Draw the Unicode character you want!", - "count": "2" - }, - { - "url": "https://gtfobins.github.io/", - "title": "GTFOBins", - "count": "2" - }, - { - "url": "https://goaccess.io/", - "title": "GoAccess - Visual Web Log Analyzer", - "count": "2" - }, - { - "url": "https://glyph.twistedmatrix.com/2016/08/attrs.html", - "title": "Deciphering Glyph :: The One Python Library Everyone Needs", - "count": "2" - }, - { - "url": "https://gitlab.com/edouardklein/falsisign", - "title": "Edouard Klein / falsisign · GitLab", - "count": "2" - }, - { - "url": "https://gitlab.brokenpipe.de/stettberger/avremu/tree/master", - "title": "Files · master · Christian Dietrich / avremu · GitLab", - "count": "2" - }, - { - "url": "https://github.com/Zulko/moviepy", - "title": "GitHub - Zulko/moviepy: Video editing with Python", - "count": "2" - }, - { - "url": "https://github.com/zsaleeba/picoc", - "title": "GitHub - zsaleeba/picoc: A very small C interpreter", - "count": "2" - }, - { - "url": "https://github.com/zadam/trilium", - "title": "GitHub - zadam/trilium: Build your personal knowledge base with Trilium Notes", - "count": "2" - }, - { - "url": "https://github.com/Z3Prover/z3", - "title": "GitHub - Z3Prover/z3: The Z3 Theorem Prover", - "count": "2" - }, - { - "url": "https://github.com/you-dont-need/You-Dont-Need-Momentjs", - "title": "GitHub - you-dont-need/You-Dont-Need-Momentjs: List of functions which you can use to replace moment.js + ESLint Plugin", - "count": "2" - }, - { - "url": "https://github.com/YingtongDou/Nash-Detect", - "title": "GitHub - YingtongDou/Nash-Detect: Code for KDD 2020 paper Robust Spammer Detection by Nash Reinforcement Learning", - "count": "2" - }, - { - "url": "https://github.com/yandex/odyssey", - "title": "GitHub - yandex/odyssey: Scalable PostgreSQL connection pooler", - "count": "2" - }, - { - "url": "https://github.com/xoreaxeaxeax/movfuscator", - "title": "GitHub - xoreaxeaxeax/movfuscator: The single instruction C compiler", - "count": "2" - }, - { - "url": "https://github.com/vygr/ChrysaLisp", - "title": "GitHub - vygr/ChrysaLisp: Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...", - "count": "2" - }, - { - "url": "https://github.com/vurtun/nuklear", - "title": "GitHub - vurtun/nuklear: A single-header ANSI C gui library", - "count": "2" - }, - { - "url": "https://github.com/veltman/clmystery", - "title": "GitHub - veltman/clmystery: A command-line murder mystery", - "count": "2" - }, - { - "url": "https://github.com/TrustInSoft/tis-interpreter", - "title": "GitHub - TrustInSoft/tis-interpreter: An interpreter for finding subtle bugs in programs written in standard C", - "count": "2" - }, - { - "url": "https://github.com/tomprimozic/type-systems", - "title": "GitHub - tomprimozic/type-systems: Implementations of various type systems in OCaml.", - "count": "2" - }, - { - "url": "https://github.com/tiimgreen/github-cheat-sheet", - "title": "GitHub - tiimgreen/github-cheat-sheet: A list of cool features of Git and GitHub.", - "count": "2" - }, - { - "url": "https://github.com/sunainapai/makesite", - "title": "GitHub - sunainapai/makesite: Simple, lightweight, and magic-free static site/blog generator for Python coders", - "count": "2" - }, - { - "url": "https://github.com/ssloy/tinyrenderer/wiki", - "title": "Home · ssloy/tinyrenderer Wiki · GitHub", - "count": "2" - }, - { - "url": "https://github.com/s-macke/VoxelSpace", - "title": "GitHub - s-macke/VoxelSpace: Terrain rendering algorithm in less than 20 lines of code", - "count": "2" - }, - { - "url": "https://github.com/SFTtech/openage", - "title": "GitHub - SFTtech/openage: Free (as in freedom) open source clone of the Age of Empires II engine", - "count": "2" - }, - { - "url": "https://github.com/seL4/seL4", - "title": "GitHub - seL4/seL4: The seL4 microkernel", - "count": "2" - }, - { - "url": "https://github.com/seemoo-lab/opendrop", - "title": "GitHub - seemoo-lab/opendrop: An open Apple AirDrop implementation written in Python", - "count": "2" - }, - { - "url": "https://github.com/sctb/lumen", - "title": "GitHub - sctb/lumen: A Lisp for Lua and JavaScript", - "count": "2" - }, - { - "url": "https://github.com/schollz/howmanypeoplearearound", - "title": "GitHub - schollz/howmanypeoplearearound: Count the number of people around you by monitoring wifi signals", - "count": "2" - }, - { - "url": "https://github.com/schollz/find3", - "title": "GitHub - schollz/find3: High-precision indoor positioning framework, version 3.", - "count": "2" - }, - { - "url": "https://github.com/schani/clojurec", - "title": "GitHub - schani/clojurec: A Clojure implementation on top of C", - "count": "2" - }, - { - "url": "https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System", - "title": "GitHub - SamyPesse/How-to-Make-a-Computer-Operating-System: How to Make a Computer Operating System in C++", - "count": "2" - }, - { - "url": "https://github.com/robinhouston/image-unshredding", - "title": "GitHub - robinhouston/image-unshredding", - "count": "2" - }, - { - "url": "https://github.com/robert-strandh/SICL", - "title": "GitHub - robert-strandh/SICL: A fresh implementation of Common Lisp", - "count": "2" - }, - { - "url": "https://github.com/rclone/rclone", - "title": "GitHub - rclone/rclone: \"rsync for cloud storage\" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files", - "count": "2" - }, - { - "url": "https://github.com/rastapasta/mapscii", - "title": "GitHub - rastapasta/mapscii: 🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows", - "count": "2" - }, - { - "url": "https://github.com/quiet/org.quietmodem.Quiet", - "title": "GitHub - quiet/org.quietmodem.Quiet: Quiet for Android - TCP over sound", - "count": "2" - }, - { - "url": "https://github.com/quchen/stgi", - "title": "GitHub - quchen/stgi: A user-centric visual STG implementation to help understand GHC/Haskell's execution model.", - "count": "2" - }, - { - "url": "https://github.com/pytoolz/toolz", - "title": "GitHub - pytoolz/toolz: A functional standard library for Python.", - "count": "2" - }, - { - "url": "https://github.com/PyO3/pyo3", - "title": "GitHub - PyO3/pyo3: Rust bindings for the Python interpreter", - "count": "2" - }, - { - "url": "https://github.com/ossu/computer-science", - "title": "GitHub - ossu/computer-science: Path to a free self-taught education in Computer Science!", - "count": "2" - }, - { - "url": "https://github.com/orbitdb/orbit-db", - "title": "GitHub - orbitdb/orbit-db: Peer-to-Peer Databases for the Decentralized Web", - "count": "2" - }, - { - "url": "https://github.com/okTurtles/dnschain", - "title": "GitHub - okTurtles/dnschain: A blockchain-based DNS + HTTP server that fixes HTTPS security, and more!", - "count": "2" - }, - { - "url": "https://github.com/NVIDIA/libcudacxx", - "title": "GitHub - NVIDIA/libcudacxx: The C++ Standard Library for your entire system.", - "count": "2" - }, - { - "url": "https://github.com/nothings/single_file_libs", - "title": "GitHub - nothings/single_file_libs: List of single-file C/C++ libraries.", - "count": "2" - }, - { - "url": "https://github.com/nim-lang/nimforum", - "title": "GitHub - nim-lang/nimforum: Lightweight alternative to Discourse written in Nim", - "count": "2" - }, - { - "url": "https://github.com/nemasu/asmttpd", - "title": "GitHub - nemasu/asmttpd: Web server for Linux written in amd64 assembly.", - "count": "2" - }, - { - "url": "https://github.com/mxgmn/WaveFunctionCollapse", - "title": "GitHub - mxgmn/WaveFunctionCollapse: Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics", - "count": "2" - }, - { - "url": "https://github.com/mozilla/mentat", - "title": "GitHub - mozilla/mentat: UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.", - "count": "2" - }, - { - "url": "https://github.com/MiSTer-devel/Main_MiSTer/wiki", - "title": "Home · MiSTer-devel/Main_MiSTer Wiki · GitHub", - "count": "2" - }, - { - "url": "https://github.com/microsoft/playwright-cli", - "title": "GitHub - microsoft/playwright-cli: CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.", - "count": "2" - }, - { - "url": "https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md", - "title": "api-guidelines/Guidelines.md at master · microsoft/api-guidelines · GitHub", - "count": "2" - }, - { - "url": "https://github.com/martanne/vis", - "title": "GitHub - martanne/vis: A vi-like editor based on Plan 9's structural regular expressions", - "count": "2" - }, - { - "url": "https://github.com/louthy/language-ext", - "title": "GitHub - louthy/language-ext: C# functional language extensions - a base class library for functional programming", - "count": "2" - }, - { - "url": "https://github.com/levskaya/jslinux-deobfuscated", - "title": "GitHub - levskaya/jslinux-deobfuscated: An old version of Mr. Bellard's JSLinux rewritten to be human readable, hand deobfuscated and annotated.", - "count": "2" - }, - { - "url": "https://github.com/lettier/3d-game-shaders-for-beginners", - "title": "GitHub - lettier/3d-game-shaders-for-beginners: 🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.", - "count": "2" - }, - { - "url": "https://github.com/karthick18/inception", - "title": "GitHub - karthick18/inception: Inception movie explained programmatically", - "count": "2" - }, - { - "url": "https://github.com/karan/Projects", - "title": "GitHub - karan/Projects: A list of practical projects that anyone can solve in any programming language.", - "count": "2" - }, - { - "url": "https://github.com/jopohl/urh", - "title": "GitHub - jopohl/urh: Universal Radio Hacker: Investigate Wireless Protocols Like A Boss", - "count": "2" - }, - { - "url": "https://github.com/JohnEarnest/ok", - "title": "GitHub - JohnEarnest/ok: An open-source interpreter for the K5 programming language.", - "count": "2" - }, - { - "url": "https://github.com/jmdugan/blocklists/blob/master/corporations/facebook/all", - "title": "blocklists/all at master · jmdugan/blocklists · GitHub", - "count": "2" - }, - { - "url": "https://github.com/jesseduffield/lazygit", - "title": "GitHub - jesseduffield/lazygit: simple terminal UI for git commands", - "count": "2" - }, - { - "url": "https://github.com/JeffBezanson/femtolisp", - "title": "GitHub - JeffBezanson/femtolisp: a lightweight, robust, scheme-like lisp implementation", - "count": "2" - }, - { - "url": "https://github.com/jarun/nnn", - "title": "GitHub - jarun/nnn: n³ The unorthodox terminal file manager", - "count": "2" - }, - { - "url": "https://github.com/janet-lang/janet", - "title": "GitHub - janet-lang/janet: A dynamic language and bytecode vm", - "count": "2" - }, - { - "url": "https://github.com/jamesob/desk", - "title": "GitHub - jamesob/desk: A lightweight workspace manager for the shell", - "count": "2" - }, - { - "url": "https://github.com/Jam3/math-as-code", - "title": "GitHub - Jam3/math-as-code: a cheat-sheet for mathematical notation in code form", - "count": "2" - }, - { - "url": "https://github.com/jagregory/abrash-black-book", - "title": "GitHub - jagregory/abrash-black-book: Markdown source for Michael Abrash's Graphics Programming Black Book", - "count": "2" - }, - { - "url": "https://github.com/ivanceras/svgbob", - "title": "GitHub - ivanceras/svgbob: Convert your ascii diagram scribbles into happy little SVG", - "count": "2" - }, - { - "url": "https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md", - "title": "CppCoreGuidelines/CppCoreGuidelines.md at master · isocpp/CppCoreGuidelines · GitHub", - "count": "2" - }, - { - "url": "https://github.com/igrigorik/hackernews-button", - "title": "GitHub - igrigorik/hackernews-button: Embeddable Hacker News button + vote counter for your site", - "count": "2" - }, - { - "url": "https://github.com/id-Software", - "title": "id Software · GitHub", - "count": "2" - }, - { - "url": "https://github.com/hylang/hy", - "title": "GitHub - hylang/hy: A dialect of Lisp that's embedded in Python", - "count": "2" - }, - { - "url": "https://github.com/hemanth/functional-programming-jargon", - "title": "GitHub - hemanth/functional-programming-jargon: Jargon from the functional programming world in simple terms!", - "count": "2" - }, - { - "url": "https://github.com/harthur/brain", - "title": "GitHub - harthur/brain: [UNMAINTAINED] Simple feed-forward neural network in JavaScript", - "count": "2" - }, - { - "url": "https://github.com/google/jax", - "title": "GitHub - google/jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more", - "count": "2" - }, - { - "url": "https://github.com/git/git/blob/master/banned.h", - "title": "git/banned.h at master · git/git · GitHub", - "count": "2" - }, - { - "url": "https://github.com/getify/You-Dont-Know-JS", - "title": "GitHub - getify/You-Dont-Know-JS: A book series on JavaScript. @YDKJS on twitter.", - "count": "2" - }, - { - "url": "https://github.com/genuinetools/binctr", - "title": "GitHub - genuinetools/binctr: Fully static, unprivileged, self-contained, containers as executable binaries.", - "count": "2" - }, - { - "url": "https://github.com/fulldecent/system-bus-radio", - "title": "GitHub - fulldecent/system-bus-radio: Transmits AM radio on computers without radio transmitting hardware.", - "count": "2" - }, - { - "url": "https://github.com/fogleman/Craft", - "title": "GitHub - fogleman/Craft: A simple Minecraft clone written in C using modern OpenGL (shaders).", - "count": "2" - }, - { - "url": "https://github.com/floooh/oryol", - "title": "GitHub - floooh/oryol: A small, portable and extensible C++ 3D coding framework", - "count": "2" - }, - { - "url": "https://github.com/evilsocket/opensnitch", - "title": "GitHub - evilsocket/opensnitch: OpenSnitch is a GNU/Linux port of the Little Snitch application firewall", - "count": "2" - }, - { - "url": "https://github.com/endrazine/wcc", - "title": "GitHub - endrazine/wcc: The Witchcraft Compiler Collection", - "count": "2" - }, - { - "url": "https://github.com/electronicarts/EASTL", - "title": "GitHub - electronicarts/EASTL: EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.", - "count": "2" - }, - { - "url": "https://github.com/eduard-permyakov/permafrost-engine", - "title": "GitHub - eduard-permyakov/permafrost-engine: An OpenGL RTS game engine written in C", - "count": "2" - }, - { - "url": "https://github.com/dylanaraps/pure-bash-bible", - "title": "GitHub - dylanaraps/pure-bash-bible: 📖 A collection of pure bash alternatives to external processes.", - "count": "2" - }, - { - "url": "https://github.com/donnemartin/system-design-primer", - "title": "GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.", - "count": "2" - }, - { - "url": "https://github.com/djrobstep/migra", - "title": "GitHub - djrobstep/migra: Like diff but for PostgreSQL schemas", - "count": "2" - }, - { - "url": "https://github.com/dirkschumacher/llr", - "title": "GitHub - dirkschumacher/llr: Lisp-like-R: A clojure inspired lisp that compiles to R in R", - "count": "2" - }, - { - "url": "https://github.com/dinedal/textql", - "title": "GitHub - dinedal/textql: Execute SQL against structured text like CSV or TSV", - "count": "2" - }, - { - "url": "https://github.com/danluu/post-mortems", - "title": "GitHub - danluu/post-mortems: A collection of postmortems. Sorry for the delay in merging PRs!", - "count": "2" - }, - { - "url": "https://github.com/commaai/openpilot", - "title": "GitHub - commaai/openpilot: openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.", - "count": "2" - }, - { - "url": "https://github.com/cjbarber/ToolsOfTheTrade", - "title": "GitHub - cjbarber/ToolsOfTheTrade: Tools of The Trade, from Hacker News.", - "count": "2" - }, - { - "url": "https://github.com/cbaggers/cepl", - "title": "GitHub - cbaggers/cepl: Code Evaluate Play Loop", - "count": "2" - }, - { - "url": "https://github.com/CadQuery/cadquery", - "title": "GitHub - CadQuery/cadquery: A python parametric CAD scripting framework based on OCCT", - "count": "2" - }, - { - "url": "https://github.com/automerge/automerge", - "title": "GitHub - automerge/automerge: A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.", - "count": "2" - }, - { - "url": "https://github.com/atlassian/localstack", - "title": "GitHub - atlassian/localstack: ⚠️ **Note**: This repository is no longer actively maintained (see README below) ⚠️", - "count": "2" - }, - { - "url": "https://github.com/AsamK/signal-cli", - "title": "GitHub - AsamK/signal-cli: signal-cli provides an unofficial commandline and dbus interface for signalapp/libsignal-service-java", - "count": "2" - }, - { - "url": "https://github.com/artichoke/artichoke", - "title": "GitHub - artichoke/artichoke: 💎 Artichoke is a Ruby made with Rust", - "count": "2" - }, - { - "url": "https://github.com/artagnon/clayoven", - "title": "GitHub - artagnon/clayoven: 💎 beautiful website generator aimed at math-heavy sites", - "count": "2" - }, - { - "url": "https://github.com/antontarasenko/smq/blob/master/reports/hackernews-links-in-comments.md", - "title": "smq/hackernews-links-in-comments.md at master · antontarasenko/smq · GitHub", - "count": "2" - }, - { - "url": "https://github.com/antirez/sds", - "title": "GitHub - antirez/sds: Simple Dynamic Strings library for C", - "count": "2" - }, - { - "url": "https://github.com/andlabs/libui", - "title": "GitHub - andlabs/libui: Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.", - "count": "2" - }, - { - "url": "https://github.com/akavel/up", - "title": "GitHub - akavel/up: Ultimate Plumber is a tool for writing Linux pipes with instant live preview", - "count": "2" - }, - { - "url": "https://github.com/3b1b/manim", - "title": "GitHub - 3b1b/manim: Animation engine for explanatory math videos", - "count": "2" - }, - { - "url": "https://github.com/0x4447/0x4447_product_s3_email", - "title": "GitHub - 0x4447/0x4447_product_s3_email: 📫 A serverless email server on AWS using S3 and SES", - "count": "2" - }, - { - "url": "https://gist.github.com/willurd/5720255", - "title": "Big list of http static server one-liners · GitHub", - "count": "2" - }, - { - "url": "https://gist.github.com/kachayev/21e7fe149bc5ae0bd878", - "title": "Channels Are Not Enough or Why Pipelining Is Not That Easy · GitHub", - "count": "2" - }, - { - "url": "https://gist.github.com/1277224", - "title": "Page not found · GitHub · GitHub", - "count": "2" - }, - { - "url": "https://frinklang.org/", - "title": "Frink", - "count": "2" - }, - { - "url": "https://fortran.io/", - "title": "FORTRAN.io", - "count": "2" - }, - { - "url": "https://fermatslibrary.com/s/electronic-lottery-tickets-as-micropayments", - "title": "Fermat's Library | Electronic Lottery Tickets as Micropayments annotated/explained version.", - "count": "2" - }, - { - "url": "https://fennel-lang.org/", - "title": "the Fennel programming language", - "count": "2" - }, - { - "url": "https://fengari.io/", - "title": "Fengari", - "count": "2" - }, - { - "url": "http://sev-notes.blogspot.com/2009/06/gpl-scummvm-and-violations.html", - "title": "Sev's ScummVM notes: GPL, ScummVM and violations", - "count": "2" - }, - { - "url": "https://etacts.com/", - "title": "", - "count": "2" - }, - { - "url": "http://seriouspony.com/blog/2013/7/24/your-app-makes-me-fat", - "title": "Your app makes me fat — Serious Pony", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Ulam_spiral", - "title": "Ulam spiral - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Soundex", - "title": "Soundex - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Reply_of_the_Zaporozhian_Cossacks", - "title": "Reply of the Zaporozhian Cossacks - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Preferred_number", - "title": "Preferred number - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Poka-yoke", - "title": "Poka-yoke - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Phoebus_cartel", - "title": "Phoebus cartel - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Moravec%27s_paradox", - "title": "Moravec's paradox - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Molyneux%27s_problem", - "title": "Molyneux's problem - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Great_Vowel_Shift", - "title": "Great Vowel Shift - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Gombe_Chimpanzee_War", - "title": "Gombe Chimpanzee War - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/FE-Schrift", - "title": "FE-Schrift - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Diolkos", - "title": "Diolkos - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Burned_house_horizon", - "title": "Burned house horizon - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Beverly_Clock", - "title": "Beverly Clock - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Bastion_fort", - "title": "Bastion fort - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Atlantropa", - "title": "Atlantropa - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Alu_(runic)", - "title": "Alu (runic) - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/52-hertz_whale", - "title": "52-hertz whale - Wikipedia", - "count": "2" - }, - { - "url": "http://selfie.cs.uni-salzburg.at/", - "title": "selfie | An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.", - "count": "2" - }, - { - "url": "http://seedmagazine.com/content/article/why_we_havent_met_any_aliens", - "title": "seedmagazine.com | 522: Connection timed out", - "count": "2" - }, - { - "url": "http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html", - "title": "", - "count": "2" - }, - { - "url": "https://dynamicland.org/", - "title": "Dynamicland", - "count": "2" - }, - { - "url": "https://dvc.org/", - "title": "Data Version Control · DVC", - "count": "2" - }, - { - "url": "https://duo.com/decipher/an-oral-history-of-the-l0pht", - "title": "‘We Got to Be Cool About This‘: An Oral History of the L0pht, Part 1 | Decipher", - "count": "2" - }, - { - "url": "https://docs.google.com/document/d/1iNSQIyNpVGHeak6isbP6AHdHD50gs8MNXF1GCf08efg/pub", - "title": "Scroll Back: The Theory and Practice of Cameras in Side-Scrollers", - "count": "2" - }, - { - "url": "https://digiconomist.net/bitcoin-energy-consumption", - "title": "Bitcoin Energy Consumption Index - Digiconomist", - "count": "2" - }, - { - "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript", - "title": "A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN", - "count": "2" - }, - { - "url": "https://datatransferproject.dev/", - "title": "", - "count": "2" - }, - { - "url": "https://culdesac.com/", - "title": "Cities For People Not Cars | Culdesac", - "count": "2" - }, - { - "url": "https://cuelang.org/", - "title": "CUE", - "count": "2" - }, - { - "url": "https://crate.io/", - "title": "CrateDB – Distributed SQL Database Enabling Data Insights at Scale", - "count": "2" - }, - { - "url": "https://courses.csail.mit.edu/6.042/spring17/mcs.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://codewords.recurse.com/issues/two/git-from-the-inside-out", - "title": "Git from the inside out", - "count": "2" - }, - { - "url": "https://codewords.recurse.com/issues/six/immutability-is-not-enough", - "title": "Immutability is not enough", - "count": "2" - }, - { - "url": "https://codewords.recurse.com/issues/four/the-language-of-choice", - "title": "The language of choice", - "count": "2" - }, - { - "url": "https://clickclickclick.click/", - "title": "Click", - "count": "2" - }, - { - "url": "https://chriskiehl.com/article/event-sourcing-is-hard", - "title": "Don't Let the Internet Dupe You, Event Sourcing is Hard - Blogomatano", - "count": "2" - }, - { - "url": "http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://cheats.rs/", - "title": "Rust Language Cheat Sheet", - "count": "2" - }, - { - "url": "https://carbon.now.sh/", - "title": "Carbon | Create and share beautiful images of your source code", - "count": "2" - }, - { - "url": "https://calmtech.com/", - "title": "Calm Technology", - "count": "2" - }, - { - "url": "https://caddyserver.com/", - "title": "Caddy - The Ultimate Server with Automatic HTTPS", - "count": "2" - }, - { - "url": "https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/255161/comments/28", - "title": "Comment #28 : Bug #255161 : Bugs : cupsys package : Ubuntu", - "count": "2" - }, - { - "url": "https://browsix.org/", - "title": "Browsix: Unix in the browser tab", - "count": "2" - }, - { - "url": "https://brandur.org/interfaces", - "title": "Learning From Terminals to Design the Future of User Interfaces — brandur.org", - "count": "2" - }, - { - "url": "https://blog.reverberate.org/2020/05/29/hoares-rebuttal-bubble-sorts-comeback.html", - "title": "Hoare’s Rebuttal and Bubble Sort’s Comeback", - "count": "2" - }, - { - "url": "https://blog.lizzie.io/linux-containers-in-500-loc.html", - "title": "Linux containers in 500 lines of code", - "count": "2" - }, - { - "url": "https://blog.jessfraz.com/post/thoughts-on-conways-law-and-the-software-stack", - "title": "Ramblings from Jessie: Thoughts on Conway's Law and the software stack", - "count": "2" - }, - { - "url": "https://blog.jessfraz.com/post/containers-zones-jails-vms", - "title": "Ramblings from Jessie: Setting the Record Straight: containers vs. Zones vs. Jails vs. VMs", - "count": "2" - }, - { - "url": "https://blog.innerht.ml/google-yolo", - "title": "503 Service Temporarily Unavailable", - "count": "2" - }, - { - "url": "https://bitwarden.com/", - "title": "Bitwarden Open Source Password Manager | Bitwarden", - "count": "2" - }, - { - "url": "https://begriffs.com/posts/2018-03-20-user-defined-order.html", - "title": "User-defined Order in SQL", - "count": "2" - }, - { - "url": "https://beakerbrowser.com/", - "title": "Beaker Browser", - "count": "2" - }, - { - "url": "https://asciinema.org/", - "title": "asciinema - Record and share your terminal sessions, the simple way", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/math/0411418", - "title": "[math/0411418] How real are real numbers?", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1809.10756", - "title": "[1809.10756] An Introduction to Probabilistic Programming", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1809.02942", - "title": "[1809.02942] Cellular automata as convolutional neural networks", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1801.03534", - "title": "[1801.03534] Mechanical Computing Systems Using Only Links and Rotary Joints", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1801.00631", - "title": "[1801.00631] Deep Learning: A Critical Appraisal", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1701.06538", - "title": "[1701.06538] Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer", - "count": "2" - }, - { - "url": "https://archive.org/details/OTRR_X_Minus_One_Singles", - "title": "X Minus One - Single Episodes : Old Time Radio Researchers Group : Free Download, Borrow, and Streaming : Internet Archive", - "count": "2" - }, - { - "url": "https://aphyr.com/posts/341-hexing-the-technical-interview", - "title": "Hexing the technical interview", - "count": "2" - }, - { - "url": "https://andrewkelley.me/post/zig-stack-traces-kernel-panic-bare-bones-os.html", - "title": "Using Zig to Provide Stack Traces on Kernel Panic for a Bare Bones Operating System - Andrew Kelley", - "count": "2" - }, - { - "url": "https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html", - "title": "`zig cc`: a Powerful Drop-In Replacement for GCC/Clang - Andrew Kelley", - "count": "2" - }, - { - "url": "https://analytics.usa.gov/", - "title": "analytics.usa.gov | The US government's web traffic.", - "count": "2" - }, - { - "url": "https://allthatsinteresting.com/fugate-family-blue-people-of-kentucky", - "title": "Why The Fugate Family Are Literally \"The Blue People Of Kentucky\"", - "count": "2" - }, - { - "url": "https://alexcabal.com/creating-the-perfect-gpg-keypair", - "title": "Creating the perfect GPG keypair - Alex Cabal", - "count": "2" - }, - { - "url": "https://aeon.co/essays/the-human-story-of-how-ventilators-came-to-breathe-for-us", - "title": "The human story of how ventilators came to breathe for us | Aeon Essays", - "count": "2" - }, - { - "url": "https://aeon.co/essays/busy-and-distracted-everybody-has-been-since-at-least-1710", - "title": "Busy and distracted? Everybody has been, since at least 1710 | Aeon Essays", - "count": "2" - }, - { - "url": "https://adamdrake.com/command-line-tools-can-be-235x-faster-than-your-hadoop-cluster.html", - "title": "Command-line Tools can be 235x Faster than your Hadoop Cluster - Adam Drake", - "count": "2" - }, - { - "url": "http://regex.info/blog/2006-09-15/247", - "title": "Jeffrey Friedl's Blog » Source of the famous “Now you have two problems” quote", - "count": "2" - }, - { - "url": "http://recursivedrawing.com/", - "title": "Recursive Drawing", - "count": "2" - }, - { - "url": "http://rayninfo.co.uk/vimtips.html", - "title": "Best of VIM Tips, gVIM's Key Features zzapper", - "count": "2" - }, - { - "url": "http://raphaeljs.com/", - "title": "An Intro to Raphaël - Raphaël", - "count": "2" - }, - { - "url": "http://railscasts.com/episodes/288-billing-with-stripe", - "title": "#288 Billing with Stripe - RailsCasts", - "count": "2" - }, - { - "url": "http://radio.garden/", - "title": "Radio Garden – Explore live radio by rotating the globe", - "count": "2" - }, - { - "url": "http://pzemtsov.github.io/2016/11/06/bug-story-alignment-on-x86.html", - "title": "A bug story: data alignment on x86", - "count": "2" - }, - { - "url": "http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html", - "title": "", - "count": "2" - }, - { - "url": "http://pyjs.org/", - "title": "Pyjs", - "count": "2" - }, - { - "url": "http://probcomp.csail.mit.edu/bayesdb", - "title": "Page not found – MIT Probabilistic Computing Project", - "count": "2" - }, - { - "url": "http://previous.alternative-system.com/", - "title": "About", - "count": "2" - }, - { - "url": "http://politics.salon.com/2011/10/08/steve_jobs_and_drug_policy/singleton", - "title": "", - "count": "2" - }, - { - "url": "http://phrack.org/issues/69/1.html", - "title": ".:: Phrack Magazine ::.", - "count": "2" - }, - { - "url": "http://phonegap.com/", - "title": "Phonegap.com", - "count": "2" - }, - { - "url": "http://philosecurity.org/2009/01/12/interview-with-an-adware-author", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://phil.nullable.eu/", - "title": "", - "count": "2" - }, - { - "url": "http://philip.greenspun.com/humor/eecs-difference-explained", - "title": "EE versus CS", - "count": "2" - }, - { - "url": "http://philip.greenspun.com/ancient-history/managing-software-engineers", - "title": "Managing Software Engineers", - "count": "2" - }, - { - "url": "http://phaser.io/", - "title": "Phaser - A fast, fun and free open source HTML5 game framework", - "count": "2" - }, - { - "url": "http://pelulamu.net/unscii", - "title": "Pelulamu.net", - "count": "2" - }, - { - "url": "http://pdp11.aiju.de/", - "title": "PDP-11 emulator", - "count": "2" - }, - { - "url": "http://paulgraham.com/vb.html", - "title": "Life is Short", - "count": "2" - }, - { - "url": "http://paulgraham.com/makersschedule.html", - "title": "Maker's Schedule, Manager's Schedule", - "count": "2" - }, - { - "url": "http://paulgraham.com/ideas.html", - "title": "Ideas for Startups", - "count": "2" - }, - { - "url": "http://paulgraham.com/hs.html", - "title": "What You'll Wish You'd Known", - "count": "2" - }, - { - "url": "http://paulgraham.com/head.html", - "title": "Holding a Program in One's Head", - "count": "2" - }, - { - "url": "http://paulgraham.com/ds.html", - "title": "Do Things that Don't Scale", - "count": "2" - }, - { - "url": "http://patriciopalladino.com/blog/2012/08/09/non-alphanumeric-javascript.html", - "title": "Page not found · GitHub Pages", - "count": "2" - }, - { - "url": "http://patoline.org/", - "title": "NameBright - Coming Soon", - "count": "2" - }, - { - "url": "http://opensource.plurk.com/LightCloud", - "title": "", - "count": "2" - }, - { - "url": "http://opendatastructures.org/", - "title": "Open Data Structures", - "count": "2" - }, - { - "url": "http://okbjgm.weebly.com/uploads/3/1/5/0/31506003/11_laws_of_showrunning_nice_version.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://nsa.unaligned.org/", - "title": "NSA :: Overview", - "count": "2" - }, - { - "url": "http://norvig.com/spell-correct.html", - "title": "How to Write a Spelling Corrector", - "count": "2" - }, - { - "url": "http://norvig.com/python-iaq.html", - "title": "Python IAQ: Infrequently Answered Questions", - "count": "2" - }, - { - "url": "http://norvig.com/chomsky.html", - "title": "On Chomsky and the Two Cultures of Statistical Learning", - "count": "2" - }, - { - "url": "http://news.bbc.co.uk/2/hi/health/7909464.stm", - "title": "BBC NEWS | Health | Long hours link to dementia risk", - "count": "2" - }, - { - "url": "http://nethack4.org/blog/memory.html", - "title": "Memory management in C programs", - "count": "2" - }, - { - "url": "http://ncombinator.com/", - "title": "", - "count": "2" - }, - { - "url": "http://nathanmarz.com/blog/you-should-blog-even-if-you-have-no-readers.html", - "title": "", - "count": "2" - }, - { - "url": "http://nathanmarz.com/blog/clojures-missing-piece.html", - "title": "", - "count": "2" - }, - { - "url": "http://mycpu.thtec.org/www-mycpu-eu/index1.htm", - "title": "FEHLER 404 - Nicht gefunden!", - "count": "2" - }, - { - "url": "http://mitpress.mit.edu/books/full_pdfs/Street-Fighting_Mathematics.pdf", - "title": "Page not found - MIT Press", - "count": "2" - }, - { - "url": "http://mislav.uniqpath.com/2010/07/git-tips", - "title": "", - "count": "2" - }, - { - "url": "http://metamodern.com/2009/05/27/how-to-learn-about-everything", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://media3.washingtonpost.com/wp-dyn/content/graphic/2006/03/16/GR2006031600213.gif", - "title": "GR2006031600213.gif (624×678)", - "count": "2" - }, - { - "url": "http://matt-welsh.blogspot.com/2009/02/how-i-almost-killed-facebook.html", - "title": "Volatile and Decentralized: How I almost killed Facebook", - "count": "2" - }, - { - "url": "http://matrixmultiplication.xyz/", - "title": "Matrix Multiplication", - "count": "2" - }, - { - "url": "http://lua-users.org/lists/lua-l/2009-11/msg00089.html", - "title": "LuaJIT 2.0 intellectual property disclosure and research opportunities", - "count": "2" - }, - { - "url": "http://lists.ethernal.org/oldarchives/cantlug-0211/msg00174.html", - "title": "Re: Not an awk question", - "count": "2" - }, - { - "url": "http://lispwebtales.ppenev.com/", - "title": "", - "count": "2" - }, - { - "url": "http://lispm.de/symbolics-lisp-machine-ergonomics", - "title": "Ergonomics of the Symbolics Lisp Machine", - "count": "2" - }, - { - "url": "http://libmill.org/index.html", - "title": "libmill.org", - "count": "2" - }, - { - "url": "http://kushagragour.in/lab/hint", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://kurtmunger.com/dirty_lens_articleid35.html", - "title": "Dirty lens article", - "count": "2" - }, - { - "url": "http://ksat.me/map-reduce-a-really-simple-introduction-kloudo", - "title": "Map Reduce - A really simple introduction « Kaushik Sathupadi", - "count": "2" - }, - { - "url": "http://kittenlang.org/", - "title": "Kitten Programming Language", - "count": "2" - }, - { - "url": "http://kbrower.posterous.com/banned-from-adwords-and-google-search-in-less", - "title": "", - "count": "2" - }, - { - "url": "http://jqapi.com/", - "title": "jQAPI - Alternative jQuery Documentation Browser", - "count": "2" - }, - { - "url": "http://joxa.org/", - "title": "Joxa", - "count": "2" - }, - { - "url": "http://jonathan.tang.name/files/scheme_in_48/tutorial/overview.html", - "title": "", - "count": "2" - }, - { - "url": "http://joekraus.com/were-creating-a-culture-of-distraction", - "title": "Site Not Configured | 404 Not Found", - "count": "2" - }, - { - "url": "http://jesusphreak.infogami.com/blog/why_django", - "title": "", - "count": "2" - }, - { - "url": "http://jekor.com/article/is-haskell-a-good-choice-for-web-applications", - "title": "Is Haskell a Good Choice for Web Applications?", - "count": "2" - }, - { - "url": "http://javascript.infogami.com/Javascript_in_Ten_Minutes", - "title": "", - "count": "2" - }, - { - "url": "http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html", - "title": "One Div Zero: A Brief, Incomplete, and Mostly Wrong History of Programming Languages", - "count": "2" - }, - { - "url": "http://ixoth.com/", - "title": "", - "count": "2" - }, - { - "url": "http://ioccc.org/2013/cable3/hint.html", - "title": "", - "count": "2" - }, - { - "url": "http://immersivemath.com/ila/index.html", - "title": "Immersive Math", - "count": "2" - }, - { - "url": "http://html5test.com/", - "title": "HTML5test - How well does your browser support HTML5?", - "count": "2" - }, - { - "url": "http://howtosplitanatom.com/news/32-sci-fi-novels-you-should-read", - "title": "", - "count": "2" - }, - { - "url": "http://hood.ie/", - "title": "hood.ie", - "count": "2" - }, - { - "url": "http://home.pipeline.com/~hbaker1/LinearLisp.html", - "title": "", - "count": "2" - }, - { - "url": "http://hnpoints.com/", - "title": "", - "count": "2" - }, - { - "url": "http://highscalability.com/latency-everywhere-and-it-costs-you-sales-how-crush-it", - "title": "Latency is Everywhere and it Costs You Sales - How to Crush it - High Scalability -", - "count": "2" - }, - { - "url": "http://highscalability.com/how-google-taught-me-cache-and-cash", - "title": "How Google Taught Me to Cache and Cash-In - High Scalability -", - "count": "2" - }, - { - "url": "http://highscalability.com/blog/2016/1/11/a-beginners-guide-to-scaling-to-11-million-users-on-amazons.html", - "title": "A Beginner's Guide to Scaling to 11 Million+ Users on Amazon's AWS - High Scalability -", - "count": "2" - }, - { - "url": "http://highscalability.com/blog/2010/3/16/justintvs-live-video-broadcasting-architecture.html", - "title": "Justin.tv's Live Video Broadcasting Architecture - High Scalability -", - "count": "2" - }, - { - "url": "http://haskellformac.com/", - "title": "Haskell for Mac IDE — Learn Functional Programming with Haskell", - "count": "2" - }, - { - "url": "http://hackermonthly.com/", - "title": "", - "count": "2" - }, { "url": "http://graph.tk/", "title": "graph.tk", "count": "2" }, - { - "url": "http://google-styleguide.googlecode.com/svn/trunk/pyguide.html", - "title": "Error 404 (Not Found)!!1", - "count": "2" - }, - { - "url": "http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html", - "title": "Google Engineering Tools: Bug Prediction at Google", - "count": "2" - }, - { - "url": "http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html", - "title": "The Early History of Smalltalk", - "count": "2" - }, - { - "url": "http://ftp.squeak.org/docs/OOPSLA.Squeak.html", - "title": "", - "count": "2" - }, - { - "url": "http://ftp.newartisans.com/pub/git.from.bottom.up.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://fnord1.blog.ca/2008/06/30/bad-security-at-evite-4382575", - "title": "", - "count": "2" - }, - { - "url": "http://flint.cs.yale.edu/cs421/case-for-ml.html", - "title": "Why ML/OCaml are good for writing compilers", - "count": "2" - }, - { - "url": "http://flexcoin.com/", - "title": "", - "count": "2" - }, - { - "url": "http://filer.case.edu/dts8/thelastq.htm", - "title": "", - "count": "2" - }, - { - "url": "http://facebook.github.io/origami", - "title": "", - "count": "2" - }, - { - "url": "http://ergoemacs.org/emacs/elisp.html", - "title": "", - "count": "2" - }, - { - "url": "http://elixir-lang.org/", - "title": "The Elixir programming language", - "count": "2" - }, - { - "url": "http://ebiquity.umbc.edu/blogger/2008/01/19/how-dr-suess-would-prove-the-halting-problem-undecidable", - "title": "403 Forbidden", - "count": "2" - }, - { - "url": "http://e7l3.org/classics.html", - "title": "", - "count": "2" - }, - { - "url": "http://ducklang.org/designing-a-programming-language-i", - "title": "Designing a Programming Language: I | Duck Programming Language Official Website", - "count": "2" - }, - { - "url": "http://drakon-editor.sourceforge.net/", - "title": "DRAKON Editor", - "count": "2" - }, - { - "url": "http://dippl.org/", - "title": "The Design and Implementation of Probabilistic Programming Languages", - "count": "2" - }, - { - "url": "http://dev.stephendiehl.com/numpile", - "title": "", - "count": "2" - }, - { - "url": "http://dev.stephendiehl.com/fun", - "title": "", - "count": "2" - }, - { - "url": "http://dbmsmusings.blogspot.com/2010/04/problems-with-cap-and-yahoos-little.html", - "title": "DBMS Musings: Problems with CAP, and Yahoo’s little known NoSQL system", - "count": "2" - }, - { - "url": "http://dave.fayr.am/posts/2012-10-4-finding-fizzbuzz.html", - "title": "", - "count": "2" - }, - { - "url": "http://databrewery.org/", - "title": "Data a Brewery", - "count": "2" - }, - { - "url": "http://darling.dolezel.info/en/Darling", - "title": "", - "count": "2" - }, - { - "url": "http://danshipper.com/nothing-happens-until-the-sale-is-made", - "title": "How to get your first 10 customers", - "count": "2" - }, - { - "url": "http://damienkatz.net/2008/03/what_sucks_abou.html", - "title": "Damien Katz: What Sucks About Erlang", - "count": "2" - }, - { - "url": "http://cslibrary.stanford.edu/", - "title": "Stanford CS Ed Library", - "count": "2" - }, - { - "url": "http://cr.yp.to/critbit.html", - "title": "Crit-bit trees", - "count": "2" - }, - { - "url": "http://computers-are-fast.github.io/", - "title": "One second code: Do YOU know how much your computer can do in a second?", - "count": "2" - }, - { - "url": "http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms", - "title": "", - "count": "2" - }, - { - "url": "http://commfaculty.fullerton.edu/woverbeck/dtr5.htm", - "title": "Not Found", - "count": "2" - }, - { - "url": "http://coffeekup.org/", - "title": "CoffeeKup", - "count": "2" - }, - { - "url": "http://codex99.com/design/the-hp35.html", - "title": "The HP-35", - "count": "2" - }, - { - "url": "http://coconut-lang.org/", - "title": "Coconut Programming Language", - "count": "2" - }, - { - "url": "http://clrs.cc/", - "title": "Colors - A nicer color palette for the web.", - "count": "2" - }, - { - "url": "http://classics.mit.edu/Antoninus/meditations.html", - "title": "The Internet Classics Archive | The Meditations by Marcus Aurelius", - "count": "2" - }, - { - "url": "http://ciml.info/", - "title": "A Course in Machine Learning", - "count": "2" - }, - { - "url": "http://chargen.matasano.com/chargen/2009/7/22/if-youre-typing-the-letters-a-e-s-into-your-code-youre-doing.html", - "title": "Error: Active domain connection for this domain not found", - "count": "2" - }, - { - "url": "http://chadfowler.com/blog/2014/01/19/empathy", - "title": "Page not found · GitHub Pages", - "count": "2" - }, - { - "url": "http://cb.vu/unixtoolbox.xhtml", - "title": "", - "count": "2" - }, - { - "url": "http://catb.org/jargon/html/magic-story.html", - "title": "A Story About ‘Magic'", - "count": "2" - }, - { - "url": "http://carl.flax.ie/dothingstellpeople.html", - "title": "Do Things, Tell People.", - "count": "2" - }, - { - "url": "http://cantada.ca/", - "title": "", - "count": "2" - }, - { - "url": "http://calteches.library.caltech.edu/51/2/CargoCult.htm", - "title": "Cargo Cult Science", - "count": "2" - }, - { - "url": "http://boston.conman.org/2015/06/16.1", - "title": "A constructive look at the Atari 2600 BASIC cartridge - The Boston Diaries - Captain Napalm", - "count": "2" - }, - { - "url": "http://book.mixu.net/distsys/single-page.html", - "title": "Distributed systems for fun and profit", - "count": "2" - }, - { - "url": "http://blog.wilshipley.com/2013/12/my-doom-20th-anniversary-stories.html", - "title": "My “Doom” 20th Anniversary Stories | Call Me Fishmeal.", - "count": "2" - }, - { - "url": "http://blog.webmynd.com/2009/02/28/databases-as-a-service-fathomdb", - "title": "", - "count": "2" - }, - { - "url": "http://blog.weatherby.net/2009/02/could-atlanta-buy-a-silicon-valley-the-answers.html", - "title": "Could Atlanta Buy A Silicon Valley? The Answers | Force of Good", - "count": "2" - }, - { - "url": "http://blogs.valvesoftware.com/economics/arbitrage-and-equilibrium-in-the-team-fortress-2-economy", - "title": "403 Forbidden", - "count": "2" - }, - { - "url": "http://blog.sumall.com/journal/optimizely-got-me-fired.html", - "title": "", - "count": "2" - }, - { - "url": "http://blogs.perl.org/users/rafael_garcia-suarez/2011/10/why-dart-is-not-the-language-of-the-future.html", - "title": "Why Dart is not the language of the future | Rafaël Garcia-Suarez [blogs.perl.org]", - "count": "2" - }, - { - "url": "http://blog.samaltman.com/board-members", - "title": "Board Members - Sam Altman", - "count": "2" - }, - { - "url": "http://blog.rongarret.info/2015/05/why-lisp.html", - "title": "Rondam Ramblings: Why Lisp?", - "count": "2" - }, - { - "url": "http://blog.n01se.net/?p=41", - "title": "", - "count": "2" - }, - { - "url": "http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html", - "title": "What Every C Programmer Should Know About Undefined Behavior #2/3 - The LLVM Project Blog", - "count": "2" - }, - { - "url": "http://blog.burtonthird.com/?p=81", - "title": "", - "count": "2" - }, - { - "url": "http://blog.bjrn.se/2008/10/lets-build-mp3-decoder.html", - "title": "blog.bjrn.se: Let’s build an MP3-decoder!", - "count": "2" - }, - { - "url": "http://bitcore.io/", - "title": "Bitcoin Platform and API | Bitcore", - "count": "2" - }, - { - "url": "http://billhails.net/Book/front.html", - "title": "Exploring Programming Language Architecture in Perl", - "count": "2" - }, - { - "url": "http://bentilly.blogspot.com/2009/09/teaching-linear-algebra.html", - "title": "Random Observations: Teaching linear algebra", - "count": "2" - }, - { - "url": "http://bastiat.org/en/petition.html", - "title": "Bastiat's famous Candlestick makers' Petition", - "count": "2" - }, - { - "url": "http://astronaut.io/", - "title": "Astronaut", - "count": "2" - }, - { - "url": "http://archive.vector.org.uk/art10010830", - "title": "Vector, the Journal of the British APL Association", - "count": "2" - }, - { - "url": "http://archive.boston.com/bigpicture/2010/08/comments_russia_in_color_a_century_ago.html", - "title": "Russia in color, a century ago | Photos | The Big Picture | Boston.com", - "count": "2" - }, - { - "url": "http://antirez.com/news/61", - "title": "English has been my pain for 15 years - ", - "count": "2" - }, - { - "url": "http://antirez.com/articoli/tclmisunderstood.html", - "title": "Tcl the misunderstood", - "count": "2" - }, - { - "url": "http://amasci.com/weird/unusual/e-wall.html", - "title": "David Swenson's electrostatic \"invisible wall\" (1996)", - "count": "2" - }, - { - "url": "http://amasci.com/miscon/whyhard2.html", - "title": "WHY HARD: Why Electricity is Impossible to Understand", - "count": "2" - }, - { - "url": "http://amasci.com/amateur/whygnd.html", - "title": "WHY THREE PRONGS? Electrical ground, stray voltage", - "count": "2" - }, - { - "url": "http://alumni.media.mit.edu/~jorkin/aibooks.html", - "title": "The AI Programmer's Bookshelf", - "count": "2" - }, - { - "url": "http://alan.blog-city.com/has_amazon_ec2_become_over_subscribed.htm", - "title": "", - "count": "2" - }, - { - "url": "http://adv-r.had.co.nz/", - "title": "Welcome · Advanced R.", - "count": "2" - }, - { - "url": "http://507movements.com/", - "title": "507 Mechanical Movements", - "count": "2" - }, - { - "url": "http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html", - "title": "Revisiting How We Put Together Linux Systems", - "count": "2" - }, - { - "url": "https://0.30000000000000004.com/", - "title": "Floating Point Math", - "count": "2" - }, - { - "url": "https://aaronsw.jottit.com/howtoget", - "title": "", - "count": "2" - }, - { - "url": "https://acko.net/blog/on-termkit", - "title": "", - "count": "2" - }, - { - "url": "http://adgrok.com/why-founding-a-three-person-startup-with-zero-revenue-is-better-than-working-for-goldman-sachs", - "title": "", - "count": "2" - }, - { - "url": "https://al3x.svbtle.com/alexander-grothendieck", - "title": "Alexander Grothendieck, the secret genius of mathematics", - "count": "2" - }, - { - "url": "http://aprilzero.com/", - "title": "Anand Sharma on Gyroscope", - "count": "2" - }, - { - "url": "https://archive.org/donate", - "title": "Internet Archive: Digital Library of Free & Borrowable Books, Movies, Music & Wayback Machine", - "count": "2" - }, - { - "url": "https://arc.io/", - "title": "Arc - The peer-to-peer CDN that pays you.", - "count": "2" - }, - { - "url": "https://arduinohistory.github.io/", - "title": "The Untold History of Arduino", - "count": "2" - }, - { - "url": "https://arxiv.org/abs/1512.06808", - "title": "[1512.06808] Game Theory (Open Access textbook with 165 solved exercises)", - "count": "2" - }, - { - "url": "https://asteroidos.org/", - "title": "Hack your wrist - AsteroidOS", - "count": "2" - }, - { - "url": "http://backbonejs.org/", - "title": "Backbone.js", - "count": "2" - }, - { - "url": "https://bedrocklinux.org/", - "title": "Bedrock Linux", - "count": "2" - }, { "url": "https://betterexplained.com/", "title": "BetterExplained – Math lessons that click", "count": "2" }, - { - "url": "https://blizzard.cs.uwaterloo.ca/keshav/home/Papers/data/07/paper-reading.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://bl.ocks.org/jinroh/7524988", - "title": "Fourier series visualisation with d3.js. - bl.ocks.org", - "count": "2" - }, - { - "url": "https://bl.ocks.org/mbostock/11357811", - "title": "Wilson’s Algorithm - bl.ocks.org", - "count": "2" - }, - { - "url": "https://blog.0x972.info/?d=2014/11/13/10/40/50-how-does-a-debugger-work", - "title": "How Does a C Debugger Work? (GDB Ptrace/x86 example) - (gdb) break *0x972", - "count": "2" - }, - { - "url": "http://blog.bumblebeelabs.com/social-software-sundays-2-the-evaporative-cooling-effect", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6", - "title": "A Conspiracy To Kill IE6", - "count": "2" - }, - { - "url": "https://blog.garrytan.com/travel-planning-software-the-most-common-bad", - "title": "Travel planning software: The most common bad startup idea - garry's posthaven", - "count": "2" - }, - { - "url": "https://blog.invisiblethings.org/2015/12/23/state_harmful.html", - "title": "State considered harmful - A proposal for a stateless laptop (new paper) | The Invisible Things", - "count": "2" - }, - { - "url": "https://blog.metaobject.com/2015/10/jitterdammerung.html", - "title": "metablog: Jitterdämmerung", - "count": "2" - }, - { - "url": "https://blog.plover.com/tech/prudential.html", - "title": "The Universe of Discourse : The shittiest project I ever worked on", - "count": "2" - }, - { - "url": "https://blog.regehr.org/archives/1292", - "title": "SQLite with a Fine-Toothed Comb – Embedded in Academia", - "count": "2" - }, - { - "url": "https://blog.regehr.org/archives/861", - "title": "Operant Conditioning by Software Bugs – Embedded in Academia", - "count": "2" - }, - { - "url": "https://blog.regehr.org/archives/953", - "title": "MSCS – Embedded in Academia", - "count": "2" - }, - { - "url": "https://blog.robertelder.org/recording-660-fps-on-raspberry-pi-camera", - "title": "A Guide to Recording 660FPS Video On A $6 Raspberry Pi Camera", - "count": "2" - }, - { - "url": "https://blog.robertelder.org/switch-statements-statement-expressions", - "title": "How to Get Fired Using Switch Statements & Statement Expressions", - "count": "2" - }, - { - "url": "https://blog.samaltman.com/the-days-are-long-but-the-decades-are-short", - "title": "The days are long but the decades are short - Sam Altman", - "count": "2" - }, - { - "url": "https://boingboing.net/2012/08/23/civilwar.html", - "title": "The coming civil war over general purpose computing | Boing Boing", - "count": "2" - }, - { - "url": "https://boingboing.net/2015/05/08/your-cyberpunk-games-are-dange.html", - "title": "Your cyberpunk games are dangerous | Boing Boing", - "count": "2" - }, - { - "url": "http://bombsight.org/", - "title": "Bomb Sight - Mapping the World War 2 London Blitz Bomb Census", - "count": "2" - }, - { - "url": "http://brianreily.com/project/juno", - "title": "Brian Reily - Robotics PhD", - "count": "2" - }, - { - "url": "https://brokenbytes.blogspot.com/2018/03/a-48khz-digital-music-player-for.html", - "title": "Broken Bytes: A 48Khz digital music player for the Commodore 64", - "count": "2" - }, - { - "url": "https://bugs.php.net/bug.php?id=50696", - "title": "PHP :: Bug #50696 :: number_format when passed a 0 as first function argument, returns null", - "count": "2" - }, - { - "url": "https://c2.com/cgi/wiki?LispIsTooPowerful", - "title": "", - "count": "2" - }, - { - "url": "https://c9x.me/articles/gthreads/intro.html", - "title": "Green threads explained (intro)", - "count": "2" - }, - { - "url": "https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext", - "title": "Why Google Stores Billions of Lines of Code in a Single Repository | July 2016 | Communications of the ACM", - "count": "2" - }, - { - "url": "https://calculusmadeeasy.org/", - "title": "Calculus Made Easy", - "count": "2" - }, - { - "url": "https://cbor.io/", - "title": "CBOR — Concise Binary Object Representation | Overview", - "count": "2" - }, - { - "url": "https://cchound.com/", - "title": "cchound.com - Royalty Free Music Providers. • cchound", - "count": "2" - }, - { - "url": "https://cdecl.org/", - "title": "cdecl: C gibberish ↔ English", - "count": "2" - }, - { - "url": "https://cdixon.org/2010/01/03/the-next-big-thing-will-start-out-looking-like-a-toy", - "title": "cdixon | The next big thing will start out looking like a toy", - "count": "2" - }, - { - "url": "https://changelog.complete.org/archives/7562-i-introduced-my-5-year-old-and-2-year-old-to-startx-and-xmonad-theyre-delighted", - "title": "I introduced my 5-year-old and 2-year-old to startx and xmonad. They’re DELIGHTED! | The Changelog", - "count": "2" - }, - { - "url": "https://choosealicense.com/", - "title": "Choose an open source license | Choose a License", - "count": "2" - }, - { - "url": "https://clojurecup.com/", - "title": "", - "count": "2" - }, - { - "url": "https://cockpit-project.org/", - "title": "Cockpit Project — Cockpit Project", - "count": "2" - }, - { - "url": "https://code.joejag.com/2016/anti-if-the-missing-patterns.html", - "title": "Anti-If: The missing patterns", - "count": "2" - }, - { - "url": "https://code.visualstudio.com/updates/v1_7", - "title": "Visual Studio Code October 2016 1.7", - "count": "2" - }, - { - "url": "https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html", - "title": "command center: Less is exponentially more", - "count": "2" - }, - { - "url": "https://commoncrawl.org/", - "title": "Common Crawl", - "count": "2" - }, - { - "url": "https://composingprograms.com/", - "title": "Composing Programs", - "count": "2" - }, - { - "url": "http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm", - "title": "Conal Elliott » Can functional programming be liberated from the von Neumann paradigm?", - "count": "2" - }, - { - "url": "http://conal.net/blog/posts/the-c-language-is-purely-functional", - "title": "Conal Elliott » The C language is purely functional", - "count": "2" - }, - { - "url": "https://crackstation.net/hashing-security.htm", - "title": "Secure Salted Password Hashing - How to do it Properly", - "count": "2" - }, - { - "url": "https://crates.io/", - "title": "crates.io: Rust Package Registry", - "count": "2" - }, - { - "url": "https://cryptopals.com/", - "title": "The Cryptopals Crypto Challenges", - "count": "2" - }, - { - "url": "http://cssgridgarden.com/", - "title": "Grid Garden - A game for learning CSS grid", - "count": "2" - }, - { - "url": "https://cssreference.io/", - "title": "CSS Reference - A free visual guide to CSS", - "count": "2" - }, - { - "url": "https://cube20.org/", - "title": "God's Number is 20", - "count": "2" - }, - { - "url": "http://danbricklin.com/log/2009_12_05.htm", - "title": "Starting December 5, 2009", - "count": "2" - }, - { - "url": "https://daniel.haxx.se/docs/curl-vs-wget.html", - "title": "curl vs Wget", - "count": "2" - }, - { - "url": "https://deepstream.io/", - "title": "deepstream.io", - "count": "2" - }, - { - "url": "http://defundthensa.com/", - "title": "NSA surveillance program nearly defunded by the Amash amendment", - "count": "2" - }, - { - "url": "http://designingwebinterfaces.com/designing-web-interfaces-12-screen-patterns", - "title": "12 Standard Screen Patterns", - "count": "2" - }, - { - "url": "https://devdocs.io/", - "title": "DevDocs API Documentation", - "count": "2" - }, - { - "url": "https://developer.marvel.com/", - "title": "Marvel Developer Portal", - "count": "2" - }, - { - "url": "https://developer.palm.com/", - "title": "", - "count": "2" - }, - { - "url": "https://dmitryfrank.com/articles/how_i_ended_up_writing_my_own_kernel", - "title": "How I ended up writing a new real-time kernel [Dmitry Frank]", - "count": "2" - }, - { - "url": "https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html", - "title": "What Every Computer Scientist Should Know About Floating-Point Arithmetic", - "count": "2" - }, - { - "url": "https://douaneapp.com/", - "title": "Douane: Linux personal firewall with per application rule controls", - "count": "2" - }, - { - "url": "https://dougblack.io/words/a-good-vimrc.html", - "title": "", - "count": "2" - }, - { - "url": "https://duckduckgo.com/", - "title": "DuckDuckGo — Privacy, simplified.", - "count": "2" - }, - { - "url": "https://duckduckhack.com/", - "title": "DuckDuckHack", - "count": "2" - }, - { - "url": "https://duktape.org/", - "title": "Duktape", - "count": "2" - }, - { - "url": "https://ecc-comp.blogspot.com/2015/05/a-brief-glance-at-how-5-text-editors.html", - "title": "A Brief Glance at How Various Text Editors Manage Their Textual Data", - "count": "2" - }, - { - "url": "https://electronics.stackexchange.com/questions/18552/why-was-mini-usb-deprecated-in-favor-of-micro-usb", - "title": "connector - Why was Mini USB deprecated in favor of Micro USB? - Electrical Engineering Stack Exchange", - "count": "2" - }, - { - "url": "https://elementary.io/", - "title": "The thoughtful, capable, and ethical replacement for Windows and macOS ⋅ elementary OS", - "count": "2" - }, - { - "url": "https://element.eleme.io/", - "title": "Element - The world's most popular Vue UI framework", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Antikythera_mechanism", - "title": "Antikythera mechanism - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Arcosanti", - "title": "Arcosanti - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/E-Prime", - "title": "E-Prime - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/G%C3%B6del%27s_ontological_proof", - "title": "Gödel's ontological proof - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Gimli_Glider", - "title": "Gimli Glider - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Hawala", - "title": "Hawala - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Impossible_color", - "title": "Impossible color - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/List_of_unsolved_problems_in_physics", - "title": "List of unsolved problems in physics - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Micromort", - "title": "Micromort - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Mpemba_effect", - "title": "Mpemba effect - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Pirate_game", - "title": "Pirate game - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Raising_of_Chicago", - "title": "Raising of Chicago - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Secretary_problem", - "title": "Secretary problem - Wikipedia", - "count": "2" - }, { "url": "https://en.wikipedia.org/wiki/Silphium", "title": "Silphium - Wikipedia", "count": "2" }, { - "url": "https://en.wikipedia.org/wiki/Sweden_Solar_System", - "title": "Sweden Solar System - Wikipedia", + "url": "http://www.davidbrin.com/idiotplot.html", + "title": "worlds of DAVID BRIN", "count": "2" }, { - "url": "https://en.wikipedia.org/wiki/Timeline_of_the_far_future", - "title": "Timeline of the far future - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/User_talk:Jimbo_Wales", - "title": "User talk:Jimbo Wales - Wikipedia", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/UVB-76", - "title": "UVB-76 - Wikipedia", - "count": "2" - }, - { - "url": "https://ephtracy.github.io/", - "title": "MagicaVoxel", - "count": "2" - }, - { - "url": "https://eprint.iacr.org/2014/904", - "title": "How Secure is TextSecure?", - "count": "2" - }, - { - "url": "https://everynoise.com/", - "title": "Every Noise at Once", - "count": "2" - }, - { - "url": "https://evincarofautumn.blogspot.com/2012/02/why-concatenative-programming-matters.html", - "title": "The Big Mud Puddle: Why Concatenative Programming Matters", - "count": "2" - }, - { - "url": "https://existentialtype.wordpress.com/2012/08/14/haskell-is-exceptionally-unsafe", - "title": "Page not found | Existential Type", - "count": "2" - }, - { - "url": "https://explained.ai/decision-tree-viz/index.html", - "title": "How to visualize decision trees", - "count": "2" - }, - { - "url": "https://explained.ai/matrix-calculus/index.html", - "title": "The Matrix Calculus You Need For Deep Learning", - "count": "2" - }, - { - "url": "https://exploit-exercises.com/", - "title": "Homepage One - exploit-exercises.com", - "count": "2" - }, - { - "url": "https://fabiensanglard.net/another_world_polygons/index.html", - "title": "The polygons of Another World", - "count": "2" - }, - { - "url": "https://ferd.ca/awk-in-20-minutes.html", - "title": "Awk in 20 Minutes", - "count": "2" - }, - { - "url": "https://ferd.ca/the-little-printf.html", - "title": "The Little Printf", - "count": "2" - }, - { - "url": "https://ffmpeg.org/download.html", - "title": "Download FFmpeg", - "count": "2" - }, - { - "url": "https://flexboxfroggy.com/", - "title": "Flexbox Froggy - A game for learning CSS flexbox", - "count": "2" - }, - { - "url": "https://flif.info/", - "title": "FLIF - Free Lossless Image Format", - "count": "2" - }, - { - "url": "https://floating-point-gui.de/", - "title": "The Floating-Point Guide - What Every Programmer Should Know About Floating-Point Arithmetic", - "count": "2" - }, - { - "url": "https://ftp.arl.army.mil/~mike/ping.html", - "title": "The Story of the PING Program", - "count": "2" - }, - { - "url": "http://futurice.com/blog/reactive-mvc-and-the-virtual-dom", - "title": "Reactive MVC and the Virtual DOM", - "count": "2" - }, - { - "url": "https://gamesfromwithin.com/data-oriented-design", - "title": "Data-Oriented Design (Or Why You Might Be Shooting Yourself in The Foot With OOP) – Games from Within", - "count": "2" - }, - { - "url": "https://gcc.godbolt.org/", - "title": "Compiler Explorer", - "count": "2" - }, - { - "url": "https://geocar.sdf1.org/alloc.html", - "title": "How to allocate memory", - "count": "2" - }, - { - "url": "http://geohot.com/", - "title": "geohot", - "count": "2" - }, - { - "url": "https://getaether.net/", - "title": "Aether", - "count": "2" - }, - { - "url": "https://getbootstrap.com/", - "title": "Bootstrap · The most popular HTML, CSS, and JS library in the world.", - "count": "2" - }, - { - "url": "https://getfirebug.com/", - "title": "Firebug", - "count": "2" - }, - { - "url": "https://gist.github.com/289467", - "title": "Page not found · GitHub · GitHub", - "count": "2" - }, - { - "url": "https://github.com/alexellis/faas", - "title": "GitHub - alexellis/faas: OpenFaaS - Serverless Functions Made Simple", - "count": "2" - }, - { - "url": "https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23ca2e25604af290", - "title": "Initial revision of \"git\", the information manager from hell · git/git@e83c516 · GitHub", - "count": "2" - }, - { - "url": "https://github.com/ieure/sicp", - "title": "GitHub - ieure/sicp: Structure and Interpretation of Computer Programs, Second Edition", - "count": "2" - }, - { - "url": "https://github.com/mahmoud/boltons", - "title": "GitHub - mahmoud/boltons: 🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.", - "count": "2" - }, - { - "url": "https://github.com/marak/Faker.js", - "title": "Page not found · GitHub · GitHub", - "count": "2" - }, - { - "url": "https://github.com/marcuswestin/store.js", - "title": "GitHub - marcuswestin/store.js: Cross-browser storage for all use cases, used across the web.", - "count": "2" - }, - { - "url": "https://gitless.com/", - "title": "Gitless", - "count": "2" - }, - { - "url": "https://gizmodo.com/how-fighter-jets-lock-on-and-how-the-targets-know-1644871272", - "title": "How Fighter Jets Lock On (and How the Targets Know)", - "count": "2" - }, - { - "url": "https://gojs.net/latest/index.html", - "title": "GoJS", - "count": "2" - }, - { - "url": "https://graphicallinearalgebra.net/", - "title": "Graphical Linear Algebra", - "count": "2" - }, - { - "url": "https://graydon2.dreamwidth.org/193447.html", - "title": "Just a moment...", - "count": "2" - }, - { - "url": "https://graydon2.dreamwidth.org/253769.html", - "title": "Just a moment...", - "count": "2" - }, - { - "url": "https://gridcoin.us/", - "title": "Gridcoin - Rewarding Scientific Distributed Computing", - "count": "2" - }, - { - "url": "https://hackerpublicradio.org/", - "title": "Hacker Public Radio ~ The Technology Community Podcast", - "count": "2" - }, - { - "url": "https://hamberg.no/erlend/posts/2013-02-18-static-array-indices.html", - "title": "A nice, little known C feature: Static array indices in parameter declarations", - "count": "2" - }, - { - "url": "https://handmadehero.org/", - "title": "Handmade Hero", - "count": "2" - }, - { - "url": "http://harry.me/2011/02/17/neat-algorithms---flocking", - "title": "Page not found · GitHub Pages", - "count": "2" - }, - { - "url": "https://harvey-os.org/", - "title": "Harvey OS", - "count": "2" - }, - { - "url": "https://hasura.io/", - "title": "Instant GraphQL APIs on your data | Built-in Authz & Caching", - "count": "2" - }, - { - "url": "https://hledger.org/", - "title": "Home - hledger", - "count": "2" - }, - { - "url": "http://hnpickup.appspot.com/", - "title": "404 Page not found", - "count": "2" - }, - { - "url": "https://home.hccnet.nl/h.g.muller/max-src2.html", - "title": "Micro-Max", - "count": "2" - }, - { - "url": "http://howtosplitanatom.com/news/how-to-ensure-your-startup-will-fail", - "title": "", - "count": "2" - }, - { - "url": "http://iamwil.posterous.com/i-got-into-yc-after-applying-six-times-heres", - "title": "", - "count": "2" - }, - { - "url": "https://idlewords.com/2011/08/why_arabic_is_terrific.htm", - "title": "Why Arabic Is Terrific (Idle Words)", - "count": "2" - }, - { - "url": "https://ijdykeman.github.io/ml/2017/10/12/wang-tile-procedural-generation.html", - "title": "Procedural Worlds from Simple Tiles", - "count": "2" - }, - { - "url": "https://ils.unc.edu/callee/gopherpaper.htm", - "title": "Where Have all the Gophers Gone? Why the Web beat Gopher in the Battle for Protocol Mind Share", - "count": "2" - }, - { - "url": "https://ilya.sukhar.com/blog/an-algorithmic-solution-to-insomnia.html", - "title": "An Algorithmic Solution to Insomnia", - "count": "2" - }, - { - "url": "https://include-what-you-use.org/", - "title": "include-what-you-use - A tool for use with clang to analyze #includes in C and C++ source files", - "count": "2" - }, - { - "url": "https://inkstitch.org/", - "title": "Ink/Stitch - Ink/Stitch", - "count": "2" - }, - { - "url": "https://ioke.org/", - "title": "Ioke", - "count": "2" - }, - { - "url": "https://ispc.github.io/", - "title": "Intel® Implicit SPMD Program Compiler", - "count": "2" - }, - { - "url": "https://j2kun.svbtle.com/mathematicians-are-chronically-lost-and-confused", - "title": "Mathematicians are chronically lost and confused (and that’s how it’s supposed to be)", - "count": "2" - }, - { - "url": "http://java.ociweb.com/mark/stm/article.html", - "title": "Object Computing, Inc. - Java News Brief - September 2009", - "count": "2" - }, - { - "url": "https://j-core.org/", - "title": "J-core Open Processor", - "count": "2" - }, - { - "url": "http://jeanphix.me/Ghost.py", - "title": "jeanphix.me", - "count": "2" - }, - { - "url": "https://jodd.org/", - "title": "Jodd", - "count": "2" - }, - { - "url": "https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005268", - "title": "Could a Neuroscientist Understand a Microprocessor? | PLOS Computational Biology", - "count": "2" - }, - { - "url": "https://jroweboy.github.io/c/asm/2015/01/26/when-is-main-not-a-function.html", - "title": "Main is usually a function. So then when is it not?", - "count": "2" - }, - { - "url": "https://jsmpeg.com/", - "title": "JSMpeg – Decode it like it's 1999", - "count": "2" - }, - { - "url": "https://jsomers.net/blog/dictionary", - "title": "You’re probably using the wrong dictionary « the jsomers.net blog", - "count": "2" - }, - { - "url": "https://kakoune.org/", - "title": "Kakoune - Official site", - "count": "2" - }, - { - "url": "https://kam.mff.cuni.cz/~matousek/stml-53-matousek-1.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://kde.slimbook.es/", - "title": "KDE Slimbook 4", - "count": "2" - }, - { - "url": "http://kim.com/mega", - "title": "Kim Dotcom", - "count": "2" - }, - { - "url": "https://krebsonsecurity.com/wp-content/uploads/2013/10/UlbrichtCriminalComplaint.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://lab.arc90.com/experiments/readability", - "title": "", - "count": "2" - }, - { - "url": "https://labix.org/lunatic-python", - "title": "Lunatic Python - Labix", - "count": "2" - }, - { - "url": "http://lambda-the-ultimate.org/node/3851", - "title": "", - "count": "2" - }, - { - "url": "https://lamport.azurewebsites.net/pubs/byz.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://lcamtuf.blogspot.com/2014/11/pulling-jpegs-out-of-thin-air.html", - "title": "lcamtuf's blog: Pulling JPEGs out of thin air", - "count": "2" - }, - { - "url": "https://lcamtuf.blogspot.com/2015/03/on-journeys.html", - "title": "lcamtuf's blog: On journeys", - "count": "2" - }, - { - "url": "https://leafletjs.com/", - "title": "Leaflet - a JavaScript library for interactive maps", - "count": "2" - }, - { - "url": "https://learnxinyminutes.com/", - "title": "Learn X in Y Minutes: Scenic Programming Language Tours", - "count": "2" - }, - { - "url": "https://lg.io/2015/07/05/revised-and-much-faster-run-your-own-highend-cloud-gaming-service-on-ec2.html", - "title": "Revised and much faster, run your own high-end cloud gaming service on EC2!", - "count": "2" - }, - { - "url": "https://libcinder.org/", - "title": "Cinder", - "count": "2" - }, - { - "url": "http://listen.grooveshark.com/", - "title": "", - "count": "2" - }, - { - "url": "http://listen.hatnote.com/", - "title": "Hatnote Listen to Wikipedia", - "count": "2" - }, - { - "url": "https://locust.io/", - "title": "Locust - A modern load testing framework", - "count": "2" - }, - { - "url": "https://longform.org/", - "title": "Longform", - "count": "2" - }, - { - "url": "https://lovr.org/", - "title": "LÖVR", - "count": "2" - }, - { - "url": "https://ludens.cl/paradise/turbine/turbine.html", - "title": "The microhydro plant", - "count": "2" - }, - { - "url": "https://magcius.github.io/xplain/article/index.html", - "title": "Explanations - Introduction & Table of Contents", - "count": "2" - }, - { - "url": "https://martinfowler.com/bliki/MonolithFirst.html", - "title": "MonolithFirst", - "count": "2" - }, - { - "url": "https://martinfowler.com/bliki/TechnicalDebt.html", - "title": "TechnicalDebt", - "count": "2" - }, - { - "url": "https://martinfowler.com/bliki/Yagni.html", - "title": "Yagni", - "count": "2" - }, - { - "url": "https://martinfowler.com/eaaDev/uiArchs.html", - "title": "GUI Architectures", - "count": "2" - }, - { - "url": "https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html", - "title": "How to do distributed locking — Martin Kleppmann’s blog", - "count": "2" - }, - { - "url": "https://maruos.com/", - "title": "maru - Your phone is your PC", - "count": "2" - }, - { - "url": "https://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming", - "title": "A practical introduction to functional programming", - "count": "2" - }, - { - "url": "https://mathiasbynens.be/demo/url-regex", - "title": "In search of the perfect URL validation regex", - "count": "2" - }, - { - "url": "https://mathoverflow.net/questions/23478/examples-of-common-false-beliefs-in-mathematics", - "title": "big list - Examples of common false beliefs in mathematics - MathOverflow", - "count": "2" - }, - { - "url": "https://mattdesl.svbtle.com/drawing-lines-is-hard", - "title": "Drawing Lines is Hard", - "count": "2" - }, - { - "url": "https://mcfunley.com/choose-boring-technology", - "title": "Dan McKinley :: Choose Boring Technology", - "count": "2" - }, - { - "url": "https://mchap.io/using-foia-data-and-unix-to-halve-major-source-of-parking-tickets.html", - "title": "Using FOIA Data and Unix to halve major source of parking tickets", - "count": "2" - }, - { - "url": "https://mediagoblin.org/", - "title": "MediaGoblin", - "count": "2" - }, - { - "url": "https://micropython.org/", - "title": "MicroPython - Python for microcontrollers", - "count": "2" - }, - { - "url": "https://mikehadlow.blogspot.com/2014/12/the-lava-layer-anti-pattern.html", - "title": "Code rant: The Lava Layer Anti-Pattern", - "count": "2" - }, - { - "url": "https://miter.mit.edu/the-unexotic-underclass", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "https://mitmproxy.org/", - "title": "mitmproxy - an interactive HTTPS proxy", - "count": "2" - }, - { - "url": "https://mklinux.org/", - "title": "", - "count": "2" - }, - { - "url": "https://monodraw.helftone.com/", - "title": "Monodraw for macOS — Helftone", - "count": "2" - }, - { - "url": "https://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html", - "title": "Maybe you don't need Rust and WASM to speed up your JS", - "count": "2" - }, - { - "url": "https://muen.sk/", - "title": "Muen | SK for x86/64", - "count": "2" - }, - { - "url": "https://nautil.us/issue/86/energy/why-birds-can-fly-over-mount-everest", - "title": "Page not found - Nautilus | Science Connected", - "count": "2" - }, - { - "url": "https://neocities.org/", - "title": "Neocities: Create your own free website!", - "count": "2" - }, - { - "url": "https://netboot.xyz/", - "title": "Your favorite operating systems in one place! | netboot.xyz", - "count": "2" - }, - { - "url": "https://news.mit.edu/2020/passive-solar-powered-water-desalination-0207", - "title": "Simple, solar-powered water desalination | MIT News | Massachusetts Institute of Technology", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/active", - "title": "Active Threads | Hacker News", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/best", - "title": "Top Links | Hacker News", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/item?id=363", - "title": "Please tell us what features you'd like in news.ycombinator | Hacker News", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/item?id=74633", - "title": "Boston Hacker News Meetup. Sunday 8:30pm, Miracle of Science Bar | Hacker News", - "count": "2" - }, - { - "url": "https://news.ycombinator.com/noobstories", - "title": "Noob Submissions | Hacker News", - "count": "2" - }, - { - "url": "https://nightweb.net/", - "title": "Night Web Society: Help Me Finish This Homework!", - "count": "2" - }, - { - "url": "https://nixos.org/", - "title": "NixOS - NixOS Linux", - "count": "2" - }, - { - "url": "https://norvig.com/java-lisp.html", - "title": "Lisp as an Alternative to Java", - "count": "2" - }, - { - "url": "https://nphysics.org/", - "title": "", - "count": "2" - }, - { - "url": "https://nuitka.net/", - "title": "Nuitka the Python Compiler — Nuitka the Python Compiler documentation", - "count": "2" - }, - { - "url": "https://ohshitgit.com/", - "title": "Oh Shit, Git!?!", - "count": "2" - }, - { - "url": "https://openage.sft.mx/", - "title": "openage - free, modern RTS game engine", - "count": "2" - }, - { - "url": "https://orgmode.org/", - "title": "Org mode for Emacs", - "count": "2" - }, - { - "url": "https://osgameclones.com/", - "title": "Open Source Game Clones", - "count": "2" - }, - { - "url": "https://p5js.org/", - "title": "home | p5.js", - "count": "2" - }, - { - "url": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2801385", - "title": "How Do Venture Capitalists Make Decisions? by Paul A. Gompers, Will Gornall, Steven N. Kaplan, Ilya A. Strebulaev :: SSRN", - "count": "2" - }, - { - "url": "https://paperswelove.org/", - "title": "Papers We Love", - "count": "2" - }, - { - "url": "https://paulbuchheit.blogspot.com/2014/07/the-technology.html", - "title": "Paul Buchheit: The Technology", - "count": "2" - }, - { - "url": "https://pbpython.com/effective-matplotlib.html", - "title": "Effectively Using Matplotlib - Practical Business Python", - "count": "2" - }, - { - "url": "https://pchiusano.github.io/2014-10-11/defensive-writing.html", - "title": "Paul Chiusano: The internet has made defensive writers of us all", - "count": "2" - }, - { - "url": "https://peerjs.com/", - "title": "PeerJS - Simple peer-to-peer with WebRTC", - "count": "2" - }, - { - "url": "https://pencil.evolus.vn/", - "title": "Home - Pencil Project", - "count": "2" - }, - { - "url": "https://pgexercises.com/", - "title": "PostgreSQL Exercises", - "count": "2" - }, - { - "url": "http://phil.ipal.org/tc.html", - "title": "", - "count": "2" - }, - { - "url": "http://philip.greenspun.com/flying/unions-and-airlines.html", - "title": "Unions and Airlines", - "count": "2" - }, - { - "url": "https://picolisp.com/wiki?home", - "title": "PicoLisp Wiki: home", - "count": "2" - }, - { - "url": "https://plaintextaccounting.org/", - "title": "Plain Text Accounting portal - plaintextaccounting.org", - "count": "2" - }, - { - "url": "https://plantuml.com/", - "title": "Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams.", - "count": "2" - }, - { - "url": "https://plasma-mobile.org/", - "title": "Plasma Mobile", - "count": "2" - }, - { - "url": "https://playbook.samaltman.com/", - "title": "Startup Playbook", - "count": "2" - }, - { - "url": "https://play.elevatorsaga.com/", - "title": "Elevator Saga - the elevator programming game", - "count": "2" - }, - { - "url": "https://plus.maths.org/content/goumldel-and-limits-logic", - "title": "Gödel and the limits of logic | plus.maths.org", - "count": "2" - }, - { - "url": "https://plzoo.andrej.com/", - "title": "The Programming Languages Zoo", - "count": "2" - }, - { - "url": "https://postgres.heroku.com/", - "title": "", - "count": "2" - }, - { - "url": "https://practicaltypography.com/", - "title": "Butterick’s Practical Typography", - "count": "2" - }, - { - "url": "https://pragprog.com/articles/erlang", - "title": "Pragmatic Bookshelf: By Developers, For Developers", - "count": "2" - }, - { - "url": "https://prog21.dadgum.com/116.html", - "title": "Things That Turbo Pascal is Smaller Than", - "count": "2" - }, - { - "url": "https://prog21.dadgum.com/29.html", - "title": "A Spellchecker Used to Be a Major Feat of Software Engineering", - "count": "2" - }, - { - "url": "https://prog21.dadgum.com/56.html", - "title": "The Recovering Programmer", - "count": "2" - }, - { - "url": "https://projecteuler.net/news", - "title": "News - Project Euler", - "count": "2" - }, - { - "url": "https://projectnaptha.com/", - "title": "Project Naptha", - "count": "2" - }, - { - "url": "https://pruned.blogspot.com/2012/01/gardens-as-crypto-water-computers.html", - "title": "Pruned: Gardens as Crypto-Water-Computers", - "count": "2" - }, - { - "url": "http://pybrain.org/", - "title": "PyBrain", - "count": "2" - }, - { - "url": "https://pypyjs.org/", - "title": "PyPy.js", - "count": "2" - }, - { - "url": "https://pythonwheels.com/", - "title": "Python Wheels", - "count": "2" - }, - { - "url": "https://qmlbook.github.io/", - "title": "Qt5 Cadaques — Qt5 Cadaques Book vmaster", - "count": "2" - }, - { - "url": "https://qntm.org/destroy", - "title": "How to destroy the Earth @ Things Of Interest", - "count": "2" - }, - { - "url": "https://qntm.org/hatetris", - "title": "HATETRIS @ Things Of Interest", - "count": "2" - }, - { - "url": "https://qntm.org/responsibility", - "title": "I don't know, Timmy, being God is a big responsibility @ Things Of Interest", - "count": "2" - }, - { - "url": "https://qntm.org/suicide", - "title": "Suicide Linux @ Things Of Interest", - "count": "2" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=1871406", - "title": "Sir, Please Step Away from the ASR-33! - ACM Queue", - "count": "2" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=2038036", - "title": "OCaml for the Masses - ACM Queue", - "count": "2" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=2349257&ref=fullrss", - "title": "A Generation Lost in the Bazaar - ACM Queue", - "count": "2" - }, - { - "url": "https://queue.acm.org/detail.cfm?id=2610533", - "title": "Don’t Settle for Eventual Consistency - ACM Queue", - "count": "2" - }, - { - "url": "http://radian.org/notebook/porsche", - "title": "", - "count": "2" - }, - { - "url": "https://randomwire.com/why-japanese-web-design-is-so-different", - "title": "Why Japanese Web Design Is So Different – Cultural, Linguistic & Technical Factors – Randomwire", - "count": "2" - }, - { - "url": "https://ranprieur.com/essays/dropout.html", - "title": "How to Drop Out", - "count": "2" - }, - { - "url": "https://rauchg.com/2015/pure-ui", - "title": "Pure UI", - "count": "2" - }, - { - "url": "https://rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://rcrowley.org/2010/01/06/things-unix-can-do-atomically.html", - "title": "Things UNIX can do atomically — Crowley Code!", - "count": "2" - }, - { - "url": "https://regex101.com/", - "title": "regex101: build, test, and debug regex", - "count": "2" - }, - { - "url": "https://rejected.us/", - "title": "Rejected.us", - "count": "2" - }, - { - "url": "http://rigaux.org/language-study/syntax-across-languages.html", - "title": "syntax across languages (One Big Page)", - "count": "2" - }, - { - "url": "https://rob-bell.net/2009/06/a-beginners-guide-to-big-o-notation", - "title": "A beginner's guide to Big O Notation - Rob Bell", - "count": "2" - }, - { - "url": "http://roberto.open-lab.com/2010/01/18/javascript-grid-editor-i-want-to-be-excel", - "title": "", - "count": "2" - }, - { - "url": "https://roughjs.com/", - "title": "Rough.js", - "count": "2" - }, - { - "url": "https://ru-submarine.livejournal.com/17486.html", - "title": "тип 941 акула она же typhoon: самая большая лодка в мире: ru_submarine — LiveJournal", - "count": "2" - }, - { - "url": "https://sandstorm.io/", - "title": "Sandstorm", - "count": "2" - }, - { - "url": "https://arielelkin.github.io/articles/why-im-not-a-react-native-developer.html", - "title": "Why I'm not a React Native Developer", - "count": "2" - }, - { - "url": "https://buttercoin.com/", - "title": "", - "count": "2" - }, - { - "url": "https://schemaverse.com/", - "title": "The Schemaverse", - "count": "2" - }, - { - "url": "https://science.nasa.gov/science-news/science-at-nasa/2014/23jul_superstorm", - "title": "Near Miss: The Solar Superstorm of July 2012 | Science Mission Directorate", - "count": "2" - }, - { - "url": "https://codewords.recurse.com/issues/three/algebra-and-calculus-of-algebraic-data-types", - "title": "The algebra (and calculus!) of algebraic data types", - "count": "2" - }, - { - "url": "https://scoop.sh/", - "title": "", - "count": "2" - }, - { - "url": "https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html", - "title": "Release Notes :: CUDA Toolkit Documentation", - "count": "2" - }, - { - "url": "https://eater.net/8bit", - "title": "Build an 8-bit computer | Ben Eater", - "count": "2" - }, - { - "url": "https://semantic-ui.com/", - "title": "Semantic UI", - "count": "2" - }, - { - "url": "https://en.wikipedia.org/wiki/Olbers%27_paradox", - "title": "Olbers' paradox - Wikipedia", - "count": "2" - }, - { - "url": "https://erikbern.com/2019/04/15/why-software-projects-take-longer-than-you-think-a-statistical-model.html", - "title": "Why software projects take longer than you think: a statistical model · Erik Bernhardsson", - "count": "2" - }, - { - "url": "https://github.com/a1studmuffin/SpaceshipGenerator", - "title": "GitHub - a1studmuffin/SpaceshipGenerator: A Blender script to procedurally generate 3D spaceships", - "count": "2" - }, - { - "url": "https://github.com/asciimoo/drawille", - "title": "GitHub - asciimoo/drawille: Pixel graphics in terminal with unicode braille characters", - "count": "2" - }, - { - "url": "https://github.com/bmatzelle/gow/wiki", - "title": "Home · bmatzelle/gow Wiki · GitHub", - "count": "2" - }, - { - "url": "https://github.com/datasciencemasters/go", - "title": "GitHub - datasciencemasters/go: The Open Source Data Science Masters", - "count": "2" - }, - { - "url": "https://github.com/dthree/vantage", - "title": "GitHub - dthree/vantage: Distributed, realtime CLI for live Node apps.", - "count": "2" - }, - { - "url": "https://github.com/dwmkerr/hacker-laws", - "title": "GitHub - dwmkerr/hacker-laws: 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws", - "count": "2" - }, - { - "url": "https://github.com/ianh/owl", - "title": "GitHub - ianh/owl: A parser generator for visibly pushdown languages.", - "count": "2" - }, - { - "url": "https://github.com/idea4good/GuiLite", - "title": "GitHub - idea4good/GuiLite: ✔️The smallest header-only GUI library(4 KLOC) for all platforms", - "count": "2" - }, - { - "url": "https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks", - "title": "A gallery of interesting IPython Notebooks · ipython/ipython Wiki · GitHub", - "count": "2" - }, - { - "url": "https://github.com/jbush001/NyuziProcessor", - "title": "GitHub - jbush001/NyuziProcessor: GPGPU microprocessor architecture", - "count": "2" - }, - { - "url": "https://github.com/kasper/phoenix", - "title": "GitHub - kasper/phoenix: A lightweight macOS window and app manager scriptable with JavaScript", - "count": "2" - }, - { - "url": "https://github.com/laurent22/joplin", - "title": "GitHub - laurent22/joplin: Joplin - an open source note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.", - "count": "2" - }, - { - "url": "https://github.com/leandromoreira/digital_video_introduction", - "title": "GitHub - leandromoreira/digital_video_introduction: A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).", - "count": "2" - }, - { - "url": "https://github.com/lihaoyi/macropy", - "title": "GitHub - lihaoyi/macropy: Macros in Python: quasiquotes, case classes, LINQ and more!", - "count": "2" - }, - { - "url": "https://github.com/litl/rauth", - "title": "GitHub - litl/rauth: A Python library for OAuth 1.0/a, 2.0, and Ofly.", - "count": "2" - }, - { - "url": "https://github.com/madrobby/keymaster", - "title": "GitHub - madrobby/keymaster: A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.", - "count": "2" - }, - { - "url": "https://github.com/photonstorm/phaser", - "title": "GitHub - photonstorm/phaser: Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.", - "count": "2" - }, - { - "url": "https://github.com/pubkey/rxdb", - "title": "GitHub - pubkey/rxdb: 🔄 A fast, offline-first, reactive database for JavaScript Applications", - "count": "2" - }, - { - "url": "https://github.com/Russell91/pythonpy", - "title": "Page not found · GitHub · GitHub", - "count": "2" - }, - { - "url": "https://github.com/tomnomnom/gron", - "title": "GitHub - tomnomnom/gron: Make JSON greppable!", - "count": "2" - }, - { - "url": "https://github.com/ycoroneos/G.E.R.T", - "title": "GitHub - ycoroneos/G.E.R.T", - "count": "2" - }, - { - "url": "https://howvideo.works/", - "title": "HowVideo.works", - "count": "2" - }, - { - "url": "https://simpleoptout.com/", - "title": "Deep links to opt-out of data sharing by 100+ companies – Simple Opt Out", - "count": "2" - }, - { - "url": "https://singingbanana.com/dice/article.htm", - "title": "Non-transitive Dice", - "count": "2" - }, - { - "url": "https://singletrackworld.com/2018/01/collision-course-why-this-type-of-road-junction-will-keep-killing-cyclists", - "title": "Ipley Cross | Why This Type Of Road Junction Will Keep Killing Cyclists", - "count": "2" - }, - { - "url": "https://instant.io/", - "title": "Instant.io - Streaming file transfer over WebTorrent", - "count": "2" - }, - { - "url": "https://mdsattacks.com/", - "title": "MDS Attacks: Microarchitectural Data Sampling", - "count": "2" - }, - { - "url": "http://socrates.io/", - "title": "Registered & Protected by MarkMonitor", - "count": "2" - }, - { - "url": "http://solutoire.com/plotr", - "title": "Solutoire.com", - "count": "2" - }, - { - "url": "https://spaceprob.es/", - "title": "spaceprob.es catalogs the active human-made machines that freckle our solar system", - "count": "2" - }, - { - "url": "https://picovoice.ai/", - "title": "End-to-End Edge Voice AI | Picovoice On-Device Voice Recognition", - "count": "2" - }, - { - "url": "http://spotthedrowningchild.com/", - "title": "Spot The Drowning Child", - "count": "2" - }, - { - "url": "https://sqlite.org/lang_with.html", - "title": "The WITH Clause", - "count": "2" - }, - { - "url": "https://rally.org/lavabit", - "title": "The Story continues | Rally.org", - "count": "2" - }, - { - "url": "https://solar.lowtechmagazine.com/2018/09/how-to-build-a-lowtech-website.html", - "title": "How to Build a Low-tech Website? | LOW←TECH MAGAZINE", - "count": "2" - }, - { - "url": "http://stellarium.org/", - "title": "Stellarium Astronomy Software", - "count": "2" - }, - { - "url": "http://svn.cacert.org/CAcert/CAcert_Inc/Board/oss/oss_sabotage.html", - "title": "OSS Simple Sabotage Manual, Sections 11, 12", - "count": "2" - }, - { - "url": "http://steve-yegge.blogspot.com/2006/07/wizard-school.html", - "title": "Stevey's Blog Rants: Wizard School", - "count": "2" - }, - { - "url": "http://thejh.net/written-stuff/want-to-use-my-wifi?", - "title": "Want to use my wifi?", - "count": "2" - }, - { - "url": "http://useiconic.com/", - "title": "useiconic.com", - "count": "2" - }, - { - "url": "https://v8.dev/blog/cost-of-javascript-2019", - "title": "The cost of JavaScript in 2019 · V8", - "count": "2" - }, - { - "url": "http://wayne.lorentz.me/This_TRS-80", - "title": "404 Not Found", - "count": "2" - }, - { - "url": "http://web.stanford.edu/~learnest/les/crypto.htm", - "title": "I Spy", - "count": "2" - }, - { - "url": "http://swombat.com/2011/12/19/bomb-changed-my-life", - "title": "The bomb that changed my life - swombat.com on startups", - "count": "2" - }, - { - "url": "http://www.betrfs.org/", - "title": "BetrFS", - "count": "2" - }, - { - "url": "https://www.blueorigin.com/", - "title": "Home | Blue Origin", - "count": "2" - }, - { - "url": "http://www.cs.yale.edu/homes/hudak/Papers/HSoM.pdf", - "title": "", - "count": "2" - }, - { - "url": "https://www.ctrl.blog/entry/resolvconf-tutorial.html", - "title": "How to take back control of /etc/resolv.conf on Linux | Ctrl blog", - "count": "2" - }, - { - "url": "http://www.damtp.cam.ac.uk/user/tong/em/dyson.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://www.dartmouth.edu/~matc/MathDrama/reading/Hamming.html", - "title": "Page Not Found | Dartmouth", - "count": "2" - }, - { - "url": "https://www.dendron.so/", - "title": "Dendron", - "count": "2" - }, - { - "url": "http://www.dkriesel.com/en/blog/2013/0802_xerox-workcentres_are_switching_written_numbers_when_scanning", - "title": "Xerox scanners/photocopiers randomly alter numbers in scanned documents [D. Kriesel]", - "count": "2" - }, - { - "url": "http://www.erlang-in-anger.com/", - "title": "Stuff Goes Bad: Erlang in Anger", - "count": "2" - }, - { - "url": "https://www.khanacademy.org/computing/computer-science/algorithms", - "title": "Algorithms | Computer science | Computing | Khan Academy", - "count": "2" - }, - { - "url": "http://www.lhup.edu/~dsimanek/neverwrk.htm", - "title": "500 - Internal server error.", - "count": "2" - }, - { - "url": "http://www.lhup.edu/~dsimanek/pseudo/fibonacc.htm", - "title": "500 - Internal server error.", - "count": "2" - }, - { - "url": "http://www.linusakesson.net/dialog/index.php", - "title": "Dialog", - "count": "2" - }, - { - "url": "http://www.logicmatters.net/resources/pdfs/TeachYourselfLogic2017.pdf", - "title": "", - "count": "2" - }, - { - "url": "http://www.lysator.liu.se/c/ten-commandments.html", - "title": "The Ten Commandments for C Programmers (Annotated Edition)", - "count": "2" - }, - { - "url": "http://www.maizure.org/projects/decoded-gnu-coreutils/index.html", - "title": "Decoded: GNU coreutils – MaiZure's Projects", + "url": "https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts", + "realUrl": "https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts/", + "title": "How to write idempotent Bash scripts · Fatih Arslan", "count": "2" }, { @@ -5675,148 +31,130 @@ "count": "2" }, { - "url": "http://www.mit.edu/~xela/tao.html", - "title": "The Tao of Programming", + "url": "https://arduinohistory.github.io/", + "title": "The Untold History of Arduino", "count": "2" }, { - "url": "http://www.netsurf-browser.org/", - "title": "NetSurf Web Browser", + "url": "https://github.com/google/jax", + "title": "GitHub - google/jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more", "count": "2" }, { - "url": "http://www.peereboom.us/assl/assl/html/openssl.html", - "title": "DNS resolution error | www.peereboom.us | Cloudflare", + "url": "http://cryptome.org/dirty-work/spot-spook.htm", + "realUrl": "https://cryptome.org/dirty-work/spot-spook.htm", + "title": "How To Spot A Spook - John Marks", "count": "2" }, { - "url": "http://www.philzimmermann.com/EN/essays/WhyIWrotePGP.html", - "title": "", + "url": "http://willcrichton.net/notes/systems-programming", + "realUrl": "https://willcrichton.net/notes/systems-programming/", + "title": "What is Systems Programming, Really? | Will Crichton", "count": "2" }, { - "url": "http://www.pizzahut.com/assets/pizzanet/home.html", - "title": "", + "url": "https://crackstation.net/hashing-security.htm", + "title": "Secure Salted Password Hashing - How to do it Properly", "count": "2" }, { - "url": "http://www.privoxy.org/", - "title": "Privoxy - Home Page", + "url": "https://github.com/martanne/vis", + "title": "GitHub - martanne/vis: A vi-like editor based on Plan 9's structural regular expressions", "count": "2" }, { - "url": "https://www.propublica.org/article/filing-taxes-could-be-free-simple-hr-block-intuit-lobbying-against-it", - "title": "Filing Taxes Could Be Free and Simple. But H&R Block and Intuit Are Still Lobbying Against It. — ProPublica", + "url": "http://www.nytimes.com/2015/09/26/your-money/how-macarthur-geniuses-handle-their-money-windfalls.html", + "realUrl": "https://www.nytimes.com/2015/09/26/your-money/how-macarthur-geniuses-handle-their-money-windfalls.html", + "title": "How MacArthur Geniuses Handle Their Money Windfalls - The New York Times", "count": "2" }, { - "url": "https://www.stockfighter.io/", - "title": "Stockfighter - The Ultimate Stock Market Experience", + "url": "https://www.gwern.net/Complement", + "title": "Laws of Tech: Commoditize Your Complement · Gwern.net", + "count": "3" + }, + { + "url": "https://github.com/levskaya/jslinux-deobfuscated", + "title": "GitHub - levskaya/jslinux-deobfuscated: An old version of Mr. Bellard's JSLinux rewritten to be human readable, hand deobfuscated and annotated.", "count": "2" }, { - "url": "http://www.tarsnap.com/GB-why.html", - "title": "Tarsnap - Why is 1 GB 10^9 bytes instead of 2^30?", + "url": "http://www.cs.usfca.edu/~galles/visualization/Algorithms.html", + "realUrl": "https://www.cs.usfca.edu/~galles/visualization/Algorithms.html", + "title": "Data Structure Visualization", + "count": "3" + }, + { + "url": "https://locust.io/", + "title": "Locust - A modern load testing framework", "count": "2" }, { - "url": "http://www.wescottdesign.com/articles/pid/pidWithoutAPhd.pdf", - "title": "", + "url": "https://www.newyorker.com/culture/cultural-comment/the-woman-who-gave-the-macintosh-a-smile", + "title": "The Woman Who Gave the Macintosh a Smile | The New Yorker", "count": "2" }, { - "url": "http://yosefk.com/blog/c-as-an-intermediate-language.html", - "title": "C as an intermediate language", + "url": "http://sigmajs.org/", + "realUrl": "https://www.sigmajs.org/", + "title": "Sigma.js", "count": "2" }, { - "url": "http://weblog.raganwald.com/2005/03/are-you-thinking-of-working-for-start.html", - "title": "Are you thinking of working for a start up?", + "url": "http://zackkanter.com/2016/01/13/you-are-not-behind", + "realUrl": "https://zackkanter.com/2016/01/13/you-are-not-behind/", + "title": "You Are Not ‘Behind’ | Zack's notes", "count": "2" }, { - "url": "http://web.stonehill.edu/compsci/History_Math/math-read.htm", - "title": "How to Read Mathematics", + "url": "https://inconvergent.net/generative", + "realUrl": "https://inconvergent.net/generative/", + "title": "On Generative Algorithms: Introduction · inconvergent", "count": "2" }, { - "url": "http://www.advancedlinuxprogramming.com/alp-folder", - "title": "", + "url": "https://sites.google.com/site/steveyegge2/ten-predictions", + "title": "steve yegge - ten-predictions", "count": "2" }, { - "url": "http://www.aosabook.org/en/nginx.html", - "title": "The Architecture of Open Source Applications (Volume 2): nginx", + "url": "https://www.expeditedssl.com/aws-in-plain-english", + "realUrl": "https://expeditedsecurity.com/aws-in-plain-english/", + "title": "Amazon Web Services In Plain English", "count": "2" }, { - "url": "http://www.awesomenessreminders.com/", - "title": "", + "url": "http://shirky.com/writings/group_enemy.html", + "title": "Page not found – Clay Shirky", + "count": "3" + }, + { + "url": "https://www.citylab.com/transportation/2018/04/why-new-york-city-stopped-building-subways/557567", + "realUrl": "https://www.bloomberg.com/news/articles/2018-04-16/why-won-t-new-york-city-build-more-subways", + "title": "Why Won't New York City Build More Subways? - Bloomberg", "count": "2" }, { - "url": "http://www.chromoscope.net/", - "title": "Chromoscope", + "url": "http://aging.nautil.us/feature/218/why-you-cant-help-but-act-your-age", + "realUrl": "https://nautil.us/why-you-cant-help-but-act-your-age-2-10523/", + "title": "Why You Can’t Help But Act Your Age - Nautilus | Science Connected", "count": "2" }, { - "url": "http://www.cs.uni.edu/~wallingf/blog/archives/monthly/2018-10.html", - "title": "Knowing and Doing: October 2018 Archives", + "url": "http://aws.amazon.com/importexport", + "realUrl": "https://aws.amazon.com/snowball/", + "title": "AWS Snowball | Secure Edge Computing and Offline Data Transfer | Amazon Web Services", "count": "2" }, { - "url": "http://www.datawrangling.com/some-datasets-available-on-the-web.html", - "title": "Page not found - Trifacta", + "url": "https://prog21.dadgum.com/56.html", + "title": "The Recovering Programmer", "count": "2" }, { - "url": "http://www.entropykey.co.uk/", - "title": "Simtec Electronics Entropy Key: USB True Random Number Generator", - "count": "2" - }, - { - "url": "http://www.hnsearch.com/search", - "title": "Origin DNS error | www.hnsearch.com | Cloudflare", - "count": "2" - }, - { - "url": "http://www.holmea.demon.co.uk/GPS/Main.htm", - "title": "", - "count": "2" - }, - { - "url": "http://www.publications.parliament.uk/pa/cm201314/cmhansrd/cm131023/debtext/131023-0001.htm", - "title": "Just a moment...", - "count": "2" - }, - { - "url": "http://www.squidoo.com/starup_failures", - "title": "404 - Squidoo Page Not Found", - "count": "2" - }, - { - "url": "http://www.t3.org/tangledwebs/07/tw0706.html", - "title": "Tangled Webs 7.6 - The Black Team", - "count": "2" - }, - { - "url": "http://www.therestartpage.com/", - "title": "The Restart Page - Free unlimited rebooting experience from vintage operating systems", - "count": "2" - }, - { - "url": "http://www.underhanded-c.org/", - "title": "The Underhanded C Contest", - "count": "2" - }, - { - "url": "http://www.valuedlessons.com/2008/01/monads-in-python-with-nice-syntax.html", - "title": "Valued Lessons: Monads in Python (with nice syntax!)", - "count": "2" - }, - { - "url": "http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL", - "title": "", + "url": "https://samy.pl/pwnat", + "realUrl": "https://samy.pl/pwnat/", + "title": "Samy Kamkar - pwnat: NAT to NAT client-server communication", "count": "2" } ] \ No newline at end of file