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