this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add all of SSC, remove open threads, link posts

alice 12ad0c19 4eda70cc

+968 -13
+4 -3
.gitignore
··· 1 - .env 2 - .vscode/ 3 - app_* 1 + * 2 + !app.py 3 + !config.py 4 + !Pipfile*
+964 -10
app.py
··· 7 7 logging.basicConfig(level=logging.INFO) 8 8 logger = logging.getLogger() 9 9 10 - acx_articles = [ 10 + acx_ssc_posts = [ 11 11 "https://astralcodexten.substack.com/p/apply-for-an-acx-grant", 12 12 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-orban", 13 13 "https://astralcodexten.substack.com/p/secrets-of-the-great-families", ··· 19 19 "https://astralcodexten.substack.com/p/learn-british-english-with-acx", 20 20 "https://astralcodexten.substack.com/p/epistemic-minor-leagues", 21 21 "https://astralcodexten.substack.com/p/chilling-effects", 22 - "https://astralcodexten.substack.com/p/links-for-october", 23 22 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-kids", 24 23 "https://astralcodexten.substack.com/p/please-dont-give-up-on-having-kids", 25 24 "https://astralcodexten.substack.com/p/learn-german-with-acx", ··· 29 28 "https://astralcodexten.substack.com/p/book-review-the-scout-mindset", 30 29 "https://astralcodexten.substack.com/p/whither-tartaria", 31 30 "https://astralcodexten.substack.com/p/learn-portuguese-with-acx", 32 - "https://astralcodexten.substack.com/p/links-for-september", 33 31 "https://astralcodexten.substack.com/p/lisbon-meetup-this-saturday", 34 32 "https://astralcodexten.substack.com/p/book-review-the-revolt-of-the-public", 35 33 "https://astralcodexten.substack.com/p/book-review-modi-a-political-biography", ··· 48 46 "https://astralcodexten.substack.com/p/meetups-everywhere-2021-times-and", 49 47 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-aducanumab", 50 48 "https://astralcodexten.substack.com/p/peer-review-request-carbon-costs", 51 - "https://astralcodexten.substack.com/p/links-for-august", 52 49 "https://astralcodexten.substack.com/p/kids-can-recover-from-missing-even", 53 50 "https://astralcodexten.substack.com/p/blindness-schizophrenia-and-autism", 54 51 "https://astralcodexten.substack.com/p/contra-hanania-on-partisanship", ··· 65 62 "https://astralcodexten.substack.com/p/when-does-worrying-about-things-trade", 66 63 "https://astralcodexten.substack.com/p/contra-acemoglu-onoh-god-were-doing", 67 64 "https://astralcodexten.substack.com/p/mantic-monday-726", 68 - "https://astralcodexten.substack.com/p/links-for-july", 69 65 "https://astralcodexten.substack.com/p/things-i-learned-writing-the-lockdown", 70 66 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-crazy", 71 67 "https://astralcodexten.substack.com/p/peer-review-request-ketamine", ··· 82 78 "https://astralcodexten.substack.com/p/book-review-how-asia-works", 83 79 "https://astralcodexten.substack.com/p/acx-reader-research-survey-call-for", 84 80 "https://astralcodexten.substack.com/p/perpendicular-lives", 85 - "https://astralcodexten.substack.com/p/links-for-june", 86 81 "https://astralcodexten.substack.com/p/mantic-monday-62121", 87 82 "https://astralcodexten.substack.com/p/vote-in-the-book-review-contest", 88 83 "https://astralcodexten.substack.com/p/your-book-review-plagues-and-peoples", ··· 105 100 "https://astralcodexten.substack.com/p/peer-review-request-depression", 106 101 "https://astralcodexten.substack.com/p/book-review-arabian-nights", 107 102 "https://astralcodexten.substack.com/p/your-book-review-the-accidental-superpower", 108 - "https://astralcodexten.substack.com/p/links-for-may", 109 103 "https://astralcodexten.substack.com/p/the-coldness-of-karen", 110 104 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-culture", 111 105 "https://astralcodexten.substack.com/p/your-book-review-addiction-by-design", ··· 133 127 "https://astralcodexten.substack.com/p/your-book-review-progress-and-poverty", 134 128 "https://astralcodexten.substack.com/p/prospectus-on-prospera", 135 129 "https://astralcodexten.substack.com/p/link-unifying-predictive-coding-with", 136 - "https://astralcodexten.substack.com/p/links-for-april", 137 130 "https://astralcodexten.substack.com/p/from-the-rejects-pile-catch-22", 138 131 "https://astralcodexten.substack.com/p/your-book-review-on-the-natural-faculties", 139 132 "https://astralcodexten.substack.com/p/your-book-review-order-without-law", ··· 156 149 "https://astralcodexten.substack.com/p/theyre-made-out-of-meta", 157 150 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-class", 158 151 "https://astralcodexten.substack.com/p/highlights-from-the-comments-on-march", 159 - "https://astralcodexten.substack.com/p/links-for-march", 160 152 "https://astralcodexten.substack.com/p/shilling-for-big-mitochondria", 161 153 "https://astralcodexten.substack.com/p/mantic-monday-scoring-rule-controversy", 162 154 "https://astralcodexten.substack.com/p/bay-area-plant-based-meat-reviews", ··· 190 182 "https://astralcodexten.substack.com/p/logistics", 191 183 "https://astralcodexten.substack.com/p/still-alive", 192 184 "https://astralcodexten.substack.com/p/youre-probably-wondering-why-ive", 185 + "https://slatestarcodex.com/2021/01/21/introducing-astral-codex-ten/", 186 + "https://slatestarcodex.com/2020/09/11/update-on-my-situation/", 187 + "https://slatestarcodex.com/2020/06/22/nyt-is-threatening-my-safety-by-revealing-my-real-name-so-i-am-deleting-the-blog/", 188 + "https://slatestarcodex.com/2020/06/17/slightly-skew-systems-of-government/", 189 + "https://slatestarcodex.com/2020/06/15/the-vision-of-vilazodone-and-vortioxetine/", 190 + "https://slatestarcodex.com/2020/06/11/wordy-wernickes/", 191 + "https://slatestarcodex.com/2020/06/10/the-obligatory-gpt-3-post/", 192 + "https://slatestarcodex.com/2020/06/07/take-the-new-nootropics-survey/", 193 + "https://slatestarcodex.com/2020/06/04/problems-with-paywalls/", 194 + "https://slatestarcodex.com/2020/06/01/book-review-origin-of-consciousness-in-the-breakdown-of-the-bicameral-mind/", 195 + "https://slatestarcodex.com/2020/05/28/bush-did-north-dakota/", 196 + "https://slatestarcodex.com/2020/05/28/creationism-unchallenged/", 197 + "https://slatestarcodex.com/2020/05/26/my-immortal-as-alchemical-allegory/", 198 + "https://slatestarcodex.com/2020/05/12/studies-on-slack/", 199 + "https://slatestarcodex.com/2020/05/07/classified-thread-8/", 200 + "https://slatestarcodex.com/2020/05/05/book-review-contest-call-for-entries/", 201 + "https://slatestarcodex.com/2020/04/29/predictions-for-2020/", 202 + "https://slatestarcodex.com/2020/04/27/give-yourself-gout-for-fame-and-profit/", 203 + "https://slatestarcodex.com/2020/04/24/employer-provided-health-insurance-delenda-est/", 204 + "https://slatestarcodex.com/2020/04/20/the-amish-health-care-system/", 205 + "https://slatestarcodex.com/2020/04/17/depression-the-olfactory-perspective/", 206 + "https://slatestarcodex.com/2020/04/14/a-failure-but-not-of-prediction/", 207 + "https://slatestarcodex.com/2020/04/08/2019-predictions-calibration-results/", 208 + "https://slatestarcodex.com/2020/04/07/never-tell-me-the-odds-ratio/", 209 + "https://slatestarcodex.com/2020/04/06/sscjc-real-world-depression-measurement/", 210 + "https://slatestarcodex.com/2020/04/01/book-review-the-precipice/", 211 + "https://slatestarcodex.com/2020/03/31/ssc-journal-club-macintyre-on-cloth-masks/", 212 + "https://slatestarcodex.com/2020/03/30/legal-systems-very-different-from-ours-because-i-just-made-them-up/", 213 + "https://slatestarcodex.com/2020/03/23/face-masks-much-more-than-you-wanted-to-know/", 214 + "https://slatestarcodex.com/2020/03/17/book-review-hoover/", 215 + "https://slatestarcodex.com/2020/03/10/for-then-against-high-saturated-fat-diets/", 216 + "https://slatestarcodex.com/2020/03/06/socratic-grilling/", 217 + "https://slatestarcodex.com/2020/02/27/book-review-the-seven-principles-for-making-marriage-work/", 218 + "https://slatestarcodex.com/2020/02/24/book-review-just-giving/", 219 + "https://slatestarcodex.com/2020/02/17/sleep-support-an-individual-randomized-controlled-trial/", 220 + "https://slatestarcodex.com/2020/02/14/addendum-to-targeting-meritocracy/", 221 + "https://slatestarcodex.com/2020/02/12/confirmation-bias-as-misfire-of-normal-bayesian-reasoning/", 222 + "https://slatestarcodex.com/2020/02/12/welcome-infowars-readers/", 223 + "https://slatestarcodex.com/2020/02/10/autogenderphilia-is-common-and-not-especially-related-to-transgender/", 224 + "https://slatestarcodex.com/2020/02/05/suicide-hotspots-of-the-world/", 225 + "https://slatestarcodex.com/2020/02/02/map-of-effective-altruism/", 226 + "https://slatestarcodex.com/2020/01/30/book-review-human-compatible/", 227 + "https://slatestarcodex.com/2020/01/28/assortative-mating-and-autism/", 228 + "https://slatestarcodex.com/2020/01/22/book-review-review-little-soldiers/", 229 + "https://slatestarcodex.com/2020/01/20/ssc-survey-results-2020/", 230 + "https://slatestarcodex.com/2020/01/17/last-chance-to-take-the-survey/", 231 + "https://slatestarcodex.com/2020/01/15/contra-contra-contra-caplan-on-psych/", 232 + "https://slatestarcodex.com/2020/01/13/2019-adversarial-collaboration-winners/", 233 + "https://slatestarcodex.com/2020/01/08/what-intellectual-progress-did-i-make-in-the-2010s/", 234 + "https://slatestarcodex.com/2020/01/06/a-very-unlikely-chess-game/", 235 + "https://slatestarcodex.com/2020/01/05/hardball-questions-for-the-next-debate-2020/", 236 + "https://slatestarcodex.com/2020/01/02/why-doctors-think-theyre-the-best/", 237 + "https://slatestarcodex.com/2019/12/30/please-take-the-2020-ssc-survey/", 238 + "https://slatestarcodex.com/2019/12/26/please-vote-for-acc-winner/", 239 + "https://slatestarcodex.com/2019/12/25/acc-how-much-significance-should-we-ascribe-to-spiritual-experiences/", 240 + "https://slatestarcodex.com/2019/12/24/acc-should-you-have-a-merry-christmas/", 241 + "https://slatestarcodex.com/2019/12/23/acc-will-automation-lead-to-economic-crisis/", 242 + "https://slatestarcodex.com/2019/12/22/a-maximally-lazy-guide-to-giving-to-charity-in-2019/", 243 + "https://slatestarcodex.com/2019/12/19/acc-when-during-fetal-development-does-abortion-become-morally-wrong/", 244 + "https://slatestarcodex.com/2019/12/18/acc-should-gene-editing-technologies-be-used-in-humans/", 245 + "https://slatestarcodex.com/2019/12/17/acc-should-we-colonize-space-to-mitigate-x-risk/", 246 + "https://slatestarcodex.com/2019/12/12/acc-does-calorie-restriction-slow-aging/", 247 + "https://slatestarcodex.com/2019/12/11/acc-is-eating-meat-a-net-harm/", 248 + "https://slatestarcodex.com/2019/12/11/correction-to-circumcision-acc/", 249 + "https://slatestarcodex.com/2019/12/10/acc-is-infant-circumcision-ethical/", 250 + "https://slatestarcodex.com/2019/12/09/2019-adversarial-collaboration-entries/", 251 + "https://slatestarcodex.com/2019/12/04/symptom-condition-cause/", 252 + "https://slatestarcodex.com/2019/11/28/ssc-meetups-everywhere-retrospective/", 253 + "https://slatestarcodex.com/2019/11/26/mental-mountains/", 254 + "https://slatestarcodex.com/2019/11/20/book-review-all-therapy-books/", 255 + "https://slatestarcodex.com/2019/11/18/more-intuition-building-on-non-empirical-science-three-stories/", 256 + "https://slatestarcodex.com/2019/11/13/autism-and-intelligence-much-more-than-you-wanted-to-know/", 257 + "https://slatestarcodex.com/2019/11/12/book-review-the-body-keeps-the-score/", 258 + "https://slatestarcodex.com/2019/11/06/building-intuitions-on-non-empirical-arguments-in-science/", 259 + "https://slatestarcodex.com/2019/11/04/samsara/", 260 + "https://slatestarcodex.com/2019/10/30/new-atheism-the-godlessness-that-failed/", 261 + "https://slatestarcodex.com/2019/10/28/financial-incentives-are-weaker-than-social-incentives-but-very-important-anyway/", 262 + "https://slatestarcodex.com/2019/10/24/highlights-from-the-comments-on-pnse/", 263 + "https://slatestarcodex.com/2019/10/23/indian-economic-reform-much-more-than-you-wanted-to-know/", 264 + "https://slatestarcodex.com/2019/10/21/the-pnse-paper/", 265 + "https://slatestarcodex.com/2019/10/16/is-enlightenment-compatible-with-sex-scandals/", 266 + "https://slatestarcodex.com/2019/10/14/book-review-against-the-grain/", 267 + "https://slatestarcodex.com/2019/10/11/irvine-meetup-this-friday/", 268 + "https://slatestarcodex.com/2019/10/09/berkeley-meetup-this-thursday/", 269 + "https://slatestarcodex.com/2019/10/03/fairbanks-meetup-this-sunday/", 270 + "https://slatestarcodex.com/2019/10/01/seattle-meetup-this-wednesday/", 271 + "https://slatestarcodex.com/2019/09/30/portland-meetup-this-tuesday/", 272 + "https://slatestarcodex.com/2019/09/29/austin-meetup-this-monday/", 273 + "https://slatestarcodex.com/2019/09/27/chicago-meetup-this-saturday/", 274 + "https://slatestarcodex.com/2019/09/25/ann-arbor-meetup-this-thursday/", 275 + "https://slatestarcodex.com/2019/09/23/washington-dc-meetup-this-tuesday/", 276 + "https://slatestarcodex.com/2019/09/21/philadelphia-meetup-this-sunday/", 277 + "https://slatestarcodex.com/2019/09/20/nyc-meetup-this-saturday/", 278 + "https://slatestarcodex.com/2019/09/19/boston-meetup-this-friday/", 279 + "https://slatestarcodex.com/2019/09/18/too-much-dark-money-in-almonds/", 280 + "https://slatestarcodex.com/2019/09/16/against-against-pseudoaddiction/", 281 + "https://slatestarcodex.com/2019/09/12/ssc-meetups-2019-times-and-places/", 282 + "https://slatestarcodex.com/2019/09/11/lots-of-people-going-around-with-mild-hallucinations-all-the-time/", 283 + "https://slatestarcodex.com/2019/09/10/ssc-journal-club-relaxed-beliefs-under-psychedelics-and-the-anarchic-brain/", 284 + "https://slatestarcodex.com/2019/09/09/partial-retraction-age-and-birth-order-effects/", 285 + "https://slatestarcodex.com/2019/09/06/lw-party-bay-area-invitation/", 286 + "https://slatestarcodex.com/2019/09/04/list-of-passages-i-highlighted-in-my-copy-of-ages-of-discord/", 287 + "https://slatestarcodex.com/2019/09/02/book-review-ages-of-discord/", 288 + "https://slatestarcodex.com/2019/08/28/meetups-everywhere-2019/", 289 + "https://slatestarcodex.com/2019/08/27/book-review-reframing-superintelligence/", 290 + "https://slatestarcodex.com/2019/08/21/dont-fear-the-simulators/", 291 + "https://slatestarcodex.com/2019/08/19/maybe-your-zoloft-stopped-working-because-a-liver-fluke-tried-to-turn-your-nth-great-grandmother-into-a-zombie/", 292 + "https://slatestarcodex.com/2019/08/15/attempted-replication-does-beef-jerky-cause-manic-episodes/", 293 + "https://slatestarcodex.com/2019/08/12/book-review-secular-cycles/", 294 + "https://slatestarcodex.com/2019/08/07/highlights-from-the-comments-on-billionaire-philanthropy/", 295 + "https://slatestarcodex.com/2019/08/01/squareallworthy-on-ubi-plans/", 296 + "https://slatestarcodex.com/2019/07/31/adversarial-collaboration-update/", 297 + "https://slatestarcodex.com/2019/07/29/against-against-billionaire-philanthropy/", 298 + "https://slatestarcodex.com/2019/07/24/adversarial-collaboration-contest-2019/", 299 + "https://slatestarcodex.com/2019/07/23/book-review-the-electric-kool-aid-acid-test/", 300 + "https://slatestarcodex.com/2019/07/18/know-your-gabapentinoids/", 301 + "https://slatestarcodex.com/2019/07/17/caution-on-bias-arguments/", 302 + "https://slatestarcodex.com/2019/07/16/against-lie-inflation/", 303 + "https://slatestarcodex.com/2019/07/11/do-people-like-their-mental-health-care/", 304 + "https://slatestarcodex.com/2019/07/09/survey-results-sexual-roles/", 305 + "https://slatestarcodex.com/2019/07/08/gay-rites-are-civil-rites/", 306 + "https://slatestarcodex.com/2019/07/04/style-guide-not-sounding-like-an-evil-robot/", 307 + "https://slatestarcodex.com/2019/07/04/some-clarifications-on-rationalist-blogging/", 308 + "https://slatestarcodex.com/2019/07/02/editing-unsong/", 309 + "https://slatestarcodex.com/2019/06/24/you-need-more-confounders/", 310 + "https://slatestarcodex.com/2019/06/20/if-only-turing-was-alive-to-see-this/", 311 + "https://slatestarcodex.com/2019/06/19/are-sexual-purity-taboos-a-response-to-stis/", 312 + "https://slatestarcodex.com/2019/06/18/if-kim-jong-un-opened-a-kfc-would-you-eat-there/", 313 + "https://slatestarcodex.com/2019/06/17/followup-on-the-baumol-effect-thanks-o-baumol/", 314 + "https://slatestarcodex.com/2019/06/11/highlights-from-the-comments-on-cultural-evolution/", 315 + "https://slatestarcodex.com/2019/06/10/book-review-the-prices-are-too-dmn-high/", 316 + "https://slatestarcodex.com/2019/06/07/addendum-to-enormous-nutshell-competing-selectors/", 317 + "https://slatestarcodex.com/2019/06/06/asymmetric-weapons-gone-bad/", 318 + "https://slatestarcodex.com/2019/06/05/list-of-passages-i-highlighted-in-my-copy-of-the-secret-of-our-success/", 319 + "https://slatestarcodex.com/2019/06/04/book-review-the-secret-of-our-success/", 320 + "https://slatestarcodex.com/2019/06/03/repost-epistemic-learned-helplessness/", 321 + "https://slatestarcodex.com/2019/05/30/bay-area-ssc-meetup-6-2/", 322 + "https://slatestarcodex.com/2019/05/28/postscript-to-apa-photo-essay/", 323 + "https://slatestarcodex.com/2019/05/22/the-apa-meeting-a-photo-essay/", 324 + "https://slatestarcodex.com/2019/05/16/meetup-apa-meeting/", 325 + "https://slatestarcodex.com/2019/05/15/a-critical-period-for-lactation-fetishes/", 326 + "https://slatestarcodex.com/2019/05/14/age-gaps-and-birth-order-effects/", 327 + "https://slatestarcodex.com/2019/05/09/is-there-a-case-for-skepticism-of-psychedelic-therapy/", 328 + "https://slatestarcodex.com/2019/05/07/5-httlpr-a-pointed-review/", 329 + "https://slatestarcodex.com/2019/05/02/little-known-types-of-eclipse/", 330 + "https://slatestarcodex.com/2019/05/01/update-to-partial-retraction-of-animal-value-and-neuron-number/", 331 + "https://slatestarcodex.com/2019/04/30/buspirone-shortage-in-healthcaristan-ssr/", 332 + "https://slatestarcodex.com/2019/04/22/1960-the-year-the-singularity-was-cancelled/", 333 + "https://slatestarcodex.com/2019/04/17/highlights-from-the-comments-on-college-admissions/", 334 + "https://slatestarcodex.com/2019/04/15/increasingly-competitive-college-admissions-much-more-than-you-wanted-to-know/", 335 + "https://slatestarcodex.com/2019/04/10/pain-as-active-ingredient-in-dating/", 336 + "https://slatestarcodex.com/2019/04/09/short-book-reviews-april-2019/", 337 + "https://slatestarcodex.com/2019/04/03/classified-thread-7/", 338 + "https://slatestarcodex.com/2019/04/02/social-censorship-the-first-offender-model/", 339 + "https://slatestarcodex.com/2019/03/28/two-wolves-and-a-sheep/", 340 + "https://slatestarcodex.com/2019/03/28/partial-retraction-of-post-on-animal-value-and-neural-number/", 341 + "https://slatestarcodex.com/2019/03/26/cortical-neuron-number-matches-intuitive-perceptions-of-moral-value-across-animals/", 342 + "https://slatestarcodex.com/2019/03/25/neurons-and-intelligence-a-birdbrained-perspective/", 343 + "https://slatestarcodex.com/2019/03/20/translating-predictive-coding-into-perceptual-control/", 344 + "https://slatestarcodex.com/2019/03/18/book-review-inventing-the-future/", 345 + "https://slatestarcodex.com/2019/03/14/gwerns-ai-generated-poetry/", 346 + "https://slatestarcodex.com/2019/03/13/does-reality-drive-straight-lines-on-graphs-or-do-straight-lines-on-graphs-drive-reality/", 347 + "https://slatestarcodex.com/2019/03/12/puritan-spotting/", 348 + "https://slatestarcodex.com/2019/03/11/ketamine-now-by-prescription/", 349 + "https://slatestarcodex.com/2019/03/04/prospiracy-theories/", 350 + "https://slatestarcodex.com/2019/02/28/meaningful/", 351 + "https://slatestarcodex.com/2019/02/27/in-mod-we-trust/", 352 + "https://slatestarcodex.com/2019/02/26/rule-genius-in-not-out/", 353 + "https://slatestarcodex.com/2019/02/25/wage-stagnation-much-more-than-you-wanted-to-know/", 354 + "https://slatestarcodex.com/2019/02/22/rip-culture-war-thread/", 355 + "https://slatestarcodex.com/2019/02/21/my-plagiarism/", 356 + "https://slatestarcodex.com/2019/02/19/gpt-2-as-step-toward-general-intelligence/", 357 + "https://slatestarcodex.com/2019/02/18/do-neural-nets-dream-of-electric-hobbits/", 358 + "https://slatestarcodex.com/2019/02/13/the-proverbial-murder-mystery/", 359 + "https://slatestarcodex.com/2019/02/07/irvine-meetup-this-saturday/", 360 + "https://slatestarcodex.com/2019/02/06/survey-results-on-ssris/", 361 + "https://slatestarcodex.com/2019/02/04/respectability-cascades/", 362 + "https://slatestarcodex.com/2019/01/31/book-review-zero-to-one/", 363 + "https://slatestarcodex.com/2019/01/25/predictions-for-2019/", 364 + "https://slatestarcodex.com/2019/01/23/psychiat-list-now-up/", 365 + "https://slatestarcodex.com/2019/01/22/2018-predictions-calibration-results/", 366 + "https://slatestarcodex.com/2019/01/17/highlights-from-the-comments-on-kuhn/", 367 + "https://slatestarcodex.com/2019/01/15/kernel-of-doubt-testing-math-preference-vs-corn-eating-style/", 368 + "https://slatestarcodex.com/2019/01/14/too-many-people-dare-call-it-conspiracy/", 369 + "https://slatestarcodex.com/2019/01/13/ssc-survey-results-2019/", 370 + "https://slatestarcodex.com/2019/01/10/paradigms-all-the-way-down/", 371 + "https://slatestarcodex.com/2019/01/08/book-review-the-structure-of-scientific-revolutions/", 372 + "https://slatestarcodex.com/2019/01/04/bay-meetup-1-6-update/", 373 + "https://slatestarcodex.com/2019/01/04/preregistration-of-investigations-for-the-2019-ssc-survey/", 374 + "https://slatestarcodex.com/2019/01/02/bay-area-ssc-meetup-1-6/", 375 + "https://slatestarcodex.com/2019/01/01/what-happened-to-90s-environmentalism/", 376 + "https://slatestarcodex.com/2018/12/26/please-take-the-2019-ssc-survey/", 377 + "https://slatestarcodex.com/2018/12/20/seattle-meetup-this-sunday/", 378 + "https://slatestarcodex.com/2018/12/19/refactoring-culture-as-branch-of-government/", 379 + "https://slatestarcodex.com/2018/12/18/fallacies-of-reversed-moderation/", 380 + "https://slatestarcodex.com/2018/12/13/trump-a-setback-for-trumpism/", 381 + "https://slatestarcodex.com/2018/12/11/diametrical-model-of-autism-and-schizophrenia/", 382 + "https://slatestarcodex.com/2018/12/05/giudice-on-the-self-starvation-cycle/", 383 + "https://slatestarcodex.com/2018/12/03/book-review-evolutionary-psychopathology/", 384 + "https://slatestarcodex.com/2018/11/28/book-review-the-mind-illuminated/", 385 + "https://slatestarcodex.com/2018/11/26/is-science-slowing-down-2/", 386 + "https://slatestarcodex.com/2018/11/21/impending-survey-discussion-thread/", 387 + "https://slatestarcodex.com/2018/11/16/the-economic-perspective-on-moral-standards/", 388 + "https://slatestarcodex.com/2018/11/13/preschool-much-more-than-you-wanted-to-know/", 389 + "https://slatestarcodex.com/2018/11/08/ketamine-an-update/", 390 + "https://slatestarcodex.com/2018/11/07/ssris-an-update/", 391 + "https://slatestarcodex.com/2018/11/07/marijuana-an-update/", 392 + "https://slatestarcodex.com/2018/11/06/preschool-i-was-wrong/", 393 + "https://slatestarcodex.com/2018/11/04/my-california-ballot/", 394 + "https://slatestarcodex.com/2018/11/01/working-with-google-trends/", 395 + "https://slatestarcodex.com/2018/10/30/sort-by-controversial/", 396 + "https://slatestarcodex.com/2018/10/24/nominating-oneself-for-the-short-end-of-a-tradeoff/", 397 + "https://slatestarcodex.com/2018/10/22/cognitive-enhancers-mechanisms-and-tradeoffs/", 398 + "https://slatestarcodex.com/2018/10/19/classified-thread-5-classified-never-sinned-2/", 399 + "https://slatestarcodex.com/2018/10/15/the-chamber-of-guf/", 400 + "https://slatestarcodex.com/2018/10/15/is-science-slowing-down/", 401 + "https://slatestarcodex.com/2018/10/11/anxiety-sampler-kits/", 402 + "https://slatestarcodex.com/2018/10/08/kavanaugh-a-probability-poll/", 403 + "https://slatestarcodex.com/2018/10/04/nighttime-ventilation-survey-results/", 404 + "https://slatestarcodex.com/2018/10/04/next-door-in-nodrumia/", 405 + "https://slatestarcodex.com/2018/10/02/highlights-from-the-comments-on-nimbys/", 406 + "https://slatestarcodex.com/2018/10/01/steelmanning-the-nimbys/", 407 + "https://slatestarcodex.com/2018/09/26/adversarial-collaboration-contest-results/", 408 + "https://slatestarcodex.com/2018/09/25/the-tails-coming-apart-as-metaphor-for-life/", 409 + "https://slatestarcodex.com/2018/09/20/treat-the-prodrome/", 410 + "https://slatestarcodex.com/2018/09/19/book-review-the-black-swan/", 411 + "https://slatestarcodex.com/2018/09/13/the-omnigenic-model-as-metaphor-for-life/", 412 + "https://slatestarcodex.com/2018/09/12/in-the-balance/", 413 + "https://slatestarcodex.com/2018/09/08/acc-entry-should-transgender-children-transition/", 414 + "https://slatestarcodex.com/2018/09/06/acc-entry-should-childhood-vaccination-be-mandatory/", 415 + "https://slatestarcodex.com/2018/09/05/acc-entry-are-islam-and-liberal-democracy-compatible/", 416 + "https://slatestarcodex.com/2018/09/04/acc-entry-does-the-education-system-adequately-serve-advanced-students/", 417 + "https://slatestarcodex.com/2018/09/03/reminder-bay-area-ssc-meetup-9-8/", 418 + "https://slatestarcodex.com/2018/09/03/this-week-adversarial-collaboration-entries/", 419 + "https://slatestarcodex.com/2018/08/30/bureaucracy-as-active-ingredient/", 420 + "https://slatestarcodex.com/2018/08/29/bullst-jobs-part-1-of-%e2%88%9e/", 421 + "https://slatestarcodex.com/2018/08/27/elegy-for-john-mccain/", 422 + "https://slatestarcodex.com/2018/08/23/carbon-dioxide-an-open-door-policy/", 423 + "https://slatestarcodex.com/2018/08/20/practically-a-book-review-ea-hotel/", 424 + "https://slatestarcodex.com/2018/08/16/the-parentheses-riddle/", 425 + "https://slatestarcodex.com/2018/08/15/ssc-survey-scattered-negative-results/", 426 + "https://slatestarcodex.com/2018/08/14/ssc-survey-results-adhd-and-rejection-sensitivity/", 427 + "https://slatestarcodex.com/2018/08/09/ssc-meetups-2018-times-and-places/", 428 + "https://slatestarcodex.com/2018/08/06/before-you-get-too-excited-about-that-trigger-warning-study/", 429 + "https://slatestarcodex.com/2018/08/01/cancer-progress-much-more-than-you-wanted-to-know/", 430 + "https://slatestarcodex.com/2018/07/26/meetups-everywhere-2018/", 431 + "https://slatestarcodex.com/2018/07/25/verses-composed-upon-reading-a-review-from-tripadvisor/", 432 + "https://slatestarcodex.com/2018/07/24/value-differences-as-differently-crystallized-metaphysical-heuristics/", 433 + "https://slatestarcodex.com/2018/07/19/sentimental-cartography/", 434 + "https://slatestarcodex.com/2018/07/18/the-whole-city-is-center/", 435 + "https://slatestarcodex.com/2018/07/18/fundamental-value-differences-are-not-that-fundamental/", 436 + "https://slatestarcodex.com/2018/07/12/did-a-melatonin-patent-inspire-current-dose-confusion/", 437 + "https://slatestarcodex.com/2018/07/10/melatonin-much-more-than-you-wanted-to-know/", 438 + "https://slatestarcodex.com/2018/07/05/the-craft-and-the-codex/", 439 + "https://slatestarcodex.com/2018/07/03/ssc-journal-club-dissolving-the-fermi-paradox/", 440 + "https://slatestarcodex.com/2018/06/28/highlights-from-the-comments-on-piketty/", 441 + "https://slatestarcodex.com/2018/06/26/list-of-passages-i-highlighted-in-my-copy-of-capital-in-the-twenty-first-century/", 442 + "https://slatestarcodex.com/2018/06/24/book-review-capital-in-the-twenty-first-century/", 443 + "https://slatestarcodex.com/2018/06/20/cost-disease-in-medicine-the-practical-perspective/", 444 + "https://slatestarcodex.com/2018/06/19/contra-caplan-on-arbitrary-deploring/", 445 + "https://slatestarcodex.com/2018/06/19/the-gattaca-trilogy/", 446 + "https://slatestarcodex.com/2018/06/06/hppd-and-the-specter-of-permanent-side-effects/", 447 + "https://slatestarcodex.com/2018/05/31/in-search-of-missing-us-suicides/", 448 + "https://slatestarcodex.com/2018/05/28/highlights-from-the-comments-on-basic-jobs/", 449 + "https://slatestarcodex.com/2018/05/23/should-psychiatry-test-for-lead-more/", 450 + "https://slatestarcodex.com/2018/05/23/can-things-be-both-popular-and-silenced/", 451 + "https://slatestarcodex.com/2018/05/16/basic-income-not-basic-jobs-against-hijacking-utopia/", 452 + "https://slatestarcodex.com/2018/05/08/varieties-of-argumentative-experience/", 453 + "https://slatestarcodex.com/2018/05/03/classified-thread-5-classified-never-sinned/", 454 + "https://slatestarcodex.com/2018/04/30/book-review-history-of-the-fabian-society/", 455 + "https://slatestarcodex.com/2018/04/29/adversarial-collaboration-contest-loose-ends-and-registration/", 456 + "https://slatestarcodex.com/2018/04/26/call-for-adversarial-collaborations/", 457 + "https://slatestarcodex.com/2018/04/25/mental-health-on-a-budget/", 458 + "https://slatestarcodex.com/2018/04/19/gupta-on-enlightenment/", 459 + "https://slatestarcodex.com/2018/04/18/highlights-from-the-comments-on-survey-harassment-rates/", 460 + "https://slatestarcodex.com/2018/04/17/ssc-survey-results-sexual-harassment-levels-by-field/", 461 + "https://slatestarcodex.com/2018/04/12/recommendations-vs-guidelines/", 462 + "https://slatestarcodex.com/2018/04/12/highlights-from-the-comments-on-dc-graduation-rates/", 463 + "https://slatestarcodex.com/2018/04/10/why-dcs-low-graduation-rates/", 464 + "https://slatestarcodex.com/2018/04/04/adult-neurogenesis-a-pointed-review/", 465 + "https://slatestarcodex.com/2018/04/03/highlights-from-the-comments-on-twelve-rules/", 466 + "https://slatestarcodex.com/2018/04/02/are-the-amish-unhappy-super-happy-just-meh/", 467 + "https://slatestarcodex.com/2018/04/01/the-hour-i-first-believed/", 468 + "https://slatestarcodex.com/2018/03/26/book-review-twelve-rules-for-life/", 469 + "https://slatestarcodex.com/2018/03/22/navigating-and-or-avoiding-the-inpatient-mental-health-system/", 470 + "https://slatestarcodex.com/2018/03/19/the-dark-rule-utilitarian-argument-for-science-piracy/", 471 + "https://slatestarcodex.com/2018/03/10/response-to-current-affairs-on-against-murderism/", 472 + "https://slatestarcodex.com/2018/03/08/ssc-journal-club-friston-on-computational-mood/", 473 + "https://slatestarcodex.com/2018/03/04/god-help-us-lets-try-to-understand-friston-on-free-energy/", 474 + "https://slatestarcodex.com/2018/03/02/ssc-meetup-bay-area-3-3/", 475 + "https://slatestarcodex.com/2018/02/26/ssc-journal-club-cipriani-on-antidepressants/", 476 + "https://slatestarcodex.com/2018/02/22/highlights-from-the-comments-on-technological-unemployment/", 477 + "https://slatestarcodex.com/2018/02/21/current-affairs-some-puzzles-for-libertarians-treated-as-writing-prompts-for-short-stories/", 478 + "https://slatestarcodex.com/2018/02/19/technological-unemployment-much-more-than-you-wanted-to-know/", 479 + "https://slatestarcodex.com/2018/02/15/five-more-years/", 480 + "https://slatestarcodex.com/2018/02/14/even-more-search-terms-that-led-people-to-this-blog/", 481 + "https://slatestarcodex.com/2018/02/13/more-testimonials-for-ssc/", 482 + "https://slatestarcodex.com/2018/02/13/weve-got-five-years-what-a-surprise/", 483 + "https://slatestarcodex.com/2018/02/07/guyenet-on-motivation/", 484 + "https://slatestarcodex.com/2018/02/06/predictions-for-2018/", 485 + "https://slatestarcodex.com/2018/01/31/powerless-placebos/", 486 + "https://slatestarcodex.com/2018/01/30/the-invention-of-moral-narrative/", 487 + "https://slatestarcodex.com/2018/01/29/highlights-from-the-comments-on-conflict-vs-mistake/", 488 + "https://slatestarcodex.com/2018/01/26/ssc-survey-data-on-models-of-political-conflict/", 489 + "https://slatestarcodex.com/2018/01/24/conflict-vs-mistake/", 490 + "https://slatestarcodex.com/2018/01/18/practically-a-book-review-luna-whitepaper/", 491 + "https://slatestarcodex.com/2018/01/16/bundles-of-joy/", 492 + "https://slatestarcodex.com/2018/01/15/maybe-the-real-superintelligent-ai-is-extremely-smart-computers/", 493 + "https://slatestarcodex.com/2018/01/11/self-serving-bias/", 494 + "https://slatestarcodex.com/2018/01/08/fight-me-psychologists-birth-order-effects-exist-and-are-very-strong/", 495 + "https://slatestarcodex.com/2018/01/04/book-review-madness-and-civilization/", 496 + "https://slatestarcodex.com/2018/01/03/ssc-survey-results-2018/", 497 + "https://slatestarcodex.com/2018/01/02/2017-predictions-calibration-results/", 498 + "https://slatestarcodex.com/2017/12/28/adderall-risks-much-more-than-you-wanted-to-know/", 499 + "https://slatestarcodex.com/2017/12/26/a-history-of-the-silmarils-in-the-fifth-age/", 500 + "https://slatestarcodex.com/2017/12/25/preregistration-of-hypotheses-for-the-ssc-survey/", 501 + "https://slatestarcodex.com/2017/12/21/please-take-the-2018-ssc-reader-survey/", 502 + "https://slatestarcodex.com/2017/12/12/classified-thread-4-vinson-classif/", 503 + "https://slatestarcodex.com/2017/12/08/what-to-make-of-new-positive-nsi-189-results/", 504 + "https://slatestarcodex.com/2017/12/07/tax-bill-3-dont-mess-with-taxes/", 505 + "https://slatestarcodex.com/2017/12/06/response-to-comments-the-tax-bill-is-still-very-bad/", 506 + "https://slatestarcodex.com/2017/12/05/the-tax-bill-compared-to-other-very-expensive-things/", 507 + "https://slatestarcodex.com/2017/12/04/against-overgendering-harassment/", 508 + "https://slatestarcodex.com/2017/11/30/book-review-inadequate-equilibria/", 509 + "https://slatestarcodex.com/2017/11/27/a-completely-accurate-map-with-no-distortion-at-all/", 510 + "https://slatestarcodex.com/2017/11/21/contra-robinson-on-public-food/", 511 + "https://slatestarcodex.com/2017/11/15/list-of-passages-i-highlighted-in-my-copy-of-legal-systems-very-different-from-ours/", 512 + "https://slatestarcodex.com/2017/11/13/book-review-legal-systems-very-different-from-ours/", 513 + "https://slatestarcodex.com/2017/11/09/ars-longa-vita-brevis/", 514 + "https://slatestarcodex.com/2017/11/07/does-age-bring-wisdom/", 515 + "https://slatestarcodex.com/2017/11/07/concept-shaped-holes-can-be-impossible-to-notice/", 516 + "https://slatestarcodex.com/2017/11/02/non-expert-explanation/", 517 + "https://slatestarcodex.com/2017/11/01/postmodernism-for-rationalists-my-attempt/", 518 + "https://slatestarcodex.com/2017/10/25/against-rat-park/", 519 + "https://slatestarcodex.com/2017/10/24/how-did-new-atheism-fail-so-miserably/", 520 + "https://slatestarcodex.com/2017/10/23/kolmogorov-complicity-and-the-parable-of-lightning/", 521 + "https://slatestarcodex.com/2017/10/17/highlights-from-the-comments-on-dark-ages/", 522 + "https://slatestarcodex.com/2017/10/15/were-there-dark-ages/", 523 + "https://slatestarcodex.com/2017/10/12/ssc-meetup-bay-area-1014/", 524 + "https://slatestarcodex.com/2017/10/10/ssc-journal-club-serotonin-receptors/", 525 + "https://slatestarcodex.com/2017/10/09/in-favor-of-futurism-being-about-the-future/", 526 + "https://slatestarcodex.com/2017/10/05/ssc-survey-results-on-trust/", 527 + "https://slatestarcodex.com/2017/10/02/different-worlds/", 528 + "https://slatestarcodex.com/2017/09/27/against-individual-iq-worries/", 529 + "https://slatestarcodex.com/2017/09/20/meditative-states-as-mental-feedback-loops/", 530 + "https://slatestarcodex.com/2017/09/18/book-review-mastering-the-core-teachings-of-the-buddha/", 531 + "https://slatestarcodex.com/2017/09/13/classified-thread-3-semper-classifiedelis/", 532 + "https://slatestarcodex.com/2017/09/12/toward-a-predictive-theory-of-depression/", 533 + "https://slatestarcodex.com/2017/09/07/how-do-we-get-breasts-out-of-bayes-theorem/", 534 + "https://slatestarcodex.com/2017/09/06/predictive-processing-and-perceptual-control/", 535 + "https://slatestarcodex.com/2017/09/05/book-review-surfing-uncertainty/", 536 + "https://slatestarcodex.com/2017/08/31/highlights-from-the-comments-on-my-irb-nightmare/", 537 + "https://slatestarcodex.com/2017/08/29/my-irb-nightmare/", 538 + "https://slatestarcodex.com/2017/08/28/contra-askell-on-moral-offsets/", 539 + "https://slatestarcodex.com/2017/08/21/partial-credit/", 540 + "https://slatestarcodex.com/2017/08/16/fear-and-loathing-at-effective-altruism-global-2017/", 541 + "https://slatestarcodex.com/2017/08/10/brief-cautionary-notes-on-branded-combination-nootropics/", 542 + "https://slatestarcodex.com/2017/08/09/the-lizard-people-of-alpha-draconis-1-decided-to-build-an-ansible/", 543 + "https://slatestarcodex.com/2017/08/07/contra-grant-on-exaggerated-differences/", 544 + "https://slatestarcodex.com/2017/08/03/why-not-more-excitement-about-prediction-aggregation/", 545 + "https://slatestarcodex.com/2017/08/02/where-the-falling-einstein-meets-the-rising-mouse/", 546 + "https://slatestarcodex.com/2017/08/01/is-it-possible-to-have-coherent-principles-around-free-speech-norms/", 547 + "https://slatestarcodex.com/2017/08/01/gender-imbalances-are-mostly-not-due-to-offensive-attitudes/", 548 + "https://slatestarcodex.com/2017/07/31/book-review-raise-a-genius/", 549 + "https://slatestarcodex.com/2017/07/29/against-signal-boosting-as-doxxing/", 550 + "https://slatestarcodex.com/2017/07/28/djoser-joseph-osiris/", 551 + "https://slatestarcodex.com/2017/07/27/why-is-clozapine-so-great/", 552 + "https://slatestarcodex.com/2017/07/26/dont-blame-griggs/", 553 + "https://slatestarcodex.com/2017/07/25/highlights-from-the-comment-thread-on-meritocracy/", 554 + "https://slatestarcodex.com/2017/07/24/targeting-meritocracy/", 555 + "https://slatestarcodex.com/2017/07/20/classified-thread-2-best-in-classified/", 556 + "https://slatestarcodex.com/2017/07/14/can-we-link-perception-and-cognition/", 557 + "https://slatestarcodex.com/2017/07/13/ssc-meetup-salt-lake-714/", 558 + "https://slatestarcodex.com/2017/07/10/change-minds-or-drive-turnout/", 559 + "https://slatestarcodex.com/2017/07/08/two-kinds-of-caution/", 560 + "https://slatestarcodex.com/2017/07/03/to-the-great-city/", 561 + "https://slatestarcodex.com/2017/07/01/ssc-meetup-chicago/", 562 + "https://slatestarcodex.com/2017/06/28/why-are-transgender-people-immune-to-optical-illusions/", 563 + "https://slatestarcodex.com/2017/06/26/conversation-deliberately-skirts-the-border-of-incomprehensibility/", 564 + "https://slatestarcodex.com/2017/06/21/to-understand-polarization-understand-the-extent-of-republican-failure/", 565 + "https://slatestarcodex.com/2017/06/21/against-murderism/", 566 + "https://slatestarcodex.com/2017/06/13/what-is-depression-anyway-the-synapse-hypothesis/", 567 + "https://slatestarcodex.com/2017/06/08/ssc-journal-club-ai-timelines/", 568 + "https://slatestarcodex.com/2017/06/05/is-pharma-research-worse-than-chance/", 569 + "https://slatestarcodex.com/2017/05/30/hungarian-education-iii-mastering-the-core-teachings-of-the-budapestians/", 570 + "https://slatestarcodex.com/2017/05/29/four-nobel-truths/", 571 + "https://slatestarcodex.com/2017/05/26/the-atomic-bomb-considered-as-hungarian-high-school-science-fair-project/", 572 + "https://slatestarcodex.com/2017/05/25/those-modern-pathologies/", 573 + "https://slatestarcodex.com/2017/05/22/classified-ads-thread/", 574 + "https://slatestarcodex.com/2017/05/18/postmarketing-surveillance-is-good-and-normal/", 575 + "https://slatestarcodex.com/2017/05/17/polyamory-is-not-polygyny/", 576 + "https://slatestarcodex.com/2017/05/16/bail-out/", 577 + "https://slatestarcodex.com/2017/05/13/ssc-meetups-berkeley-san-diego-irvine/", 578 + "https://slatestarcodex.com/2017/05/11/silicon-valley-a-reality-check/", 579 + "https://slatestarcodex.com/2017/05/04/getting-high-on-your-own-supply/", 580 + "https://slatestarcodex.com/2017/05/01/neutral-vs-conservative-the-eternal-struggle/", 581 + "https://slatestarcodex.com/2017/04/26/anorexia-and-metabolic-set-point/", 582 + "https://slatestarcodex.com/2017/04/25/book-review-the-hungry-brain/", 583 + "https://slatestarcodex.com/2017/04/21/ssc-journal-club-childhood-trauma-and-cognition/", 584 + "https://slatestarcodex.com/2017/04/17/learning-to-love-scientific-consensus/", 585 + "https://slatestarcodex.com/2017/04/13/chametz/", 586 + "https://slatestarcodex.com/2017/04/12/clarification-to-sacred-principles-as-exhaustible-resources/", 587 + "https://slatestarcodex.com/2017/04/11/sacred-principles-as-exhaustible-resources/", 588 + "https://slatestarcodex.com/2017/04/07/yes-we-have-noticed-the-skulls/", 589 + "https://slatestarcodex.com/2017/04/05/the-case-of-the-suffocating-woman/", 590 + "https://slatestarcodex.com/2017/04/04/determining-consent/", 591 + "https://slatestarcodex.com/2017/04/03/ssc-meetups-everywhere-times-and-places/", 592 + "https://slatestarcodex.com/2017/04/01/g-k-chesterton-on-ai-risk/", 593 + "https://slatestarcodex.com/2017/03/27/ssc-meetup-everywhere/", 594 + "https://slatestarcodex.com/2017/03/24/guided-by-the-beauty-of-our-weapons/", 595 + "https://slatestarcodex.com/2017/03/21/repost-the-demiurges-older-brother/", 596 + "https://slatestarcodex.com/2017/03/17/ssc-survey-2017-results/", 597 + "https://slatestarcodex.com/2017/03/16/book-review-seeing-like-a-state/", 598 + "https://slatestarcodex.com/2017/03/06/book-review-behavior-the-control-of-perception/", 599 + "https://slatestarcodex.com/2017/03/06/antidepressant-pharmacogenomics-much-more-than-you-wanted-to-know/", 600 + "https://slatestarcodex.com/2017/02/27/a-modern-myth/", 601 + "https://slatestarcodex.com/2017/02/27/ssc-journal-club-analytical-thinking-style-and-religion/", 602 + "https://slatestarcodex.com/2017/02/23/some-groups-of-people-who-may-not-100-deserve-our-eternal-scorn/", 603 + "https://slatestarcodex.com/2017/02/22/repost-the-non-libertarian-faq/", 604 + "https://slatestarcodex.com/2017/02/17/highlights-from-the-comments-on-cost-disease/", 605 + "https://slatestarcodex.com/2017/02/09/considerations-on-cost-disease/", 606 + "https://slatestarcodex.com/2017/02/08/albions-seed-genotyped/", 607 + "https://slatestarcodex.com/2017/02/06/notes-from-the-asilomar-conference-on-beneficial-ai/", 608 + "https://slatestarcodex.com/2017/02/02/guest-post-the-international-refugee-assistance-program/", 609 + "https://slatestarcodex.com/2017/01/30/book-review-eichmann-in-jerusalem/", 610 + "https://slatestarcodex.com/2017/01/30/link-taubes-contra-guyenet-on-sugar/", 611 + "https://slatestarcodex.com/2017/01/29/dogs-and-wolves-in-defense-of-some-past-posts/", 612 + "https://slatestarcodex.com/2017/01/26/link-guyenet-on-taubes/", 613 + "https://slatestarcodex.com/2017/01/22/ssc-survey-2017/", 614 + "https://slatestarcodex.com/2017/01/18/watch-new-health-picks/", 615 + "https://slatestarcodex.com/2017/01/17/another-followup-to-economists-on-education/", 616 + "https://slatestarcodex.com/2017/01/14/should-buzzfeed-publish-information-which-is-explosive-if-true-but-not-completely-verified/", 617 + "https://slatestarcodex.com/2017/01/13/why-do-test-scores-plateau/", 618 + "https://slatestarcodex.com/2017/01/11/heuristics-work-until-they-dont/", 619 + "https://slatestarcodex.com/2017/01/06/predictions-for-2017/", 620 + "https://slatestarcodex.com/2017/01/03/trump-and-the-batman-effect/", 621 + "https://slatestarcodex.com/2016/12/31/2016-predictions-calibration-results/", 622 + "https://slatestarcodex.com/2016/12/31/addendum-to-economists-on-education/", 623 + "https://slatestarcodex.com/2016/12/30/contra-nyt-on-economists-on-education/", 624 + "https://slatestarcodex.com/2016/12/29/book-review-mount-misery/", 625 + "https://slatestarcodex.com/2016/12/14/ssc-journal-club-mental-disorders-as-networks/", 626 + "https://slatestarcodex.com/2016/12/12/might-people-on-the-internet-sometimes-lie/", 627 + "https://slatestarcodex.com/2016/12/05/thin-air/", 628 + "https://slatestarcodex.com/2016/12/04/highlights-from-the-comment-thread-on-school-choice/", 629 + "https://slatestarcodex.com/2016/12/02/contra-robinson-on-schooling/", 630 + "https://slatestarcodex.com/2016/11/27/ssc-journal-club-expert-prediction-of-experiments/", 631 + "https://slatestarcodex.com/2016/11/17/the-alzheimer-photo/", 632 + "https://slatestarcodex.com/2016/11/16/you-are-still-crying-wolf/", 633 + "https://slatestarcodex.com/2016/11/10/book-review-house-of-god/", 634 + "https://slatestarcodex.com/2016/11/07/tuesday-shouldnt-change-the-narrative/", 635 + "https://slatestarcodex.com/2016/11/05/the-pyramid-and-the-garden/", 636 + "https://slatestarcodex.com/2016/11/03/ssc-san-jose-meetup-114/", 637 + "https://slatestarcodex.com/2016/10/30/how-does-recent-ai-progress-affect-the-bostromian-paradigm/", 638 + "https://slatestarcodex.com/2016/10/24/ai-persuasion-experiment-results/", 639 + "https://slatestarcodex.com/2016/10/21/the-heart-has-its-reasons-that-reason-knows-not-of/", 640 + "https://slatestarcodex.com/2016/10/20/ai-persuasion-followup-survey/", 641 + "https://slatestarcodex.com/2016/10/17/the-moral-of-the-story/", 642 + "https://slatestarcodex.com/2016/10/13/more-hardball-debate-questions/", 643 + "https://slatestarcodex.com/2016/10/11/somewhat-against-psychiatric-conditions-as-domestication-failure/", 644 + "https://slatestarcodex.com/2016/10/01/he-kept-us-out-of-war/", 645 + "https://slatestarcodex.com/2016/09/28/ssc-endorses-clinton-johnson-or-stein/", 646 + "https://slatestarcodex.com/2016/09/22/ai-persuasion-experiment/", 647 + "https://slatestarcodex.com/2016/09/13/some-context-for-that-nyt-sugar-article/", 648 + "https://slatestarcodex.com/2016/09/12/its-bayes-all-the-way-up/", 649 + "https://slatestarcodex.com/2016/09/07/reverse-voxsplaining-brand-name-drugs/", 650 + "https://slatestarcodex.com/2016/08/31/terrorists-vs-chairs-an-outlier-story/", 651 + "https://slatestarcodex.com/2016/08/29/reverse-voxsplaining-drugs-vs-chairs/", 652 + "https://slatestarcodex.com/2016/08/25/devoodooifying-psychology/", 653 + "https://slatestarcodex.com/2016/08/23/the-view-from-ground-level/", 654 + "https://slatestarcodex.com/2016/08/15/tolerance-troubles/", 655 + "https://slatestarcodex.com/2016/08/14/spur-of-the-comment/", 656 + "https://slatestarcodex.com/2016/08/11/book-review-pihkal/", 657 + "https://slatestarcodex.com/2016/07/27/post-partisanship-is-hyper-partisanship/", 658 + "https://slatestarcodex.com/2016/07/25/how-the-west-was-won/", 659 + "https://slatestarcodex.com/2016/07/20/things-probably-matter/", 660 + "https://slatestarcodex.com/2016/07/18/pushing-and-pulling-goals/", 661 + "https://slatestarcodex.com/2016/07/12/34/", 662 + "https://slatestarcodex.com/2016/06/28/survey-results-suffering-vs-oblivion/", 663 + "https://slatestarcodex.com/2016/06/27/i-wrote-a-blog-post-but-i-did-not-adjust-for-the-fact-that-the-title-would-be-too-l/", 664 + "https://slatestarcodex.com/2016/06/26/book-review-unlearn-your-pain/", 665 + "https://slatestarcodex.com/2016/06/17/against-dog-whistles/", 666 + "https://slatestarcodex.com/2016/06/14/three-more-articles-on-poverty-and-why-they-disagree-with-each-other/", 667 + "https://slatestarcodex.com/2016/06/07/ketamine-research-in-a-new-light/", 668 + "https://slatestarcodex.com/2016/05/30/ascended-economy/", 669 + "https://slatestarcodex.com/2016/05/28/book-review-age-of-em/", 670 + "https://slatestarcodex.com/2016/05/23/three-great-articles-on-poverty-and-why-i-disagree-with-all-of-them/", 671 + "https://slatestarcodex.com/2016/05/19/teachers-much-more-than-you-wanted-to-know/", 672 + "https://slatestarcodex.com/2016/05/14/skin-in-the-game/", 673 + "https://slatestarcodex.com/2016/05/12/solidarity/", 674 + "https://slatestarcodex.com/2016/05/08/hidden-test-post/", 675 + "https://slatestarcodex.com/2016/05/04/myers-race-car-versus-the-general-fitness-factor/", 676 + "https://slatestarcodex.com/2016/05/02/be-nice-at-least-until-you-can-coordinate-meanness/", 677 + "https://slatestarcodex.com/2016/04/28/why-were-early-psychedelicists-so-weird/", 678 + "https://slatestarcodex.com/2016/04/27/book-review-albions-seed/", 679 + "https://slatestarcodex.com/2016/04/14/ssc-bay-area-meetups-2016/", 680 + "https://slatestarcodex.com/2016/04/08/a-theory-of-religion/", 681 + "https://slatestarcodex.com/2016/04/04/the-ideology-is-not-the-movement/", 682 + "https://slatestarcodex.com/2016/04/02/beware-regional-scatterplots/", 683 + "https://slatestarcodex.com/2016/03/31/book-review-my-brother-ron/", 684 + "https://slatestarcodex.com/2016/03/23/the-price-of-glee-in-china/", 685 + "https://slatestarcodex.com/2016/03/19/book-review-the-art-of-the-deal/", 686 + "https://slatestarcodex.com/2016/03/16/non-shared-environment-doesnt-just-mean-schools-and-peers/", 687 + "https://slatestarcodex.com/2016/03/07/reverse-voxsplaining-prison-and-mental-illness/", 688 + "https://slatestarcodex.com/2016/03/06/against-interminable-arguments/", 689 + "https://slatestarcodex.com/2016/03/01/2016-nootropics-survey-results/", 690 + "https://slatestarcodex.com/2016/02/24/two-attitudes-in-psychiatry/", 691 + "https://slatestarcodex.com/2016/02/20/writing-advice/", 692 + "https://slatestarcodex.com/2016/02/12/before-you-get-too-excited-about-that-github-study/", 693 + "https://slatestarcodex.com/2016/02/08/testimonials-for-ssc/", 694 + "https://slatestarcodex.com/2016/02/07/list-of-passages-i-highlighted-in-my-copy-of-superforecasting/", 695 + "https://slatestarcodex.com/2016/02/04/book-review-superforecasting/", 696 + "https://slatestarcodex.com/2016/01/30/staying-classy/", 697 + "https://slatestarcodex.com/2016/01/25/predictions-for-2016/", 698 + "https://slatestarcodex.com/2016/01/20/side-effects-may-include-anything/", 699 + "https://slatestarcodex.com/2016/01/15/lies-damned-lies-and-the-media-part-6-of-%e2%88%9e/", 700 + "https://slatestarcodex.com/2016/01/11/schizophrenia-no-smoking-gun/", 701 + "https://slatestarcodex.com/2016/01/10/slow-but-steady/", 702 + "https://slatestarcodex.com/2016/01/10/guns-and-states-2-son-of-a-gun/", 703 + "https://slatestarcodex.com/2016/01/06/guns-and-states/", 704 + "https://slatestarcodex.com/2016/01/02/2015-predictions-calibration-results/", 705 + "https://slatestarcodex.com/2015/12/30/introducing-unsong/", 706 + "https://slatestarcodex.com/2015/12/27/things-that-are-not-superintelligences/", 707 + "https://slatestarcodex.com/2015/12/24/how-bad-are-things/", 708 + "https://slatestarcodex.com/2015/12/17/should-ai-be-open/", 709 + "https://slatestarcodex.com/2015/12/10/list-of-passages-i-highlighted-in-my-copy-of-hive-mind/", 710 + "https://slatestarcodex.com/2015/12/08/book-review-hive-mind/", 711 + "https://slatestarcodex.com/2015/12/03/product-recommendations-2015/", 712 + "https://slatestarcodex.com/2015/12/01/setting-the-default/", 713 + "https://slatestarcodex.com/2015/11/30/college-and-critical-thinking/", 714 + "https://slatestarcodex.com/2015/11/21/reporter-degrees-of-freedom/", 715 + "https://slatestarcodex.com/2015/11/19/ssc-new-england-meetup-and-presentations-schedule/", 716 + "https://slatestarcodex.com/2015/11/16/hardball-questions-for-the-next-debate/", 717 + "https://slatestarcodex.com/2015/11/10/2d4d-ratio-and-psychological-traits-results-from-the-lwssc-survey-sample/", 718 + "https://slatestarcodex.com/2015/11/09/looking-a-gift-horse-in-the-mouth/", 719 + "https://slatestarcodex.com/2015/11/04/2014-ssc-survey-results/", 720 + "https://slatestarcodex.com/2015/11/03/what-developmental-milestones-are-you-missing/", 721 + "https://slatestarcodex.com/2015/10/28/meat-your-doom/", 722 + "https://slatestarcodex.com/2015/10/27/contra-huemer-on-morals/", 723 + "https://slatestarcodex.com/2015/10/23/a-whiter-shade-of-candidate/", 724 + "https://slatestarcodex.com/2015/10/21/contra-simler-on-prestige/", 725 + "https://slatestarcodex.com/2015/10/18/ot-30-comment-knowledge/", 726 + "https://slatestarcodex.com/2015/10/15/it-was-you-who-made-my-blue-eyes-blue/", 727 + "https://slatestarcodex.com/2015/10/12/against-against-autism-cures/", 728 + "https://slatestarcodex.com/2015/10/07/contra-caplan-on-mental-illness/", 729 + "https://slatestarcodex.com/2015/10/02/swifties-3-the-race-is-not-to-the-swifty/", 730 + "https://slatestarcodex.com/2015/09/24/the-problems-with-generic-medications-go-deeper-than-one-company/", 731 + "https://slatestarcodex.com/2015/09/23/vegetarianism-for-meat-eaters/", 732 + "https://slatestarcodex.com/2015/09/22/beware-systemic-change/", 733 + "https://slatestarcodex.com/2015/09/16/cardiologists-and-chinese-robbers/", 734 + "https://slatestarcodex.com/2015/09/11/book-review-manufacturing-consent/", 735 + "https://slatestarcodex.com/2015/09/05/if-you-cant-make-predictions-youre-still-in-a-crisis/", 736 + "https://slatestarcodex.com/2015/09/03/theses-on-trump/", 737 + "https://slatestarcodex.com/2015/08/31/magic-markers/", 738 + "https://slatestarcodex.com/2015/08/28/mysticism-and-pattern-matching/", 739 + "https://slatestarcodex.com/2015/08/24/probabilities-without-models/", 740 + "https://slatestarcodex.com/2015/08/20/on-overconfidence/", 741 + "https://slatestarcodex.com/2015/08/17/the-goddess-of-everything-else-2/", 742 + "https://slatestarcodex.com/2015/08/15/my-id-on-defensiveness/", 743 + "https://slatestarcodex.com/2015/08/13/figureground-illusions/", 744 + "https://slatestarcodex.com/2015/08/12/stop-adding-zeroes/", 745 + "https://slatestarcodex.com/2015/08/11/book-review-chronicles-of-wasted-time/", 746 + "https://slatestarcodex.com/2015/08/09/contrarians-crackpots-and-consensus/", 747 + "https://slatestarcodex.com/2015/08/04/contra-hallquist-on-scientific-rationality/", 748 + "https://slatestarcodex.com/2015/08/02/stalin-and-summary-statistics/", 749 + "https://slatestarcodex.com/2015/07/28/non-dual-awareness/", 750 + "https://slatestarcodex.com/2015/07/23/the-general-factor-of-correctness/", 751 + "https://slatestarcodex.com/2015/07/22/freedom-on-the-centralized-web/", 752 + "https://slatestarcodex.com/2015/07/18/reverse-psychology/", 753 + "https://slatestarcodex.com/2015/07/16/cbt-in-the-water-supply/", 754 + "https://slatestarcodex.com/2015/07/13/things-that-sometimes-work-if-you-have-anxiety/", 755 + "https://slatestarcodex.com/2015/07/08/cultural-evolution-2-thanks-for-the-meme-rise/", 756 + "https://slatestarcodex.com/2015/07/07/the-argument-from-cultural-evolution/", 757 + "https://slatestarcodex.com/2015/07/03/the-case-of-the-famous-physicist/", 758 + "https://slatestarcodex.com/2015/06/29/reflections-from-the-halfway-point/", 759 + "https://slatestarcodex.com/2015/06/17/nyc-meetup-621/", 760 + "https://slatestarcodex.com/2015/06/15/fifty-more-swifties/", 761 + "https://slatestarcodex.com/2015/06/14/fearful-symmetry/", 762 + "https://slatestarcodex.com/2015/06/13/late-predictions-for-2015/", 763 + "https://slatestarcodex.com/2015/06/09/michigan-meetup-613/", 764 + "https://slatestarcodex.com/2015/06/06/against-tulip-subsidies/", 765 + "https://slatestarcodex.com/2015/06/02/and-i-show-you-how-deep-the-rabbit-hole-goes/", 766 + "https://slatestarcodex.com/2015/05/30/that-chocolate-study/", 767 + "https://slatestarcodex.com/2015/05/29/no-time-like-the-present-for-ai-safety-work/", 768 + "https://slatestarcodex.com/2015/05/22/ai-researchers-on-ai-risk/", 769 + "https://slatestarcodex.com/2015/05/19/beware-summary-statistics/", 770 + "https://slatestarcodex.com/2015/05/17/bicameral-reasoning/", 771 + "https://slatestarcodex.com/2015/05/11/california-water-you-doing/", 772 + "https://slatestarcodex.com/2015/05/07/growth-mindset-4-growth-of-office/", 773 + "https://slatestarcodex.com/2015/05/06/the-future-is-filters/", 774 + "https://slatestarcodex.com/2015/04/30/prescriptions-paradoxes-and-perversities/", 775 + "https://slatestarcodex.com/2015/04/25/nefarious-nefazodone-and-flashy-rare-side-effects/", 776 + "https://slatestarcodex.com/2015/04/22/growth-mindset-3-a-pox-on-growth-your-houses/", 777 + "https://slatestarcodex.com/2015/04/21/universal-love-said-the-cactus-person/", 778 + "https://slatestarcodex.com/2015/04/19/blame-theory/", 779 + "https://slatestarcodex.com/2015/04/18/polemical-imbalance/", 780 + "https://slatestarcodex.com/2015/04/15/trouble-walking-down-the-hallway/", 781 + "https://slatestarcodex.com/2015/04/10/michigan-meetup-414/", 782 + "https://slatestarcodex.com/2015/04/10/i-will-never-have-the-ability-to-clearly-explain-my-beliefs-about-growth-mindset/", 783 + "https://slatestarcodex.com/2015/04/08/no-clarity-around-growth-mindset-yet/", 784 + "https://slatestarcodex.com/2015/04/07/no-physical-substrate-no-problem/", 785 + "https://slatestarcodex.com/2015/04/05/chemical-imbalance/", 786 + "https://slatestarcodex.com/2015/03/31/rational-orthography-2/", 787 + "https://slatestarcodex.com/2015/03/27/highlights-from-my-notes-from-another-psychiatry-conference/", 788 + "https://slatestarcodex.com/2015/03/26/high-energy-ethics/", 789 + "https://slatestarcodex.com/2015/03/25/is-everything-a-religion/", 790 + "https://slatestarcodex.com/2015/03/21/list-of-passages-i-highlighted-in-my-copy-of-machinery-of-freedom/", 791 + "https://slatestarcodex.com/2015/03/18/book-review-the-machinery-of-freedom/", 792 + "https://slatestarcodex.com/2015/03/16/list-of-passages-i-highlighted-in-my-copy-of-willpower/", 793 + "https://slatestarcodex.com/2015/03/15/answer-to-job/", 794 + "https://slatestarcodex.com/2015/03/12/book-review-willpower/", 795 + "https://slatestarcodex.com/2015/03/11/too-good-to-be-true/", 796 + "https://slatestarcodex.com/2015/03/06/effective-altruists-not-as-mentally-ill-as-you-think/", 797 + "https://slatestarcodex.com/2015/03/05/a-cascade-of-dunbar-numbers/", 798 + "https://slatestarcodex.com/2015/03/04/a-series-of-unprincipled-exceptions/", 799 + "https://slatestarcodex.com/2015/03/01/california-meetups-rererevised/", 800 + "https://slatestarcodex.com/2015/02/28/early-intervention-you-might-get-what-you-pay-for/", 801 + "https://slatestarcodex.com/2015/02/24/california-meetups/", 802 + "https://slatestarcodex.com/2015/02/17/pharma-virumque/", 803 + "https://slatestarcodex.com/2015/02/16/did-falling-testosterone-affect-falling-crime/", 804 + "https://slatestarcodex.com/2015/02/14/how-likely-are-multifactorial-trends/", 805 + "https://slatestarcodex.com/2015/02/14/drug-testing-welfare-users-is-a-sham-but-not-for-the-reasons-you-think/", 806 + "https://slatestarcodex.com/2015/02/12/money-money-everywhere-but-not-a-cent-to-spend/", 807 + "https://slatestarcodex.com/2015/02/11/black-people-less-likely/", 808 + "https://slatestarcodex.com/2015/02/08/the-efficacy-of-everything-in-psychiatry-in-one-graph-plus-several-pages-of-dense-but-necessary-explanation/", 809 + "https://slatestarcodex.com/2015/02/06/everything-not-obligatory-is-forbidden/", 810 + "https://slatestarcodex.com/2015/02/02/practically-a-book-review-dying-to-be-free/", 811 + "https://slatestarcodex.com/2015/02/01/talents-part-2-attitude-vs-altitude/", 812 + "https://slatestarcodex.com/2015/01/31/the-parable-of-the-talents/", 813 + "https://slatestarcodex.com/2015/01/25/a-philosopher-walks-into-a-coffee-shop/", 814 + "https://slatestarcodex.com/2015/01/24/perceptions-of-required-ability-act-as-a-proxy-for-actual-required-ability-in-explaining-the-gender-gap/", 815 + "https://slatestarcodex.com/2015/01/21/these-are-a-few-more-of-my-least-favorite-things/", 816 + "https://slatestarcodex.com/2015/01/15/depression-is-not-a-proxy-for-social-dysfunction/", 817 + "https://slatestarcodex.com/2015/01/13/evil-is-anti-inductive/", 818 + "https://slatestarcodex.com/2015/01/12/the-physics-diet/", 819 + "https://slatestarcodex.com/2015/01/11/the-phatic-and-the-anti-inductive/", 820 + "https://slatestarcodex.com/2015/01/05/chronic-psychitis/", 821 + "https://slatestarcodex.com/2015/01/04/ethics-offsets/", 822 + "https://slatestarcodex.com/2015/01/01/2014-predictions-calibration-results/", 823 + "https://slatestarcodex.com/2015/01/01/untitled/", 824 + "https://slatestarcodex.com/2014/12/25/book-review-whats-wrong-with-the-world/", 825 + "https://slatestarcodex.com/2014/12/24/there-are-rules-here/", 826 + "https://slatestarcodex.com/2014/12/19/nobody-is-perfect-everything-is-commensurable/", 827 + "https://slatestarcodex.com/2014/12/17/the-toxoplasma-of-rage/", 828 + "https://slatestarcodex.com/2014/12/13/debunked-and-well-refuted/", 829 + "https://slatestarcodex.com/2014/12/12/beware-the-man-of-one-study/", 830 + "https://slatestarcodex.com/2014/12/07/a-story-with-zombies/", 831 + "https://slatestarcodex.com/2014/12/03/framing-for-light-instead-of-heat/", 832 + "https://slatestarcodex.com/2014/12/02/book-review-on-the-road/", 833 + "https://slatestarcodex.com/2014/11/30/cyber-monday-product-recommendations/", 834 + "https://slatestarcodex.com/2014/11/27/such-mixed-feelings-about-crazymeds/", 835 + "https://slatestarcodex.com/2014/11/27/why-i-am-not-rene-descartes/", 836 + "https://slatestarcodex.com/2014/11/25/race-and-justice-much-more-than-you-wanted-to-know/", 837 + "https://slatestarcodex.com/2014/11/21/the-categories-were-made-for-man-not-man-for-the-categories/", 838 + "https://slatestarcodex.com/2014/11/21/prisons-are-built-with-bricks-of-law-and-brothels-with-bricks-of-religion-but-that-doesnt-prove-a-causal-relationship/", 839 + "https://slatestarcodex.com/2014/11/17/republicans-are-douchebags/", 840 + "https://slatestarcodex.com/2014/11/16/ley-lines-of-the-midwest/", 841 + "https://slatestarcodex.com/2014/11/14/the-dark-side-of-divorce/", 842 + "https://slatestarcodex.com/2014/11/12/how-to-use-23andme-irresponsibly/", 843 + "https://slatestarcodex.com/2014/11/08/growing-old/", 844 + "https://slatestarcodex.com/2014/11/05/the-right-to-waive-your-rights/", 845 + "https://slatestarcodex.com/2014/11/04/ethnic-tension-and-meaningless-arguments/", 846 + "https://slatestarcodex.com/2014/11/03/all-in-all-another-brick-in-the-motte/", 847 + "https://slatestarcodex.com/2014/10/30/michigan-meetup-119/", 848 + "https://slatestarcodex.com/2014/10/26/alcoholics-anonymous-much-more-than-you-wanted-to-know/", 849 + "https://slatestarcodex.com/2014/10/23/book-review-a-future-for-socialism/", 850 + "https://slatestarcodex.com/2014/10/20/in-the-future-everyone-will-be-famous-to-fifteen-people/", 851 + "https://slatestarcodex.com/2014/10/16/five-case-studies-on-politicization/", 852 + "https://slatestarcodex.com/2014/10/12/five-planets-in-search-of-a-sci-fi-story/", 853 + "https://slatestarcodex.com/2014/10/07/tumblr-on-miri/", 854 + "https://slatestarcodex.com/2014/10/05/prediction-goes-to-war/", 855 + "https://slatestarcodex.com/2014/10/02/simpler-times/", 856 + "https://slatestarcodex.com/2014/10/01/the-battle-hymn/", 857 + "https://slatestarcodex.com/2014/09/30/i-can-tolerate-anything-except-the-outgroup/", 858 + "https://slatestarcodex.com/2014/09/27/bottomless-pits-of-suffering/", 859 + "https://slatestarcodex.com/2014/09/27/cuddle-culture/", 860 + "https://slatestarcodex.com/2014/09/25/why-no-science-of-nerds/", 861 + "https://slatestarcodex.com/2014/09/24/streetlight-psychology/", 862 + "https://slatestarcodex.com/2014/09/24/book-review-red-plenty/", 863 + "https://slatestarcodex.com/2014/09/22/ssc-gives-a-wedding-speech/", 864 + "https://slatestarcodex.com/2014/09/17/joint-over-and-underdiagnosis/", 865 + "https://slatestarcodex.com/2014/09/15/ozy-a-response-to-spandrell/", 866 + "https://slatestarcodex.com/2014/09/14/does-class-warfare-have-a-free-rider-problem/", 867 + "https://slatestarcodex.com/2014/09/13/book-review-singer-on-marx/", 868 + "https://slatestarcodex.com/2014/09/12/what-the-hell-hegel/", 869 + "https://slatestarcodex.com/2014/09/10/society-is-fixed-biology-is-mutable/", 870 + "https://slatestarcodex.com/2014/09/05/mapmaker-mapmaker-make-me-a-map/", 871 + "https://slatestarcodex.com/2014/09/04/cooperation-un-veiled/", 872 + "https://slatestarcodex.com/2014/09/03/the-guardian-vs-induction/", 873 + "https://slatestarcodex.com/2014/09/01/book-review-and-highlights-quantum-computing-since-democritus/", 874 + "https://slatestarcodex.com/2014/08/31/radicalizing-the-romanceless/", 875 + "https://slatestarcodex.com/2014/08/30/michigan-meetup-97/", 876 + "https://slatestarcodex.com/2014/08/26/if-the-media-reported-on-other-dangers-like-it-does-ai-risk/", 877 + "https://slatestarcodex.com/2014/08/24/the-invisible-nation-reconciling-utilitarianism-and-contractualism/", 878 + "https://slatestarcodex.com/2014/08/23/nobody-likes-a-tattletale/", 879 + "https://slatestarcodex.com/2014/08/20/ozys-anti-heartiste-faq/", 880 + "https://slatestarcodex.com/2014/08/16/an-iron-curtain-has-descended-upon-psychopharmacology/", 881 + "https://slatestarcodex.com/2014/08/16/burdens/", 882 + "https://slatestarcodex.com/2014/08/14/fifty-swifties/", 883 + "https://slatestarcodex.com/2014/08/14/beware-isolated-demands-for-rigor/", 884 + "https://slatestarcodex.com/2014/08/12/does-race-exist-does-culture/", 885 + "https://slatestarcodex.com/2014/08/11/does-the-glasgow-coma-scale-exist-do-comas/", 886 + "https://slatestarcodex.com/2014/08/10/getting-eulered/", 887 + "https://slatestarcodex.com/2014/08/09/friendship-is-still-countersignaling/", 888 + "https://slatestarcodex.com/2014/08/06/random-noise-is-our-most-valuable-resource/", 889 + "https://slatestarcodex.com/2014/08/05/negative-creativity/", 890 + "https://slatestarcodex.com/2014/08/03/unspoken-ground-assumptions-of-discussion/", 891 + "https://slatestarcodex.com/2014/08/01/misperceptions-on-moloch/", 892 + "https://slatestarcodex.com/2014/07/30/meditations-on-moloch/", 893 + "https://slatestarcodex.com/2014/07/28/weird-psychiatric-ads-of-the-seventies/", 894 + "https://slatestarcodex.com/2014/07/24/some-antibiotic-stagnation/", 895 + "https://slatestarcodex.com/2014/07/22/the-other-codex/", 896 + "https://slatestarcodex.com/2014/07/21/no-skyscraper-stagnation/", 897 + "https://slatestarcodex.com/2014/07/21/promising-the-moon/", 898 + "https://slatestarcodex.com/2014/07/17/heartmath-considered-incoherent/", 899 + "https://slatestarcodex.com/2014/07/17/psychotropic-base-rates-the-argument-from-antibiotics/", 900 + "https://slatestarcodex.com/2014/07/14/ecclesiology-for-atheists/", 901 + "https://slatestarcodex.com/2014/07/13/growing-children-for-bostroms-disneyland/", 902 + "https://slatestarcodex.com/2014/07/07/ssris-much-more-than-you-wanted-to-know/", 903 + "https://slatestarcodex.com/2014/07/07/social-justice-and-words-words-words/", 904 + "https://slatestarcodex.com/2014/07/06/list-of-the-passages-i-highlighted-in-my-copy-the-two-income-trap/", 905 + "https://slatestarcodex.com/2014/07/04/ozy-vs-scott-on-charity-baskets/", 906 + "https://slatestarcodex.com/2014/07/02/how-common-are-science-failures/", 907 + "https://slatestarcodex.com/2014/06/30/medicine-as-not-seen-on-tv/", 908 + "https://slatestarcodex.com/2014/06/29/invisible-women/", 909 + "https://slatestarcodex.com/2014/06/28/book-review-the-two-income-trap/", 910 + "https://slatestarcodex.com/2014/06/25/ssc-gets-world-cup-fever/", 911 + "https://slatestarcodex.com/2014/06/24/the-placebo-singers/", 912 + "https://slatestarcodex.com/2014/06/23/court-ing-disaster/", 913 + "https://slatestarcodex.com/2014/06/21/the-art-of-writing-randian-monologues/", 914 + "https://slatestarcodex.com/2014/06/20/ground-morality-in-party-politics/", 915 + "https://slatestarcodex.com/2014/06/19/money-on-the-ground/", 916 + "https://slatestarcodex.com/2014/06/16/things-that-sometimes-help-if-youre-depressed/", 917 + "https://slatestarcodex.com/2014/06/15/fish-now-by-prescription/", 918 + "https://slatestarcodex.com/2014/06/14/living-by-the-sword/", 919 + "https://slatestarcodex.com/2014/06/12/list-of-the-passages-i-highlighted-in-my-copy-of-jonathan-haidts-the-righteous-mind/", 920 + "https://slatestarcodex.com/2014/06/09/constant-vigilance/", 921 + "https://slatestarcodex.com/2014/06/09/minutes-from-the-michigan-rationalist-meetup/", 922 + "https://slatestarcodex.com/2014/06/08/map-territory-distinctions/", 923 + "https://slatestarcodex.com/2014/06/07/archipelago-and-atomic-communitarianism/", 924 + "https://slatestarcodex.com/2014/06/05/dont-be-an-asch-hole/", 925 + "https://slatestarcodex.com/2014/06/03/asches-to-asches/", 926 + "https://slatestarcodex.com/2014/06/03/southeast-michigan-meetup-68/", 927 + "https://slatestarcodex.com/2014/05/30/the-wonderful-thing-about-triggers/", 928 + "https://slatestarcodex.com/2014/05/28/dont-fear-the-filter/", 929 + "https://slatestarcodex.com/2014/05/27/on-types-of-typologies/", 930 + "https://slatestarcodex.com/2014/05/26/compound-interest-is-the-least-powerful-force-in-the-universe/", 931 + "https://slatestarcodex.com/2014/05/25/apologia-pro-vita-sua/", 932 + "https://slatestarcodex.com/2014/05/24/nydwracus-fnords/", 933 + "https://slatestarcodex.com/2014/05/23/ssc-gives-a-graduation-speech/", 934 + "https://slatestarcodex.com/2014/05/19/nerds-can-be-bees-too/", 935 + "https://slatestarcodex.com/2014/05/16/you-kant-dismiss-universalizability/", 936 + "https://slatestarcodex.com/2014/05/13/getting-a-therapist/", 937 + "https://slatestarcodex.com/2014/05/12/weak-men-are-superweapons/", 938 + "https://slatestarcodex.com/2014/05/10/infinite-debt/", 939 + "https://slatestarcodex.com/2014/05/08/vote-on-values-outsource-beliefs/", 940 + "https://slatestarcodex.com/2014/05/06/not-even-a-real-links-post-just-a-blatant-ad/", 941 + "https://slatestarcodex.com/2014/05/06/evening-doc/", 942 + "https://slatestarcodex.com/2014/05/05/not-even-a-real-links-post-just-a-link/", 943 + "https://slatestarcodex.com/2014/05/04/emotionally-valent-links-post/", 944 + "https://slatestarcodex.com/2014/05/02/causal-models-at-work/", 945 + "https://slatestarcodex.com/2014/05/01/utopian-science/", 946 + "https://slatestarcodex.com/2014/04/28/the-control-group-is-out-of-control/", 947 + "https://slatestarcodex.com/2014/04/26/stop-confounding-yourself-stop-confounding-yourself/", 948 + "https://slatestarcodex.com/2014/04/25/metaphors-be-with-you/", 949 + "https://slatestarcodex.com/2014/04/23/friendship-is-countersignaling/", 950 + "https://slatestarcodex.com/2014/04/22/right-is-the-new-left/", 951 + "https://slatestarcodex.com/2014/04/21/the-economics-of-art-and-the-art-of-economics/", 952 + "https://slatestarcodex.com/2014/04/19/plutocracy-isnt-about-money/", 953 + "https://slatestarcodex.com/2014/04/18/confounder-of-the-day-how-sexy-your-parents-were/", 954 + "https://slatestarcodex.com/2014/04/17/someone-writes-an-anti-racist-faq/", 955 + "https://slatestarcodex.com/2014/04/16/do-you-believe-me-doc/", 956 + "https://slatestarcodex.com/2014/04/15/the-cowpox-of-doubt/", 957 + "https://slatestarcodex.com/2014/04/11/going-loopy/", 958 + "https://slatestarcodex.com/2014/04/10/dermatology-quiz-answers/", 959 + "https://slatestarcodex.com/2014/04/09/dermatology-pop-quiz/", 960 + "https://slatestarcodex.com/2014/04/08/housekeeping-post-april-2014/", 961 + "https://slatestarcodex.com/2014/04/06/my-new-okcupid-profile/", 962 + "https://slatestarcodex.com/2014/04/03/the-study-of-anglophysics/", 963 + "https://slatestarcodex.com/2014/03/30/wheat-much-more-than-you-wanted-to-know/", 964 + "https://slatestarcodex.com/2014/03/28/the-characters-complaint/", 965 + "https://slatestarcodex.com/2014/03/25/e-cig-study-much-smoke-little-light/", 966 + "https://slatestarcodex.com/2014/03/24/should-you-reverse-any-advice-you-hear/", 967 + "https://slatestarcodex.com/2014/03/20/typical-mind-and-disbelief-in-straight-people/", 968 + "https://slatestarcodex.com/2014/03/20/michigan-meetup-and-memory-workshop-323/", 969 + "https://slatestarcodex.com/2014/03/17/what-universal-human-experiences-are-you-missing-without-realizing-it/", 970 + "https://slatestarcodex.com/2014/03/15/can-it-be-wrong-to-crystallize-patterns/", 971 + "https://slatestarcodex.com/2014/03/13/five-years-and-one-week-of-less-wrong/", 972 + "https://slatestarcodex.com/2014/03/10/the-bible-in-palindromes/", 973 + "https://slatestarcodex.com/2014/03/08/the-slate-star-codex-political-spectrum-quiz/", 974 + "https://slatestarcodex.com/2014/03/04/book-review-the-perfect-health-diet/", 975 + "https://slatestarcodex.com/2014/03/03/do-life-hacks-ever-reach-fixation/", 976 + "https://slatestarcodex.com/2014/03/02/the-comment-policy-is-victorian-sufi-buddha-lite/", 977 + "https://slatestarcodex.com/2014/03/02/correction-mountain-view-meetup-34/", 978 + "https://slatestarcodex.com/2014/03/01/searching-for-one-sided-tradeoffs/", 979 + "https://slatestarcodex.com/2014/02/28/unteachable-things-hard-to-teach-study-suggests/", 980 + "https://slatestarcodex.com/2014/02/25/fix-science-in-half-an-hour/", 981 + "https://slatestarcodex.com/2014/02/25/suggest-a-comments-policy/", 982 + "https://slatestarcodex.com/2014/02/23/in-favor-of-niceness-community-and-civilization/", 983 + "https://slatestarcodex.com/2014/02/20/effects-of-vertical-acceleration-on-wrongness/", 984 + "https://slatestarcodex.com/2014/02/19/god-bless-longecity/", 985 + "https://slatestarcodex.com/2014/02/18/proposed-biological-explanations-for-historical-trends-in-crime/", 986 + "https://slatestarcodex.com/2014/02/17/lies-damned-lies-and-social-media-part-5-of-%e2%88%9e/", 987 + "https://slatestarcodex.com/2014/02/16/nootropics-survey-results-and-analysis/", 988 + "https://slatestarcodex.com/2014/02/14/bad-dreams/", 989 + "https://slatestarcodex.com/2014/02/13/housekeeping-post-february-2014/", 990 + "https://slatestarcodex.com/2014/02/11/blogging-the-anissimov-smith-reaction-debate/", 991 + "https://slatestarcodex.com/2014/02/08/seeming-and-being-empathetic/", 992 + "https://slatestarcodex.com/2014/02/03/more-search-terms-that-have-led-people-to-this-blog/", 993 + "https://slatestarcodex.com/2014/02/02/based-on-your-findings-which-theory-about-alien-thickness-seems-most-valid-or-most-accurate/", 994 + "https://slatestarcodex.com/2014/01/28/wirehead-gods-on-lotus-thrones/", 995 + "https://slatestarcodex.com/2014/01/28/predictions-for-2014/", 996 + "https://slatestarcodex.com/2014/01/25/beware-mass-produced-medical-recommendations/", 997 + "https://slatestarcodex.com/2014/01/19/genetic-testing-and-self-fulfilling-prophecies/", 998 + "https://slatestarcodex.com/2014/01/15/ten-things-i-want-to-stop-seeing-on-the-internet-in-2014/", 999 + "https://slatestarcodex.com/2014/01/12/areteaus-on-bipolar-disorder/", 1000 + "https://slatestarcodex.com/2014/01/12/a-response-to-apophemi-on-triggers/", 1001 + "https://slatestarcodex.com/2014/01/05/marijuana-much-more-than-you-wanted-to-know/", 1002 + "https://slatestarcodex.com/2014/01/02/two-dark-side-statistics-papers/", 1003 + "https://slatestarcodex.com/2013/12/29/the-spirit-of-the-first-amendment/", 1004 + "https://slatestarcodex.com/2013/12/28/a-comment-i-posted-on-what-would-jt-do/", 1005 + "https://slatestarcodex.com/2013/12/28/meetup-southeast-michigan/", 1006 + "https://slatestarcodex.com/2013/12/24/repost-a-christmas-poem/", 1007 + "https://slatestarcodex.com/2013/12/23/we-are-all-msscribe/", 1008 + "https://slatestarcodex.com/2013/12/22/public-awareness-campaigns/", 1009 + "https://slatestarcodex.com/2013/12/18/less-wrong-more-rite-ii/", 1010 + "https://slatestarcodex.com/2013/12/17/statistical-literacy-among-doctors-now-lower-than-chance/", 1011 + "https://slatestarcodex.com/2013/12/12/papal-pr/", 1012 + "https://slatestarcodex.com/2013/12/08/a-something-sort-of-like-left-libertarianism-ist-manifesto/", 1013 + "https://slatestarcodex.com/2013/12/04/the-logician-and-the-god-emperor/", 1014 + "https://slatestarcodex.com/2013/12/02/more-fictional-drugs-banned-by-the-fda/", 1015 + "https://slatestarcodex.com/2013/12/01/empireforest-fire/", 1016 + "https://slatestarcodex.com/2013/11/28/the-story-of-thanksgiving-is-a-science-fiction-story/", 1017 + "https://slatestarcodex.com/2013/11/26/a-letter-i-will-probably-send-to-the-fda/", 1018 + "https://slatestarcodex.com/2013/11/21/november-housekeeping-post/", 1019 + "https://slatestarcodex.com/2013/11/19/genetic-russian-roulette/", 1020 + "https://slatestarcodex.com/2013/11/10/highlights-from-my-notes-from-a-forensic-psychiatry-conference-last-week/", 1021 + "https://slatestarcodex.com/2013/11/08/lies-damned-lies-and-facebook-part-4-of-%e2%88%9e/", 1022 + "https://slatestarcodex.com/2013/11/04/list-of-reasons-why-gunpowder-treason-should-be-forgot/", 1023 + "https://slatestarcodex.com/2013/11/03/the-witching-hour/", 1024 + "https://slatestarcodex.com/2013/10/31/the-poor-you-will-always-have-with-you/", 1025 + "https://slatestarcodex.com/2013/10/25/list-of-fictional-drugs-banned-by-the-fda/", 1026 + "https://slatestarcodex.com/2013/10/24/some-preliminary-responses-to-responses-to-the-anti-reactionary-faq/", 1027 + "https://slatestarcodex.com/2013/10/20/the-anti-reactionary-faq/", 1028 + "https://slatestarcodex.com/2013/09/28/sleep-now-by-prescription/", 1029 + "https://slatestarcodex.com/2013/09/25/the-trend-evaluation-of-all-values/", 1030 + "https://slatestarcodex.com/2013/09/24/prediction-is-very-difficult-especially-of-the-past/", 1031 + "https://slatestarcodex.com/2013/09/21/the-thin-blue-line-that-stays-bizarrely-horizontal/", 1032 + "https://slatestarcodex.com/2013/09/19/scientific-freud/", 1033 + "https://slatestarcodex.com/2013/09/18/inefficient-hot-dogs/", 1034 + "https://slatestarcodex.com/2013/09/14/giving-and-accepting-apologies/", 1035 + "https://slatestarcodex.com/2013/09/12/the-life-cycle-of-medical-ideas/", 1036 + "https://slatestarcodex.com/2013/08/30/military-strikes-are-an-extremely-cheap-way-to-help-foreigners/", 1037 + "https://slatestarcodex.com/2013/08/29/fake-euthanasia-statistics/", 1038 + "https://slatestarcodex.com/2013/08/25/fake-consensualism/", 1039 + "https://slatestarcodex.com/2013/08/23/things-i-dont-understand-about-genetics-a-non-exhaustive-list/", 1040 + "https://slatestarcodex.com/2013/08/17/fermats-last-stand-soundtrack-and-adventure-log/", 1041 + "https://slatestarcodex.com/2013/08/14/extreme-mnemonics/", 1042 + "https://slatestarcodex.com/2013/08/06/on-first-looking-into-chapmans-pop-bayesianism/", 1043 + "https://slatestarcodex.com/2013/07/31/holocaust-good-for-you-research-finds-but-frequent-taunting-causes-cancer-in-rats/", 1044 + "https://slatestarcodex.com/2013/07/25/i-myself-am-a-scientismist/", 1045 + "https://slatestarcodex.com/2013/07/17/who-by-very-slow-decay/", 1046 + "https://slatestarcodex.com/2013/07/09/i-atent-dead/", 1047 + "https://slatestarcodex.com/2013/06/30/the-lottery-of-fascinations/", 1048 + "https://slatestarcodex.com/2013/06/25/nature-is-not-a-slate-its-a-series-of-levers/", 1049 + "https://slatestarcodex.com/2013/06/24/the-hospital-orientation/", 1050 + "https://slatestarcodex.com/2013/06/22/social-psychology-is-a-flamethrower/", 1051 + "https://slatestarcodex.com/2013/06/19/a-new-chapter-in-the-codex/", 1052 + "https://slatestarcodex.com/2013/06/17/the-what-youd-implicitly-heard-before-telling-thing/", 1053 + "https://slatestarcodex.com/2013/06/16/can-atheists-appreciate-chesterton/", 1054 + "https://slatestarcodex.com/2013/06/14/the-virtue-of-silence/", 1055 + "https://slatestarcodex.com/2013/06/13/arguments-from-my-opponent-believes-something/", 1056 + "https://slatestarcodex.com/2013/06/12/biodjinnetics/", 1057 + "https://slatestarcodex.com/2013/06/11/medical-and-psychological-studies-for-june/", 1058 + "https://slatestarcodex.com/2013/06/11/lies-damned-lies-and-facebook-part-3-of-%e2%88%9e/", 1059 + "https://slatestarcodex.com/2013/06/09/all-debates-are-bravery-debates/", 1060 + "https://slatestarcodex.com/2013/06/05/moments-of-awakening/", 1061 + "https://slatestarcodex.com/2013/06/03/hasta-la-victorians-siempre/", 1062 + "https://slatestarcodex.com/2013/06/01/literally-inconceivable-contraceptives-and-abortion-rates/", 1063 + "https://slatestarcodex.com/2013/05/31/wisdom-of-the-ancients-redux/", 1064 + "https://slatestarcodex.com/2013/05/31/hansonian-optimism/", 1065 + "https://slatestarcodex.com/2013/05/30/fetal-attraction-abortion-and-the-principle-of-charity/", 1066 + "https://slatestarcodex.com/2013/05/27/transhumanist-fables/", 1067 + "https://slatestarcodex.com/2013/05/26/the-world-is-flat-and-intensively-farmed/", 1068 + "https://slatestarcodex.com/2013/05/24/going-from-california-with-an-aching-in-my-heart/", 1069 + "https://slatestarcodex.com/2013/05/22/the-wisdom-of-the-ancients/", 1070 + "https://slatestarcodex.com/2013/05/22/apart-from-better-sanitation-and-medicine-and-education-and-irrigation-and-public-health-and-roads-and-public-order-what-has-modernity-done-for-us/", 1071 + "https://slatestarcodex.com/2013/05/19/can-you-condition-yourself/", 1072 + "https://slatestarcodex.com/2013/05/18/against-bravery-debates/", 1073 + "https://slatestarcodex.com/2013/05/17/newtonian-ethics/", 1074 + "https://slatestarcodex.com/2013/05/15/overheard-in-the-box-part-ii/", 1075 + "https://slatestarcodex.com/2013/05/15/index-posts-on-raikoth/", 1076 + "https://slatestarcodex.com/2013/05/15/raikoth-history-religion/", 1077 + "https://slatestarcodex.com/2013/05/13/raikoth-economics-relationships/", 1078 + "https://slatestarcodex.com/2013/05/12/overheard-in-the-box/", 1079 + "https://slatestarcodex.com/2013/05/11/raikoth-symbolic-beads/", 1080 + "https://slatestarcodex.com/2013/05/10/raikoth-cities-land/", 1081 + "https://slatestarcodex.com/2013/05/08/raikoth-corruption-priesthood/", 1082 + "https://slatestarcodex.com/2013/05/06/raikoth-laws-language-and-society/", 1083 + "https://slatestarcodex.com/2013/05/05/ambijectivity/", 1084 + "https://slatestarcodex.com/2013/05/04/selection-bias-and-atheist-stereotypes/", 1085 + "https://slatestarcodex.com/2013/05/02/if-its-worth-doing-its-worth-doing-with-made-up-statistics/", 1086 + "https://slatestarcodex.com/2013/04/30/utility-weight-results/", 1087 + "https://slatestarcodex.com/2013/04/29/yellow-journalism-in-the-war-on-science/", 1088 + "https://slatestarcodex.com/2013/04/27/utilitarianism-for-engineers-part-ii/", 1089 + "https://slatestarcodex.com/2013/04/25/in-defense-of-psych-treatment-for-attempted-suicide/", 1090 + "https://slatestarcodex.com/2013/04/24/product-recommendation-fb-purity/", 1091 + "https://slatestarcodex.com/2013/04/22/implicit-association-tests-and-suicidality/", 1092 + "https://slatestarcodex.com/2013/04/21/search-terms-that-have-led-people-to-this-blog/", 1093 + "https://slatestarcodex.com/2013/04/20/social-justice-for-the-highly-demanding-of-rigor/", 1094 + "https://slatestarcodex.com/2013/04/19/i-do-not-understand-rape-culture/", 1095 + "https://slatestarcodex.com/2013/04/18/schrodingers-rapist-proves-too-much/", 1096 + "https://slatestarcodex.com/2013/04/18/floor-employment/", 1097 + "https://slatestarcodex.com/2013/04/15/things-i-learned-by-spending-five-thousand-years-in-an-alternate-universe/", 1098 + "https://slatestarcodex.com/2013/04/13/proving-too-much/", 1099 + "https://slatestarcodex.com/2013/04/12/if-a-clod-be-washed-away-by-the-sea-europe-is-the-less/", 1100 + "https://slatestarcodex.com/2013/04/12/last-thoughts-on-virtue-ethics/", 1101 + "https://slatestarcodex.com/2013/04/12/noisy-poll-results-and-reptilian-muslim-climatologists-from-mars/", 1102 + "https://slatestarcodex.com/2013/04/11/virtue-ethics-not-practically-useful-either/", 1103 + "https://slatestarcodex.com/2013/04/11/read-history-of-philosophy-backwards/", 1104 + "https://slatestarcodex.com/2013/04/10/book-review-after-virtue-or-somebody-here-is-really-confused-and-i-just-hope-its-not-me/", 1105 + "https://slatestarcodex.com/2013/04/08/whose-utilitarianism/", 1106 + "https://slatestarcodex.com/2013/04/07/rpg-emergency/", 1107 + "https://slatestarcodex.com/2013/04/06/polyamory-is-boring/", 1108 + "https://slatestarcodex.com/2013/04/06/poor-folks-do-smile-for-now/", 1109 + "https://slatestarcodex.com/2013/04/05/investment-and-inefficient-charity/", 1110 + "https://slatestarcodex.com/2013/04/04/lies-damned-lies-and-facebook-part-2-of-%e2%88%9e/", 1111 + "https://slatestarcodex.com/2013/04/04/lies-damned-lies-and-facebook-part-1-of-%e2%88%9e/", 1112 + "https://slatestarcodex.com/2013/04/03/against-anton-wilsonism/", 1113 + "https://slatestarcodex.com/2013/04/01/a-good-pun-is-its-own-reword/", 1114 + "https://slatestarcodex.com/2013/03/28/thank-you-for-doing-something-ambiguously-between-smoking-and-not-smoking/", 1115 + "https://slatestarcodex.com/2013/03/25/my-thoughts-on-the-first-40-pages-of-alastair-macintyres-after-virtue-expressed-in-the-form-of-a-slightly-modified-xkcd-comic/", 1116 + "https://slatestarcodex.com/2013/03/24/the-death-of-wages-is-sin/", 1117 + "https://slatestarcodex.com/2013/03/23/book-review-infinite-jest-alternate-title-look-at-me-i-read-infinite-jest/", 1118 + "https://slatestarcodex.com/2013/03/21/if-opposites-attract-why-is-my-sister-so-pretty/", 1119 + "https://slatestarcodex.com/2013/03/17/my-objections-to-objectification/", 1120 + "https://slatestarcodex.com/2013/03/17/not-just-a-mere-political-issue/", 1121 + "https://slatestarcodex.com/2013/03/15/annuntio-vobis-gaudium-magnum-habemus-officium/", 1122 + "https://slatestarcodex.com/2013/03/13/valleys-have-two-sides/", 1123 + "https://slatestarcodex.com/2013/03/10/fermats-last-stand-game-rosters/", 1124 + "https://slatestarcodex.com/2013/03/10/good-vibrations-and-subjective-temporal-granularity/", 1125 + "https://slatestarcodex.com/2013/03/08/hitting-below-the-bible-belt/", 1126 + "https://slatestarcodex.com/2013/03/08/we-sail-tonight-for-singapore/", 1127 + "https://slatestarcodex.com/2013/03/07/we-wrestle-not-with-flesh-and-blood-but-against-powers-and-principalities/", 1128 + "https://slatestarcodex.com/2013/03/06/yet-another-parable-on-the-importance-of-controlling-your-experiments/", 1129 + "https://slatestarcodex.com/2013/03/04/a-thrivesurvive-theory-of-the-political-spectrum/", 1130 + "https://slatestarcodex.com/2013/03/03/reactionary-philosophy-in-an-enormous-planet-sized-nutshell/", 1131 + "https://slatestarcodex.com/2013/03/02/220/", 1132 + "https://slatestarcodex.com/2013/02/28/pope-and-change-an-atheists-guide-to-vatican-decision-2013/", 1133 + "https://slatestarcodex.com/2013/02/27/metamed-launch-day/", 1134 + "https://slatestarcodex.com/2013/02/26/fermats-last-stand-coordination-thread/", 1135 + "https://slatestarcodex.com/2013/02/25/people-it-turns-out-capitalism-is-actually-a-thing/", 1136 + "https://slatestarcodex.com/2013/02/22/dungeons-and-discourse-third-edition-the-dialectic-continues/", 1137 + "https://slatestarcodex.com/2013/02/21/a-defense-of-logical-positivism-yes-really/", 1138 + "https://slatestarcodex.com/2013/02/20/future-tense/", 1139 + "https://slatestarcodex.com/2013/02/19/i-liked-lovecraft-countless-primaeval-aeons-before-it-was-cool/", 1140 + "https://slatestarcodex.com/2013/02/18/typical-mind-and-gender-identity/", 1141 + "https://slatestarcodex.com/2013/02/17/90-of-all-claims-about-the-problems-with-medical-studies-are-wrong/", 1142 + "https://slatestarcodex.com/2013/02/16/google-correlate-does-not-imply-google-causation/", 1143 + "https://slatestarcodex.com/2013/02/15/you-cannot-serve-both-god-and-mammon-but-you-can-serve-mammon-by-predicting-who-will-serve-god/", 1144 + "https://slatestarcodex.com/2013/02/14/abraham-lincoln-necromancer/", 1145 + "https://slatestarcodex.com/2013/02/12/abraham-lincoln-ape-man/", 1146 + "https://slatestarcodex.com/2013/02/12/youre-probably-wondering-why-ive-called-you-here-today/", 193 1147 ] 194 1148 195 1149 ··· 209 1163 logger.info(f"dispensing punishment") 210 1164 211 1165 api.update_status( 212 - status="@elymitra_ " + random.sample(acx_articles, 1)[0], 1166 + status="@elymitra_ " + random.sample(acx_ssc_posts, 1)[0], 213 1167 in_reply_to_status_id=tweet.id, 214 1168 auto_populate_reply_metadata=True, 215 1169 )